/**
 *
 *  Copyright (c) "Neo4j"
 *  Neo4j Sweden AB [http://neo4j.com]
 *
 *  This file is part of Neo4j.
 *
 *  Neo4j is free software: you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation, either version 3 of the License, or
 *  (at your option) any later version.
 *
 *  This program is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

@font-face{
  font-display:swap;
  font-family:'Public Sans';
  font-style:'normal';
  font-weight:300;
  src:url('./fonts/public-sans-300-light-normal.woff2') format('woff2');
}
@font-face{
  font-display:swap;
  font-family:'Public Sans';
  font-style:'italic';
  font-weight:400;
  src:url('./fonts/public-sans-400-regular-italic.woff2') format('woff2');
}
@font-face{
  font-display:swap;
  font-family:'Public Sans';
  font-style:'normal';
  font-weight:400;
  src:url('./fonts/public-sans-400-regular-normal.woff2') format('woff2');
}
@font-face{
  font-display:swap;
  font-family:'Public Sans';
  font-style:'normal';
  font-weight:500;
  src:url('./fonts/public-sans-500-medium-normal.woff2') format('woff2');
}
@font-face{
  font-display:swap;
  font-family:'Public Sans';
  font-style:'normal';
  font-weight:600;
  src:url('./fonts/public-sans-600-semi-bold-normal.woff2') format('woff2');
}
@font-face{
  font-display:swap;
  font-family:'Public Sans';
  font-style:'normal';
  font-weight:700;
  src:url('./fonts/public-sans-700-bold-normal.woff2') format('woff2');
}
@font-face{
  font-display:swap;
  font-family:'Fira Code';
  font-style:'normal';
  font-weight:400;
  src:url('./fonts/fira-code-400-regular-normal.woff2') format('woff2');
}
@font-face{
  font-display:swap;
  font-family:'Fira Code';
  font-style:'normal';
  font-weight:500;
  src:url('./fonts/fira-code-500-medium-normal.woff2') format('woff2');
}
@font-face{
  font-display:swap;
  font-family:'Fira Code';
  font-style:'normal';
  font-weight:700;
  src:url('./fonts/fira-code-700-bold-normal.woff2') format('woff2');
}
@font-face{
  font-display:swap;
  font-family:'Syne Neo';
  font-style:'normal';
  font-weight:500;
  src:url('./fonts/syne-neo-500-medium-normal.woff2') format('woff2');
}
/* ! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com */
*,
::before,
::after{
  box-sizing:border-box;
  border-width:0;
  border-style:solid;
  border-color:currentColor;
}
::before,
::after{
  --tw-content:'';
}
html,
:host{
  line-height:1.5;
  -webkit-text-size-adjust:100%;
  -moz-tab-size:4;
  -o-tab-size:4;
     tab-size:4;
  font-family:"Public Sans";
  font-feature-settings:normal;
  font-variation-settings:normal;
  -webkit-tap-highlight-color:transparent;
}
body{
  margin:0;
  line-height:inherit;
}
hr{
  height:0;
  color:inherit;
  border-top-width:1px;
}
abbr:where([title]){
  -webkit-text-decoration:underline dotted;
          text-decoration:underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6{
  font-size:inherit;
  font-weight:inherit;
}
a{
  color:inherit;
  text-decoration:inherit;
}
b,
strong{
  font-weight:bolder;
}
code,
kbd,
samp,
pre{
  font-family:"Fira Code";
  font-feature-settings:normal;
  font-variation-settings:normal;
  font-size:1em;
}
small{
  font-size:80%;
}
sub,
sup{
  font-size:75%;
  line-height:0;
  position:relative;
  vertical-align:baseline;
}
sub{
  bottom:-0.25em;
}
sup{
  top:-0.5em;
}
table{
  text-indent:0;
  border-color:inherit;
  border-collapse:collapse;
}
button,
input,
optgroup,
select,
textarea{
  font-family:inherit;
  font-feature-settings:inherit;
  font-variation-settings:inherit;
  font-size:100%;
  font-weight:inherit;
  line-height:inherit;
  color:inherit;
  margin:0;
  padding:0;
}
button,
select{
  text-transform:none;
}
button,
[type='button'],
[type='reset'],
[type='submit']{
  -webkit-appearance:button;
  background-color:transparent;
  background-image:none;
}
:-moz-focusring{
  outline:auto;
}
:-moz-ui-invalid{
  box-shadow:none;
}
progress{
  vertical-align:baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button{
  height:auto;
}
[type='search']{
  -webkit-appearance:textfield;
  outline-offset:-2px;
}
::-webkit-search-decoration{
  -webkit-appearance:none;
}
::-webkit-file-upload-button{
  -webkit-appearance:button;
  font:inherit;
}
summary{
  display:list-item;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre{
  margin:0;
}
fieldset{
  margin:0;
  padding:0;
}
legend{
  padding:0;
}
ol,
ul,
menu{
  list-style:none;
  margin:0;
  padding:0;
}
dialog{
  padding:0;
}
textarea{
  resize:vertical;
}
input::-moz-placeholder, textarea::-moz-placeholder{
  opacity:1;
  color:#9ca3af;
}
input::placeholder,
textarea::placeholder{
  opacity:1;
  color:#9ca3af;
}
button,
[role="button"]{
  cursor:pointer;
}
:disabled{
  cursor:default;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object{
  display:block;
  vertical-align:middle;
}
img,
video{
  max-width:100%;
  height:auto;
}
[hidden]{
  display:none;
}
*, ::before, ::after {
  --tw-border-spacing-x:0;
  --tw-border-spacing-y:0;
  --tw-translate-x:0;
  --tw-translate-y:0;
  --tw-rotate:0;
  --tw-skew-x:0;
  --tw-skew-y:0;
  --tw-scale-x:1;
  --tw-scale-y:1;
  --tw-pan-x:;
  --tw-pan-y:;
  --tw-pinch-zoom:;
  --tw-scroll-snap-strictness:proximity;
  --tw-gradient-from-position:;
  --tw-gradient-via-position:;
  --tw-gradient-to-position:;
  --tw-ordinal:;
  --tw-slashed-zero:;
  --tw-numeric-figure:;
  --tw-numeric-spacing:;
  --tw-numeric-fraction:;
  --tw-ring-inset:;
  --tw-ring-offset-width:0px;
  --tw-ring-offset-color:#fff;
  --tw-ring-color:rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow:0 0 #0000;
  --tw-ring-shadow:0 0 #0000;
  --tw-shadow:0 0 #0000;
  --tw-shadow-colored:0 0 #0000;
  --tw-blur:;
  --tw-brightness:;
  --tw-contrast:;
  --tw-grayscale:;
  --tw-hue-rotate:;
  --tw-invert:;
  --tw-saturate:;
  --tw-sepia:;
  --tw-drop-shadow:;
  --tw-backdrop-blur:;
  --tw-backdrop-brightness:;
  --tw-backdrop-contrast:;
  --tw-backdrop-grayscale:;
  --tw-backdrop-hue-rotate:;
  --tw-backdrop-invert:;
  --tw-backdrop-opacity:;
  --tw-backdrop-saturate:;
  --tw-backdrop-sepia:;
}
::backdrop {
  --tw-border-spacing-x:0;
  --tw-border-spacing-y:0;
  --tw-translate-x:0;
  --tw-translate-y:0;
  --tw-rotate:0;
  --tw-skew-x:0;
  --tw-skew-y:0;
  --tw-scale-x:1;
  --tw-scale-y:1;
  --tw-pan-x:;
  --tw-pan-y:;
  --tw-pinch-zoom:;
  --tw-scroll-snap-strictness:proximity;
  --tw-gradient-from-position:;
  --tw-gradient-via-position:;
  --tw-gradient-to-position:;
  --tw-ordinal:;
  --tw-slashed-zero:;
  --tw-numeric-figure:;
  --tw-numeric-spacing:;
  --tw-numeric-fraction:;
  --tw-ring-inset:;
  --tw-ring-offset-width:0px;
  --tw-ring-offset-color:#fff;
  --tw-ring-color:rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow:0 0 #0000;
  --tw-ring-shadow:0 0 #0000;
  --tw-shadow:0 0 #0000;
  --tw-shadow-colored:0 0 #0000;
  --tw-blur:;
  --tw-brightness:;
  --tw-contrast:;
  --tw-grayscale:;
  --tw-hue-rotate:;
  --tw-invert:;
  --tw-saturate:;
  --tw-sepia:;
  --tw-drop-shadow:;
  --tw-backdrop-blur:;
  --tw-backdrop-brightness:;
  --tw-backdrop-contrast:;
  --tw-backdrop-grayscale:;
  --tw-backdrop-hue-rotate:;
  --tw-backdrop-invert:;
  --tw-backdrop-opacity:;
  --tw-backdrop-saturate:;
  --tw-backdrop-sepia:;
}
:root{
  --transitions-values-properties-default:all;
  --transitions-values-duration-quick:100ms;
  --transitions-values-duration-slow:250ms;
  --transitions-values-timing-function-default:cubic-bezier(0.420, 0.000, 0.580, 1.000);
  --transitions-stripped-quick:100ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
  --transitions-stripped-slow:250ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
  --transitions-full-quick:all 100ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
  --transitions-full-slow:all 250ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
  --border-radius-none:0px;
  --border-radius-sm:4px;
  --border-radius-md:6px;
  --border-radius-lg:8px;
  --border-radius-xl:10px;
  --border-radius-1xl:12px;
  --border-radius-2xl:14px;
  --border-radius-3xl:16px;
  --border-radius-4xl:18px;
  --border-radius-5xl:20px;
  --border-radius-full:9999px;
  --breakpoints-xs:450px;
  --breakpoints-sm:640px;
  --breakpoints-md:768px;
  --breakpoints-lg:1024px;
  --breakpoints-xl:1280px;
  --breakpoints-2xl:1536px;
  --palette-categorical-1:#55BDC5;
  --palette-categorical-2:#4D49CB;
  --palette-categorical-3:#DC8B39;
  --palette-categorical-4:#C9458D;
  --palette-categorical-5:#8E8CF3;
  --palette-categorical-6:#78DE7C;
  --palette-categorical-7:#3F80E3;
  --palette-categorical-8:#673FAB;
  --palette-categorical-9:#DBBF40;
  --palette-categorical-10:#BF732D;
  --palette-categorical-11:#478A6E;
  --palette-categorical-12:#ADE86B;
  --palette-graph-1:#FFDF81;
  --palette-graph-2:#C990C0;
  --palette-graph-3:#F79767;
  --palette-graph-4:#56C7E4;
  --palette-graph-5:#F16767;
  --palette-graph-6:#D8C7AE;
  --palette-graph-7:#8DCC93;
  --palette-graph-8:#ECB4C9;
  --palette-graph-9:#4D8DDA;
  --palette-graph-10:#FFC354;
  --palette-graph-11:#DA7294;
  --palette-graph-12:#579380;
  --colors-baltic-10:231 250 251 / 1;
  --colors-baltic-15:195 248 251 / 1;
  --colors-baltic-20:143 227 232 / 1;
  --colors-baltic-25:92 195 201 / 1;
  --colors-baltic-30:93 179 191 / 1;
  --colors-baltic-35:81 166 177 / 1;
  --colors-baltic-40:76 153 164 / 1;
  --colors-baltic-45:48 131 157 / 1;
  --colors-baltic-50:10 97 144 / 1;
  --colors-baltic-55:2 80 123 / 1;
  --colors-baltic-60:1 64 99 / 1;
  --colors-baltic-65:38 47 49 / 1;
  --colors-baltic-70:8 30 43 / 1;
  --colors-baltic-75:4 24 35 / 1;
  --colors-baltic-80:1 18 28 / 1;
  --colors-hibiscus-10:255 233 231 / 1;
  --colors-hibiscus-15:255 215 210 / 1;
  --colors-hibiscus-20:255 170 151 / 1;
  --colors-hibiscus-25:255 142 106 / 1;
  --colors-hibiscus-30:249 103 70 / 1;
  --colors-hibiscus-35:232 78 44 / 1;
  --colors-hibiscus-40:212 51 0 / 1;
  --colors-hibiscus-45:187 45 0 / 1;
  --colors-hibiscus-50:150 18 0 / 1;
  --colors-hibiscus-55:115 14 0 / 1;
  --colors-hibiscus-60:67 37 32 / 1;
  --colors-hibiscus-65:78 9 0 / 1;
  --colors-hibiscus-70:63 8 0 / 1;
  --colors-hibiscus-75:54 7 0 / 1;
  --colors-hibiscus-80:40 5 0 / 1;
  --colors-forest-10:231 252 215 / 1;
  --colors-forest-15:188 241 148 / 1;
  --colors-forest-20:144 203 98 / 1;
  --colors-forest-25:128 187 83 / 1;
  --colors-forest-30:111 166 70 / 1;
  --colors-forest-35:91 153 43 / 1;
  --colors-forest-40:77 134 34 / 1;
  --colors-forest-45:63 120 36 / 1;
  --colors-forest-50:41 97 39 / 1;
  --colors-forest-55:20 84 57 / 1;
  --colors-forest-60:12 77 49 / 1;
  --colors-forest-65:10 67 36 / 1;
  --colors-forest-70:38 45 36 / 1;
  --colors-forest-75:5 38 24 / 1;
  --colors-forest-80:2 29 17 / 1;
  --colors-lemon-10:255 250 209 / 1;
  --colors-lemon-15:255 248 189 / 1;
  --colors-lemon-20:255 241 120 / 1;
  --colors-lemon-25:255 229 0 / 1;
  --colors-lemon-30:255 214 0 / 1;
  --colors-lemon-35:244 195 24 / 1;
  --colors-lemon-40:215 170 10 / 1;
  --colors-lemon-45:180 132 9 / 1;
  --colors-lemon-50:153 110 0 / 1;
  --colors-lemon-55:118 85 0 / 1;
  --colors-lemon-60:97 70 0 / 1;
  --colors-lemon-65:77 55 0 / 1;
  --colors-lemon-70:49 46 26 / 1;
  --colors-lemon-75:46 33 0 / 1;
  --colors-lemon-80:37 27 0 / 1;
  --colors-lavender-10:247 243 255 / 1;
  --colors-lavender-15:233 222 255 / 1;
  --colors-lavender-20:204 180 255 / 1;
  --colors-lavender-25:179 142 255 / 1;
  --colors-lavender-30:160 123 236 / 1;
  --colors-lavender-35:140 104 217 / 1;
  --colors-lavender-40:117 78 200 / 1;
  --colors-lavender-45:90 52 170 / 1;
  --colors-lavender-50:75 40 148 / 1;
  --colors-lavender-55:59 25 130 / 1;
  --colors-lavender-60:44 42 52 / 1;
  --colors-lavender-65:34 9 84 / 1;
  --colors-lavender-70:23 1 70 / 1;
  --colors-lavender-75:14 0 45 / 1;
  --colors-lavender-80:9 0 28 / 1;
  --colors-marigold-10:255 240 210 / 1;
  --colors-marigold-15:255 222 157 / 1;
  --colors-marigold-20:255 207 114 / 1;
  --colors-marigold-25:255 196 80 / 1;
  --colors-marigold-30:255 180 34 / 1;
  --colors-marigold-35:255 169 1 / 1;
  --colors-marigold-40:236 156 0 / 1;
  --colors-marigold-45:218 145 5 / 1;
  --colors-marigold-50:186 122 0 / 1;
  --colors-marigold-55:152 100 0 / 1;
  --colors-marigold-60:121 80 0 / 1;
  --colors-marigold-65:98 65 0 / 1;
  --colors-marigold-70:84 56 0 / 1;
  --colors-marigold-75:66 44 0 / 1;
  --colors-marigold-80:37 25 0 / 1;
  --colors-earth-10:255 247 240 / 1;
  --colors-earth-15:253 237 218 / 1;
  --colors-earth-20:255 225 197 / 1;
  --colors-earth-25:248 209 174 / 1;
  --colors-earth-30:236 191 150 / 1;
  --colors-earth-35:224 174 127 / 1;
  --colors-earth-40:209 150 96 / 1;
  --colors-earth-45:175 124 77 / 1;
  --colors-earth-50:141 93 49 / 1;
  --colors-earth-55:118 63 24 / 1;
  --colors-earth-60:102 49 11 / 1;
  --colors-earth-65:91 43 9 / 1;
  --colors-earth-70:72 31 1 / 1;
  --colors-earth-75:54 23 0 / 1;
  --colors-earth-80:34 14 0 / 1;
  --colors-neutral-10:255 255 255 / 1;
  --colors-neutral-15:245 246 246 / 1;
  --colors-neutral-20:226 227 229 / 1;
  --colors-neutral-25:207 209 212 / 1;
  --colors-neutral-30:187 190 195 / 1;
  --colors-neutral-35:168 172 178 / 1;
  --colors-neutral-40:149 154 161 / 1;
  --colors-neutral-45:129 135 144 / 1;
  --colors-neutral-50:111 117 126 / 1;
  --colors-neutral-55:94 99 106 / 1;
  --colors-neutral-60:77 81 87 / 1;
  --colors-neutral-65:60 63 68 / 1;
  --colors-neutral-70:33 35 37 / 1;
  --colors-neutral-75:26 27 29 / 1;
  --colors-neutral-80:9 9 10 / 1;
  --colors-beige-10:255 252 244 / 1;
  --colors-beige-20:255 247 227 / 1;
  --colors-beige-30:242 234 212 / 1;
  --colors-beige-40:193 185 160 / 1;
  --colors-beige-50:153 147 132 / 1;
  --colors-beige-60:102 96 80 / 1;
  --colors-beige-70:63 56 36 / 1;
  --colors-highlights-yellow:250 255 0 / 1;
  --colors-highlights-periwinkle:106 130 255 / 1;
  --theme-dark-box-shadow-raised:0px 1px 2px 0px rgba(9, 9, 10, 0.50);
  --theme-dark-box-shadow-overlay:0px 8px 20px 0px rgba(9, 9, 10, 0.50);
  --theme-dark-palette-neutral-text-weakest:129 135 144 / 1;
  --theme-dark-palette-neutral-text-weaker:168 172 178 / 1;
  --theme-dark-palette-neutral-text-weak:207 209 212 / 1;
  --theme-dark-palette-neutral-text-default:245 246 246 / 1;
  --theme-dark-palette-neutral-text-inverse:26 27 29 / 1;
  --theme-dark-palette-neutral-icon:207 209 212 / 1;
  --theme-dark-palette-neutral-bg-weak:33 35 37 / 1;
  --theme-dark-palette-neutral-bg-default:26 27 29 / 1;
  --theme-dark-palette-neutral-bg-strong:60 63 68 / 1;
  --theme-dark-palette-neutral-bg-stronger:111 117 126 / 1;
  --theme-dark-palette-neutral-bg-strongest:255 255 255 / 1;
  --theme-dark-palette-neutral-bg-status:168 172 178 / 1;
  --theme-dark-palette-neutral-bg-on-bg-weak:129 135 144 / 0.12;
  --theme-dark-palette-neutral-border-weak:60 63 68 / 1;
  --theme-dark-palette-neutral-border-strong:111 117 126 / 1;
  --theme-dark-palette-neutral-border-strongest:187 190 195 / 1;
  --theme-dark-palette-neutral-hover:149 154 161 / 0.1;
  --theme-dark-palette-neutral-pressed:149 154 161 / 0.2;
  --theme-dark-palette-primary-text:143 227 232 / 1;
  --theme-dark-palette-primary-icon:143 227 232 / 1;
  --theme-dark-palette-primary-bg-weak:38 47 49 / 1;
  --theme-dark-palette-primary-bg-strong:143 227 232 / 1;
  --theme-dark-palette-primary-bg-status:143 227 232 / 1;
  --theme-dark-palette-primary-bg-selected:38 47 49 / 1;
  --theme-dark-palette-primary-border-strong:143 227 232 / 1;
  --theme-dark-palette-primary-border-weak:2 80 123 / 1;
  --theme-dark-palette-primary-focus:93 179 191 / 1;
  --theme-dark-palette-primary-hover-weak:143 227 232 / 0.08;
  --theme-dark-palette-primary-hover-strong:93 179 191 / 1;
  --theme-dark-palette-primary-pressed-weak:143 227 232 / 0.12;
  --theme-dark-palette-primary-pressed-strong:76 153 164 / 1;
  --theme-dark-palette-danger-text:255 170 151 / 1;
  --theme-dark-palette-danger-icon:255 170 151 / 1;
  --theme-dark-palette-danger-bg-strong:255 170 151 / 1;
  --theme-dark-palette-danger-bg-weak:67 37 32 / 1;
  --theme-dark-palette-danger-bg-status:255 170 151 / 1;
  --theme-dark-palette-danger-border-strong:255 170 151 / 1;
  --theme-dark-palette-danger-border-weak:115 14 0 / 1;
  --theme-dark-palette-danger-hover-weak:255 170 151 / 0.08;
  --theme-dark-palette-danger-hover-strong:249 103 70 / 1;
  --theme-dark-palette-danger-pressed-weak:255 170 151 / 0.12;
  --theme-dark-palette-danger-pressed-strong:232 78 44 / 1;
  --theme-dark-palette-warning-text:255 214 0 / 1;
  --theme-dark-palette-warning-icon:255 214 0 / 1;
  --theme-dark-palette-warning-bg-strong:255 214 0 / 1;
  --theme-dark-palette-warning-bg-weak:49 46 26 / 1;
  --theme-dark-palette-warning-bg-status:255 214 0 / 1;
  --theme-dark-palette-warning-border-strong:255 214 0 / 1;
  --theme-dark-palette-warning-border-weak:118 85 0 / 1;
  --theme-dark-palette-success-text:144 203 98 / 1;
  --theme-dark-palette-success-icon:144 203 98 / 1;
  --theme-dark-palette-success-bg-strong:144 203 98 / 1;
  --theme-dark-palette-success-bg-weak:38 45 36 / 1;
  --theme-dark-palette-success-bg-status:144 203 98 / 1;
  --theme-dark-palette-success-border-strong:144 203 98 / 1;
  --theme-dark-palette-success-border-weak:41 97 39 / 1;
  --theme-dark-palette-discovery-text:204 180 255 / 1;
  --theme-dark-palette-discovery-icon:204 180 255 / 1;
  --theme-dark-palette-discovery-bg-strong:204 180 255 / 1;
  --theme-dark-palette-discovery-bg-weak:44 42 52 / 1;
  --theme-dark-palette-discovery-bg-status:204 180 255 / 1;
  --theme-dark-palette-discovery-border-strong:204 180 255 / 1;
  --theme-dark-palette-discovery-border-weak:75 40 148 / 1;
  --theme-light-box-shadow-raised:0px 1px 2px 0px rgba(26, 27, 29, 0.18);
  --theme-light-box-shadow-overlay:0px 4px 8px 0px rgba(26, 27, 29, 0.12);
  --theme-light-palette-neutral-text-weakest:168 172 178 / 1;
  --theme-light-palette-neutral-text-weaker:94 99 106 / 1;
  --theme-light-palette-neutral-text-weak:77 81 87 / 1;
  --theme-light-palette-neutral-text-default:26 27 29 / 1;
  --theme-light-palette-neutral-text-inverse:255 255 255 / 1;
  --theme-light-palette-neutral-icon:77 81 87 / 1;
  --theme-light-palette-neutral-bg-weak:255 255 255 / 1;
  --theme-light-palette-neutral-bg-default:245 246 246 / 1;
  --theme-light-palette-neutral-bg-on-bg-weak:245 246 246 / 1;
  --theme-light-palette-neutral-bg-strong:226 227 229 / 1;
  --theme-light-palette-neutral-bg-stronger:168 172 178 / 1;
  --theme-light-palette-neutral-bg-strongest:60 63 68 / 1;
  --theme-light-palette-neutral-bg-status:168 172 178 / 1;
  --theme-light-palette-neutral-border-weak:226 227 229 / 1;
  --theme-light-palette-neutral-border-strong:187 190 195 / 1;
  --theme-light-palette-neutral-border-strongest:111 117 126 / 1;
  --theme-light-palette-neutral-hover:111 117 126 / 0.1;
  --theme-light-palette-neutral-pressed:111 117 126 / 0.2;
  --theme-light-palette-primary-text:10 97 144 / 1;
  --theme-light-palette-primary-icon:10 97 144 / 1;
  --theme-light-palette-primary-bg-weak:231 250 251 / 1;
  --theme-light-palette-primary-bg-strong:10 97 144 / 1;
  --theme-light-palette-primary-bg-status:76 153 164 / 1;
  --theme-light-palette-primary-bg-selected:231 250 251 / 1;
  --theme-light-palette-primary-border-strong:10 97 144 / 1;
  --theme-light-palette-primary-border-weak:143 227 232 / 1;
  --theme-light-palette-primary-focus:48 131 157 / 1;
  --theme-light-palette-primary-hover-weak:48 131 157 / 0.08;
  --theme-light-palette-primary-hover-strong:2 80 123 / 1;
  --theme-light-palette-primary-pressed-weak:48 131 157 / 0.12;
  --theme-light-palette-primary-pressed-strong:1 64 99 / 1;
  --theme-light-palette-danger-text:187 45 0 / 1;
  --theme-light-palette-danger-icon:187 45 0 / 1;
  --theme-light-palette-danger-bg-strong:187 45 0 / 1;
  --theme-light-palette-danger-bg-weak:255 233 231 / 1;
  --theme-light-palette-danger-bg-status:232 78 44 / 1;
  --theme-light-palette-danger-border-strong:187 45 0 / 1;
  --theme-light-palette-danger-border-weak:255 170 151 / 1;
  --theme-light-palette-danger-hover-weak:212 51 0 / 0.08;
  --theme-light-palette-danger-hover-strong:150 18 0 / 1;
  --theme-light-palette-danger-pressed-weak:212 51 0 / 0.12;
  --theme-light-palette-danger-pressed-strong:115 14 0 / 1;
  --theme-light-palette-warning-text:118 85 0 / 1;
  --theme-light-palette-warning-icon:118 85 0 / 1;
  --theme-light-palette-warning-bg-strong:118 85 0 / 1;
  --theme-light-palette-warning-bg-weak:255 250 209 / 1;
  --theme-light-palette-warning-bg-status:215 170 10 / 1;
  --theme-light-palette-warning-border-strong:153 110 0 / 1;
  --theme-light-palette-warning-border-weak:255 214 0 / 1;
  --theme-light-palette-success-text:63 120 36 / 1;
  --theme-light-palette-success-icon:63 120 36 / 1;
  --theme-light-palette-success-bg-strong:63 120 36 / 1;
  --theme-light-palette-success-bg-weak:231 252 215 / 1;
  --theme-light-palette-success-bg-status:91 153 43 / 1;
  --theme-light-palette-success-border-strong:63 120 36 / 1;
  --theme-light-palette-success-border-weak:144 203 98 / 1;
  --theme-light-palette-discovery-text:90 52 170 / 1;
  --theme-light-palette-discovery-icon:90 52 170 / 1;
  --theme-light-palette-discovery-bg-strong:90 52 170 / 1;
  --theme-light-palette-discovery-bg-weak:233 222 255 / 1;
  --theme-light-palette-discovery-bg-status:117 78 200 / 1;
  --theme-light-palette-discovery-border-strong:90 52 170 / 1;
  --theme-light-palette-discovery-border-weak:179 142 255 / 1;
  --font-size-h1:3rem;
  --font-size-h2:2.5rem;
  --font-size-h3:1.875rem;
  --font-size-h4:1.5rem;
  --font-size-h5:1.25rem;
  --font-size-h6:1rem;
  --font-size-subheading-large:1.25rem;
  --font-size-subheading-medium:1rem;
  --font-size-subheading-small:0.875rem;
  --font-size-body-large:1rem;
  --font-size-body-medium:0.875rem;
  --font-size-body-small:0.75rem;
  --font-size-code:0.875rem;
  --font-size-label:0.875rem;
  --font-weight-bold:700;
  --font-weight-semibold:600;
  --font-weight-normal:400;
  --font-weight-medium:500;
  --font-weight-light:300;
  --font-font-family-h1:Syne Neo;
  --font-font-family-h2:Syne Neo;
  --font-font-family-h3:Public Sans;
  --font-font-family-h4:Public Sans;
  --font-font-family-h5:Public Sans;
  --font-font-family-h6:Public Sans;
  --font-font-family-subheading-large:Public Sans;
  --font-font-family-subheading-medium:Public Sans;
  --font-font-family-subheading-small:Public Sans;
  --font-font-family-body-large:Public Sans;
  --font-font-family-body-medium:Public Sans;
  --font-font-family-body-small:Public Sans;
  --font-font-family-code:Fira Code;
  --font-font-family-label:Public Sans;
  --space-0:0px;
  --space-1:1px;
  --space-2:2px;
  --space-3:4px;
  --space-4:8px;
  --space-5:12px;
  --space-6:16px;
  --space-7:24px;
  --space-8:32px;
  --space-9:48px;
  --space-10:64px;
  --space-11:96px;
  --space-12:128px;
  --space-13:320px;
  --z-index-0:0;
  --z-index-10:10;
  --z-index-20:20;
  --z-index-30:30;
  --z-index-40:40;
  --z-index-50:50;
  --z-index-60:60;
  --z-index-deep:-999999;
  --z-index-auto:auto;
  --z-index-alias-overlay:10;
  --z-index-alias-banner:20;
  --z-index-alias-blanket:30;
  --z-index-alias-popover:40;
  --z-index-alias-tooltip:50;
  --z-index-alias-modal:60;
}
code,
.n-code{
  font-family:var(--font-font-family-code), 'monospace';
  font-size:var(--font-size-code);
  font-weight:var(--font-weight-normal);
  letter-spacing:0;
  line-height:1.25rem;
}
h1,
.h1,
.n-h1{
  font-family:var(--font-font-family-h1), 'Public Sans', sans-serif;
  font-size:var(--font-size-h1);
  font-weight:var(--font-weight-medium);
  letter-spacing:-0.016rem;
  line-height:3.75rem;
}
h2,
.h2,
.n-h2{
  font-family:var(--font-font-family-h2), 'Public Sans', sans-serif;
  font-size:var(--font-size-h2);
  font-weight:var(--font-weight-medium);
  letter-spacing:0;
  line-height:3rem;
}
h3,
.h3,
.n-h3{
  font-family:var(--font-font-family-h3), sans-serif;
  font-size:var(--font-size-h3);
  font-weight:var(--font-weight-bold);
  letter-spacing:0.016rem;
  line-height:2.5rem;
}
h4,
.h4,
.n-h4{
  font-family:var(--font-font-family-h4), sans-serif;
  font-size:var(--font-size-h4);
  font-weight:var(--font-weight-bold);
  letter-spacing:0.016rem;
  line-height:2rem;
}
h5,
.h5,
.n-h5{
  font-family:var(--font-font-family-h5), sans-serif;
  font-size:var(--font-size-h5);
  font-weight:var(--font-weight-bold);
  letter-spacing:0.016rem;
  line-height:1.75rem;
}
h6,
.h6,
.n-h6{
  font-family:var(--font-font-family-h6), sans-serif;
  font-size:var(--font-size-h6);
  font-weight:var(--font-weight-bold);
  letter-spacing:0.016rem;
  line-height:1.5rem;
}
.n-subheading-large{
  font-family:var(--font-font-family-subheading-large), sans-serif;
  font-size:var(--font-size-subheading-large);
  font-weight:var(--font-weight-semibold);
  letter-spacing:0.016rem;
  line-height:1.75rem;
}
.n-subheading-medium{
  font-family:var(--font-font-family-subheading-medium), sans-serif;
  font-size:var(--font-size-subheading-medium);
  font-weight:var(--font-weight-semibold);
  letter-spacing:0.016rem;
  line-height:1.5rem;
}
.n-subheading-small{
  font-family:var(--font-font-family-subheading-small), sans-serif;
  font-size:var(--font-size-subheading-small);
  font-weight:var(--font-weight-semibold);
  letter-spacing:0.016rem;
  line-height:1.25rem;
}
.n-body-large{
  font-family:var(--font-font-family-body-large), sans-serif;
  font-size:var(--font-size-body-large);
  font-weight:var(--font-weight-normal);
  letter-spacing:0.016rem;
  line-height:1.5rem;
}
.n-body-medium{
  font-family:var(--font-font-family-body-medium), sans-serif;
  font-size:var(--font-size-body-medium);
  font-weight:var(--font-weight-normal);
  letter-spacing:0.016rem;
  line-height:1.25rem;
}
.n-body-small{
  font-family:var(--font-font-family-body-small), sans-serif;
  font-size:var(--font-size-body-small);
  font-weight:var(--font-weight-normal);
  letter-spacing:0.016rem;
  line-height:1.25rem;
}
.n-label{
  font-family:var(--font-font-family-body-label), sans-serif;
  font-size:var(--font-size-label);
  font-weight:var(--font-weight-bold);
  letter-spacing:0;
  line-height:1.25rem;
}
.ndl-icon-svg path,
.ndl-icon-svg polygon,
.ndl-icon-svg rect,
.ndl-icon-svg circle,
.ndl-icon-svg line,
.ndl-icon-svg polyline,
.ndl-icon-svg ellipse{
  vector-effect:non-scaling-stroke;
}
:root{
  --theme-palette-neutral-text-weakest:var(--theme-light-palette-neutral-text-weakest);
  --theme-palette-neutral-text-weaker:var(--theme-light-palette-neutral-text-weaker);
  --theme-palette-neutral-text-weak:var(--theme-light-palette-neutral-text-weak);
  --theme-palette-neutral-text-default:var(--theme-light-palette-neutral-text-default);
  --theme-palette-neutral-text-inverse:var(--theme-light-palette-neutral-text-inverse);
  --theme-palette-neutral-icon:var(--theme-light-palette-neutral-icon);
  --theme-palette-neutral-bg-weak:var(--theme-light-palette-neutral-bg-weak);
  --theme-palette-neutral-bg-default:var(--theme-light-palette-neutral-bg-default);
  --theme-palette-neutral-bg-strong:var(--theme-light-palette-neutral-bg-strong);
  --theme-palette-neutral-bg-stronger:var(--theme-light-palette-neutral-bg-stronger);
  --theme-palette-neutral-bg-strongest:var(--theme-light-palette-neutral-bg-strongest);
  --theme-palette-neutral-bg-status:var(--theme-light-palette-neutral-bg-status);
  --theme-palette-neutral-bg-on-bg-weak:var(--theme-light-palette-neutral-bg-on-bg-weak);
  --theme-palette-neutral-border-weak:var(--theme-light-palette-neutral-border-weak);
  --theme-palette-neutral-border-strong:var(--theme-light-palette-neutral-border-strong);
  --theme-palette-neutral-border-strongest:var(--theme-light-palette-neutral-border-strongest);
  --theme-palette-neutral-hover:var(--theme-light-palette-neutral-hover);
  --theme-palette-neutral-pressed:var(--theme-light-palette-neutral-pressed);
  --theme-palette-primary-text:var(--theme-light-palette-primary-text);
  --theme-palette-primary-icon:var(--theme-light-palette-primary-icon);
  --theme-palette-primary-bg-weak:var(--theme-light-palette-primary-bg-weak);
  --theme-palette-primary-bg-strong:var(--theme-light-palette-primary-bg-strong);
  --theme-palette-primary-bg-status:var(--theme-light-palette-primary-bg-status);
  --theme-palette-primary-bg-selected:var(--theme-light-palette-primary-bg-selected);
  --theme-palette-primary-border-strong:var(--theme-light-palette-primary-border-strong);
  --theme-palette-primary-border-weak:var(--theme-light-palette-primary-border-weak);
  --theme-palette-primary-focus:var(--theme-light-palette-primary-focus);
  --theme-palette-primary-hover-weak:var(--theme-light-palette-primary-hover-weak);
  --theme-palette-primary-hover-strong:var(--theme-light-palette-primary-hover-strong);
  --theme-palette-primary-pressed-weak:var(--theme-light-palette-primary-pressed-weak);
  --theme-palette-primary-pressed-strong:var(--theme-light-palette-primary-pressed-strong);
  --theme-palette-danger-text:var(--theme-light-palette-danger-text);
  --theme-palette-danger-icon:var(--theme-light-palette-danger-icon);
  --theme-palette-danger-bg-strong:var(--theme-light-palette-danger-bg-strong);
  --theme-palette-danger-bg-weak:var(--theme-light-palette-danger-bg-weak);
  --theme-palette-danger-bg-status:var(--theme-light-palette-danger-bg-status);
  --theme-palette-danger-border-strong:var(--theme-light-palette-danger-border-strong);
  --theme-palette-danger-border-weak:var(--theme-light-palette-danger-border-weak);
  --theme-palette-danger-hover-weak:var(--theme-light-palette-danger-hover-weak);
  --theme-palette-danger-hover-strong:var(--theme-light-palette-danger-hover-strong);
  --theme-palette-danger-pressed-weak:var(--theme-light-palette-danger-pressed-weak);
  --theme-palette-danger-pressed-strong:var(--theme-light-palette-danger-pressed-strong);
  --theme-palette-warning-text:var(--theme-light-palette-warning-text);
  --theme-palette-warning-icon:var(--theme-light-palette-warning-icon);
  --theme-palette-warning-bg-strong:var(--theme-light-palette-warning-bg-strong);
  --theme-palette-warning-bg-weak:var(--theme-light-palette-warning-bg-weak);
  --theme-palette-warning-bg-status:var(--theme-light-palette-warning-bg-status);
  --theme-palette-warning-border-strong:var(--theme-light-palette-warning-border-strong);
  --theme-palette-warning-border-weak:var(--theme-light-palette-warning-border-weak);
  --theme-palette-success-text:var(--theme-light-palette-success-text);
  --theme-palette-success-icon:var(--theme-light-palette-success-icon);
  --theme-palette-success-bg-strong:var(--theme-light-palette-success-bg-strong);
  --theme-palette-success-bg-weak:var(--theme-light-palette-success-bg-weak);
  --theme-palette-success-bg-status:var(--theme-light-palette-success-bg-status);
  --theme-palette-success-border-strong:var(--theme-light-palette-success-border-strong);
  --theme-palette-success-border-weak:var(--theme-light-palette-success-border-weak);
  --theme-palette-discovery-text:var(--theme-light-palette-discovery-text);
  --theme-palette-discovery-icon:var(--theme-light-palette-discovery-icon);
  --theme-palette-discovery-bg-strong:var(--theme-light-palette-discovery-bg-strong);
  --theme-palette-discovery-bg-weak:var(--theme-light-palette-discovery-bg-weak);
  --theme-palette-discovery-bg-status:var(--theme-light-palette-discovery-bg-status);
  --theme-palette-discovery-border-strong:var(--theme-light-palette-discovery-border-strong);
  --theme-palette-discovery-border-weak:var(--theme-light-palette-discovery-border-weak);
  color-scheme:light;
}
.ndl-theme-dark{
  --theme-palette-neutral-text-weakest:var(--theme-dark-palette-neutral-text-weakest);
  --theme-palette-neutral-text-weaker:var(--theme-dark-palette-neutral-text-weaker);
  --theme-palette-neutral-text-weak:var(--theme-dark-palette-neutral-text-weak);
  --theme-palette-neutral-text-default:var(--theme-dark-palette-neutral-text-default);
  --theme-palette-neutral-text-inverse:var(--theme-dark-palette-neutral-text-inverse);
  --theme-palette-neutral-icon:var(--theme-dark-palette-neutral-icon);
  --theme-palette-neutral-bg-weak:var(--theme-dark-palette-neutral-bg-weak);
  --theme-palette-neutral-bg-default:var(--theme-dark-palette-neutral-bg-default);
  --theme-palette-neutral-bg-strong:var(--theme-dark-palette-neutral-bg-strong);
  --theme-palette-neutral-bg-stronger:var(--theme-dark-palette-neutral-bg-stronger);
  --theme-palette-neutral-bg-strongest:var(--theme-dark-palette-neutral-bg-strongest);
  --theme-palette-neutral-bg-status:var(--theme-dark-palette-neutral-bg-status);
  --theme-palette-neutral-bg-on-bg-weak:var(--theme-dark-palette-neutral-bg-on-bg-weak);
  --theme-palette-neutral-border-weak:var(--theme-dark-palette-neutral-border-weak);
  --theme-palette-neutral-border-strong:var(--theme-dark-palette-neutral-border-strong);
  --theme-palette-neutral-border-strongest:var(--theme-dark-palette-neutral-border-strongest);
  --theme-palette-neutral-hover:var(--theme-dark-palette-neutral-hover);
  --theme-palette-neutral-pressed:var(--theme-dark-palette-neutral-pressed);
  --theme-palette-primary-text:var(--theme-dark-palette-primary-text);
  --theme-palette-primary-icon:var(--theme-dark-palette-primary-icon);
  --theme-palette-primary-bg-weak:var(--theme-dark-palette-primary-bg-weak);
  --theme-palette-primary-bg-strong:var(--theme-dark-palette-primary-bg-strong);
  --theme-palette-primary-bg-status:var(--theme-dark-palette-primary-bg-status);
  --theme-palette-primary-bg-selected:var(--theme-dark-palette-primary-bg-selected);
  --theme-palette-primary-border-strong:var(--theme-dark-palette-primary-border-strong);
  --theme-palette-primary-border-weak:var(--theme-dark-palette-primary-border-weak);
  --theme-palette-primary-focus:var(--theme-dark-palette-primary-focus);
  --theme-palette-primary-hover-weak:var(--theme-dark-palette-primary-hover-weak);
  --theme-palette-primary-hover-strong:var(--theme-dark-palette-primary-hover-strong);
  --theme-palette-primary-pressed-weak:var(--theme-dark-palette-primary-pressed-weak);
  --theme-palette-primary-pressed-strong:var(--theme-dark-palette-primary-pressed-strong);
  --theme-palette-danger-text:var(--theme-dark-palette-danger-text);
  --theme-palette-danger-icon:var(--theme-dark-palette-danger-icon);
  --theme-palette-danger-bg-strong:var(--theme-dark-palette-danger-bg-strong);
  --theme-palette-danger-bg-weak:var(--theme-dark-palette-danger-bg-weak);
  --theme-palette-danger-bg-status:var(--theme-dark-palette-danger-bg-status);
  --theme-palette-danger-border-strong:var(--theme-dark-palette-danger-border-strong);
  --theme-palette-danger-border-weak:var(--theme-dark-palette-danger-border-weak);
  --theme-palette-danger-hover-weak:var(--theme-dark-palette-danger-hover-weak);
  --theme-palette-danger-hover-strong:var(--theme-dark-palette-danger-hover-strong);
  --theme-palette-danger-pressed-weak:var(--theme-dark-palette-danger-pressed-weak);
  --theme-palette-danger-pressed-strong:var(--theme-dark-palette-danger-pressed-strong);
  --theme-palette-warning-text:var(--theme-dark-palette-warning-text);
  --theme-palette-warning-icon:var(--theme-dark-palette-warning-icon);
  --theme-palette-warning-bg-strong:var(--theme-dark-palette-warning-bg-strong);
  --theme-palette-warning-bg-weak:var(--theme-dark-palette-warning-bg-weak);
  --theme-palette-warning-bg-status:var(--theme-dark-palette-warning-bg-status);
  --theme-palette-warning-border-strong:var(--theme-dark-palette-warning-border-strong);
  --theme-palette-warning-border-weak:var(--theme-dark-palette-warning-border-weak);
  --theme-palette-success-text:var(--theme-dark-palette-success-text);
  --theme-palette-success-icon:var(--theme-dark-palette-success-icon);
  --theme-palette-success-bg-strong:var(--theme-dark-palette-success-bg-strong);
  --theme-palette-success-bg-weak:var(--theme-dark-palette-success-bg-weak);
  --theme-palette-success-bg-status:var(--theme-dark-palette-success-bg-status);
  --theme-palette-success-border-strong:var(--theme-dark-palette-success-border-strong);
  --theme-palette-success-border-weak:var(--theme-dark-palette-success-border-weak);
  --theme-palette-discovery-text:var(--theme-dark-palette-discovery-text);
  --theme-palette-discovery-icon:var(--theme-dark-palette-discovery-icon);
  --theme-palette-discovery-bg-strong:var(--theme-dark-palette-discovery-bg-strong);
  --theme-palette-discovery-bg-weak:var(--theme-dark-palette-discovery-bg-weak);
  --theme-palette-discovery-bg-status:var(--theme-dark-palette-discovery-bg-status);
  --theme-palette-discovery-border-strong:var(--theme-dark-palette-discovery-border-strong);
  --theme-palette-discovery-border-weak:var(--theme-dark-palette-discovery-border-weak);
  --theme-shadow-raised:var(--theme-dark-box-shadow-raised);
  --theme-shadow-overlay:var(--theme-dark-box-shadow-overlay);
  color:rgb(var(--theme-palette-neutral-text-default));
  color-scheme:dark;
}
.ndl-theme-light{
  --theme-palette-neutral-text-weakest:var(--theme-light-palette-neutral-text-weakest);
  --theme-palette-neutral-text-weaker:var(--theme-light-palette-neutral-text-weaker);
  --theme-palette-neutral-text-weak:var(--theme-light-palette-neutral-text-weak);
  --theme-palette-neutral-text-default:var(--theme-light-palette-neutral-text-default);
  --theme-palette-neutral-text-inverse:var(--theme-light-palette-neutral-text-inverse);
  --theme-palette-neutral-icon:var(--theme-light-palette-neutral-icon);
  --theme-palette-neutral-bg-weak:var(--theme-light-palette-neutral-bg-weak);
  --theme-palette-neutral-bg-default:var(--theme-light-palette-neutral-bg-default);
  --theme-palette-neutral-bg-strong:var(--theme-light-palette-neutral-bg-strong);
  --theme-palette-neutral-bg-stronger:var(--theme-light-palette-neutral-bg-stronger);
  --theme-palette-neutral-bg-strongest:var(--theme-light-palette-neutral-bg-strongest);
  --theme-palette-neutral-bg-status:var(--theme-light-palette-neutral-bg-status);
  --theme-palette-neutral-bg-on-bg-weak:var(--theme-light-palette-neutral-bg-on-bg-weak);
  --theme-palette-neutral-border-weak:var(--theme-light-palette-neutral-border-weak);
  --theme-palette-neutral-border-strong:var(--theme-light-palette-neutral-border-strong);
  --theme-palette-neutral-border-strongest:var(--theme-light-palette-neutral-border-strongest);
  --theme-palette-neutral-hover:var(--theme-light-palette-neutral-hover);
  --theme-palette-neutral-pressed:var(--theme-light-palette-neutral-pressed);
  --theme-palette-primary-text:var(--theme-light-palette-primary-text);
  --theme-palette-primary-icon:var(--theme-light-palette-primary-icon);
  --theme-palette-primary-bg-weak:var(--theme-light-palette-primary-bg-weak);
  --theme-palette-primary-bg-strong:var(--theme-light-palette-primary-bg-strong);
  --theme-palette-primary-bg-status:var(--theme-light-palette-primary-bg-status);
  --theme-palette-primary-bg-selected:var(--theme-light-palette-primary-bg-selected);
  --theme-palette-primary-border-strong:var(--theme-light-palette-primary-border-strong);
  --theme-palette-primary-border-weak:var(--theme-light-palette-primary-border-weak);
  --theme-palette-primary-focus:var(--theme-light-palette-primary-focus);
  --theme-palette-primary-hover-weak:var(--theme-light-palette-primary-hover-weak);
  --theme-palette-primary-hover-strong:var(--theme-light-palette-primary-hover-strong);
  --theme-palette-primary-pressed-weak:var(--theme-light-palette-primary-pressed-weak);
  --theme-palette-primary-pressed-strong:var(--theme-light-palette-primary-pressed-strong);
  --theme-palette-danger-text:var(--theme-light-palette-danger-text);
  --theme-palette-danger-icon:var(--theme-light-palette-danger-icon);
  --theme-palette-danger-bg-strong:var(--theme-light-palette-danger-bg-strong);
  --theme-palette-danger-bg-weak:var(--theme-light-palette-danger-bg-weak);
  --theme-palette-danger-bg-status:var(--theme-light-palette-danger-bg-status);
  --theme-palette-danger-border-strong:var(--theme-light-palette-danger-border-strong);
  --theme-palette-danger-border-weak:var(--theme-light-palette-danger-border-weak);
  --theme-palette-danger-hover-weak:var(--theme-light-palette-danger-hover-weak);
  --theme-palette-danger-hover-strong:var(--theme-light-palette-danger-hover-strong);
  --theme-palette-danger-pressed-weak:var(--theme-light-palette-danger-pressed-weak);
  --theme-palette-danger-pressed-strong:var(--theme-light-palette-danger-pressed-strong);
  --theme-palette-warning-text:var(--theme-light-palette-warning-text);
  --theme-palette-warning-icon:var(--theme-light-palette-warning-icon);
  --theme-palette-warning-bg-strong:var(--theme-light-palette-warning-bg-strong);
  --theme-palette-warning-bg-weak:var(--theme-light-palette-warning-bg-weak);
  --theme-palette-warning-bg-status:var(--theme-light-palette-warning-bg-status);
  --theme-palette-warning-border-strong:var(--theme-light-palette-warning-border-strong);
  --theme-palette-warning-border-weak:var(--theme-light-palette-warning-border-weak);
  --theme-palette-success-text:var(--theme-light-palette-success-text);
  --theme-palette-success-icon:var(--theme-light-palette-success-icon);
  --theme-palette-success-bg-strong:var(--theme-light-palette-success-bg-strong);
  --theme-palette-success-bg-weak:var(--theme-light-palette-success-bg-weak);
  --theme-palette-success-bg-status:var(--theme-light-palette-success-bg-status);
  --theme-palette-success-border-strong:var(--theme-light-palette-success-border-strong);
  --theme-palette-success-border-weak:var(--theme-light-palette-success-border-weak);
  --theme-palette-discovery-text:var(--theme-light-palette-discovery-text);
  --theme-palette-discovery-icon:var(--theme-light-palette-discovery-icon);
  --theme-palette-discovery-bg-strong:var(--theme-light-palette-discovery-bg-strong);
  --theme-palette-discovery-bg-weak:var(--theme-light-palette-discovery-bg-weak);
  --theme-palette-discovery-bg-status:var(--theme-light-palette-discovery-bg-status);
  --theme-palette-discovery-border-strong:var(--theme-light-palette-discovery-border-strong);
  --theme-palette-discovery-border-weak:var(--theme-light-palette-discovery-border-weak);
  --theme-shadow-raised:var(--theme-light-box-shadow-raised);
  --theme-shadow-overlay:var(--theme-light-box-shadow-overlay);
  color:rgb(var(--theme-palette-neutral-text-default));
  color-scheme:light;
}
.ndl-accordion {
  box-sizing:border-box;
  display:flex;
  width:100%;
  flex-direction:column;
  padding:16px;
}
.ndl-accordion .ndl-accordion-item {
  box-sizing:border-box;
  height:48px;
  width:auto;
}
.ndl-accordion .ndl-accordion-item-expanded {
  height:auto;
}
.ndl-accordion .ndl-accordion-item-header-button {
  position:relative;
  box-sizing:border-box;
  display:flex;
  width:100%;
  align-items:center;
  padding-top:12px;
  padding-bottom:12px;
  padding-right:12px;
}
.ndl-accordion .ndl-accordion-item-header-button-disabled {
  cursor:not-allowed;
  color:rgb(var(--theme-palette-neutral-text-weakest));
}
.ndl-accordion .ndl-accordion-item-header-button:focus-visible {
  outline-style:solid;
  outline-width:2px;
  outline-offset:-2px;
  outline-color:rgb(var(--theme-palette-primary-focus));
}
.ndl-accordion .ndl-accordion-item-header-button:hover {
  background-color:rgb(var(--theme-palette-neutral-hover));
}
.ndl-accordion .ndl-accordion-item-header-button:active {
  background-color:rgb(var(--theme-palette-neutral-pressed));
}
.ndl-accordion .ndl-accordion-item-header-button-title {
  margin-left:12px;
  display:flex;
  width:100%;
}
.ndl-accordion .ndl-accordion-item-header-button-title-right {
  align-content:space-between;
}
.ndl-accordion .ndl-accordion-item-header-icon-wrapper {
  pointer-events:none;
  box-sizing:border-box;
  display:flex;
  width:100%;
  flex-direction:row;
  align-items:center;
}
.ndl-accordion .ndl-accordion-item-header-icon-wrapper-right {
  flex-direction:row-reverse;
}
.ndl-accordion .ndl-accordion-item-header-icon {
  margin-left:12px;
    width:20px;
    height:20px;
}
.ndl-accordion .ndl-accordion-item-content {
  visibility:hidden;
  height:0px;
  overflow:hidden;
}
.ndl-accordion .ndl-accordion-item-content:focus-visible {
  border-radius:4px;
  outline-style:solid;
  outline-width:2px;
  outline-offset:1px;
  outline-color:rgb(var(--theme-palette-primary-focus));
}
.ndl-accordion .ndl-accordion-item-content-right {
  padding-left:32px;
}
.ndl-accordion .ndl-accordion-item-content-expanded {
  visibility:visible;
  height:auto;
}
.ndl-accordion .ndl-accordion-item-content-inner {
  box-sizing:border-box;
  padding-left:12px;
  padding-right:12px;
  padding-bottom:12px;
  padding-top:4px;
}
.ndl-btn{
  transition:background-color var(--transitions-stripped-quick);
  display:inline-flex;
  cursor:pointer;
  align-items:center;
  justify-content:center;
  gap:2px;
  border-radius:4px;
  font-weight:700;
  outline:2px solid transparent;
  outline-offset:2px;
  --tw-ring-color:rgb(var(--theme-palette-primary-focus));
}
.ndl-btn:focus-visible {
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-offset-width:2px;
}
.ndl-btn.ndl-loading {
  cursor:default;
  vertical-align:middle;
  opacity:0.5;
}
.ndl-btn.ndl-small {
  height:24px;
  padding-left:12px;
  padding-right:12px;
  padding-top:2px;
  padding-bottom:2px;
  font-family:var(--font-font-family-body-label), sans-serif;
  font-size:var(--font-size-label);
  font-weight:var(--font-weight-bold);
  letter-spacing:0;
  line-height:1.25rem;
}
.ndl-btn.ndl-medium {
  height:36px;
  padding-left:24px;
  padding-right:24px;
  padding-top:8px;
  padding-bottom:8px;
  font-family:var(--font-font-family-body-label), sans-serif;
  font-size:var(--font-size-label);
  font-weight:var(--font-weight-bold);
  letter-spacing:0;
  line-height:1.25rem;
}
.ndl-btn.ndl-large {
  height:48px;
  padding-left:24px;
  padding-right:24px;
  padding-top:12px;
  padding-bottom:12px;
  font-family:var(--font-font-family-h6), sans-serif;
  font-size:var(--font-size-h6);
  font-weight:var(--font-weight-bold);
  letter-spacing:0.016rem;
  line-height:1.5rem;
}
.ndl-btn.ndl-disabled {
  cursor:not-allowed;
}
.ndl-btn.ndl-filled {
  border-width:0px;
  color:rgb(var(--theme-palette-neutral-text-inverse));
}
.ndl-btn.ndl-filled.ndl-disabled {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger));
  color:rgb(var(--theme-palette-neutral-text-inverse));
}
.ndl-btn.ndl-outlined {
  border-width:1px;
  border-style:solid;
  background-color:rgb(var(--theme-palette-neutral-bg-weak));
}
.ndl-btn.ndl-outlined.ndl-disabled {
  border-color:rgb(var(--theme-palette-neutral-border-strong));
  background-color:rgb(var(--theme-palette-neutral-bg-weak));
  color:rgb(var(--theme-palette-neutral-text-weakest));
}
.ndl-btn.ndl-text {
  border-style:none;
  background-color:transparent;
}
.ndl-btn.ndl-text.ndl-disabled {
  color:rgb(var(--theme-palette-neutral-text-weakest));
}
.ndl-btn.ndl-floating-btn:not(.ndl-disabled):not(.ndl-text) {
  --tw-shadow:var(--theme-shadow-overlay);
  --tw-shadow-colored:var(--theme-shadow-overlay);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
a.ndl-btn {
  -webkit-text-decoration-line:none;
          text-decoration-line:none;
}
.ndl-icon-btn{
  transition:background-color var(--transitions-stripped-quick);
  display:inline-flex;
  flex-shrink:0;
  cursor:pointer;
  align-items:center;
  justify-content:center;
  gap:2px;
  border-radius:8px;
  color:rgb(var(--theme-palette-neutral-text-weak));
}
.ndl-icon-btn:not(.ndl-clean) {
  background-color:rgb(var(--theme-palette-neutral-bg-weak));
  --tw-ring-color:rgb(var(--theme-palette-primary-focus));
}
.ndl-icon-btn:not(.ndl-clean):focus {
  outline-width:0px;
}
.ndl-icon-btn:not(.ndl-clean):focus-visible {
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-offset-width:2px;
}
.ndl-icon-btn.ndl-clean {
  --tw-ring-color:rgb(var(--theme-palette-primary-focus));
}
.ndl-icon-btn.ndl-clean:focus {
  outline-width:0px;
}
.ndl-icon-btn.ndl-clean:focus-visible {
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-offset-width:0px;
}
.ndl-icon-btn.ndl-danger {
  color:rgb(var(--theme-palette-danger-icon));
}
.ndl-icon-btn.ndl-floating {
  --tw-shadow:var(--theme-shadow-overlay);
  --tw-shadow-colored:var(--theme-shadow-overlay);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ndl-icon-btn:disabled {
  cursor:not-allowed;
  color:rgb(var(--theme-palette-neutral-text-weakest));
}
.ndl-icon-btn.ndl-small{
    width:20px;
    height:20px;
    font-size:16px;
  }
.ndl-icon-btn.ndl-small .ndl-icon{
      width:16px;
      height:16px;
    }
.ndl-icon-btn.ndl-medium{
    width:28px;
    height:28px;
    font-size:20px;
  }
.ndl-icon-btn.ndl-medium .ndl-icon{
      width:20px;
      height:20px;
    }
.ndl-icon-btn.ndl-large{
    width:40px;
    height:40px;
    font-size:24px;
  }
.ndl-icon-btn.ndl-large .ndl-icon{
      width:24px;
      height:24px;
    }
.ndl-icon-btn.ndl-small:not(.ndl-grouped){
    width:24px;
    height:24px;
  }
.ndl-icon-btn.ndl-medium:not(.ndl-grouped){
    width:36px;
    height:36px;
  }
.ndl-icon-btn.ndl-large:not(.ndl-grouped){
    width:48px;
    height:48px;
  }
.ndl-icon-btn:not(.ndl-clean) {
  border-width:1px;
  border-color:rgb(var(--theme-palette-neutral-border-strong));
}
.ndl-icon-btn:not(.ndl-clean).ndl-danger {
  border-color:rgb(var(--theme-palette-danger-border-strong));
}
.ndl-icon-btn:not(.ndl-clean):disabled {
  border-color:rgb(var(--theme-palette-neutral-border-weak));
  background-color:rgb(var(--theme-palette-neutral-bg-weak));
}
.ndl-icon-btn:hover:not(:disabled):not(.ndl-floating) {
  background-color:rgb(var(--theme-palette-neutral-hover));
}
.ndl-icon-btn:hover:not(:disabled):not(.ndl-floating).ndl-danger {
  background-color:rgb(var(--theme-palette-danger-hover-weak));
}
.ndl-icon-btn.ndl-floating:hover:not(:disabled) {
  background-color:rgb(var(--theme-palette-neutral-bg-default));
}
.ndl-icon-btn.ndl-floating:hover:not(:disabled).ndl-danger {
  background-color:rgb(var(--theme-palette-danger-bg-weak));
}
.ndl-icon-btn:active:not(:disabled):not(.ndl-floating),
  .ndl-icon-btn.ndl-active:not(.ndl-floating) {
  background-color:rgb(var(--theme-palette-neutral-pressed));
}
.ndl-icon-btn:active:not(:disabled):not(.ndl-floating).ndl-danger, .ndl-icon-btn.ndl-active:not(.ndl-floating).ndl-danger {
  background-color:rgb(var(--theme-palette-danger-pressed-weak));
}
.ndl-icon-btn.ndl-floating:active:not(:disabled),
  .ndl-icon-btn.ndl-floating.ndl-active {
  background-color:rgb(var(--theme-palette-neutral-bg-strong));
}
.ndl-icon-btn.ndl-floating:active:not(:disabled).ndl-danger, .ndl-icon-btn.ndl-floating.ndl-active.ndl-danger {
  background-color:rgb(var(--theme-palette-danger-bg-weak));
}
.ndl-icon-btn.ndl-loading {
  cursor:default;
  opacity:0.5;
}
.ndl-icon-btn-array {
  display:flex;
  max-width:-moz-min-content;
  max-width:min-content;
  gap:4px;
  border-radius:8px;
  border-width:1px;
  border-color:rgb(var(--theme-palette-neutral-border-strong));
  background-color:rgb(var(--theme-palette-neutral-bg-weak));
  padding:3px;
}
.ndl-icon-btn-array.ndl-array-floating {
  border-color:rgb(var(--theme-palette-neutral-border-weak));
  --tw-shadow:var(--theme-shadow-overlay);
  --tw-shadow-colored:var(--theme-shadow-overlay);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ndl-label {
  display:flex;
  height:24px;
  max-width:-moz-max-content;
  max-width:max-content;
  flex-direction:column;
  justify-content:center;
  border-radius:9999px;
  padding-left:8px;
  padding-right:8px;
  padding-top:2px;
  padding-bottom:2px;
  font-weight:700;
  text-transform:capitalize;
  font-family:var(--font-font-family-body-label), sans-serif;
  font-size:var(--font-size-label);
  font-weight:var(--font-weight-bold);
  letter-spacing:0;
  line-height:1.25rem;

  line-height:normal;
}
.ndl-label .ndl-label-content {
  display:flex;
  flex-direction:row;
  align-items:center;
  gap:4px;
}
.ndl-label .ndl-label-content svg {
  width:8px;
  height:8px;
}
.ndl-label .ndl-label-text {
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.ndl-label.ndl-clean {
  padding-left:0px;
  padding-right:0px;
  padding-top:0px;
  padding-bottom:0px;
}
.ndl-label.ndl-clean .ndl-label-text {
  color:rgb(var(--theme-palette-neutral-text-default));
}
.ndl-label.ndl-outlined {
  border-width:0.5px;
  border-style:solid;
  background-color:rgb(var(--theme-palette-neutral-bg-weak));
}
.ndl-label.ndl-semi-filled {
  border-width:0.5px;
  border-style:solid;
}
.ndl-tabs.ndl-underline-tab{
    border-bottom-style:solid;
    position:relative;
  }
.ndl-tabs.ndl-underline-tab:after{
      content:'';
      position:absolute;
      width:100%;
      height:1px;
      bottom:0px;
      left:0px;
      z-index:0;
      background-color:rgb(var(--theme-palette-neutral-border-weak));
    }
.ndl-tabs .ndl-tab{
    font-weight:600;
    background:none;
    position:relative;
    cursor:pointer;
    border-width:0px;
    padding-left:16px;
    padding-right:16px;
    padding-top:8px;
    padding-bottom:8px;
  font-family:var(--font-font-family-subheading-medium), sans-serif;
  font-size:var(--font-size-subheading-medium);
  font-weight:var(--font-weight-semibold);
  letter-spacing:0.016rem;
  line-height:1.5rem;
  }
.ndl-tabs .ndl-tab.ndl-small {
  padding-top:4px;
  padding-bottom:4px;
  font-family:var(--font-font-family-subheading-small), sans-serif;
  font-size:var(--font-size-subheading-small);
  font-weight:var(--font-weight-semibold);
  letter-spacing:0.016rem;
  line-height:1.25rem;
}
.ndl-tabs .ndl-tab.ndl-small:not(:first-child) {
  margin-left:4px;
}
.ndl-tabs .ndl-tab.ndl-small:not(:last-child) {
  margin-right:4px;
}
.ndl-tabs .ndl-tab.ndl-small .ndl-icon-svg {
  height:16px;
  width:16px;
}
.ndl-tabs .ndl-tab:not(:first-child) {
  margin-left:8px;
}
.ndl-tabs .ndl-tab:not(:last-child) {
  margin-right:8px;
}
.ndl-tabs .ndl-tab.ndl-disabled {
  cursor:not-allowed;
  color:rgb(var(--theme-palette-neutral-text-weakest));
}
.ndl-tabs .ndl-tab.ndl-underline-tab{
      z-index:1;
    }
.ndl-tabs .ndl-tab.ndl-underline-tab:not(.ndl-selected) {
  color:rgb(var(--theme-palette-neutral-text-weak));
}
.ndl-tabs .ndl-tab.ndl-underline-tab.ndl-disabled {
  color:rgb(var(--theme-palette-neutral-text-weakest));
}
.ndl-tabs .ndl-tab.ndl-underline-tab.ndl-small{
        padding-bottom:12px;
        padding-left:4px;
        padding-right:4px;
      }
.ndl-tabs .ndl-tab.ndl-underline-tab.ndl-large{
        padding-bottom:16px;
      }
.ndl-tabs .ndl-tab.ndl-underline-tab.ndl-large .ndl-icon-svg {
  height:20px;
  width:20px;
}
.ndl-tabs .ndl-tab.ndl-underline-tab .ndl-tab-underline{
        height:3px;
        position:absolute;
        left:0px;
        bottom:0px;
        width:100%;
        border-top-left-radius:9999px;
        border-top-right-radius:9999px;
        background-color:transparent;
      }
.ndl-tabs .ndl-tab.ndl-underline-tab:focus-visible{
        outline:none;
      }
.ndl-tabs .ndl-tab.ndl-underline-tab:focus-visible .ndl-tab-underline {
  background-color:rgb(var(--theme-palette-primary-focus));
}
.ndl-tabs .ndl-tab.ndl-underline-tab:hover:not(.ndl-disabled):not(.ndl-selected) .ndl-tab-underline {
  background-color:rgb(var(--theme-palette-neutral-bg-strong));
}
.ndl-tabs .ndl-tab.ndl-underline-tab:active:not(.ndl-disabled):not(.ndl-selected) .ndl-tab-underline {
  background-color:rgb(var(--theme-palette-neutral-bg-strong));
}
.ndl-tabs .ndl-tab.ndl-underline-tab.ndl-selected:not(.ndl-disabled) {
  color:rgb(var(--theme-palette-primary-text));
}
.ndl-tabs .ndl-tab.ndl-underline-tab.ndl-selected:not(.ndl-disabled) .ndl-tab-underline {
  background-color:rgb(var(--theme-palette-primary-border-strong));
}
.ndl-tabs .ndl-tab.ndl-underline-tab.ndl-selected.ndl-disabled:not(:focus) .ndl-tab-underline {
  background-color:rgb(var(--theme-palette-neutral-bg-strong));
}
.ndl-tabs .ndl-tab.ndl-underline-tab.ndl-disabled:focus-visible .ndl-tab-underline {
  background-color:rgb(var(--theme-palette-neutral-bg-strong));
}
.ndl-tabs .ndl-tab.ndl-filled-tab {
  border-radius:4px;
  padding-top:4px;
  padding-bottom:4px;
  padding-left:16px;
  padding-right:16px;
  color:rgb(var(--theme-palette-neutral-text-weak));
}
.ndl-tabs .ndl-tab.ndl-filled-tab.ndl-disabled {
  color:rgb(var(--theme-palette-neutral-text-weakest));
}
.ndl-tabs .ndl-tab.ndl-filled-tab:focus-visible{
        outline:none;
        --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
        --tw-ring-color:rgb(var(--theme-palette-primary-focus));
      }
.ndl-tabs .ndl-tab.ndl-filled-tab:hover:not(.ndl-disabled):not(.ndl-selected){
        background-color:rgb(var(--theme-palette-neutral-hover));
      }
.ndl-tabs .ndl-tab.ndl-filled-tab:active:not(.ndl-disabled):not(.ndl-selected) {
  --tw-bg-opacity:0.2;
        background-color:rgb(var(--theme-palette-neutral-pressed));
}
.ndl-tabs .ndl-tab.ndl-filled-tab.ndl-selected {
  background-color:rgb(var(--theme-palette-primary-bg-selected));
  color:rgb(var(--theme-palette-primary-text));
}
.ndl-banner {
  padding:16px;
  color:rgb(var(--theme-palette-neutral-text-default));
  border-radius:4px;
  display:flex;
  flex-direction:row;
  -moz-column-gap:16px;
       column-gap:16px;
}
.ndl-banner .ndl-banner-content {
  display:flex;
  flex:1 1 0%;
  flex-direction:column;
  gap:8px;
  overflow:auto;
}
.ndl-banner .ndl-banner-title {
  display:flex;
  justify-content:space-between;
}
.ndl-banner.ndl-with-description .ndl-banner-title {
  margin:0px;
}
.ndl-banner .ndl-banner-description {
  height:100%;
}
.ndl-banner .ndl-banner-icon {
  width:24px;
  height:24px;
}
.ndl-banner .ndl-banner-icon.ndl-close-icon {
  cursor:pointer;
  color:rgb(var(--theme-palette-neutral-text-weak));
}
.ndl-banner .ndl-banner-actions {
  margin-top:16px;
  display:flex;
  -moz-column-gap:16px;
       column-gap:16px;
}
.ndl-banner .ndl-banner-actions a {
  cursor:pointer;
  color:rgb(var(--theme-palette-neutral-text-default));
  -webkit-text-decoration-line:underline;
          text-decoration-line:underline;
  font-family:var(--font-font-family-body-label), sans-serif;
  font-size:var(--font-size-label);
  font-weight:var(--font-weight-bold);
  letter-spacing:0;
  line-height:1.25rem;
}
.ndl-banner.ndl-neutral {
  border-width:1px;
  border-style:solid;
  border-color:rgb(var(--theme-palette-neutral-border-strong));
  background-color:rgb(var(--theme-palette-neutral-bg-weak));
}
.ndl-banner.ndl-info {
  border-width:1px;
  border-style:solid;
  border-color:rgb(var(--theme-palette-primary-border-weak));
  background-color:rgb(var(--theme-palette-primary-bg-weak));
}
.ndl-banner.ndl-info .ndl-banner-status-icon {
  color:rgb(var(--theme-palette-primary-icon));
}
.ndl-banner.ndl-success {
  background-color:rgb(var(--theme-palette-success-bg-weak));
  border-width:1px;
  border-style:solid;
  border-color:rgb(var(--theme-palette-success-border-weak));
}
.ndl-banner.ndl-success .ndl-banner-status-icon {
  color:rgb(var(--theme-palette-success-icon));
}
.ndl-banner.ndl-warning {
  background-color:rgb(var(--theme-palette-warning-bg-weak));
  border-width:1px;
  border-style:solid;
  border-color:rgb(var(--theme-palette-warning-border-weak));
}
.ndl-banner.ndl-warning .ndl-banner-status-icon {
  color:rgb(var(--theme-palette-warning-icon));
}
.ndl-banner.ndl-danger {
  background-color:rgb(var(--theme-palette-danger-bg-weak));
  border-width:1px;
  border-style:solid;
  border-color:rgb(var(--theme-palette-danger-border-weak));
}
.ndl-banner.ndl-danger .ndl-banner-status-icon {
  color:rgb(var(--theme-palette-danger-icon));
}
.ndl-banner.ndl-floating {
  --tw-shadow:var(--theme-shadow-overlay);
  --tw-shadow-colored:var(--theme-shadow-overlay);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ndl-tooltip-wrapper {
  position:relative;
  width:-moz-fit-content;
  width:fit-content;
  border-radius:4px;
  background-color:rgb(var(--theme-palette-neutral-bg-strongest));
  padding-left:12px;
  padding-right:12px;
  padding-top:8px;
  padding-bottom:8px;
  color:rgb(var(--theme-palette-neutral-text-inverse));
  font-family:var(--font-font-family-body-small), sans-serif;
  font-size:var(--font-size-body-small);
  font-weight:var(--font-weight-normal);
  letter-spacing:0.016rem;
  line-height:1.25rem;
}
.ndl-tooltip-wrapper .ndl-tooltip-triangle {
  position:absolute;
  width:0px;
  height:0px;
  border-style:solid;
  border-color:rgb(var(--theme-palette-neutral-bg-strongest));
}
.ndl-tooltip-wrapper .ndl-tooltip-triangle.ndl-bottom {
  bottom:-8px;
  left:0px;
  right:0px;
  margin:auto;
  border-left-width:8px;
  border-right-width:8px;
  border-top-width:8px;
  border-bottom-width:0px;
  border-left-color:transparent;
  border-right-color:transparent;
}
.ndl-tooltip-wrapper .ndl-tooltip-triangle.ndl-left {
  left:-8px;
  top:0px;
  bottom:0px;
  margin:auto;
  border-top-width:8px;
  border-bottom-width:8px;
  border-right-width:8px;
  border-left-width:0px;
  border-top-color:transparent;
  border-bottom-color:transparent;
}
.ndl-tooltip-wrapper .ndl-tooltip-triangle.ndl-right {
  right:-8px;
  top:0px;
  bottom:0px;
  margin:auto;
  border-top-width:8px;
  border-bottom-width:8px;
  border-left-width:8px;
  border-right-width:0px;
  border-top-color:transparent;
  border-bottom-color:transparent;
}
.ndl-tooltip-wrapper .ndl-tooltip-triangle.ndl-top {
  top:-8px;
  left:0px;
  right:0px;
  margin:auto;
  border-left-width:8px;
  border-right-width:8px;
  border-bottom-width:8px;
  border-top-width:0px;
  border-left-color:transparent;
  border-right-color:transparent;
}
.ndl-tooltip-wrapper .ndl-tooltip-triangle.ndl-top-left {
  top:-8px;
  left:15px;
  border-left-width:8px;
  border-right-width:8px;
  border-bottom-width:8px;
  border-top-width:0px;
  border-left-color:transparent;
  border-right-color:transparent;
}
.ndl-tooltip-wrapper .ndl-tooltip-triangle.ndl-top-right {
  top:-8px;
  right:15px;
  border-left-width:8px;
  border-right-width:8px;
  border-bottom-width:8px;
  border-top-width:0px;
  border-left-color:transparent;
  border-right-color:transparent;
}
.ndl-toggletip {
  padding:16px;
  color:rgb(var(--theme-palette-neutral-text-inverse));
  border-radius:4px;
  display:flex;
  flex-direction:column;
  gap:4px;
}
.ndl-toggletip .ndl-toggletip-close-icon {
  width:24px;
  height:24px;
  cursor:pointer;
  color:rgb(var(--theme-palette-neutral-text-inverse));
}
.ndl-toggletip .ndl-toggletip-title {
  margin:0px;
  display:flex;
  justify-content:space-between;
}
.ndl-toggletip .ndl-toggletip-header {
  display:flex;
  flex-direction:row;
  justify-content:space-between;
  gap:16px;
}
.ndl-toggletip .ndl-toggletip-content {
  display:flex;
  flex-direction:column;
  gap:16px;
}
.ndl-toggletip .ndl-toggletip-actions {
  margin-top:16px;
  display:flex;
  flex-direction:row;
  gap:16px;
}
.ndl-toggletip .ndl-toggletip-actions .ndl-toggletip-action{
      outline:none;
      cursor:pointer;
      border-radius:4px;
      -webkit-text-decoration-line:underline;
              text-decoration-line:underline;
    }
.ndl-toggletip .ndl-toggletip-actions .ndl-toggletip-action:focus-visible {
  outline-style:solid;
  outline-width:2px;
  outline-offset:2px;
  outline-color:rgb(var(--theme-palette-primary-focus));
}
.ndl-form-item.ndl-type-checkbox{
    line-height:0;
    color:rgb(var(--theme-palette-neutral-text-default));
  }
.ndl-form-item input[type='checkbox'][role='checkbox'],
  .ndl-form-item input[type='radio'] {
  cursor:pointer;
  position:relative;
  width:16px;
  height:16px;
  border-width:1px;
  border-style:solid;
  border-color:rgb(var(--theme-palette-neutral-text-weaker));
  border-radius:4px;
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
  flex-shrink:0;
}
.ndl-form-item input[type='checkbox'][role='checkbox']:not(:disabled):hover:before, .ndl-form-item input[type='radio']:not(:disabled):hover:before{
      content:'';
      position:absolute;
      width:calc(100% + 22px);
      height:calc(100% + 22px);
      border-radius:100%;
      top:-11px;
      left:-11px;
      z-index:1;
      background-color:rgb(var(--theme-palette-neutral-hover));
    }
.ndl-form-item input[type='checkbox'][role='checkbox']:not(:disabled):active:before, .ndl-form-item input[type='radio']:not(:disabled):active:before{
      content:'';
      position:absolute;
      width:calc(100% + 22px);
      height:calc(100% + 22px);
      border-radius:100%;
      top:-11px;
      left:-11px;
      z-index:1;
      background-color:rgb(var(--theme-palette-neutral-pressed));
    }
.ndl-form-item input[type='checkbox'][role='checkbox']:focus-visible, .ndl-form-item input[type='radio']:focus-visible {
  outline-style:solid;
  outline-width:2px;
  outline-offset:1px;
  outline-color:rgb(var(--theme-palette-primary-focus));
}
.ndl-form-item input[type='checkbox'][role='checkbox']:checked, .ndl-form-item input[type='radio']:checked {
  border-color:rgb(var(--theme-palette-primary-icon));
  background-color:rgb(var(--theme-palette-primary-icon));
}
.ndl-form-item input[type='checkbox'][role='checkbox']:checked:not(:disabled):hover:before, .ndl-form-item input[type='radio']:checked:not(:disabled):hover:before{
        content:'';
        position:absolute;
        width:calc(100% + 22px);
        height:calc(100% + 22px);
        border-radius:100%;
        top:-11px;
        left:-11px;
        z-index:1;
        background-color:rgb(var(--theme-palette-primary-hover-weak));
      }
.ndl-form-item input[type='checkbox'][role='checkbox']:checked:not(:disabled):active:before, .ndl-form-item input[type='radio']:checked:not(:disabled):active:before{
        content:'';
        position:absolute;
        width:calc(100% + 22px);
        height:calc(100% + 22px);
        border-radius:100%;
        top:-11px;
        left:-11px;
        z-index:1;
        background-color:rgb(var(--theme-palette-primary-pressed-weak));
      }
.ndl-form-item input[type='checkbox'][role='checkbox']:disabled, .ndl-form-item input[type='radio']:disabled {
  cursor:not-allowed;
  border-color:rgb(var(--theme-palette-neutral-text-weakest));
}
.ndl-form-item input[type='checkbox'][role='checkbox']:disabled:checked, .ndl-form-item input[type='radio']:disabled:checked {
  background-color:rgb(var(--theme-palette-neutral-text-weakest));
}
.ndl-form-item input[type='checkbox']::after{
      font-size:14px;
      width:100%;
      position:absolute;
      top:-0.5px;
      color:#fff;
    }
.ndl-form-item input[type='checkbox']:checked::after{
      content:'';
      width:100%;
      height:100%;
      background-color:rgb(var(--theme-palette-neutral-text-inverse));
      transition:opacity var(--transitions-stripped-slow);
      -webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6.5L5 10.5L11 1.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
              mask-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6.5L5 10.5L11 1.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
      -webkit-mask-repeat:no-repeat;
              mask-repeat:no-repeat;
      -webkit-mask-size:12px;
              mask-size:12px;
      -webkit-mask-position:calc(100% - 1px) 2px;
              mask-position:calc(100% - 1px) 2px;
    }
.ndl-form-item input[type='checkbox']:indeterminate {
  border-color:rgb(var(--theme-palette-primary-bg-strong));
  background-color:rgb(var(--theme-palette-primary-bg-strong));
}
.ndl-form-item input[type='checkbox']:indeterminate::after{
        content:'';
        width:100%;
        height:2px;
        background-color:rgb(var(--theme-palette-neutral-text-inverse));
        transition:opacity var(--transitions-stripped-slow);
        -webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12' height='2' viewBox='0 0 12 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.33333 1H10.6667' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
                mask-image:url("data:image/svg+xml,%3Csvg width='12' height='2' viewBox='0 0 12 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.33333 1H10.6667' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        -webkit-mask-repeat:no-repeat;
                mask-repeat:no-repeat;
        -webkit-mask-size:12px;
                mask-size:12px;
        top:50%;
        -webkit-mask-position:calc(100% - 1px) 0;
                mask-position:calc(100% - 1px) 0;
        transform:translateY(-50%);
      }
.ndl-form-item input[type='checkbox']:disabled {
  border-color:rgb(var(--theme-palette-neutral-text-weakest));
}
.ndl-form-item input[type='checkbox'][role='switch']{
    --thumb-size:1rem;
    --track-size:calc(var(--thumb-size) * 2);
    position:relative;
    display:grid;
    width:16px;
    height:16px;
    flex-shrink:0;
    cursor:pointer;
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;
    align-items:center;
    border-radius:9999px;
    border-style:none;
    background-color:rgb(var(--theme-palette-neutral-text-weakest));

    grid:[track] 1fr / [track] 1fr;
    padding:2px;
    inline-size:var(--track-size);
    block-size:var(--thumb-size);
    touch-action:pan-y;
    pointer-events:auto;
    box-sizing:content-box;
    transition:background-color var(--transitions-stripped-quick);
  }
.ndl-form-item input[type='checkbox'][role='switch']:active:checked {
  outline:2px solid transparent;
  outline-offset:2px;
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color:rgb(var(--theme-palette-primary-pressed-weak));
  --tw-ring-offset-width:1px;
}
.ndl-form-item input[type='checkbox'][role='switch']:active:not(:checked) {
  outline:2px solid transparent;
  outline-offset:2px;
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color:rgb(var(--theme-palette-neutral-pressed));
  --tw-ring-offset-width:1px;
}
.ndl-form-item input[type='checkbox'][role='switch']:hover:checked:not(:disabled):not(:active) {
  outline:2px solid transparent;
  outline-offset:2px;
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color:rgb(var(--theme-palette-primary-hover-weak));
  --tw-ring-offset-width:1px;
}
.ndl-form-item input[type='checkbox'][role='switch']:hover:not(:checked):not(:disabled):not(:active) {
  outline:2px solid transparent;
  outline-offset:2px;
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color:rgb(var(--theme-palette-neutral-hover));
  --tw-ring-offset-width:1px;
}
.ndl-form-item input[type='checkbox'][role='switch']:focus-visible:enabled:not(:disabled) {
  outline-style:solid;
  outline-width:2px;
  outline-offset:1px;
  outline-color:rgb(var(--theme-palette-primary-border-strong));
}
.ndl-form-item input[type='checkbox'][role='switch']::before{
      inline-size:var(--thumb-size);
      block-size:var(--thumb-size);

      transition:transform var(--transitions-stripped-quick), box-shadow var(--transitions-stripped-quick);
      content:'';
      grid-area:track;
      transform:translateX(0);
      border-radius:9999px;
      background-color:rgb(var(--theme-palette-neutral-bg-weak));
      --tw-shadow:var(--theme-shadow-raised);
      --tw-shadow-colored:var(--theme-shadow-raised);
      box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
.ndl-form-item input[type='checkbox'][role='switch']:disabled::before{
      box-shadow:none;
    }
.ndl-form-item input[type='checkbox'][role='switch']::after{
      content:'';
      opacity:0;
    }
.ndl-form-item input[type='checkbox'][role='switch']:checked::after{
      content:'';
      opacity:1;
      transition:opacity var(--transitions-stripped-slow);
      background-color:rgb(var(--theme-palette-primary-text));
      width:100%;
      height:100%;
      -webkit-mask-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.25 6.375L5.25 9.375L9.75 2.625' stroke='%23006FD6' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
              mask-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.25 6.375L5.25 9.375L9.75 2.625' stroke='%23006FD6' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
      -webkit-mask-repeat:no-repeat;
              mask-repeat:no-repeat;
      -webkit-mask-size:12px;
              mask-size:12px;
      -webkit-mask-position:calc(100% - 4px) 5px;
              mask-position:calc(100% - 4px) 5px;
    }
.ndl-form-item input[type='checkbox'][role='switch']:checked {
  background-color:rgb(var(--theme-palette-primary-icon));
}
.ndl-form-item input[type='checkbox'][role='switch']:checked::before{
        transform:translateX(calc(var(--track-size) - var(--thumb-size)));
      }
.ndl-form-item input[type='checkbox'][role='switch']:indeterminate {
  background-color:rgb(var(--theme-palette-neutral-bg-strong));
}
.ndl-form-item input[type='checkbox'][role='switch']:indeterminate::before{
        transform:translateX(
          calc(var(--track-size) - var(--thumb-size) * 1.5)
        );
      }
.ndl-form-item input[type='checkbox'][role='switch']:disabled {
  cursor:not-allowed;
  background-color:rgb(var(--theme-palette-neutral-bg-strong));
  outline:2px solid transparent;
  outline-offset:2px;
}
.ndl-form-item input[type='checkbox'][role='switch']:active:disabled {
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ndl-form-item input[type='radio'] {
  border-radius:9999px;
}
.ndl-form-item input[type='radio']:checked {
  border-width:2px;
}
.ndl-form-item input[type='radio']:checked::after{
      content:'';
      border:2px solid rgb(var(--theme-palette-neutral-bg-default));
      width:100%;
      height:100%;
      position:absolute;
      left:0;
      border-radius:9999px;
      top:0;
    }
.ndl-form-item .ndl-input-wrapper {
  position:relative;
  width:100%;
}
.ndl-form-item input::-moz-placeholder {
  color:rgb(var(--theme-palette-neutral-text-weaker));
}
.ndl-form-item input::placeholder {
  color:rgb(var(--theme-palette-neutral-text-weaker));
}
.ndl-form-item input[type='text'],
  .ndl-form-item input[type='email'],
  .ndl-form-item input[type='password'],
  .ndl-form-item input[type='number'],
  .ndl-form-item input[type='url'] {
  width:100%;
  border-radius:4px;
  border-width:1px;
  border-color:rgb(var(--theme-palette-neutral-border-strong));
  background-color:rgb(var(--theme-palette-neutral-bg-weak));
  padding-left:12px;
  padding-right:12px;
  line-height:1 !important;
  font-family:var(--font-font-family-body-medium), sans-serif;
  font-size:var(--font-size-body-medium);
  font-weight:var(--font-weight-normal);
  letter-spacing:0.016rem;
  line-height:1.25rem;
}
.ndl-form-item input[type='text']:active,
    .ndl-form-item input[type='text']:focus,
    .ndl-form-item input[type='email']:active,
    .ndl-form-item input[type='email']:focus,
    .ndl-form-item input[type='password']:active,
    .ndl-form-item input[type='password']:focus,
    .ndl-form-item input[type='number']:active,
    .ndl-form-item input[type='number']:focus,
    .ndl-form-item input[type='url']:active,
    .ndl-form-item input[type='url']:focus {
  outline-style:solid;
  outline-width:2px;
  outline-offset:-1px;
  outline-color:rgb(var(--theme-palette-primary-focus));
}
.ndl-form-item input[type='text']:disabled, .ndl-form-item input[type='email']:disabled, .ndl-form-item input[type='password']:disabled, .ndl-form-item input[type='number']:disabled, .ndl-form-item input[type='url']:disabled{
      -webkit-text-fill-color:rgb(var(--theme-palette-neutral-text-weakest));
      cursor:not-allowed;
      color:rgb(var(--theme-palette-neutral-text-weakest));
      background-color:inherit;
    }
.ndl-form-item input[type='text']:disabled:active,
    .ndl-form-item input[type='text']:disabled:focus,
    .ndl-form-item input[type='email']:disabled:active,
    .ndl-form-item input[type='email']:disabled:focus,
    .ndl-form-item input[type='password']:disabled:active,
    .ndl-form-item input[type='password']:disabled:focus,
    .ndl-form-item input[type='number']:disabled:active,
    .ndl-form-item input[type='number']:disabled:focus,
    .ndl-form-item input[type='url']:disabled:active,
    .ndl-form-item input[type='url']:disabled:focus {
  outline:2px solid transparent;
  outline-offset:2px;
}
.ndl-form-item input[type='text']:-moz-read-only:not(:disabled), .ndl-form-item input[type='email']:-moz-read-only:not(:disabled), .ndl-form-item input[type='password']:-moz-read-only:not(:disabled), .ndl-form-item input[type='number']:-moz-read-only:not(:disabled), .ndl-form-item input[type='url']:-moz-read-only:not(:disabled) {
  border-style:none;
  background-color:transparent;
  outline:2px solid transparent;
  outline-offset:2px;
  padding:0px;
}
.ndl-form-item input[type='text']:read-only:not(:disabled), .ndl-form-item input[type='email']:read-only:not(:disabled), .ndl-form-item input[type='password']:read-only:not(:disabled), .ndl-form-item input[type='number']:read-only:not(:disabled), .ndl-form-item input[type='url']:read-only:not(:disabled) {
  border-style:none;
  background-color:transparent;
  outline:2px solid transparent;
  outline-offset:2px;
  padding:0px;
}
.ndl-form-item input[type='text']:-moz-read-only:focus, .ndl-form-item input[type='email']:-moz-read-only:focus, .ndl-form-item input[type='password']:-moz-read-only:focus, .ndl-form-item input[type='number']:-moz-read-only:focus, .ndl-form-item input[type='url']:-moz-read-only:focus {
  outline:2px solid transparent;
  outline-offset:2px;
}
.ndl-form-item input[type='text']:read-only:focus, .ndl-form-item input[type='email']:read-only:focus, .ndl-form-item input[type='password']:read-only:focus, .ndl-form-item input[type='number']:read-only:focus, .ndl-form-item input[type='url']:read-only:focus {
  outline:2px solid transparent;
  outline-offset:2px;
}
.ndl-form-item .ndl-form-item-label {
  display:inline-flex;
  align-items:center;
  -moz-column-gap:12px;
       column-gap:12px;
  font-family:var(--font-font-family-body-medium), sans-serif;
  font-size:var(--font-size-body-medium);
  font-weight:var(--font-weight-normal);
  letter-spacing:0.016rem;
  line-height:1.25rem;
}
.ndl-form-item .ndl-form-item-label.ndl-fluid {
  display:flex;
  width:100%;
}
.ndl-form-item .ndl-form-item-label.ndl-label-before {
  flex-direction:row-reverse;
}
.ndl-form-item .ndl-form-item-wrapper{
    display:flex;
    width:100%;
  }
.ndl-form-item .ndl-form-item-wrapper .ndl-form-item-optional {
  color:rgb(var(--theme-palette-neutral-text-weaker));
      font-style:italic;
      margin-left:auto;
}
.ndl-form-item .ndl-form-item-wrapper .ndl-information-icon-small {
  margin-top:2px;
  margin-left:3px;
  width:16px;
  height:16px;
  color:rgb(var(--theme-palette-neutral-text-weak));
}
.ndl-form-item .ndl-form-item-wrapper .ndl-information-icon-large {
  margin-top:2px;
  margin-left:3px;
  width:20px;
  height:20px;
  color:rgb(var(--theme-palette-neutral-text-weak));
}
.ndl-form-item.ndl-type-text .ndl-form-item-label {
  flex-direction:column-reverse;
  align-items:flex-start;
  row-gap:5px;
}
.ndl-form-item.ndl-type-text .ndl-form-item-no-label {
  row-gap:0px;
}
.ndl-form-item.ndl-type-text:not(.ndl-disabled) .ndl-form-label-text {
  color:rgb(var(--theme-palette-neutral-text-weak));
}
.ndl-form-item.ndl-type-radio {
  display:flex;
  align-items:center;
  color:rgb(var(--theme-palette-neutral-text-default));
}
.ndl-form-item.ndl-type-radio .ndl-form-item-label {
  overflow:hidden;
}
.ndl-form-item.ndl-type-radio .ndl-form-item-label .ndl-form-label-text {
  overflow:hidden;
  text-overflow:ellipsis;
  text-wrap:nowrap;
}
.ndl-form-item.ndl-disabled .ndl-form-label-text {
  color:rgb(var(--theme-palette-neutral-text-weakest));
}
.ndl-form-item.ndl-disabled .ndl-form-item-label {
  cursor:not-allowed;
  color:rgb(var(--theme-palette-neutral-text-weakest));
}
.ndl-form-item .ndl-form-msg {
  margin-top:4px;
  display:flex;
  flex-direction:row;
  align-items:center;
  gap:4px;
  font-size:0.75rem;
  line-height:1rem;
  color:rgb(var(--theme-palette-neutral-text-weak));
}
.ndl-form-item .ndl-form-msg .ndl-error-text{
      display:inline-block;
    }
.ndl-form-item.ndl-has-error input:not(:active):not(:focus) {
  outline-style:solid;
  outline-width:2px;
  outline-offset:-1px;
  outline-color:rgb(var(--theme-palette-danger-border-strong));
}
.ndl-form-item.ndl-has-error .ndl-form-msg {
  color:rgb(var(--theme-palette-danger-text));
}
.ndl-form-item.ndl-has-left-icon input[type='text'],
    .ndl-form-item.ndl-has-left-icon input[type='email'],
    .ndl-form-item.ndl-has-left-icon input[type='password'],
    .ndl-form-item.ndl-has-left-icon input[type='number'],
    .ndl-form-item.ndl-has-left-icon input[type='url'] {
  padding-left:36px;
}
.ndl-form-item.ndl-has-right-icon input[type='text'],
    .ndl-form-item.ndl-has-right-icon input[type='email'],
    .ndl-form-item.ndl-has-right-icon input[type='password'],
    .ndl-form-item.ndl-has-right-icon input[type='number'],
    .ndl-form-item.ndl-has-right-icon input[type='url'] {
  padding-right:36px;
}
.ndl-form-item.ndl-has-icon .ndl-error-icon {
  width:20px;
  height:20px;
  color:rgb(var(--theme-palette-danger-text));
}
.ndl-form-item.ndl-has-icon .ndl-icon {
  color:rgb(var(--theme-palette-neutral-text-weak));
}
.ndl-form-item.ndl-has-icon.ndl-right-icon {
  position:absolute;
  cursor:pointer;
}
.ndl-form-item.ndl-has-icon.ndl-disabled .ndl-right-icon {
  cursor:not-allowed;
}
.ndl-form-item.ndl-has-icon.ndl-disabled .ndl-icon {
  cursor:not-allowed;
  color:rgb(var(--theme-palette-neutral-text-weakest));
}
.ndl-form-item.ndl-large input[type='text'],
    .ndl-form-item.ndl-large input[type='email'],
    .ndl-form-item.ndl-large input[type='password'],
    .ndl-form-item.ndl-large input[type='number'],
    .ndl-form-item.ndl-large input[type='url'] {
  height:48px;
  padding-top:12px;
  padding-bottom:12px;
  font-family:var(--font-font-family-body-large), sans-serif;
  font-size:var(--font-size-body-large);
  font-weight:var(--font-weight-normal);
  letter-spacing:0.016rem;
  line-height:1.5rem;
}
.ndl-form-item.ndl-large input[type='text']:-moz-read-only:not(:disabled), .ndl-form-item.ndl-large input[type='email']:-moz-read-only:not(:disabled), .ndl-form-item.ndl-large input[type='password']:-moz-read-only:not(:disabled), .ndl-form-item.ndl-large input[type='number']:-moz-read-only:not(:disabled), .ndl-form-item.ndl-large input[type='url']:-moz-read-only:not(:disabled) {
  height:24px;
}
.ndl-form-item.ndl-large input[type='text']:read-only:not(:disabled), .ndl-form-item.ndl-large input[type='email']:read-only:not(:disabled), .ndl-form-item.ndl-large input[type='password']:read-only:not(:disabled), .ndl-form-item.ndl-large input[type='number']:read-only:not(:disabled), .ndl-form-item.ndl-large input[type='url']:read-only:not(:disabled) {
  height:24px;
}
.ndl-form-item.ndl-large .ndl-form-item-label{
  font-family:var(--font-font-family-body-large), sans-serif;
  font-size:var(--font-size-body-large);
  font-weight:var(--font-weight-normal);
  letter-spacing:0.016rem;
  line-height:1.5rem;
}
.ndl-form-item.ndl-large .ndl-form-msg{
  font-family:var(--font-font-family-body-medium), sans-serif;
  font-size:var(--font-size-body-medium);
  font-weight:var(--font-weight-normal);
  letter-spacing:0.016rem;
  line-height:1.25rem;
}
.ndl-form-item.ndl-large.ndl-has-right-icon input[type='text'],
      .ndl-form-item.ndl-large.ndl-has-right-icon input[type='email'],
      .ndl-form-item.ndl-large.ndl-has-right-icon input[type='password'],
      .ndl-form-item.ndl-large.ndl-has-right-icon input[type='number'],
      .ndl-form-item.ndl-large.ndl-has-right-icon input[type='url']{
        padding-right:42px;
      }
.ndl-form-item.ndl-large.ndl-has-left-icon input[type='text'],
      .ndl-form-item.ndl-large.ndl-has-left-icon input[type='email'],
      .ndl-form-item.ndl-large.ndl-has-left-icon input[type='password'],
      .ndl-form-item.ndl-large.ndl-has-left-icon input[type='number'],
      .ndl-form-item.ndl-large.ndl-has-left-icon input[type='url']{
        padding-left:42px;
      }
.ndl-form-item.ndl-large.ndl-has-icon .ndl-icon {
  position:absolute;
  width:24px;
  height:24px;
}
.ndl-form-item.ndl-large.ndl-has-icon .ndl-icon.ndl-left-icon{
          top:calc(50% - 12px);
          left:16px;
        }
.ndl-form-item.ndl-large.ndl-has-icon .ndl-right-icon{
        top:calc(50% - 12px);
        right:16px;
      }
.ndl-form-item.ndl-medium input[type='text'],
    .ndl-form-item.ndl-medium input[type='email'],
    .ndl-form-item.ndl-medium input[type='password'],
    .ndl-form-item.ndl-medium input[type='number'],
    .ndl-form-item.ndl-medium input[type='url'] {
  height:36px;
  padding-top:8px;
  padding-bottom:8px;
  font-family:var(--font-font-family-body-medium), sans-serif;
  font-size:var(--font-size-body-medium);
  font-weight:var(--font-weight-normal);
  letter-spacing:0.016rem;
  line-height:1.25rem;
}
.ndl-form-item.ndl-medium input[type='text']:-moz-read-only:not(:disabled), .ndl-form-item.ndl-medium input[type='email']:-moz-read-only:not(:disabled), .ndl-form-item.ndl-medium input[type='password']:-moz-read-only:not(:disabled), .ndl-form-item.ndl-medium input[type='number']:-moz-read-only:not(:disabled), .ndl-form-item.ndl-medium input[type='url']:-moz-read-only:not(:disabled) {
  height:20px;
}
.ndl-form-item.ndl-medium input[type='text']:read-only:not(:disabled), .ndl-form-item.ndl-medium input[type='email']:read-only:not(:disabled), .ndl-form-item.ndl-medium input[type='password']:read-only:not(:disabled), .ndl-form-item.ndl-medium input[type='number']:read-only:not(:disabled), .ndl-form-item.ndl-medium input[type='url']:read-only:not(:disabled) {
  height:20px;
}
.ndl-form-item.ndl-medium .ndl-form-item-label{
  font-family:var(--font-font-family-body-medium), sans-serif;
  font-size:var(--font-size-body-medium);
  font-weight:var(--font-weight-normal);
  letter-spacing:0.016rem;
  line-height:1.25rem;
}
.ndl-form-item.ndl-medium.ndl-has-left-icon input[type='text'],
      .ndl-form-item.ndl-medium.ndl-has-left-icon input[type='email'],
      .ndl-form-item.ndl-medium.ndl-has-left-icon input[type='password'],
      .ndl-form-item.ndl-medium.ndl-has-left-icon input[type='number'],
      .ndl-form-item.ndl-medium.ndl-has-left-icon input[type='url'] {
  padding-left:36px;
}
.ndl-form-item.ndl-medium.ndl-has-icon .ndl-icon {
  position:absolute;
  width:20px;
  height:20px;
}
.ndl-form-item.ndl-medium.ndl-has-icon .ndl-icon.ndl-left-icon{
          top:calc(50% - 10px);
          left:12px;
        }
.ndl-form-item.ndl-medium.ndl-has-icon .ndl-right-icon{
        top:calc(50% - 10px);
        right:12px;
      }
.ndl-form-item.ndl-small{
    line-height:1.25rem;
  }
.ndl-form-item.ndl-small input[type='text'],
    .ndl-form-item.ndl-small input[type='email'],
    .ndl-form-item.ndl-small input[type='password'],
    .ndl-form-item.ndl-small input[type='number'],
    .ndl-form-item.ndl-small input[type='url'] {
  height:24px;
  padding-top:2px;
  padding-bottom:2px;
  padding-left:8px;
  padding-right:8px;
  font-family:var(--font-font-family-body-medium), sans-serif;
  font-size:var(--font-size-body-medium);
  font-weight:var(--font-weight-normal);
  letter-spacing:0.016rem;
  line-height:1.25rem;
}
.ndl-form-item.ndl-small input[type='text']:-moz-read-only:not(:disabled), .ndl-form-item.ndl-small input[type='email']:-moz-read-only:not(:disabled), .ndl-form-item.ndl-small input[type='password']:-moz-read-only:not(:disabled), .ndl-form-item.ndl-small input[type='number']:-moz-read-only:not(:disabled), .ndl-form-item.ndl-small input[type='url']:-moz-read-only:not(:disabled) {
  height:24px;
}
.ndl-form-item.ndl-small input[type='text']:read-only:not(:disabled), .ndl-form-item.ndl-small input[type='email']:read-only:not(:disabled), .ndl-form-item.ndl-small input[type='password']:read-only:not(:disabled), .ndl-form-item.ndl-small input[type='number']:read-only:not(:disabled), .ndl-form-item.ndl-small input[type='url']:read-only:not(:disabled) {
  height:24px;
}
.ndl-form-item.ndl-small .ndl-form-item-label{
  font-family:var(--font-font-family-body-medium), sans-serif;
  font-size:var(--font-size-body-medium);
  font-weight:var(--font-weight-normal);
  letter-spacing:0.016rem;
  line-height:1.25rem;
}
.ndl-form-item.ndl-small.ndl-has-left-icon input[type='text'],
      .ndl-form-item.ndl-small.ndl-has-left-icon input[type='email'],
      .ndl-form-item.ndl-small.ndl-has-left-icon input[type='password'],
      .ndl-form-item.ndl-small.ndl-has-left-icon input[type='number'],
      .ndl-form-item.ndl-small.ndl-has-left-icon input[type='url'] {
  padding-left:28px;
}
.ndl-form-item.ndl-small.ndl-has-right-icon input[type='text'],
      .ndl-form-item.ndl-small.ndl-has-right-icon input[type='email'],
      .ndl-form-item.ndl-small.ndl-has-right-icon input[type='password'],
      .ndl-form-item.ndl-small.ndl-has-right-icon input[type='number'],
      .ndl-form-item.ndl-small.ndl-has-right-icon input[type='url'] {
  padding-right:28px;
}
.ndl-form-item.ndl-small.ndl-has-icon .ndl-icon {
  position:absolute;
  width:16px;
  height:16px;
}
.ndl-form-item.ndl-small.ndl-has-icon .ndl-icon.ndl-left-icon{
          top:calc(50% - 8px);
          left:8px;
        }
.ndl-form-item.ndl-small.ndl-has-icon .ndl-right-icon{
        top:calc(50% - 8px);
        right:8px;
      }
.ndl-progress-bar-wrapper {
  display:flex;
  flex-direction:column;
}
.ndl-progress-bar-wrapper .ndl-header {
  display:flex;
  flex-direction:row;
  justify-content:space-between;
}
.ndl-progress-bar-wrapper .ndl-header .ndl-heading {
  color:rgb(var(--theme-palette-neutral-text-weak));
}
.ndl-progress-bar-wrapper .ndl-header .ndl-heading::after{
      display:inline-block;
      animation:ndl-dotty steps(1, end) 2s infinite;
      content:'';
    }
@keyframes ndl-dotty{
      0%{
        content:'';
      }
      25%{
        content:'.';
      }
      50%{
        content:'..';
      }
      75%{
        content:'...';
      }
      100%{
        content:'';
      }
    }
.ndl-progress-bar-wrapper .ndl-header .ndl-progress-number {
  font-weight:700;
  color:rgb(var(--theme-palette-neutral-text-weak));
}
.ndl-progress-bar-wrapper .ndl-progress-bar-container {
  margin-top:6px;
  margin-bottom:6px;
  background-color:rgb(var(--theme-palette-neutral-bg-strong));
}
.ndl-progress-bar-wrapper .ndl-progress-bar-container .ndl-progress-bar {
  max-width:100%;
  background-color:rgb(var(--theme-palette-primary-bg-status));
  --tw-shadow:var(--theme-shadow-overlay);
  --tw-shadow-colored:var(--theme-shadow-overlay);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property:all;
  transition-timing-function:cubic-bezier(0.420, 0.000, 0.580, 1.000);
  transition-duration:100ms;
}
.ndl-progress-bar-wrapper.ndl-large .ndl-heading{
  font-family:var(--font-font-family-body-large), sans-serif;
  font-size:var(--font-size-body-large);
  font-weight:var(--font-weight-normal);
  letter-spacing:0.016rem;
  line-height:1.5rem;
}
.ndl-progress-bar-wrapper.ndl-large .ndl-progress-number{
  font-family:var(--font-font-family-h6), sans-serif;
  font-size:var(--font-size-h6);
  font-weight:var(--font-weight-bold);
  letter-spacing:0.016rem;
  line-height:1.5rem;
}
.ndl-progress-bar-wrapper.ndl-large .ndl-progress-bar-container,
    .ndl-progress-bar-wrapper.ndl-large .ndl-progress-bar {
  height:8px;
  min-width:3%;
  border-radius:9999px;
}
.ndl-progress-bar-wrapper.ndl-small .ndl-heading{
  font-family:var(--font-font-family-body-medium), sans-serif;
  font-size:var(--font-size-body-medium);
  font-weight:var(--font-weight-normal);
  letter-spacing:0.016rem;
  line-height:1.25rem;
}
.ndl-progress-bar-wrapper.ndl-small .ndl-progress-number{
  font-family:var(--font-font-family-body-medium), sans-serif;
  font-size:var(--font-size-body-medium);
  font-weight:var(--font-weight-normal);
  letter-spacing:0.016rem;
  line-height:1.25rem;
}
.ndl-progress-bar-wrapper.ndl-small .ndl-progress-bar-container,
    .ndl-progress-bar-wrapper.ndl-small .ndl-progress-bar {
  height:4px;
  min-width:2%;
  border-radius:4px;
}
.ndl-tag {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  -moz-column-gap:4px;
       column-gap:4px;
  border-radius:4px;
  background-color:rgb(var(--theme-palette-neutral-bg-strong));
}
.ndl-tag .ndl-remove-icon {
  width:16px;
  height:16px;
  color:rgb(var(--theme-palette-neutral-text-weak));
}
.ndl-tag.ndl-destructive {
  background-color:rgb(var(--theme-palette-danger-bg-weak));
  color:rgb(var(--theme-palette-danger-text));
}
.ndl-tag.ndl-small {
  padding-left:4px;
  padding-right:4px;
  font-family:var(--font-font-family-body-small), sans-serif;
  font-size:var(--font-size-body-small);
  font-weight:var(--font-weight-normal);
  letter-spacing:0.016rem;
    line-height:1rem;
}
.ndl-tag.ndl-medium {
  padding-left:8px;
  padding-right:8px;
  padding-top:4px;
  padding-bottom:4px;
  font-family:var(--font-font-family-body-medium), sans-serif;
  font-size:var(--font-size-body-medium);
  font-weight:var(--font-weight-normal);
  letter-spacing:0.016rem;
  line-height:1.25rem;
}
.ndl-tag.ndl-large {
  -moz-column-gap:8px;
       column-gap:8px;
  padding-left:8px;
  padding-right:8px;
  padding-top:8px;
  padding-bottom:8px;
  font-family:var(--font-font-family-body-large), sans-serif;
  font-size:var(--font-size-body-large);
  font-weight:var(--font-weight-normal);
  letter-spacing:0.016rem;
  line-height:1.5rem;
}
:root{
  --divider-color:var(--theme-light-palette-neutral-border-weak);
}
.ndl-theme-dark{
  --divider-color:var(--theme-dark-palette-neutral-border-strong);
}
.ndl-menu {
  max-height:95vh;
  overflow-y:auto;
  padding:8px;
  text-align:start;
  color:rgb(var(--theme-palette-neutral-text-default));
}
.ndl-menu.ndl-large .ndl-menu-item {
  padding-top:12px;
  padding-bottom:12px;
  padding-left:20px;
  padding-right:20px;
}
.ndl-menu.ndl-large .ndl-menu-item-title {
  width:100%;
  font-family:var(--font-font-family-body-large), sans-serif;
  font-size:var(--font-size-body-large);
  font-weight:var(--font-weight-normal);
  letter-spacing:0.016rem;
  line-height:1.5rem;
}
.ndl-menu.ndl-large .ndl-menu-item-description {
  padding-top:4px;
  font-family:var(--font-font-family-body-medium), sans-serif;
  font-size:var(--font-size-body-medium);
  font-weight:var(--font-weight-normal);
  letter-spacing:0.016rem;
  line-height:1.25rem;
}
.ndl-menu.ndl-large .ndl-menu-item-icon {
  width:16px;
  height:16px;
}
.ndl-menu.ndl-large .ndl-menu-header {
  padding-left:20px;
  padding-right:20px;
  padding-top:12px;
  font-family:var(--font-font-family-h6), sans-serif;
  font-size:var(--font-size-h6);
  font-weight:var(--font-weight-bold);
  letter-spacing:0.016rem;
  line-height:1.5rem;
}
.ndl-menu.ndl-large .ndl-menu-header .ndl-menu-header-title{
  font-family:var(--font-font-family-h5), sans-serif;
  font-size:var(--font-size-h5);
  font-weight:var(--font-weight-bold);
  letter-spacing:0.016rem;
  line-height:1.75rem;
}
.ndl-menu.ndl-large .ndl-menu-header .ndl-menu-header-description {
  padding-top:4px;
  font-family:var(--font-font-family-body-medium), sans-serif;
  font-size:var(--font-size-body-medium);
  font-weight:var(--font-weight-normal);
  letter-spacing:0.016rem;
  line-height:1.25rem;
}
.ndl-menu .ndl-menu-items {
  display:flex;
  flex-direction:column;
  outline:2px solid transparent;
  outline-offset:2px;
}
.ndl-menu .ndl-menu-items:has(.ndl-menu-item-icon)
    > .ndl-menu-item:not(:has(.ndl-menu-item-icon)) {
  padding-left:32px;
}
.ndl-menu .ndl-menu-item {
  z-index:2;
  cursor:pointer;
  padding:8px;
  outline:2px solid transparent;
  outline-offset:2px;
  font-family:var(--font-font-family-body-medium), sans-serif;
  font-size:var(--font-size-body-medium);
  font-weight:var(--font-weight-normal);
  letter-spacing:0.016rem;
  line-height:1.25rem;
}
.ndl-menu .ndl-menu-item:hover:not(.ndl-disabled),
    .ndl-menu .ndl-menu-item:focus:not(.ndl-disabled){
      border-radius:8px;
      background-color:rgb(var(--theme-palette-neutral-bg-default));
    }
.ndl-menu .ndl-menu-item:focus:not(.ndl-disabled){
      outline:2px solid rgb(var(--theme-palette-primary-focus));
      outline-offset:-2px;
    }
.ndl-menu .ndl-menu-item.ndl-disabled {
  cursor:not-allowed;
}
.ndl-menu .ndl-menu-item.ndl-disabled .ndl-menu-item-title {
  color:rgb(var(--theme-palette-neutral-text-weaker));
}
.ndl-menu .ndl-menu-item.ndl-disabled .ndl-menu-item-description {
  color:rgb(var(--theme-palette-neutral-text-weakest));
}
.ndl-menu .ndl-menu-item-title {
  width:100%;
  font-family:var(--font-font-family-body-medium), sans-serif;
  font-size:var(--font-size-body-medium);
  font-weight:var(--font-weight-normal);
  letter-spacing:0.016rem;
  line-height:1.25rem;
}
.ndl-menu .ndl-menu-item-description {
  color:rgb(var(--theme-palette-neutral-text-weaker));
  font-family:var(--font-font-family-body-small), sans-serif;
  font-size:var(--font-size-body-small);
  font-weight:var(--font-weight-normal);
  letter-spacing:0.016rem;
  line-height:1.25rem;
}
.ndl-menu .ndl-menu-item-icon{
    margin-top:2px;
    width:16px;
    height:16px;
    flex-shrink:0;
    color:rgb(var(--theme-palette-neutral-text-weak));
  }
.ndl-menu .ndl-menu-header {
  margin-bottom:16px;
  padding-left:8px;
  padding-right:8px;
  padding-top:8px;
}
.ndl-menu .ndl-menu-header .ndl-menu-header-title {
  font-weight:700;
  font-family:var(--font-font-family-h6), sans-serif;
  font-size:var(--font-size-h6);
  font-weight:var(--font-weight-bold);
  letter-spacing:0.016rem;
  line-height:1.5rem;
}
.ndl-menu .ndl-menu-header .ndl-menu-header-description {
  color:rgb(var(--theme-palette-neutral-text-weaker));
  font-family:var(--font-font-family-body-small), sans-serif;
  font-size:var(--font-size-body-small);
  font-weight:var(--font-weight-normal);
  letter-spacing:0.016rem;
  line-height:1.25rem;
}
.ndl-menu .ndl-menu-subheader {
  margin-bottom:8px;
  padding-left:8px;
  padding-right:8px;
  padding-top:8px;
}
.ndl-menu .ndl-menu-subheader .ndl-menu-subheader-title {
  color:rgb(var(--theme-palette-neutral-text-weaker));
  font-family:var(--font-font-family-body-medium), sans-serif;
  font-size:var(--font-size-body-medium);
  font-weight:var(--font-weight-normal);
  letter-spacing:0.016rem;
  line-height:1.25rem;
}
.ndl-menu-divider {
  margin-top:8px;
  margin-bottom:8px;
  border-bottom-width:1px;
  --tw-border-opacity:1;
  border-color:rgb(226 227 229 / var(--tw-border-opacity));
  border-color:rgb(var(--divider-color));
}
.ndl-datepicker .react-datepicker-wrapper {
  width:auto;
}
.ndl-datepicker .react-datepicker-popper {
  z-index:10;
  margin-top:4px;
  display:flex;
  width:320px;
  align-items:center;
  justify-content:center;
  border-radius:4px;
  border-width:1px;
  border-color:rgb(var(--theme-palette-neutral-border-strong));
  background-color:rgb(var(--theme-palette-neutral-bg-weak));
  padding:24px;
  --tw-shadow:var(--theme-shadow-overlay);
  --tw-shadow-colored:var(--theme-shadow-overlay);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ndl-datepicker .react-datepicker-popper .react-datepicker__aria-live {
  display:none;
}
.ndl-datepicker .react-datepicker {
  width:100%;
}
.ndl-datepicker .ndl-datepicker-header {
  display:flex;
  height:32px;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  padding-left:8px;
}
.ndl-datepicker .ndl-datepicker-header .ndl-datepicker-selects {
  display:flex;
  gap:16px;
}
.ndl-datepicker .ndl-datepicker-header .ndl-datepicker-chevron {
  width:16px;
  height:16px;
  color:rgb(var(--theme-palette-neutral-text-default));
}
.ndl-datepicker .react-datepicker__day-names {
  margin-top:16px;
  margin-bottom:8px;
  display:flex;
  gap:8px;
}
.ndl-datepicker .react-datepicker__day-name {
  width:32px;
  height:32px;
  text-align:center;
  color:rgb(var(--theme-palette-neutral-text-weaker));
  font-family:var(--font-font-family-body-medium), sans-serif;
  font-size:var(--font-size-body-medium);
  font-weight:var(--font-weight-normal);
  letter-spacing:0.016rem;
  line-height:1.25rem;
}
.ndl-datepicker .react-datepicker__day-name:first-child {
  margin-left:0px;
}
.ndl-datepicker .react-datepicker__day-name:last-child {
  margin-right:0px;
}
.ndl-datepicker .react-datepicker__day-name{
    line-height:32px;
  }
.ndl-datepicker .react-datepicker__month {
  display:flex;
  flex-direction:column;
}
.ndl-datepicker .react-datepicker__week {
  display:flex;
  width:100%;
}
.ndl-datepicker .react-datepicker__week .ndl-datepicker-day {
  margin:4px;
  display:flex;
  flex-grow:1;
  flex-basis:0px;
  flex-direction:column;
  justify-content:center;
  border-radius:8px;
  text-align:center;
}
.ndl-datepicker .react-datepicker__week .ndl-datepicker-day:first-child {
  margin-left:0px;
}
.ndl-datepicker .react-datepicker__week .ndl-datepicker-day:last-child {
  margin-right:0px;
}
.ndl-datepicker .react-datepicker__week .ndl-datepicker-day{
      line-height:32px;
    }
.ndl-datepicker .react-datepicker__week .ndl-datepicker-day:not(.react-datepicker__day--disabled) {
  cursor:pointer;
}
.ndl-datepicker .react-datepicker__week .ndl-datepicker-day:not(.react-datepicker__day--disabled):hover:not(.react-datepicker__day--selecting-range-start):not(
            .react-datepicker__day--selected
          ):not(.react-datepicker__day--range-start):not(
            .react-datepicker__day--range-end
          ) {
  background-color:rgb(var(--theme-palette-neutral-hover));
  color:rgb(var(--theme-palette-neutral-text-default));
}
.ndl-datepicker .react-datepicker__week .ndl-datepicker-day:not(.react-datepicker__day--disabled):focus:not(.react-datepicker__day--selected),
        .ndl-datepicker .react-datepicker__week .ndl-datepicker-day:not(.react-datepicker__day--disabled):focus-visible:not(.react-datepicker__day--selected) {
  color:rgb(var(--theme-palette-primary-text));
  outline:2px solid transparent;
  outline-offset:2px;
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color:rgb(var(--theme-palette-primary-bg-strong));
}
.ndl-datepicker .react-datepicker__week .react-datepicker__day--outside-month {
  visibility:hidden;
}
.ndl-datepicker .react-datepicker__week .react-datepicker__day--in-selecting-range:not(
        .react-datepicker__day--selected
      ):not(.react-datepicker__day--keyboard-selected):not(
        .react-datepicker__day--selecting-range-start
      ) {
  background-color:rgb(var(--theme-palette-primary-bg-weak));
}
.ndl-datepicker .react-datepicker__week .react-datepicker__day--in-range {
  margin-left:0px;
  margin-right:0px;
  border-radius:0px;
  background-color:rgb(var(--theme-palette-primary-bg-weak));
  padding-left:4px;
  padding-right:4px;
  color:rgb(var(--theme-palette-neutral-text-default));
}
.ndl-datepicker .react-datepicker__week .react-datepicker__day--in-range:first-child {
  padding-left:0px;
}
.ndl-datepicker .react-datepicker__week .react-datepicker__day--in-range:last-child {
  padding-right:0px;
}
.ndl-datepicker .react-datepicker__week .react-datepicker__day--in-range:hover {
  background-color:rgb(var(--theme-palette-primary-hover-weak));
}
.ndl-datepicker .react-datepicker__week .react-datepicker__day--keyboard-selected,
    .ndl-datepicker .react-datepicker__week .react-datepicker__day--highlighted {
  color:rgb(var(--theme-palette-primary-text));
  outline:2px solid transparent;
  outline-offset:2px;
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color:rgb(var(--theme-palette-primary-bg-strong));
}
.ndl-datepicker .react-datepicker__week .react-datepicker__day--selected {
  background-color:rgb(var(--theme-palette-primary-bg-strong));
  color:rgb(var(--theme-palette-neutral-text-inverse));
}
.ndl-datepicker .react-datepicker__week .react-datepicker__day--selected:hover {
  background-color:rgb(var(--theme-palette-primary-hover-strong));
}
.ndl-datepicker .react-datepicker__week .react-datepicker__day--range-start,
    .ndl-datepicker .react-datepicker__week .react-datepicker__day--selecting-range-start {
  border-top-left-radius:8px;
  border-bottom-left-radius:8px;
  background-color:rgb(var(--theme-palette-primary-bg-strong));
  color:rgb(var(--theme-palette-neutral-text-inverse));
}
.ndl-datepicker .react-datepicker__week .react-datepicker__day--range-start:hover, .ndl-datepicker .react-datepicker__week .react-datepicker__day--selecting-range-start:hover {
  background-color:rgb(var(--theme-palette-primary-hover-strong));
}
.ndl-datepicker .react-datepicker__week .react-datepicker__day--range-end {
  border-top-right-radius:8px;
  border-bottom-right-radius:8px;
  background-color:rgb(var(--theme-palette-primary-bg-strong));
  color:rgb(var(--theme-palette-neutral-text-inverse));
}
.ndl-datepicker .react-datepicker__week .react-datepicker__day--range-end:hover {
  background-color:rgb(var(--theme-palette-primary-hover-strong));
}
.ndl-datepicker .react-datepicker__monthPicker {
  margin-top:8px;
  gap:8px;
}
.ndl-datepicker .react-datepicker__month-wrapper {
  display:grid;
  width:100%;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:8px;
  text-align:center;
}
.ndl-datepicker .react-datepicker__month-text {
  flex-grow:1;
  flex-basis:0px;
  cursor:pointer;
  border-radius:8px;
  font-family:var(--font-font-family-body-medium), sans-serif;
  font-size:var(--font-size-body-medium);
  font-weight:var(--font-weight-normal);
  letter-spacing:0.016rem;
  line-height:1.25rem;
    line-height:32px;
}
.ndl-datepicker .react-datepicker__month-text.react-datepicker__month-text--keyboard-selected,
    .ndl-datepicker .react-datepicker__month-text:focus,
    .ndl-datepicker .react-datepicker__month-text:focus-visible {
  color:rgb(var(--theme-palette-primary-text));
  outline:2px solid transparent;
  outline-offset:2px;
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color:rgb(var(--theme-palette-primary-bg-strong));
}
.ndl-datepicker .react-datepicker__month-text:hover {
  background-color:rgb(var(--theme-palette-neutral-hover));
}
.ndl-datepicker .react-datepicker__month-text.react-datepicker__month-text--selected {
  background-color:rgb(var(--theme-palette-primary-bg-strong));
  color:rgb(var(--theme-palette-neutral-text-inverse));
}
.ndl-datepicker .react-datepicker__month-text.react-datepicker__month-text--selected:hover {
  background-color:rgb(var(--theme-palette-primary-hover-strong));
}
.ndl-datepicker .react-datepicker__year-wrapper {
  margin-top:16px;
  display:grid;
  width:100%;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:8px;
  text-align:center;
}
.ndl-datepicker .react-datepicker__year-text {
  cursor:pointer;
  border-radius:8px;
    line-height:32px;
}
.ndl-datepicker .react-datepicker__year-text:hover {
  background-color:rgb(var(--theme-palette-neutral-hover));
}
.ndl-datepicker .react-datepicker__year-text:focus,
    .ndl-datepicker .react-datepicker__year-text:focus-visible,
    .ndl-datepicker .react-datepicker__year-text.react-datepicker__year-text--keyboard-selected {
  color:rgb(var(--theme-palette-primary-text));
  outline:2px solid transparent;
  outline-offset:2px;
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color:rgb(var(--theme-palette-primary-bg-strong));
}
.ndl-datepicker .react-datepicker__year-text--selected {
  background-color:rgb(var(--theme-palette-primary-bg-strong));
  color:rgb(var(--theme-palette-neutral-text-inverse));
}
.ndl-datepicker .react-datepicker__year-text--selected:hover {
  background-color:rgb(var(--theme-palette-primary-hover-strong));
}
.ndl-datepicker .react-datepicker-time__caption {
  display:none;
}
.ndl-datepicker .react-datepicker__day--disabled,
  .ndl-datepicker .react-datepicker__month-text--disabled,
  .ndl-datepicker .react-datepicker__year-text--disabled {
  cursor:not-allowed;
  color:rgb(var(--theme-palette-neutral-text-weakest));
}
.ndl-datepicker .react-datepicker__day--disabled:hover, .ndl-datepicker .react-datepicker__month-text--disabled:hover, .ndl-datepicker .react-datepicker__year-text--disabled:hover {
  background-color:transparent;
}
.ndl-datepicker .react-datepicker__aria-live{
    position:absolute;
    -webkit-clip-path:circle(0);
            clip-path:circle(0);
    border:0;
    height:1px;
    margin:-1px;
    overflow:hidden;
    padding:0;
    width:1px;
    white-space:nowrap;
  }
.ndl-dialog {
  border-radius:16px;
  background-color:rgb(var(--theme-palette-neutral-bg-weak));
  padding:48px;
  --tw-shadow:var(--theme-shadow-overlay);
  --tw-shadow-colored:var(--theme-shadow-overlay);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ndl-dialog .ndl-dialog-type-icon{
    width:120px;
    margin-right:32px;
    margin-left:16px;
  }
.ndl-dialog .ndl-dialog-type-icon.ndl-info {
  color:rgb(var(--theme-palette-primary-icon));
}
.ndl-dialog .ndl-dialog-type-icon.ndl-success {
  color:rgb(var(--theme-palette-success-icon));
}
.ndl-dialog .ndl-dialog-type-icon.ndl-warning {
  color:rgb(var(--theme-palette-warning-icon));
}
.ndl-dialog .ndl-dialog-type-icon.ndl-danger {
  color:rgb(var(--theme-palette-danger-icon));
}
.ndl-dialog .ndl-dialog-close {
  position:absolute;
  top:40px;
  right:40px;
}
.ndl-dialog-header {
  margin-bottom:24px;
}
.ndl-dialog.ndl-with-close-button .ndl-dialog-header {
  margin-right:48px;
}
.ndl-dialog-subtitle {
  margin-bottom:16px;
}
.ndl-dialog-description {
  color:rgb(var(--theme-palette-neutral-text-weak));
}
.ndl-dialog.ndl-with-icon .ndl-dialog-description {
  min-height:70px;
}
.ndl-dialog-actions {
  margin-top:56px;
  display:flex;
  justify-content:flex-end;
  gap:16px;
}
.ndl-drawer {
  position:relative;
  display:none;
  flex-direction:column;
  background-color:rgb(var(--theme-palette-neutral-bg-weak));
  padding-top:24px;
  padding-bottom:24px;
}
.ndl-drawer.ndl-drawer-expanded {
  display:flex;
}
.ndl-drawer .ndl-drawer-body-wrapper {
  position:relative;
  display:flex;
  width:100%;
  flex-grow:1;
  flex-direction:column;
  align-items:center;
}
.ndl-drawer .ndl-drawer-body {
  box-sizing:border-box;
  height:24px;
  width:100%;
  flex-grow:1;
  overflow-y:auto;
  overflow-x:hidden;
  padding-left:24px;
  padding-right:24px;
}
.ndl-drawer.ndl-drawer-left {
  border-right-width:1px;
  border-style:solid;
  border-color:rgb(var(--theme-palette-neutral-border-weak));
}
.ndl-drawer.ndl-drawer-right {
  border-left-width:1px;
  border-style:solid;
  border-color:rgb(var(--theme-palette-neutral-border-weak));
}
.ndl-drawer .ndl-drawer-close-button {
  position:absolute;
  left:unset;
  right:20px;
  top:20px;
}
.ndl-drawer .ndl-drawer-header {
  margin-right:48px;
  padding-left:24px;
  padding-right:24px;
  padding-bottom:24px;
  text-align:left;
}
.ndl-drawer .ndl-drawer-actions {
  margin-top:auto;
  display:flex;
  justify-content:flex-end;
  gap:16px;
  padding-left:24px;
  padding-right:24px;
  padding-top:24px;
}
.ndl-drawer.ndl-drawer-overlay {
  position:absolute;
  top:0px;
  bottom:0px;
  --tw-shadow:var(--theme-shadow-overlay);
  --tw-shadow-colored:var(--theme-shadow-overlay);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ndl-drawer.ndl-drawer-overlay.ndl-drawer-left {
  left:0px;
  border-width:0px;
}
.ndl-drawer.ndl-drawer-overlay.ndl-drawer-right {
  right:0px;
  border-width:0px;
}
.ndl-drawer.ndl-drawer-push {
  position:relative;
}
.ndl-popover {
  border-radius:8px;
  border-color:rgb(var(--theme-palette-neutral-border-weak));
  background-color:rgb(var(--theme-palette-neutral-bg-weak));
  --tw-shadow:var(--theme-shadow-overlay);
  --tw-shadow-colored:var(--theme-shadow-overlay);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property:all;
  transition-timing-function:cubic-bezier(0.420, 0.000, 0.580, 1.000);
  transition-duration:100ms;
  position:fixed;
  z-index:40;
  display:none;
  flex-direction:column;
  border-width:1px;
  opacity:0;
  outline:2px solid transparent;
  outline-offset:2px;
}
.ndl-popover.ndl-enter{
    opacity:1;
  }
.ndl-popover.ndl-open {
  display:flex;
}
.ndl-popover-backdrop {
  position:fixed;
  top:0px;
  bottom:0px;
  right:0px;
  left:0px;
  z-index:40;
}
.ndl-popover-backdrop.ndl-allow-click-event-captured{
    pointer-events:none;
  }
.ndl-modal-root{
  position:fixed;
  top:0;
  left:0;
  bottom:0;
  right:0;

  background-color:rgba(0, 0, 0, 0.4);
  cursor:default;
}
.ndl-modal-root.ndl-modal-container{
    position:absolute;
  }
.ndl-modal-root {
  z-index:60;
}
.ndl-modal{
  position:relative;
  overflow-y:auto;
  display:inline-block;
  vertical-align:middle;
  text-align:left;
  margin:32px;
  width:-moz-available;
  width:-webkit-fill-available;
}
.ndl-modal.ndl-small{
    max-width:40rem;
  }
.ndl-modal.ndl-medium{
    max-width:47rem;
  }
.ndl-modal.ndl-large{
    max-width:60rem;
  }
.ndl-modal-wrapper{
  height:100%;
  overflow:hidden auto;
  text-align:center;
}
.ndl-modal-wrapper:after{
    content:'';
    display:inline-block;
    vertical-align:middle;
    height:100%;
    width:0;
  }
.ndl-segmented-control {
  position:relative;
  z-index:0;
  display:inline-flex;
  max-width:none;
  align-items:center;
  gap:4px;
  overflow:hidden;
  border-radius:6px;
  border-width:1px;
  border-style:solid;
  border-color:rgb(var(--theme-palette-neutral-border-strong));
  background-color:rgb(var(--theme-palette-neutral-bg-weak));
  padding:4px;
  color:rgb(var(--theme-palette-neutral-text-weak));
}
.ndl-segmented-control > button {
  cursor:pointer;
  border-radius:4px;
}
.ndl-segmented-control > button:focus-visible {
  outline:2px solid transparent;
  outline-offset:2px;
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-inset:inset;
  --tw-ring-color:rgb(var(--theme-palette-primary-focus));
}
.ndl-segmented-control > button:hover {
  background-color:rgb(var(--theme-palette-neutral-hover));
}
.ndl-segmented-control > button:active {
  background-color:rgb(var(--theme-palette-neutral-pressed));
}
.ndl-segmented-control .ndl-current {
  background-color:rgb(var(--theme-palette-primary-bg-strong));
  color:rgb(var(--theme-palette-neutral-text-inverse));
  --tw-shadow:var(--theme-shadow-overlay);
  --tw-shadow-colored:var(--theme-shadow-overlay);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ndl-segmented-control .ndl-current:hover {
  background-color:rgb(var(--theme-palette-primary-icon));
}
.ndl-segmented-control.ndl-large {
  height:48px;
  font-family:var(--font-font-family-subheading-medium), sans-serif;
  font-size:var(--font-size-subheading-medium);
  font-weight:var(--font-weight-semibold);
  letter-spacing:0.016rem;
  line-height:1.5rem;
}
.ndl-segmented-control.ndl-large .ndl-segment-item {
  padding-left:16px;
  padding-right:16px;
  padding-top:8px;
  padding-bottom:8px;
}
.ndl-segmented-control.ndl-large .ndl-segment-icon {
  padding:10px;
}
.ndl-segmented-control.ndl-large > button {
  height:40px;
}
.ndl-segmented-control.ndl-small {
  height:36px;
  font-family:var(--font-font-family-subheading-small), sans-serif;
  font-size:var(--font-size-subheading-small);
  font-weight:var(--font-weight-semibold);
  letter-spacing:0.016rem;
  line-height:1.25rem;
}
.ndl-segmented-control.ndl-small .ndl-segment-item {
  padding-left:12px;
  padding-right:12px;
  padding-top:4px;
  padding-bottom:4px;
}
.ndl-segmented-control.ndl-small .ndl-segment-icon {
  padding:6px;
}
.ndl-segmented-control.ndl-small > button {
  height:28px;
}
@keyframes ndl-spinner{
  0%{
    transform:translate3d(0%, 0%, 0) rotate(0deg);
  }
  100%{
    transform:translate3d(0%, 0%, 0) rotate(360deg);
  }
}
.ndl-spin-wrapper {
  position:relative;
}
.ndl-spin-wrapper.ndl-small{
    height:14px;
    width:14px;
  }
.ndl-spin-wrapper.ndl-small .ndl-spin::before{
      height:14px;
      width:14px;
      border-width:2px;
    }
.ndl-spin-wrapper.ndl-medium{
    height:24px;
    width:24px;
  }
.ndl-spin-wrapper.ndl-medium .ndl-spin::before{
      height:24px;
      width:24px;
      border-width:3px;
    }
.ndl-spin-wrapper.ndl-large{
    height:30px;
    width:30px;
  }
.ndl-spin-wrapper.ndl-large .ndl-spin::before{
      height:30px;
      width:30px;
      border-width:4px;
    }
.ndl-spin-wrapper .ndl-spin{
    position:absolute;
  }
.ndl-spin-wrapper .ndl-spin::before{
    animation:1.5s linear infinite ndl-spinner;
    animation-play-state:inherit;
    border-radius:50%;
    content:'';
    position:absolute;
    top:50%;
    left:50%;
    transform:translate3d(0%, 0%, 0);
    will-change:transform;
    border-style:solid;
    border-color:rgb(var(--theme-palette-neutral-bg-strong));
    border-bottom-color:rgb(var(--theme-palette-primary-bg-status));
  }
.ndl-table-focusable-cells .ndl-focusable-cell{
    outline:none;
    border:1px solid transparent;
  }
.ndl-table-focusable-cells .ndl-focusable-cell:focus,
    .ndl-table-focusable-cells .ndl-focusable-cell:focus-visible{
      z-index:2;
      border-radius:2px;
      border:1px solid rgb(var(--theme-palette-primary-focus));
    }
.ndl-table-root{
  isolation:isolate;
  display:flex;
  width:100%;
  max-width:100%;
  flex-direction:column;
}
.ndl-table-root > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse:0;
  border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width:calc(1px * var(--tw-divide-y-reverse));
  border-color:rgb(var(--theme-palette-neutral-border-weak));
}
.ndl-table-root {
  overflow:hidden;
  background-color:rgb(var(--theme-palette-neutral-bg-weak));
}
.ndl-table-root .ndl-table-scrollable{
    overflow-x:auto;
    flex-grow:1;
  }
.ndl-table-root .ndl-div-table {
  width:-moz-max-content;
  width:max-content;
  min-width:100%;
}
.ndl-table-root .ndl-div-table > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse:0;
  border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width:calc(1px * var(--tw-divide-y-reverse));
  border-color:rgb(var(--theme-palette-neutral-border-weak));
}
.ndl-table-root .ndl-div-table {
  background-color:rgb(var(--theme-palette-neutral-bg-weak));
}
.ndl-table-root .ndl-div-table .ndl-table-tr{
      display:grid;
      min-width:100%;
      position:relative;
      min-height:40px;
    }
.ndl-table-root .ndl-div-table .ndl-table-tbody{
      position:relative;
      background-color:rgb(var(--theme-palette-neutral-bg-weak));
      overflow-y:auto;
      border-top-width:0px;
    }
.ndl-table-root .ndl-div-table .ndl-table-tbody .ndl-table-tr:not(:last-child):after{
          content:'';
          position:absolute;
          width:calc(100% - 60px);
          transform:translateX(-50%);
          bottom:0;
          left:50%;
          border-bottom:1px solid rgb(var(--theme-palette-neutral-border-weak));
        }
.ndl-table-root .ndl-div-table .ndl-table-tbody .ndl-table-tr:hover{
          background-color:rgb(var(--theme-palette-neutral-bg-default));
        }
.ndl-table-root .ndl-div-table .ndl-table-tbody .nld-table-placeholder-wrapper{
        min-height:80px;
        pointer-events:none;
        display:flex;
        height:100%;
        flex-direction:row;
        align-items:center;
        justify-content:center;
        gap:8px;
      }
.ndl-table-root .ndl-div-table .ndl-table-tbody .nld-table-placeholder-wrapper .ndl-table-placeholder {
  position:absolute;
  left:50%;
  --tw-translate-x:-50%;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.ndl-table-root .ndl-div-table .ndl-table-tbody .nld-table-placeholder-wrapper .ndl-table-placeholder .ndl-table-loading-placeholder {
  display:flex;
  flex-direction:row;
  align-items:center;
  gap:4px;
}
.ndl-table-root .ndl-div-table .ndl-table-thead{
      position:sticky;
      top:0;
      background-color:rgb(var(--theme-palette-neutral-bg-weak));
      z-index:var(--z-index-alias-overlay);
    }
.ndl-table-root .ndl-div-table .ndl-table-thead .ndl-table-tr{
        height:48px;
        box-shadow:0 2px 8px rgb(var(--theme-palette-neutral-bg-strongest), 10%);
        z-index:var(--z-index-alias-overlay);
      }
.ndl-table-root .ndl-div-table .ndl-table-thead.ndl-table-is-resizing .ndl-table-th{
          cursor:col-resize;
        }
.ndl-table-root .ndl-div-table .ndl-table-thead.ndl-table-is-resizing .ndl-table-th .ndl-table-resizer{
            background-color:none !important;
          }
.ndl-table-root .ndl-div-table .ndl-table-td{
      padding:10px 24px;
      position:relative;
      display:flex;
      height:100%;
      align-items:center;
      overflow:hidden;
      text-overflow:ellipsis;
      white-space:pre-line;
      color:rgb(var(--theme-palette-neutral-text-default));
  font-family:var(--font-font-family-body-medium), sans-serif;
  font-size:var(--font-size-body-medium);
  font-weight:var(--font-weight-normal);
  letter-spacing:0.016rem;
  line-height:1.25rem;
    }
.ndl-table-root .ndl-div-table .ndl-table-td.ndl-table-is-resizing:after{
        position:absolute;
        content:'';
        width:1px;
        height:calc(100% + 1px);
        background-color:rgb(var(--theme-palette-primary-focus));
        right:0;
        top:0;
        z-index:1000;
      }
.ndl-table-root .ndl-div-table .ndl-table-th{
      padding:12px 0 12px 24px;
      text-align:left;
      position:relative;
      font-weight:bold;
      border-collapse:separate;
      box-sizing:border-box;
      -webkit-user-select:none;
         -moz-user-select:none;
              user-select:none;
      white-space:nowrap;
      color:rgb(var(--theme-palette-neutral-text-weaker));
      display:flex;
      flex-direction:row;
      gap:4px;
  font-family:var(--font-font-family-body-large), sans-serif;
  font-size:var(--font-size-body-large);
  font-weight:var(--font-weight-normal);
  letter-spacing:0.016rem;
  line-height:1.5rem;
    }
.ndl-table-root .ndl-div-table .ndl-table-th:hover .ndl-header-action-group > *,
      .ndl-table-root .ndl-div-table .ndl-table-th:focus-visible .ndl-header-action-group > *{
        display:inline-block;
      }
.ndl-table-root .ndl-div-table .ndl-table-th .ndl-header-action-group:focus-visible > *{
        display:inline-block;
      }
.ndl-table-root .ndl-div-table .ndl-table-th .ndl-header-group {
  margin-right:8px;
  display:flex;
  flex-direction:row;
  gap:4px;
  overflow:hidden;
  text-overflow:ellipsis;
}
.ndl-table-root .ndl-div-table .ndl-table-th .ndl-header-cell {
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.ndl-table-root .ndl-div-table .ndl-table-th .ndl-header-action-group{
        margin-top:1px;
        display:flex;
        flex-direction:row;
        align-items:center;
        gap:4px;
      }
.ndl-table-root .ndl-div-table .ndl-table-th .ndl-header-action-group > svg,
        .ndl-table-root .ndl-div-table .ndl-table-th .ndl-header-action-group > ndl-header-icon{
          min-width:16px;
          min-height:16px;
          stroke-width:1.5;
          cursor:pointer;
        }
.ndl-table-root .ndl-div-table .ndl-table-th .ndl-header-action-group > *{
          display:none;
        }
.ndl-table-root .ndl-div-table .ndl-table-th:hover .ndl-table-resizer{
          background-color:rgb(var(--theme-palette-neutral-bg-strong));
        }
.ndl-table-root .ndl-div-table .ndl-table-th .ndl-table-resizer-wrapper {
  position:absolute;
  right:-8px;
  top:0px;
  z-index:50;
  display:flex;
  width:16px;
  cursor:col-resize;
  place-content:center;
  align-items:center;
        height:calc(100% + 1px);
}
.ndl-table-root .ndl-div-table .ndl-table-th .ndl-table-resizer-wrapper .ndl-table-resizer{
          height:calc(65% + 1px);
          width:4px;
          border-radius:4px;
          -webkit-user-select:none;
             -moz-user-select:none;
                  user-select:none;
          touch-action:none;
          content:'';
          cursor:col-resize;
        }
.ndl-table-root .ndl-div-table .ndl-table-th .ndl-table-resizer-wrapper .ndl-table-resizer.ndl-table-is-resizing{
            background-color:rgb(var(--theme-palette-primary-focus));
            opacity:1;
          }
.ndl-table-root .ndl-div-table .ndl-table-col{
    }
.ndl-table-root .ndl-table-navigation {
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  background-color:rgb(var(--theme-palette-neutral-bg-weak));
  padding-left:28px;
  padding-right:28px;
  padding-top:16px;
  padding-bottom:16px;
}
.ndl-table-root .ndl-table-navigation .ndl-table-navigation-right-items {
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  -moz-column-gap:40px;
       column-gap:40px;
}
.ndl-table-root .ndl-table-navigation .ndl-table-nav {
  position:relative;
  z-index:0;
  display:inline-flex;
  max-width:-moz-min-content;
  max-width:min-content;
  -moz-column-gap:8px;
       column-gap:8px;
  border-radius:6px;
}
.ndl-table-root .ndl-table-navigation .ndl-table-rows-per-page {
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:space-between;
  -moz-column-gap:16px;
       column-gap:16px;
  color:rgb(var(--theme-palette-neutral-text-weaker));
}
.ndl-table-root .ndl-table-navigation .ndl-table-select{
      -webkit-appearance:none;
         -moz-appearance:none;
              appearance:none;
      background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="%23535B66" aria-hidden="true" class="n-size-5 n-text-palette-neutral-text-weak"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path></svg>');
      background-repeat:no-repeat;
      background-size:20px;
      background-position:calc(100% - 12px) center;
      height:36px;
      border-radius:6px;
      border-width:1px;
      border-color:rgb(var(--theme-palette-neutral-border-strong));
      background-color:rgb(var(--theme-palette-neutral-bg-weak));
      padding-left:12px;
      padding-right:28px;
      line-height:1;
      --tw-shadow:var(--theme-shadow-overlay);
      --tw-shadow-colored:var(--theme-shadow-overlay);
      box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
.ndl-table-root .ndl-table-navigation .ndl-table-results {
  white-space:nowrap;
  color:rgb(var(--theme-palette-neutral-text-weaker));
  font-family:var(--font-font-family-body-medium), sans-serif;
  font-size:var(--font-size-body-medium);
  font-weight:var(--font-weight-normal);
  letter-spacing:0.016rem;
  line-height:1.25rem;
}
.ndl-table-root .ndl-table-navigation .ndl-table-pagination-icon {
  width:20px;
  height:20px;
}
.ndl-table-root .ndl-table-navigation .ndl-table-pagination-icon-button {
  position:relative;
  display:inline-flex;
  align-items:center;
  border-radius:10px;
  padding-left:8px;
  padding-right:8px;
  padding-top:8px;
  padding-bottom:8px;
  color:rgb(var(--theme-palette-neutral-text-weaker));
  font-family:var(--font-font-family-body-medium), sans-serif;
  font-size:var(--font-size-body-medium);
  font-weight:var(--font-weight-normal);
  letter-spacing:0.016rem;
  line-height:1.25rem;
}
.ndl-table-root .ndl-table-navigation .ndl-table-pagination-icon-button:hover {
  background-color:rgb(var(--theme-palette-primary-bg-strong));
  --tw-bg-opacity:0.1;
  color:rgb(var(--theme-palette-neutral-text-inverse));
}
.ndl-table-root .ndl-table-navigation .ndl-table-pagination-numeric-button{
      min-width:36px;
      min-height:36px;
      max-height:36px;
      position:relative;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      border-radius:10px;
      padding-left:12px;
      padding-right:12px;
      padding-top:2px;
      padding-bottom:2px;
  font-family:var(--font-font-family-body-medium), sans-serif;
  font-size:var(--font-size-body-medium);
  font-weight:var(--font-weight-normal);
  letter-spacing:0.016rem;
  line-height:1.25rem;
    }
.ndl-table-root .ndl-table-navigation .ndl-table-pagination-numeric-button.ndl-is-selected {
  background-color:rgb(var(--theme-palette-primary-bg-strong));
  color:rgb(var(--theme-palette-neutral-text-inverse));
}
.ndl-table-root .ndl-table-navigation .ndl-table-pagination-numeric-button.ndl-not-selected-numeric {
  cursor:pointer;
}
.ndl-table-root .ndl-table-navigation .ndl-table-pagination-numeric-button.ndl-not-selected-numeric:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-strong));
}
.ndl-table-root .ndl-table-navigation .ndl-table-pagination-numeric-button.ndl-not-selected {
  color:rgb(var(--theme-palette-neutral-text-weaker));
}
.ndl-data-grid-focusable-cells .ndl-focusable-cell{
    outline:none;
    border:2px solid transparent;
  }
.ndl-data-grid-focusable-cells .ndl-focusable-cell:focus,
    .ndl-data-grid-focusable-cells .ndl-focusable-cell:focus-visible{
      z-index:2;
      border:2px solid rgb(var(--theme-palette-primary-focus));
    }
.ndl-data-grid-bottom-border{
  content:'';
  position:absolute;
  width:100%;
  bottom:0;
  left:50%;
  z-index:1;
  border-bottom:1px solid rgb(var(--theme-palette-neutral-border-weak));
  transform:translateX(-50%);
}
.ndl-data-grid-root{
  --header-background:rgb(var(--theme-palette-neutral-bg-weak));
  --cell-background:rgb(var(--theme-palette-neutral-bg-weak));

  isolation:isolate;

  display:flex;

  width:100%;

  max-width:100%;

  flex-direction:column;
}
.ndl-data-grid-root > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse:0;
  border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width:calc(1px * var(--tw-divide-y-reverse));
  border-color:rgb(var(--theme-palette-neutral-border-weak));
}
.ndl-data-grid-root {
  overflow:hidden;
  background-color:rgb(var(--theme-palette-neutral-bg-weak));
}
.ndl-data-grid-root.ndl-data-grid-zebra-striping .ndl-data-grid-tr:nth-child(even){
      --cell-background:rgb(var(--theme-palette-neutral-bg-default));
    }
.ndl-data-grid-root.ndl-data-grid-zebra-striping .ndl-focusable-cell{
      margin-bottom:1px;
    }
.ndl-data-grid-root.ndl-data-grid-border-all-sides
      .ndl-data-grid-td:not(.ndl-focusable-cell:focus):not(
        .ndl-data-grid-is-resizing
      ),
    .ndl-data-grid-root.ndl-data-grid-border-all-sides .ndl-data-grid-th:not(.ndl-focusable-cell:focus){
      border-right:1px solid rgb(var(--theme-palette-neutral-border-weak));
    }
.ndl-data-grid-root.ndl-data-grid-border-all-sides .ndl-data-grid-tr:not(:last-child):after{
  content:'';
  position:absolute;
  width:100%;
  bottom:0;
  left:50%;
  z-index:1;
  border-bottom:1px solid rgb(var(--theme-palette-neutral-border-weak));
  transform:translateX(-50%);
}
.ndl-data-grid-root.ndl-data-grid-border-all-sides .ndl-data-grid-thead > .ndl-data-grid-tr:after{
  content:'';
  position:absolute;
  width:100%;
  bottom:0;
  left:50%;
  z-index:1;
  border-bottom:1px solid rgb(var(--theme-palette-neutral-border-weak));
  transform:translateX(-50%);
}
.ndl-data-grid-root.ndl-data-grid-border-all-sides .ndl-focusable-cell{
      margin-bottom:1px;
    }
.ndl-data-grid-root.ndl-data-grid-border-horizontal .ndl-data-grid-tr:not(:last-child):after{
  content:'';
  position:absolute;
  width:100%;
  bottom:0;
  left:50%;
  z-index:1;
  border-bottom:1px solid rgb(var(--theme-palette-neutral-border-weak));
  transform:translateX(-50%);
}
.ndl-data-grid-root.ndl-data-grid-header-filled .ndl-data-grid-thead{
      --header-background:rgb(var(--theme-palette-neutral-bg-default));
    }
.ndl-data-grid-root .ndl-data-grid-scrollable{
    overflow-x:auto;
    flex-grow:1;
  }
.ndl-data-grid-root .ndl-div-table {
  width:-moz-max-content;
  width:max-content;
  min-width:100%;
}
.ndl-data-grid-root .ndl-div-table > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse:0;
  border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width:calc(1px * var(--tw-divide-y-reverse));
  border-color:rgb(var(--theme-palette-neutral-border-weak));
}
.ndl-data-grid-root .ndl-div-table {
  background-color:rgb(var(--theme-palette-neutral-bg-weak));
}
.ndl-data-grid-root .ndl-div-table .ndl-data-grid-tr{
      display:flex;
      min-width:100%;
      position:relative;
      min-height:40px;
    }
.ndl-data-grid-root .ndl-div-table .ndl-data-grid-tbody{
      position:relative;
      background-color:rgb(var(--theme-palette-neutral-bg-weak));
      overflow:unset;
      border-top:0;
      padding:1px;
    }
.ndl-data-grid-root .ndl-div-table .ndl-data-grid-tbody .ndl-data-grid-tr{
        background-color:var(--cell-background);
      }
.ndl-data-grid-root .ndl-div-table .ndl-data-grid-tbody .ndl-data-grid-tr:hover{
          --cell-background:rgb(var(--theme-palette-neutral-bg-strong));
        }
.ndl-data-grid-root .ndl-div-table .ndl-data-grid-tbody .ndl-data-grid-tr .ndl-data-grid-row-action{
          background-color:var(--cell-background);
        }
.ndl-data-grid-root .ndl-div-table .ndl-data-grid-tbody .ndl-data-grid-tr .ndl-data-grid-row-action:focus,
          .ndl-data-grid-root .ndl-div-table .ndl-data-grid-tbody .ndl-data-grid-tr .ndl-data-grid-row-action:focus-visible{
            z-index:2;
            border:2px solid rgb(var(--theme-palette-primary-focus));
          }
.ndl-data-grid-root .ndl-div-table .ndl-data-grid-tbody .ndl-data-grid-tr .ndl-data-grid-inline-edit input {
  height:100%;
  width:100%;
  background-color:transparent;
  outline:2px solid transparent;
  outline-offset:2px;
}
.ndl-data-grid-root .ndl-div-table .ndl-data-grid-tbody .ndl-data-grid-tr .ndl-data-grid-inline-edit:focus-within{
            z-index:2;
            border:2px solid rgb(var(--theme-palette-primary-focus));
          }
.ndl-data-grid-root .ndl-div-table .ndl-data-grid-tbody .ndl-data-grid-tr .ndl-data-grid-dropdown-cell {
  overflow:visible;
}
.ndl-data-grid-root .ndl-div-table .ndl-data-grid-tbody .ndl-data-grid-tr .ndl-data-grid-dropdown-cell:focus-within{
            z-index:2;
            border:2px solid rgb(var(--theme-palette-primary-focus));
          }
.ndl-data-grid-root .ndl-div-table .ndl-data-grid-tbody .ndl-data-grid-tr .ndl-data-grid-pinned-cell {
  position:sticky;
}
.ndl-data-grid-root .ndl-div-table .ndl-data-grid-tbody .ndl-data-grid-tr .ndl-data-grid-pinned-cell-left {
  left:0px;
          z-index:1;
}
.ndl-data-grid-root .ndl-div-table .ndl-data-grid-tbody .ndl-data-grid-tr .ndl-data-grid-pinned-cell-right {
  right:0px;
}
.ndl-data-grid-root .ndl-div-table .ndl-data-grid-tbody .nld-table-placeholder-wrapper{
        min-height:80px;
        pointer-events:none;
        display:flex;
        height:100%;
        flex-direction:row;
        align-items:center;
        justify-content:center;
        gap:8px;
      }
.ndl-data-grid-root .ndl-div-table .ndl-data-grid-tbody .nld-table-placeholder-wrapper .ndl-data-grid-placeholder {
  position:sticky;
  right:50%;
  --tw-translate-x:50%;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.ndl-data-grid-root .ndl-div-table .ndl-data-grid-tbody .nld-table-placeholder-wrapper .ndl-data-grid-placeholder .ndl-data-grid-loading-placeholder {
  display:flex;
  flex-direction:row;
  align-items:center;
  gap:4px;
}
.ndl-data-grid-root .ndl-div-table .ndl-data-grid-thead{
      position:sticky;
      top:0;
      background-color:var(--header-background);
      z-index:var(--z-index-alias-overlay);
    }
.ndl-data-grid-root .ndl-div-table .ndl-data-grid-thead .ndl-data-grid-tr{
        height:48px;
        box-shadow:0 2px 8px rgb(var(--theme-palette-neutral-bg-strongest), 10%);
        z-index:var(--z-index-alias-overlay);
        padding:1px;
      }
.ndl-data-grid-root .ndl-div-table .ndl-data-grid-thead.ndl-data-grid-is-resizing .ndl-data-grid-th{
          cursor:col-resize;
        }
.ndl-data-grid-root .ndl-div-table .ndl-data-grid-thead.ndl-data-grid-is-resizing .ndl-data-grid-th .ndl-data-grid-resizer{
            background-color:transparent !important;
          }
.ndl-data-grid-root .ndl-div-table .ndl-data-grid-td{
      padding:10px 24px;
      background-color:var(--cell-background);
      height:auto;
      position:relative;
      display:flex;
      align-items:center;
      overflow:hidden;
      text-overflow:ellipsis;
      white-space:pre-line;
      color:rgb(var(--theme-palette-neutral-text-default));
  font-family:var(--font-font-family-body-medium), sans-serif;
  font-size:var(--font-size-body-medium);
  font-weight:var(--font-weight-normal);
  letter-spacing:0.016rem;
  line-height:1.25rem;
    }
.ndl-data-grid-root .ndl-div-table .ndl-data-grid-td.ndl-data-grid-custom-cell {
  padding:0px;
}
.ndl-data-grid-root .ndl-div-table .ndl-data-grid-td.ndl-data-grid-row-action{
        position:sticky;
        right:0;
        justify-content:center;
      }
.ndl-data-grid-root .ndl-div-table .ndl-data-grid-td.ndl-data-grid-is-resizing{
        border:none;
      }
.ndl-data-grid-root .ndl-div-table .ndl-data-grid-td.ndl-data-grid-is-resizing:after{
        position:absolute;
        content:'';
        width:1px;
        height:calc(100% + 1px);
        background-color:rgb(var(--theme-palette-primary-focus));
        right:0;
        top:0;
        z-index:1000;
      }
.ndl-data-grid-root .ndl-div-table .ndl-data-grid-th{
      container-type:size;
      container-name:data-grid-header-cell;
      text-align:left;
      position:relative;
      font-weight:bold;
      border-collapse:separate;
      box-sizing:border-box;
      -webkit-user-select:none;
         -moz-user-select:none;
              user-select:none;
      white-space:nowrap;
      justify-content:space-between;
      align-items:center;
      color:rgb(var(--theme-palette-neutral-text-weak));
      display:flex;
      flex-direction:row;
      gap:4px;
  font-family:var(--font-font-family-body-large), sans-serif;
  font-size:var(--font-size-body-large);
  font-weight:var(--font-weight-normal);
  letter-spacing:0.016rem;
  line-height:1.5rem;
    }
.ndl-data-grid-root .ndl-div-table .ndl-data-grid-th.ndl-data-grid-row-action{
        background-color:var(--header-background);
        position:sticky;
        right:0;
      }
.ndl-data-grid-root .ndl-div-table .ndl-data-grid-th.ndl-data-grid-pinned-cell {
  position:sticky;
  background-color:rgb(var(--theme-palette-neutral-bg-default));
}
.ndl-data-grid-root .ndl-div-table .ndl-data-grid-th.ndl-data-grid-pinned-cell-left {
  left:0px;
        z-index:1;
}
.ndl-data-grid-root .ndl-div-table .ndl-data-grid-th.ndl-data-grid-pinned-cell-right {
  right:0px;
}
.ndl-data-grid-root .ndl-div-table .ndl-data-grid-th .ndl-hoverable-indicator{
        display:none;
      }
.ndl-data-grid-root .ndl-div-table .ndl-data-grid-th:hover .ndl-hoverable-indicator, .ndl-data-grid-root .ndl-div-table .ndl-data-grid-th:focus .ndl-hoverable-indicator, .ndl-data-grid-root .ndl-div-table .ndl-data-grid-th:focus-within .ndl-hoverable-indicator, .ndl-data-grid-root .ndl-div-table .ndl-data-grid-th:focus-visible .ndl-hoverable-indicator{
          display:block;
        }
.ndl-data-grid-root .ndl-div-table .ndl-data-grid-th:focus-visible {
  z-index:2;
  border-width:2px;
  border-color:rgb(var(--theme-palette-primary-focus));
  outline:2px solid transparent;
  outline-offset:2px;
}
.ndl-data-grid-root .ndl-div-table .ndl-data-grid-th .ndl-header-group{
        display:flex;
        flex-direction:row;
        gap:4px;
        overflow:hidden;
        text-overflow:ellipsis;
        margin-right:8px;
        width:auto;
        justify-content:space-between;
      }
.ndl-data-grid-root .ndl-div-table .ndl-data-grid-th .ndl-header-cell{
        text-overflow:ellipsis;
        overflow:hidden;
        white-space:nowrap;
        display:flex;
        flex-direction:row;
        align-items:center;
        gap:2px;
        padding-top:12px;
        padding-bottom:12px;
        padding-right:12px;
        padding-left:24px;
      }
.ndl-data-grid-root .ndl-div-table .ndl-data-grid-th .ndl-header-cell .ndl-header-icon{
          min-width:16px;
          min-height:16px;
          height:16px;
          width:16px;
          cursor:pointer;
          margin-top:3px;
          flex-shrink:0;
        }
.ndl-data-grid-root .ndl-div-table .ndl-data-grid-th .ndl-header-action-group{
        margin-top:1px;
        display:flex;
        flex-direction:row;
        align-items:center;
        gap:4px;
      }
.ndl-data-grid-root .ndl-div-table .ndl-data-grid-th:hover .ndl-data-grid-resizer{
          background-color:rgb(var(--theme-palette-neutral-bg-strong));
        }
.ndl-data-grid-root .ndl-div-table .ndl-data-grid-th .ndl-data-grid-resizer-wrapper {
  position:absolute;
  right:-8px;
  top:0px;
  z-index:50;
  display:flex;
  width:16px;
  cursor:col-resize;
  place-content:center;
  align-items:center;
        height:calc(100% + 1px);
}
.ndl-data-grid-root .ndl-div-table .ndl-data-grid-th .ndl-data-grid-resizer-wrapper .ndl-data-grid-resizer{
          height:calc(65% + 1px);
          width:4px;
          border-radius:4px;
          -webkit-user-select:none;
             -moz-user-select:none;
                  user-select:none;
          touch-action:none;
          content:'';
          cursor:col-resize;
        }
.ndl-data-grid-root .ndl-div-table .ndl-data-grid-th .ndl-data-grid-resizer-wrapper .ndl-data-grid-resizer.ndl-data-grid-is-resizing{
            background-color:rgb(
              var(--theme-palette-primary-focus)
            ) !important;
            opacity:1;
          }
.ndl-data-grid-root .ndl-div-table .ndl-data-grid-th .ndl-data-grid-resizer-wrapper:focus,
        .ndl-data-grid-root .ndl-div-table .ndl-data-grid-th .ndl-data-grid-resizer-wrapper:focus-visible {
  z-index:2;
  border-width:2px;
  border-color:rgb(var(--theme-palette-primary-focus));
  outline:2px solid transparent;
  outline-offset:2px;
}
.ndl-data-grid-root .ndl-div-table .ndl-data-grid-th .ndl-data-grid-resizer-wrapper:focus .ndl-data-grid-resizer, .ndl-data-grid-root .ndl-div-table .ndl-data-grid-th .ndl-data-grid-resizer-wrapper:focus-visible .ndl-data-grid-resizer {
  background-color:rgb(var(--theme-palette-primary-focus));
}
.ndl-data-grid-root .ndl-div-table .ndl-data-grid-col{
    }
.ndl-data-grid-root .ndl-data-grid-navigation {
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  background-color:rgb(var(--theme-palette-neutral-bg-weak));
  padding-left:28px;
  padding-right:28px;
  padding-top:16px;
  padding-bottom:16px;
}
.ndl-data-grid-root .ndl-data-grid-navigation .ndl-data-grid-navigation-right-items {
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  -moz-column-gap:40px;
       column-gap:40px;
}
.ndl-data-grid-root .ndl-data-grid-navigation .ndl-data-grid-nav {
  position:relative;
  z-index:0;
  display:inline-flex;
  max-width:-moz-min-content;
  max-width:min-content;
  -moz-column-gap:8px;
       column-gap:8px;
  border-radius:6px;
}
.ndl-data-grid-root .ndl-data-grid-navigation .ndl-data-grid-rows-per-page {
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:space-between;
  -moz-column-gap:16px;
       column-gap:16px;
  color:rgb(var(--theme-palette-neutral-text-weaker));
}
.ndl-data-grid-root .ndl-data-grid-navigation .ndl-data-grid-select{
      -webkit-appearance:none;
         -moz-appearance:none;
              appearance:none;
      background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="%23535B66" aria-hidden="true" class="n-size-5 n-text-palette-neutral-text-weak"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path></svg>');
      background-repeat:no-repeat;
      background-size:20px;
      background-position:calc(100% - 12px) center;
      height:36px;
      border-radius:6px;
      border-width:1px;
      border-color:rgb(var(--theme-palette-neutral-border-strong));
      background-color:rgb(var(--theme-palette-neutral-bg-weak));
      padding-left:12px;
      padding-right:32px;
      text-align:center;
      line-height:1;
      --tw-shadow:var(--theme-shadow-overlay);
      --tw-shadow-colored:var(--theme-shadow-overlay);
      box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
.ndl-data-grid-root .ndl-data-grid-navigation .ndl-data-grid-select:focus,
      .ndl-data-grid-root .ndl-data-grid-navigation .ndl-data-grid-select:focus-visible {
  outline-style:solid;
  outline-width:2px;
  outline-color:rgb(var(--theme-palette-primary-focus));
}
.ndl-data-grid-root .ndl-data-grid-navigation .ndl-data-grid-results {
  white-space:nowrap;
  color:rgb(var(--theme-palette-neutral-text-weaker));
  font-family:var(--font-font-family-body-medium), sans-serif;
  font-size:var(--font-size-body-medium);
  font-weight:var(--font-weight-normal);
  letter-spacing:0.016rem;
  line-height:1.25rem;
}
.ndl-data-grid-root .ndl-data-grid-navigation .ndl-data-grid-pagination-icon {
  width:20px;
  height:20px;
}
.ndl-data-grid-root .ndl-data-grid-navigation .ndl-data-grid-pagination-icon-button {
  position:relative;
  display:inline-flex;
  align-items:center;
  border-radius:10px;
  padding-left:8px;
  padding-right:8px;
  padding-top:8px;
  padding-bottom:8px;
  color:rgb(var(--theme-palette-neutral-text-weaker));
  font-family:var(--font-font-family-body-medium), sans-serif;
  font-size:var(--font-size-body-medium);
  font-weight:var(--font-weight-normal);
  letter-spacing:0.016rem;
  line-height:1.25rem;
}
.ndl-data-grid-root .ndl-data-grid-navigation .ndl-data-grid-pagination-icon-button:hover {
  background-color:rgb(var(--theme-palette-primary-bg-strong));
  --tw-bg-opacity:0.1;
  color:rgb(var(--theme-palette-neutral-text-inverse));
}
.ndl-data-grid-root .ndl-data-grid-navigation .ndl-data-grid-pagination-icon-button:focus,
      .ndl-data-grid-root .ndl-data-grid-navigation .ndl-data-grid-pagination-icon-button:focus-visible {
  outline-style:solid;
  outline-width:2px;
  outline-color:rgb(var(--theme-palette-primary-focus));
}
.ndl-data-grid-root .ndl-data-grid-navigation .ndl-data-grid-pagination-numeric-button{
      min-width:36px;
      min-height:36px;
      max-height:36px;
      position:relative;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      border-radius:10px;
      padding-left:12px;
      padding-right:12px;
      padding-top:2px;
      padding-bottom:2px;
  font-family:var(--font-font-family-body-medium), sans-serif;
  font-size:var(--font-size-body-medium);
  font-weight:var(--font-weight-normal);
  letter-spacing:0.016rem;
  line-height:1.25rem;
    }
.ndl-data-grid-root .ndl-data-grid-navigation .ndl-data-grid-pagination-numeric-button:focus,
      .ndl-data-grid-root .ndl-data-grid-navigation .ndl-data-grid-pagination-numeric-button:focus-visible {
  outline-style:solid;
  outline-width:2px;
  outline-color:rgb(var(--theme-palette-primary-focus));
}
.ndl-data-grid-root .ndl-data-grid-navigation .ndl-data-grid-pagination-numeric-button.ndl-is-selected {
  background-color:rgb(var(--theme-palette-primary-bg-strong));
  color:rgb(var(--theme-palette-neutral-text-inverse));
}
.ndl-data-grid-root .ndl-data-grid-navigation .ndl-data-grid-pagination-numeric-button.ndl-not-selected-numeric {
  cursor:pointer;
}
.ndl-data-grid-root .ndl-data-grid-navigation .ndl-data-grid-pagination-numeric-button.ndl-not-selected-numeric:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-strong));
}
.ndl-data-grid-root .ndl-data-grid-navigation .ndl-data-grid-pagination-numeric-button.ndl-not-selected {
  color:rgb(var(--theme-palette-neutral-text-weaker));
}
@container data-grid-header-cell (min-width: 300px){
  .ndl-header-group{
    margin-right:55px !important;
  }

  & .ndl-header-group{
    position:sticky;
  }
}
.ndl-dropzone{
  background-image:url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='8' ry='8' stroke='%23C4C8CD' stroke-width='1.5' stroke-dasharray='6' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius:8px;
  border-color:rgb(var(--theme-palette-neutral-border-strong));
  padding:4px;
}
.ndl-dropzone > div {
  padding-top:32px;
  padding-bottom:32px;
}
.ndl-dropzone .ndl-dropzone-inner {
  margin-left:auto;
  margin-right:auto;
}
.ndl-dropzone .ndl-dropzone-inner-content {
  display:flex;
  height:100%;
  flex-direction:column;
  justify-content:center;
}
.ndl-dropzone svg {
  margin-left:auto;
  margin-right:auto;
}
.ndl-dropzone.ndl-drag-disabled {
  cursor:not-allowed;
  color:rgb(var(--theme-palette-neutral-text-weakest));
}
.ndl-dropzone.ndl-drag-active {
  background-color:rgb(var(--theme-palette-primary-bg-weak));
    background-image:url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='8' ry='8' stroke='%23018BFF' stroke-width='2' stroke-dasharray='8' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}
.ndl-dropzone .ndl-dropzone-header {
  margin-bottom:12px;
  display:flex;
  flex-direction:column;
  row-gap:24px;
  text-align:center;
}
.ndl-dropzone .ndl-dropzone-header .ndl-dnd-title {
  margin-bottom:4px;
}
.ndl-dropzone .ndl-dropzone-header .ndl-dnd-subtitle {
  font-weight:400;
}
.ndl-dropzone .ndl-dropzone-header .ndl-dnd-browse-link {
  -webkit-text-decoration-line:underline;
          text-decoration-line:underline;
  font-family:var(--font-font-family-subheading-small), sans-serif;
  font-size:var(--font-size-subheading-small);
  font-weight:var(--font-weight-semibold);
  letter-spacing:0.016rem;
  line-height:1.25rem;
}
.ndl-dropzone .ndl-dropzone-header .ndl-dnd-browse-link:not(:disabled) {
  color:rgb(var(--theme-palette-primary-text));
}
.ndl-dropzone .ndl-dropzone-header .ndl-upload-img-wrapper {
  position:relative;
  display:inline-block;
  height:64px;
}
.ndl-dropzone .ndl-dropzone-header .ndl-upload-img-label {
  position:absolute;
  border-radius:4px;
  background-color:rgb(var(--theme-palette-primary-bg-strong));
  padding-left:4px;
  padding-right:4px;
  color:rgb(var(--theme-palette-neutral-text-inverse));
  font-family:var(--font-font-family-body-small), sans-serif;
  font-size:var(--font-size-body-small);
  font-weight:var(--font-weight-normal);
  letter-spacing:0.016rem;
  line-height:1.25rem;
      transform:translate(calc(-100% - 8px), 6px);
}
.ndl-dropzone .ndl-dropzone-footer {
  text-align:center;
}
.ndl-dropzone .ndl-dropzone-footer .ndl-file-support-text{
  font-family:var(--font-font-family-body-medium), sans-serif;
  font-size:var(--font-size-body-medium);
  font-weight:var(--font-weight-normal);
  letter-spacing:0.016rem;
  line-height:1.25rem;
}
.ndl-dropzone .ndl-dropzone-footer .ndl-dropzone-loading-progress-bar-wrapper {
  display:flex;
  width:100%;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:4px;
}
.ndl-dropzone .ndl-dropzone-footer .ndl-dropzone-loading-progress-bar-wrapper .ndl-dropzone-loading-progress-bar-indicators {
  display:flex;
  align-items:center;
  justify-content:center;
  -moz-column-gap:4px;
       column-gap:4px;
  padding-bottom:4px;
}
.ndl-dropzone .ndl-dropzone-footer .ndl-dropzone-loading-progress-bar-wrapper .ndl-dropzone-loading-progress-bar-precentage {
  letter-spacing:0em;
}
.ndl-dropzone .ndl-dropzone-footer .ndl-dropzone-loading-progress-bar-wrapper .ndl-dropzone-loading-progress-bar-minute {
  color:rgb(var(--theme-palette-neutral-text-weaker));
}
.ndl-dropzone .ndl-dropzone-footer .ndl-dropzone-loading-progress-bar-wrapper .ndl-dropzone-loading-progress-bar {
  width:260px;
}
.ndl-dropzone:not(.ndl-drag-disabled) .ndl-file-support-text {
  color:rgb(var(--theme-palette-neutral-text-weaker));
}
.ndl-dropzone.ndl-drag-active.ndl-file-invalid {
  background-color:rgb(var(--theme-palette-danger-bg-weak));
    background-image:url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='8' ry='8' stroke='%23ED1252' stroke-width='2' stroke-dasharray='8' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}
.ndl-dropzone.ndl-drag-active.ndl-file-invalid .ndl-upload-img-label {
  background-color:rgb(var(--theme-palette-danger-bg-strong));
}
.ndl-dropzone-error-alert {
  margin-bottom:16px;
}
.ndl-dropdown {
  display:inline-flex;
  flex-direction:column;
  row-gap:5px;
}
.ndl-dropdown .ndl-placeholder {
  white-space:nowrap;
  color:rgb(var(--theme-palette-neutral-text-weaker));
}
.ndl-dropdown.ndl-fluid {
  display:flex;
}
.ndl-dropdown label {
  color:rgb(var(--theme-palette-neutral-text-weak));
  font-family:var(--font-font-family-body-medium), sans-serif;
  font-size:var(--font-size-body-medium);
  font-weight:var(--font-weight-normal);
  letter-spacing:0.016rem;
  line-height:1.25rem;
}
.ndl-dropdown div {
  cursor:pointer;
}
.ndl-dropdown.ndl-creatable div,
  .ndl-dropdown.ndl-multi div {
  cursor:text;
}
.ndl-dropdown .ndl-sub-text {
  color:rgb(var(--theme-palette-neutral-text-weaker));
  font-family:var(--font-font-family-body-small), sans-serif;
  font-size:var(--font-size-body-small);
  font-weight:var(--font-weight-normal);
  letter-spacing:0.016rem;
  line-height:1.25rem;
}
.ndl-dropdown.ndl-disabled {
  cursor:not-allowed;
  color:rgb(var(--theme-palette-neutral-text-weakest));
}
.ndl-dropdown.ndl-disabled .ndl-placeholder {
  color:rgb(var(--theme-palette-neutral-text-weakest));
}
.ndl-dropdown.ndl-disabled .ndl-sub-text {
  color:rgb(var(--theme-palette-neutral-text-weakest));
}
.ndl-dropdown.ndl-disabled label {
  color:rgb(var(--theme-palette-neutral-text-weakest));
  font-family:var(--font-font-family-body-medium), sans-serif;
  font-size:var(--font-size-body-medium);
  font-weight:var(--font-weight-normal);
  letter-spacing:0.016rem;
  line-height:1.25rem;
}
.ndl-dropdown .ndl-error-text {
  color:rgb(var(--theme-palette-danger-text));
}
.ndl-dropdown.ndl-large label{
  font-family:var(--font-font-family-body-large), sans-serif;
  font-size:var(--font-size-body-large);
  font-weight:var(--font-weight-normal);
  letter-spacing:0.016rem;
  line-height:1.5rem;
}
.ndl-dropdown.ndl-large .ndl-sub-text{
  font-family:var(--font-font-family-body-medium), sans-serif;
  font-size:var(--font-size-body-medium);
  font-weight:var(--font-weight-normal);
  letter-spacing:0.016rem;
  line-height:1.25rem;
}
.ndl-dropdown .ndl-dropdown-icon {
  cursor:pointer;
  color:rgb(var(--theme-palette-neutral-text-weak));
}
.ndl-dropdown .ndl-dropdown-icon.ndl-small {
  width:16px;
  height:16px;
}
.ndl-dropdown .ndl-dropdown-icon.ndl-medium {
  width:20px;
  height:20px;
}
.ndl-dropdown .ndl-dropdown-icon.ndl-large {
  width:24px;
  height:24px;
}
.ndl-dropdown .ndl-dropdown-icon.ndl-disabled {
  color:rgb(var(--theme-palette-neutral-text-weakest));
}
.ndl-dropdown .ndl-indicator{
    width:1px;
    height:100%;
    background-color:rgb(var(--theme-palette-neutral-border-strong));
  }
.ndl-dropdown .ndl-error-icon.ndl-small {
  width:16px;
  height:16px;
}
.ndl-dropdown .ndl-error-icon.ndl-medium {
  width:20px;
  height:20px;
}
.ndl-dropdown .ndl-error-icon.ndl-large {
  width:24px;
  height:24px;
}
.ndl-dropdown .ndl-error-icon {
  color:rgb(var(--theme-palette-danger-icon));
}
.ndl-dropdown .ndl-dropdown-option {
  display:flex;
  flex-direction:row;
  align-items:center;
  gap:8px;
}
.ndl-dropdown .ndl-dropdown-option.ndl-form-item{
      margin-top:0;
    }
.ndl-dropdown.ndl-small .ndl-dropdown-option{
      padding:2px;
    }
.ndl-dropdown .ndl-medium .ndl-dropdown-option{
      padding:8px;
    }
.ndl-dropdown.ndl-large .ndl-dropdown-option{
      padding:12px;
    }
.ndl-node-label {
  position:relative;
  display:inline-block;
  min-width:0px;
  cursor:pointer;
  border-radius:12px;
  padding-top:2px;
  padding-bottom:2px;
  padding-left:8px;
  padding-right:8px;
  font-family:var(--font-font-family-body-label), sans-serif;
  font-size:var(--font-size-label);
  font-weight:var(--font-weight-bold);
  letter-spacing:0;
  line-height:1.25rem;
}
.ndl-node-label .ndl-node-label-content {
  width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.ndl-node-label:after {
  position:absolute;
  inset:-3px;
  border-radius:20px;
  border-width:2px;
  border-style:solid;
  border-color:transparent;
  --tw-content:'';
  content:var(--tw-content);
}
.ndl-node-label:focus-visible {
  outline:2px solid transparent;
  outline-offset:2px;
}
.ndl-node-label:not(.ndl-disabled).ndl-selected:after,
    .ndl-node-label:not(.ndl-disabled):active:after,
    .ndl-node-label:not(.ndl-disabled):focus-visible:after {
  border-color:rgb(var(--theme-palette-primary-focus));
}
.ndl-node-label.ndl-disabled {
  cursor:default;
}
.ndl-property-key-label {
  position:relative;
  display:inline-block;
  min-width:0px;
  cursor:pointer;
  border-radius:4px;
  background-color:rgb(var(--theme-palette-neutral-text-weak));
  padding-top:2px;
  padding-bottom:2px;
  padding-left:8px;
  padding-right:8px;
  color:rgb(var(--theme-palette-neutral-text-inverse));
  font-family:var(--font-font-family-body-label), sans-serif;
  font-size:var(--font-size-label);
  font-weight:var(--font-weight-bold);
  letter-spacing:0;
  line-height:1.25rem;
}
.ndl-property-key-label.ndl-disabled {
  cursor:default;
  color:rgb(var(--theme-palette-neutral-text-weakest));
}
.ndl-property-key-label .ndl-property-key-label-content {
  width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.ndl-property-key-label:after {
  position:absolute;
  inset:-3px;
  border-radius:6px;
  border-width:2px;
  border-style:solid;
  border-color:transparent;
  --tw-content:'';
  content:var(--tw-content);
}
.ndl-property-key-label:focus-visible {
  outline:2px solid transparent;
  outline-offset:2px;
}
.ndl-property-key-label:not(.ndl-disabled):hover {
  --tw-bg-opacity:92%;
}
.ndl-property-key-label:not(.ndl-disabled).ndl-selected:after,
    .ndl-property-key-label:not(.ndl-disabled):active:after,
    .ndl-property-key-label:not(.ndl-disabled):focus-visible:after {
  border-color:rgb(var(--theme-palette-primary-focus));
}
.ndl-relationship-label {
  position:relative;
  display:flex;
  min-width:0px;
  cursor:pointer;
}
.ndl-relationship-label .ndl-relationship-label-container {
  position:relative;
  z-index:10;
  display:inline-block;
  width:100%;
  min-width:0px;
  padding-top:2px;
  padding-bottom:2px;
  font-family:var(--font-font-family-body-label), sans-serif;
  font-size:var(--font-size-label);
  font-weight:var(--font-weight-bold);
  letter-spacing:0;
  line-height:1.25rem;
}
.ndl-relationship-label .ndl-relationship-label-container .ndl-relationship-label-content {
  width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.ndl-relationship-label .ndl-relationship-label-container:after {
  position:absolute;
  left:0px;
  right:0px;
  bottom:-3px;
  height:2px;
  background-color:transparent;
  --tw-content:'';
  content:var(--tw-content);
}
.ndl-relationship-label .ndl-relationship-label-container:before {
  position:absolute;
  left:0px;
  right:0px;
  top:-3px;
  height:2px;
  background-color:transparent;
  --tw-content:'';
  content:var(--tw-content);
}
.ndl-relationship-label .ndl-hexagon-end {
  position:relative;
  display:inline-block;
  vertical-align:bottom;
}
.ndl-relationship-label .ndl-hexagon-end.ndl-right {
  z-index:0;
  --tw-rotate:180deg;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.ndl-relationship-label .ndl-hexagon-end .ndl-hexagon-end-active {
  position:absolute;
  top:-3px;
  left:-3px;
}
.ndl-relationship-label:not(.ndl-disabled).ndl-selected .ndl-hexagon-end-active, .ndl-relationship-label:not(.ndl-disabled):focus-visible .ndl-hexagon-end-active, .ndl-relationship-label:not(.ndl-disabled):active .ndl-hexagon-end-active {
  fill:rgb(var(--theme-palette-primary-focus));
}
.ndl-relationship-label:not(.ndl-disabled).ndl-selected .ndl-relationship-label-container:after, .ndl-relationship-label:not(.ndl-disabled):focus-visible .ndl-relationship-label-container:after, .ndl-relationship-label:not(.ndl-disabled):active .ndl-relationship-label-container:after {
  background-color:rgb(var(--theme-palette-primary-focus));
}
.ndl-relationship-label:not(.ndl-disabled).ndl-selected .ndl-relationship-label-container:before, .ndl-relationship-label:not(.ndl-disabled):focus-visible .ndl-relationship-label-container:before, .ndl-relationship-label:not(.ndl-disabled):active .ndl-relationship-label-container:before {
  background-color:rgb(var(--theme-palette-primary-focus));
}
.ndl-relationship-label:focus-visible {
  outline:2px solid transparent;
  outline-offset:2px;
}
.ndl-relationship-label.ndl-disabled {
  cursor:default;
}
.ndl-widget {
  position:relative;
  display:flex;
  flex-direction:column;
  gap:8px;
  border-radius:8px;
  background-color:rgb(var(--theme-palette-neutral-bg-weak));
  padding:16px;
  outline:2px solid transparent;
  outline-offset:2px;
}
.ndl-widget.ndl-elevated {
  --tw-shadow:var(--theme-shadow-overlay);
  --tw-shadow-colored:var(--theme-shadow-overlay);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ndl-widget .ndl-header-wrapper {
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.ndl-widget .ndl-header-wrapper .ndl-header {
  color:rgb(var(--theme-palette-neutral-text-default));
  font-family:var(--font-font-family-h6), sans-serif;
  font-size:var(--font-size-h6);
  font-weight:var(--font-weight-bold);
  letter-spacing:0.016rem;
  line-height:1.5rem;
}
.ndl-widget .ndl-header-wrapper .ndl-subheader {
  color:rgb(var(--theme-palette-neutral-text-weak));
  font-family:var(--font-font-family-body-medium), sans-serif;
  font-size:var(--font-size-body-medium);
  font-weight:var(--font-weight-normal);
  letter-spacing:0.016rem;
  line-height:1.25rem;
}
.ndl-widget .ndl-header-wrapper .ndl-header-left {
  display:flex;
  align-items:flex-start;
}
.ndl-widget .ndl-header-wrapper p{
  font-family:var(--font-font-family-body-medium), sans-serif;
  font-size:var(--font-size-body-medium);
  font-weight:var(--font-weight-normal);
  letter-spacing:0.016rem;
  line-height:1.25rem;
}
.ndl-widget.ndl-leftmenu .ndl-headers {
  margin-left:8px;
}
.ndl-widget .ndl-resize-handle {
  position:absolute;
  bottom:0px;
  right:0px;
  width:20px;
  height:20px;
  cursor:se-resize;
  --tw-text-opacity:1;
  color:rgb(168 172 178 / var(--tw-text-opacity));
}
.ndl-wizard-circle {
  z-index:2;
  color:rgb(var(--theme-palette-neutral-text-default));
}
.ndl-wizard-circle .ndl-text.ndl-horizontal {
  position:absolute;
  bottom:8px;
  left:50%;
  min-width:50px;
  --tw-translate-x:-50%;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  text-align:center;
}
.ndl-wizard-circle .ndl-text.ndl-vertical {
  position:absolute;
  left:64px;
  min-width:140px;
  --tw-translate-y:35%;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  text-align:left;
}
.ndl-horizontal-wizard {
  position:relative;
  display:flex;
  width:100%;
  align-items:center;
}
.ndl-vertical-wizard {
  position:relative;
  display:flex;
  height:100%;
  width:-moz-fit-content;
  width:fit-content;
  flex-direction:column;
  align-items:center;
}
.ndl-footer-wizard {
  position:relative;
  width:-moz-fit-content;
  width:fit-content;
}
.ndl-line-gradient{
  background:linear-gradient(
    270deg,
    rgba(178, 183, 189, 1) 0%,
    rgb(0 111 214) 100%
  );
}
.ndl-line-gradient-vertical{
  background:linear-gradient(
    1deg,
    rgba(178, 183, 189, 1) 0%,
    rgb(0 111 214) 100%
  );
}
.ndl-wizard-line{
  z-index:1;
}
.ndl-wizard-line.ndl-complete {
  background-color:rgb(var(--theme-palette-primary-text));
}
.ndl-wizard-line.ndl-incomplete {
  background-color:rgb(var(--theme-palette-neutral-text-weakest));
}
.ndl-wizard-line.ndl-active.ndl-horizontal{
  background:linear-gradient(
    270deg,
    rgba(178, 183, 189, 1) 0%,
    rgb(0 111 214) 100%
  );
}
.ndl-wizard-line.ndl-active.ndl-vertical{
  background:linear-gradient(
    1deg,
    rgba(178, 183, 189, 1) 0%,
    rgb(0 111 214) 100%
  );
}
.ndl-wizard-line.ndl-horizontal {
  margin-left:-4px;
  margin-right:-4px;
  height:2px;
  width:100%;
  min-width:20px;
}
.ndl-wizard-line.ndl-vertical {
  margin-top:-4px;
  margin-bottom:-4px;
  margin-left:20px;
  margin-right:20px;
  height:100%;
  min-height:20px;
  width:2px;
}
:root{
  --background:var(--theme-light-palette-neutral-bg-default);
  --border:var(--theme-light-palette-neutral-border-weak);
}
.ndl-theme-dark{
  --background:var(--theme-dark-palette-neutral-bg-strong);
  --border:var(--theme-dark-palette-neutral-border-strong);
}
.ndl-code-block-container{
  background:rgb(var(--background));
  border-color:rgb(var(--border));
  position:relative;
  isolation:isolate;
  min-height:90px;
  overflow:hidden;
  border-radius:8px;
  border-width:1px;
  padding-top:12px;
  padding-bottom:4px;
}
.ndl-code-block-container .ndl-code-block-title {
  margin-left:12px;
  margin-bottom:12px;
  min-height:24px;
  width:100%;
  overflow-x:hidden;
  text-overflow:ellipsis;
  font-family:var(--font-font-family-subheading-medium), sans-serif;
  font-size:var(--font-size-subheading-medium);
  font-weight:var(--font-weight-semibold);
  letter-spacing:0.016rem;
  line-height:1.5rem;
}
.ndl-code-block-container .ndl-code-block-title.ndl-disabled {
  pointer-events:none;
  opacity:0.5;
}
.ndl-code-block-container .ndl-code-content-container {
  display:flex;
  flex-shrink:0;
  flex-grow:1;
    width:calc(100% - 4px);
}
.ndl-code-block-container .ndl-code-content-container.ndl-disabled {
  opacity:0.5;
}
.ndl-code-block-container .ndl-code-content-container:after {
  position:absolute;
  top:0px;
  right:4px;
  z-index:1;
  height:100%;
  width:12px;
  --tw-content:"";
  content:var(--tw-content);
}
.ndl-code-block-container .ndl-code-content-container .ndl-code-pseudo-element {
  height:100%;
  width:1px;
}
.ndl-code-block-container .ndl-code-content-container .ndl-highlight-wrapper {
  position:relative;
  width:100%;
  overflow-y:auto;
}
.ndl-code-block-container .ndl-code-content-container .ndl-highlight-wrapper:focus {
  outline-color:rgb(var(--theme-palette-primary-focus));
}
.ndl-code-block-container .ndl-code-block-actions{
    background:rgb(var(--background));
    position:absolute;
    top:0px;
    right:0px;
    z-index:10;
    display:flex;
    border-radius:8px;
    padding:4px;
  }
.ndl-code-block-container .ndl-code-block-actions.ndl-disabled {
  opacity:0.5;
}
.ndl-code-block-container .ndl-code-block-expand-button{
    background:rgb(var(--background));
    position:absolute;
    bottom:0px;
    right:0px;
    z-index:10;
    border-radius:8px;
    padding:4px;
  }
.ndl-code-block-container .ndl-linenumber{
    min-width:32px !important;
  }
.ndl-code-block-container::before{
  display:block;
  height:1px;
  content:'';
}
.ndl-code-block-container::after{
  display:block;
  height:1px;
  content:'';
}
.cm-light{
  --background:var(--theme-light-palette-neutral-bg-default);
  --color:var(--theme-light-palette-neutral-text-default);
  --cursor-color:var(--theme-light-palette-neutral-pressed);
  --selection-bg:var(--colors-neutral-20);
  --comment:var(--theme-light-palette-neutral-text-weaker);
  --function:var(--colors-baltic-50);
  --keyword:var(--colors-forest-45);
  --relationship:var(--colors-forest-50);
  --string:var(--colors-lemon-60);
  --number:var(--colors-lavender-50);
  --variable:var(--colors-lavender-50);
  --button:var(--colors-baltic-40);
  --procedure:var(--colors-baltic-50);
  --ac-li-border:var(--colors-neutral-50);
  --ac-li-selected:var(--colors-baltic-50);
  --ac-li-text:var(--colors-neutral-80);
  --ac-li-hover:var(--theme-light-palette-neutral-bg-default);
  --ac-li-text-selected:var(--colors-neutral-10);
  --ac-tooltip-border:var(--colors-neutral-50);
  --ac-tooltip-background:var(--theme-light-palette-neutral-bg-weak);
}
.cm-dark{
  --background:var(--theme-dark-palette-neutral-bg-strong);
  --color:var(--theme-dark-palette-neutral-text-default);
  --cursor-color:var(--theme-dark-palette-neutral-pressed);
  --selection-bg:var(--colors-neutral-70);
  --comment:var(--theme-dark-palette-neutral-text-weaker);
  --function:var(--colors-baltic-20);
  --keyword:var(--colors-forest-20);
  --relationship:var(--colors-forest-20);
  --string:var(--colors-lemon-30);
  --number:var(--colors-lavender-20);
  --variable:var(--colors-lavender-20);
  --button:var(--colors-baltic-30);
  --procedure:var(--colors-baltic-20);
  --ac-li-border:var(--colors-neutral-50);
  --ac-li-selected:var(--colors-baltic-30);
  --ac-li-text:var(--colors-neutral-10);
  --ac-li-hover:var(--colors-neutral-80);
  --ac-li-text-selected:var(--colors-neutral-80);
  --ac-tooltip-border:var(--colors-neutral-80);
  --ac-tooltip-background:var(--theme-dark-palette-neutral-bg-weak);
}
.autocomplete-icon-shared{
  font-family:'Fira Code';
  border-radius:100%;
  border:1px solid rgb(var(--ac-li-border));
  width:20px;
  height:20px;
  display:block;
  line-height:19px;
  overflow:hidden;
  background-color:rgb(var(--background));
  color:rgb(var(--keyword));
}
.ndl-cypher-editor .cm-editor .cm-lineNumbers .cm-gutterElement, .ndl-codemirror-editor .cm-editor .cm-lineNumbers .cm-gutterElement{
    font-family:'Fira Code';
    padding:0 5px 0 5px;
  }
.ndl-cypher-editor .cm-editor .cm-gutter, .ndl-codemirror-editor .cm-editor .cm-gutter{
    width:100%;
  }
.ndl-cypher-editor .cm-editor .cm-content .cm-line, .ndl-codemirror-editor .cm-editor .cm-content .cm-line{
    line-height:1.4375;
    font-family:'Fira Code';
  }
.ndl-cypher-editor .cm-editor .cm-scroller .cm-content,
  .ndl-cypher-editor .cm-editor .cm-content,
  .ndl-codemirror-editor .cm-editor .cm-scroller .cm-content,
  .ndl-codemirror-editor .cm-editor .cm-content{
    padding:0;
  }
.ndl-cypher-editor .cm-editor .cm-gutters, .ndl-codemirror-editor .cm-editor .cm-gutters{
    border:none;
    padding-left:5px;
    padding-right:3px;
  }
.ndl-cypher-editor .cm-editor, .ndl-codemirror-editor .cm-editor{
    background-color:rgb(var(--background));
    color:rgb(var(--color));
  }
.ndl-cypher-editor .cm-editor .cm-cursor, .ndl-codemirror-editor .cm-editor .cm-cursor{
      z-index:1;
      border-left:0.67em solid rgba(var(--cursor-color));
    }
.ndl-cypher-editor .cm-editor.cm-focused .cm-selectionBackground,
    .ndl-cypher-editor .cm-editor .cm-selectionBackground,
    .ndl-codemirror-editor .cm-editor.cm-focused .cm-selectionBackground,
    .ndl-codemirror-editor .cm-editor .cm-selectionBackground{
      background:rgb(var(--selection-bg));
    }
.ndl-cypher-editor .cm-editor .cm-comment, .ndl-codemirror-editor .cm-editor .cm-comment{
      color:rgb(var(--comment));
    }
.ndl-cypher-editor .cm-editor .cm-string, .ndl-codemirror-editor .cm-editor .cm-string{
      color:rgb(var(--string));
    }
.ndl-cypher-editor .cm-editor .cm-gutters, .ndl-codemirror-editor .cm-editor .cm-gutters{
      background-color:rgb(var(--background));
    }
.ndl-cypher-editor .cm-editor .cm-number, .ndl-codemirror-editor .cm-editor .cm-number{
      color:rgb(var(--number));
    }
.ndl-cypher-editor .cm-editor .cm-variable, .ndl-codemirror-editor .cm-editor .cm-variable{
      color:rgb(var(--variable));
    }
.ndl-cypher-editor .cm-editor .cm-keyword, .ndl-codemirror-editor .cm-editor .cm-keyword{
      color:rgb(var(--keyword));
    }
.ndl-cypher-editor .cm-editor .cm-p-relationshipType .cm-variable,
      .ndl-cypher-editor .cm-editor .cm-p-relationshipType .cm-operator,
      .ndl-codemirror-editor .cm-editor .cm-p-relationshipType .cm-variable,
      .ndl-codemirror-editor .cm-editor .cm-p-relationshipType .cm-operator{
        color:rgb(var(--relationship));
      }
.ndl-cypher-editor .cm-editor .cm-p-procedure,
    .ndl-cypher-editor .cm-editor .cm-p-procedure .cm-keyword,
    .ndl-cypher-editor .cm-editor .cm-p-procedure .cm-variable,
    .ndl-cypher-editor .cm-editor .cm-p-procedure .cm-operator,
    .ndl-codemirror-editor .cm-editor .cm-p-procedure,
    .ndl-codemirror-editor .cm-editor .cm-p-procedure .cm-keyword,
    .ndl-codemirror-editor .cm-editor .cm-p-procedure .cm-variable,
    .ndl-codemirror-editor .cm-editor .cm-p-procedure .cm-operator{
      color:rgb(var(--procedure));
    }
.ndl-cypher-editor .cm-editor .cm-p-variable,
    .ndl-cypher-editor .cm-editor .cm-p-variable .cm-keyword,
    .ndl-codemirror-editor .cm-editor .cm-p-variable,
    .ndl-codemirror-editor .cm-editor .cm-p-variable .cm-keyword{
      color:rgb(var(--variable));
    }
.ndl-cypher-editor .cm-editor .cm-p-procedureOutput > :is(.cm-keyword, .cm-variable), .ndl-codemirror-editor .cm-editor .cm-p-procedureOutput > :is(.cm-keyword, .cm-variable){
      color:rgb(var(--variable));
    }
.ndl-cypher-editor .cm-editor .cm-p-property > :is(.cm-keyword, .cm-variable), .ndl-codemirror-editor .cm-editor .cm-p-property > :is(.cm-keyword, .cm-variable){
      color:rgb(var(--variable));
    }
.ndl-cypher-editor .cm-editor .cm-p-function > :is(.cm-keyword, .cm-variable), .ndl-codemirror-editor .cm-editor .cm-p-function > :is(.cm-keyword, .cm-variable){
      color:rgb(var(--function));
    }
.ndl-cypher-editor .cm-editor .cm-button, .ndl-codemirror-editor .cm-editor .cm-button{
      background-color:rgb(var(--button));
      background-image:none;
      color:white;
      border:none;
  transition:background-color var(--transitions-stripped-quick);
  display:inline-flex;
  cursor:pointer;
  align-items:center;
  justify-content:center;
  gap:2px;
  border-radius:4px;
  font-weight:700;
  outline:2px solid transparent;
  outline-offset:2px;
  --tw-ring-color:rgb(var(--theme-palette-primary-focus));
    }
.ndl-cypher-editor .cm-editor .cm-button:focus-visible, .ndl-codemirror-editor .cm-editor .cm-button:focus-visible {
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-offset-width:2px;
}
.ndl-cypher-editor .cm-editor .cm-button.ndl-loading, .ndl-codemirror-editor .cm-editor .cm-button.ndl-loading {
  cursor:default;
  vertical-align:middle;
  opacity:0.5;
}
.ndl-cypher-editor .cm-editor .cm-button.ndl-small, .ndl-codemirror-editor .cm-editor .cm-button.ndl-small {
  height:24px;
  padding-left:12px;
  padding-right:12px;
  padding-top:2px;
  padding-bottom:2px;
  font-family:var(--font-font-family-body-label), sans-serif;
  font-size:var(--font-size-label);
  font-weight:var(--font-weight-bold);
  letter-spacing:0;
  line-height:1.25rem;
}
.ndl-cypher-editor .cm-editor .cm-button.ndl-medium, .ndl-codemirror-editor .cm-editor .cm-button.ndl-medium {
  height:36px;
  padding-left:24px;
  padding-right:24px;
  padding-top:8px;
  padding-bottom:8px;
  font-family:var(--font-font-family-body-label), sans-serif;
  font-size:var(--font-size-label);
  font-weight:var(--font-weight-bold);
  letter-spacing:0;
  line-height:1.25rem;
}
.ndl-cypher-editor .cm-editor .cm-button.ndl-large, .ndl-codemirror-editor .cm-editor .cm-button.ndl-large {
  height:48px;
  padding-left:24px;
  padding-right:24px;
  padding-top:12px;
  padding-bottom:12px;
  font-family:var(--font-font-family-h6), sans-serif;
  font-size:var(--font-size-h6);
  font-weight:var(--font-weight-bold);
  letter-spacing:0.016rem;
  line-height:1.5rem;
}
.ndl-cypher-editor .cm-editor .cm-button.ndl-disabled, .ndl-codemirror-editor .cm-editor .cm-button.ndl-disabled {
  cursor:not-allowed;
}
.ndl-cypher-editor .cm-editor .cm-button.ndl-filled, .ndl-codemirror-editor .cm-editor .cm-button.ndl-filled {
  border-width:0px;
  color:rgb(var(--theme-palette-neutral-text-inverse));
}
.ndl-cypher-editor .cm-editor .cm-button.ndl-filled.ndl-disabled, .ndl-codemirror-editor .cm-editor .cm-button.ndl-filled.ndl-disabled {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger));
  color:rgb(var(--theme-palette-neutral-text-inverse));
}
.ndl-cypher-editor .cm-editor .cm-button.ndl-outlined, .ndl-codemirror-editor .cm-editor .cm-button.ndl-outlined {
  border-width:1px;
  border-style:solid;
  background-color:rgb(var(--theme-palette-neutral-bg-weak));
}
.ndl-cypher-editor .cm-editor .cm-button.ndl-outlined.ndl-disabled, .ndl-codemirror-editor .cm-editor .cm-button.ndl-outlined.ndl-disabled {
  border-color:rgb(var(--theme-palette-neutral-border-strong));
  background-color:rgb(var(--theme-palette-neutral-bg-weak));
  color:rgb(var(--theme-palette-neutral-text-weakest));
}
.ndl-cypher-editor .cm-editor .cm-button.ndl-text, .ndl-codemirror-editor .cm-editor .cm-button.ndl-text {
  border-style:none;
  background-color:transparent;
}
.ndl-cypher-editor .cm-editor .cm-button.ndl-text.ndl-disabled, .ndl-codemirror-editor .cm-editor .cm-button.ndl-text.ndl-disabled {
  color:rgb(var(--theme-palette-neutral-text-weakest));
}
.ndl-cypher-editor .cm-editor .cm-button.ndl-floating-btn:not(.ndl-disabled):not(.ndl-text), .ndl-codemirror-editor .cm-editor .cm-button.ndl-floating-btn:not(.ndl-disabled):not(.ndl-text) {
  --tw-shadow:var(--theme-shadow-overlay);
  --tw-shadow-colored:var(--theme-shadow-overlay);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
a.ndl-cypher-editor .cm-editor .cm-button,a .ndl-codemirror-editor .cm-editor .cm-button {
  -webkit-text-decoration-line:none;
          text-decoration-line:none;
}
.ndl-cypher-editor .cm-completionLabel, .ndl-codemirror-editor .cm-completionLabel{
    font-family:'Fira Code';
    font-weight:700;
    vertical-align:middle;
  }
.ndl-cypher-editor .cm-editor .cm-completionIcon, .ndl-codemirror-editor .cm-editor .cm-completionIcon{
    vertical-align:middle;
    width:18px;
    padding:4px 6px 2px 2px;
  }
.ndl-cypher-editor .cm-editor .cm-completionIcon-keyword:after, .ndl-codemirror-editor .cm-editor .cm-completionIcon-keyword:after{
  font-family:'Fira Code';
  border-radius:100%;
  border:1px solid rgb(var(--ac-li-border));
  width:20px;
  height:20px;
  display:block;
  line-height:19px;
  overflow:hidden;
  background-color:rgb(var(--background));
  color:rgb(var(--keyword));
      content:'K';
}
.ndl-cypher-editor .cm-editor .cm-completionIcon-label:after, .ndl-codemirror-editor .cm-editor .cm-completionIcon-label:after{
  font-family:'Fira Code';
  border-radius:100%;
  border:1px solid rgb(var(--ac-li-border));
  width:20px;
  height:20px;
  display:block;
  line-height:19px;
  overflow:hidden;
  background-color:rgb(var(--background));
  color:rgb(var(--keyword));
      content:'L';
}
.ndl-cypher-editor .cm-editor .cm-completionIcon-relationshipType:after, .ndl-codemirror-editor .cm-editor .cm-completionIcon-relationshipType:after{
  font-family:'Fira Code';
  border-radius:100%;
  border:1px solid rgb(var(--ac-li-border));
  width:20px;
  height:20px;
  display:block;
  line-height:19px;
  overflow:hidden;
  background-color:rgb(var(--background));
  color:rgb(var(--keyword));
      content:'R';
}
.ndl-cypher-editor .cm-editor .cm-completionIcon-variable:after,
    .ndl-cypher-editor .cm-editor .cm-completionIcon-procedureOutput:after,
    .ndl-codemirror-editor .cm-editor .cm-completionIcon-variable:after,
    .ndl-codemirror-editor .cm-editor .cm-completionIcon-procedureOutput:after{
  font-family:'Fira Code';
  border-radius:100%;
  border:1px solid rgb(var(--ac-li-border));
  width:20px;
  height:20px;
  display:block;
  line-height:19px;
  overflow:hidden;
  background-color:rgb(var(--background));
  color:rgb(var(--keyword));
      content:'V';
}
.ndl-cypher-editor .cm-editor .cm-completionIcon-procedure:after,
    .ndl-cypher-editor .cm-editor .cm-completionIcon-function:after,
    .ndl-codemirror-editor .cm-editor .cm-completionIcon-procedure:after,
    .ndl-codemirror-editor .cm-editor .cm-completionIcon-function:after{
  font-family:'Fira Code';
  border-radius:100%;
  border:1px solid rgb(var(--ac-li-border));
  width:20px;
  height:20px;
  display:block;
  line-height:19px;
  overflow:hidden;
  background-color:rgb(var(--background));
  color:rgb(var(--keyword));
      content:'λ';
}
.ndl-cypher-editor .cm-editor .cm-completionIcon-function:after, .ndl-codemirror-editor .cm-editor .cm-completionIcon-function:after{
  font-family:'Fira Code';
  border-radius:100%;
  border:1px solid rgb(var(--ac-li-border));
  width:20px;
  height:20px;
  display:block;
  line-height:19px;
  overflow:hidden;
  background-color:rgb(var(--background));
  color:rgb(var(--keyword));
      content:'$';
}
.ndl-cypher-editor .cm-editor .cm-completionIcon-propertyKey:after, .ndl-codemirror-editor .cm-editor .cm-completionIcon-propertyKey:after{
  font-family:'Fira Code';
  border-radius:100%;
  border:1px solid rgb(var(--ac-li-border));
  width:20px;
  height:20px;
  display:block;
  line-height:19px;
  overflow:hidden;
  background-color:rgb(var(--background));
  color:rgb(var(--keyword));
      content:'P';
}
.ndl-cypher-editor .cm-editor .cm-completionIcon-consoleCommand:after,
    .ndl-cypher-editor .cm-editor .cm-completionIcon-consoleCommandSubcommand:after,
    .ndl-codemirror-editor .cm-editor .cm-completionIcon-consoleCommand:after,
    .ndl-codemirror-editor .cm-editor .cm-completionIcon-consoleCommandSubcommand:after{
  font-family:'Fira Code';
  border-radius:100%;
  border:1px solid rgb(var(--ac-li-border));
  width:20px;
  height:20px;
  display:block;
  line-height:19px;
  overflow:hidden;
  background-color:rgb(var(--background));
  color:rgb(var(--keyword));
      content:'C';
}
.ndl-cypher-editor .cm-tooltip-autocomplete, .ndl-codemirror-editor .cm-tooltip-autocomplete{
    border-radius:var(--border-radius-sm);
    border:1px solid rgb(var(--ac-tooltip-border)) !important;
    background-color:rgb(var(--ac-tooltip-background)) !important;
    overflow:hidden;
    margin-top:4px;
    padding:7px;
  }
.ndl-cypher-editor .cm-tooltip-autocomplete li, .ndl-codemirror-editor .cm-tooltip-autocomplete li{
      border-radius:var(--border-radius-sm);
      color:rgb(var(--ac-li-text)) !important;
    }
.ndl-cypher-editor .cm-tooltip-autocomplete li:hover, .ndl-codemirror-editor .cm-tooltip-autocomplete li:hover{
        background-color:rgb(var(--ac-li-hover));
      }
.ndl-cypher-editor .cm-tooltip-autocomplete li[aria-selected='true'], .ndl-codemirror-editor .cm-tooltip-autocomplete li[aria-selected='true']{
      background:rgb(var(--ac-li-selected)) !important;
      color:rgb(var(--ac-li-text-selected)) !important;
    }
.ndl-cypher-editor .cm-tooltip-autocomplete li[aria-selected='true'] > div, .ndl-codemirror-editor .cm-tooltip-autocomplete li[aria-selected='true'] > div{
        opacity:100%;
      }
.ndl-text-link{
  color:rgb(var(--theme-palette-primary-text));
  -webkit-text-decoration-line:underline;
          text-decoration-line:underline;
  text-underline-offset:3px;
  display:inline-flex;
  align-items:baseline;
  flex-direction:row;
  position:relative;
  -moz-column-gap:2px;
       column-gap:2px;
}
.ndl-text-link > div{
    flex-shrink:0;
  }
.ndl-text-link .ndl-external-link-icon{
    width:12px;
    height:12px;
  }
.ndl-text-link:hover{
    color:rgb(var(--theme-palette-primary-hover-strong));
  }
.ndl-text-link:active{
    color:rgb(var(--theme-palette-primary-pressed-strong));
  }
.ndl-text-link:focus-visible{
    outline:none;
  }
.ndl-text-link:focus-visible::after {
    content:'';
    position:absolute;
    width:calc(100% + 1px);
    left:-1px;
    top:3px;
    height:calc(100% - 6px);
    outline:2px solid rgb(var(--theme-palette-primary-focus));
    color:rgb(var(--theme-palette-primary-pressed-strong));
    box-sizing:border-box;
    border-radius:4px;
    outline-offset:0px;
}
.ndl-text-link.ndl-disabled-text-link{
    color:rgb(var(--theme-palette-neutral-text-weakest));
    pointer-events:none;
  }
.ndl-textarea .ndl-textarea-wrapper {
  position:relative;
  width:100%;
}
.ndl-textarea textarea::-moz-placeholder {
  color:rgb(var(--theme-palette-neutral-text-weaker));
}
.ndl-textarea textarea::placeholder {
  color:rgb(var(--theme-palette-neutral-text-weaker));
}
.ndl-textarea textarea {
  width:100%;
  border-radius:4px;
  border-width:1px;
  border-color:rgb(var(--theme-palette-neutral-border-strong));
  background-color:rgb(var(--theme-palette-neutral-bg-weak));
  padding-left:12px;
  padding-right:12px;
  font-family:var(--font-font-family-body-medium), sans-serif;
  font-size:var(--font-size-body-medium);
  font-weight:var(--font-weight-normal);
  letter-spacing:0.016rem;
  line-height:1.25rem;

    min-height:80px;
}
.ndl-textarea textarea:active,
    .ndl-textarea textarea:focus {
  outline-style:solid;
  outline-width:2px;
  outline-offset:-1px;
  outline-color:rgb(var(--theme-palette-primary-focus));
}
.ndl-textarea textarea:disabled {
  cursor:not-allowed;
  color:rgb(var(--theme-palette-neutral-text-weakest));
      background-color:inherit;
}
.ndl-textarea textarea:disabled:active {
  outline:2px solid transparent;
  outline-offset:2px;
}
.ndl-textarea .ndl-textarea-label {
  display:inline-flex;
  align-items:flex-start;
  -moz-column-gap:12px;
       column-gap:12px;
  font-family:var(--font-font-family-body-medium), sans-serif;
  font-size:var(--font-size-body-medium);
  font-weight:var(--font-weight-normal);
  letter-spacing:0.016rem;
  line-height:1.25rem;
}
.ndl-textarea .ndl-textarea-label.ndl-fluid {
  display:flex;
  width:100%;
}
.ndl-textarea .ndl-textarea-label.ndl-label-before {
  flex-direction:row-reverse;
}
.ndl-textarea .ndl-textarea-wrapper{
    display:flex;
    width:100%;
  }
.ndl-textarea .ndl-textarea-wrapper .ndl-textarea-optional {
  color:rgb(var(--theme-palette-neutral-text-weaker));
      font-style:italic;
      margin-left:auto;
}
.ndl-textarea .ndl-textarea-wrapper .ndl-information-icon-small {
  margin-top:2px;
  margin-left:3px;
  width:16px;
  height:16px;
  color:rgb(var(--theme-palette-neutral-text-weak));
}
.ndl-textarea .ndl-textarea-wrapper .ndl-information-icon-large {
  margin-top:2px;
  margin-left:3px;
  width:20px;
  height:20px;
  color:rgb(var(--theme-palette-neutral-text-weak));
}
.ndl-textarea.ndl-type-text .ndl-textarea-label {
  flex-direction:column-reverse;
  align-items:flex-start;
  row-gap:5px;
}
.ndl-textarea.ndl-type-text .ndl-textarea-label .ndl-textarea-label-text {
  color:rgb(var(--theme-palette-neutral-text-weak));
}
.ndl-textarea.ndl-type-text .ndl-textarea-no-label {
  row-gap:0px;
}
.ndl-textarea.ndl-type-radio {
  display:flex;
  align-items:center;
  color:rgb(var(--theme-palette-neutral-text-default));
}
.ndl-textarea.ndl-disabled .ndl-textarea-label {
  cursor:not-allowed;
  color:rgb(var(--theme-palette-neutral-text-weakest));
}
.ndl-textarea .ndl-textarea-msg {
  margin-top:4px;
  display:flex;
  flex-direction:row;
  align-items:center;
  gap:4px;
  font-size:0.75rem;
  line-height:1rem;
  color:rgb(var(--theme-palette-neutral-text-weaker));
}
.ndl-textarea .ndl-textarea-msg .ndl-error-text{
      display:inline-block;
    }
.ndl-textarea.ndl-has-error textarea {
  outline-color:rgb(var(--theme-palette-danger-border-strong));
  border-width:2px;
  border-color:rgb(var(--theme-palette-danger-border-strong));
}
.ndl-textarea.ndl-has-error .ndl-textarea-msg {
  color:rgb(var(--theme-palette-danger-text));
}
.ndl-textarea.ndl-has-icon .ndl-error-icon {
  width:20px;
  height:20px;
  color:rgb(var(--theme-palette-danger-text));
}
.ndl-textarea.ndl-large textarea {
  padding-top:12px;
  padding-bottom:12px;
  font-family:var(--font-font-family-body-large), sans-serif;
  font-size:var(--font-size-body-large);
  font-weight:var(--font-weight-normal);
  letter-spacing:0.016rem;
  line-height:1.5rem;
      min-height:100px;
}
.ndl-textarea.ndl-large .ndl-textarea-label{
  font-family:var(--font-font-family-body-large), sans-serif;
  font-size:var(--font-size-body-large);
  font-weight:var(--font-weight-normal);
  letter-spacing:0.016rem;
  line-height:1.5rem;
}
.ndl-textarea.ndl-large .ndl-textarea-msg{
  font-family:var(--font-font-family-body-medium), sans-serif;
  font-size:var(--font-size-body-medium);
  font-weight:var(--font-weight-normal);
  letter-spacing:0.016rem;
  line-height:1.25rem;
}
.ndl-textarea.ndl-large.ndl-has-icon .ndl-icon {
  position:absolute;
  width:24px;
  height:24px;
  color:rgb(var(--theme-palette-neutral-text-weak));
}
.ndl-textarea.ndl-small textarea, .ndl-textarea.ndl-medium textarea {
  padding-top:8px;
  padding-bottom:8px;
  font-family:var(--font-font-family-body-medium), sans-serif;
  font-size:var(--font-size-body-medium);
  font-weight:var(--font-weight-normal);
  letter-spacing:0.016rem;
  line-height:1.25rem;
}
.ndl-textarea.ndl-small .ndl-textarea-label, .ndl-textarea.ndl-medium .ndl-textarea-label{
  font-family:var(--font-font-family-body-medium), sans-serif;
  font-size:var(--font-size-body-medium);
  font-weight:var(--font-weight-normal);
  letter-spacing:0.016rem;
  line-height:1.25rem;
}
.ndl-textarea.ndl-small.ndl-has-icon .ndl-icon, .ndl-textarea.ndl-medium.ndl-has-icon .ndl-icon {
  width:20px;
  height:20px;
  position:absolute;
  color:rgb(var(--theme-palette-neutral-text-weak));
}
.ndl-status-indicator {
  display:inline-block;
  margin-bottom:2px;
  margin-left:4px;
  margin-right:4px;
}
.ndl-side-navigation {
  position:relative;
  box-sizing:border-box;
  display:flex;
  height:100%;
  width:320px;
  min-width:320px;
  flex-direction:column;
  background-color:rgb(var(--theme-palette-neutral-bg-weak));
  padding:0px;

  transition:var(--transitions-full-quick);
}
.ndl-side-navigation:not(.ndl-expanded) {
  width:64px;
  min-width:64px;
}
.ndl-side-navigation:not(.ndl-expanded).ndl-side-navigation-minimized-small {
  width:52px;
  min-width:52px;
}
.ndl-side-navigation:not(.ndl-expanded) {

    transition:var(--transitions-full-quick);
}
.ndl-side-navigation:not(.ndl-expanded) .ndl-side-navigation-drawer-button{
      left:8px;
      right:unset;
    }
.ndl-side-navigation:not(.ndl-expanded) .ndl-side-navigation-nav-item {
  display:flex;
  justify-content:center;
}
.ndl-side-navigation:not(.ndl-expanded) .ndl-side-navigation-nav-item > .ndl-side-navigation-inner-item{
        display:flex;
        width:48px;
        justify-content:center;
      }
.ndl-side-navigation:not(.ndl-expanded) .ndl-side-navigation-nav-item > .ndl-side-navigation-inner-item .ndl-icon {
  margin-right:0px;
}
.ndl-side-navigation:not(.ndl-expanded) .ndl-side-navigation-nav-item-small {
  display:flex;
  justify-content:center;
}
.ndl-side-navigation:not(.ndl-expanded) .ndl-side-navigation-nav-item-small > .ndl-side-navigation-inner-item{
        display:flex;
        width:36px;
        justify-content:center;
      }
.ndl-side-navigation:not(.ndl-expanded) .ndl-side-navigation-nav-item-small > .ndl-side-navigation-inner-item .ndl-icon {
  margin-right:0px;
}
.ndl-side-navigation.ndl-right {
  border-left-width:1px;
  border-style:solid;
  border-color:rgb(var(--theme-palette-neutral-border-weak));
}
.ndl-side-navigation.ndl-right .ndl-side-navigation-drawer-button {
  bottom:8px;
  left:8px;
  right:unset;
}
.ndl-side-navigation.ndl-left {
  border-right-width:1px;
  border-style:solid;
  border-color:rgb(var(--theme-palette-neutral-border-weak));
}
.ndl-side-navigation.ndl-left .ndl-side-navigation-drawer-button {
  bottom:8px;
  right:8px;
  left:unset;
}
.ndl-side-navigation .ndl-side-navigation-nav {
  min-height:100%;
  width:100%;
  overflow-y:auto;
  overflow-x:hidden;
  padding-top:20px;
  padding-bottom:56px;
}
.ndl-side-navigation .ndl-side-navigation-nav::-webkit-scrollbar {
  width:4px;
}
.ndl-side-navigation .ndl-side-navigation-nav::-webkit-scrollbar-thumb {
  border-radius:10px;
  background-color:rgb(var(--theme-palette-neutral-bg-strong));
}
.ndl-side-navigation .ndl-side-navigation-nav-item {
  margin-top:2px;
  margin-bottom:2px;
  margin-left:12px;
  margin-right:7px;
}
.ndl-side-navigation .ndl-side-navigation-nav-item:not(.ndl-expanded) {
  margin-left:8px;
}
.ndl-side-navigation .ndl-side-navigation-nav-item:not(.ndl-expanded) .ndl-selected::before{
          position:absolute;
          left:-8px;
          top:0px;
          height:100%;
          width:4px;
          content:'';
          box-shadow:none;
          border-top-right-radius:4px;
          border-bottom-right-radius:4px;
          background-color:rgb(var(--theme-palette-primary-bg-strong));
        }
.ndl-side-navigation .ndl-side-navigation-nav-item.ndl-expanded .ndl-selected::before{
          position:absolute;
          left:-12px;
          top:0px;
          height:100%;
          width:4px;
          content:'';
          box-shadow:none;
          border-top-right-radius:4px;
          border-bottom-right-radius:4px;
          background-color:rgb(var(--theme-palette-primary-bg-strong));
        }
.ndl-side-navigation .ndl-side-navigation-nav-item > .ndl-side-navigation-inner-item {
  display:flex;
  height:48px;
  width:100%;
  align-items:center;
  border-radius:8px;
  color:rgb(var(--theme-palette-neutral-text-default));
}
.ndl-side-navigation .ndl-side-navigation-nav-item > .ndl-side-navigation-inner-item .ndl-icon {
  margin-right:12px;
  width:24px;
  height:24px;
  justify-content:center;
  color:rgb(var(--theme-palette-neutral-text-weak));
}
.ndl-side-navigation .ndl-side-navigation-nav-item > .ndl-side-navigation-inner-item.ndl-side-navigation-group-header{
        height:48px;
  font-family:var(--font-font-family-h6), sans-serif;
  font-size:var(--font-size-h6);
  font-weight:var(--font-weight-bold);
  letter-spacing:0.016rem;
  line-height:1.5rem;
      }
.ndl-side-navigation .ndl-side-navigation-nav-item > .ndl-side-navigation-inner-item.ndl-selected {
  position:relative;
  background-color:rgb(var(--theme-palette-primary-bg-weak));
  color:rgb(var(--theme-palette-primary-text));
}
.ndl-side-navigation .ndl-side-navigation-nav-item > .ndl-side-navigation-inner-item.ndl-selected .ndl-icon {
  color:rgb(var(--theme-palette-primary-text));
}
.ndl-side-navigation .ndl-side-navigation-nav-item > .ndl-side-navigation-inner-item.ndl-selectable {
  cursor:pointer;
}
.ndl-side-navigation .ndl-side-navigation-nav-item > .ndl-side-navigation-inner-item.ndl-selectable:hover:not(.ndl-selected) {
  background-color:rgb(var(--theme-palette-neutral-hover));
}
.ndl-side-navigation .ndl-side-navigation-nav-item > .ndl-side-navigation-inner-item.ndl-selectable:focus-visible {
  background-color:rgb(var(--theme-palette-primary-bg-weak));
  color:rgb(var(--theme-palette-primary-text));
          outline:auto;
}
.ndl-side-navigation .ndl-side-navigation-nav-item > .ndl-side-navigation-inner-item.ndl-selectable:active {
  background-color:rgb(var(--theme-palette-primary-bg-weak));
  color:rgb(var(--theme-palette-primary-text));
}
.ndl-side-navigation .ndl-side-navigation-nav-item-small {
  margin-top:2px;
  margin-bottom:2px;
  margin-left:8px;
  margin-right:7px;
}
.ndl-side-navigation .ndl-side-navigation-nav-item-small:not(.ndl-expanded) .ndl-selected::before{
          position:absolute;
          left:-8px;
          top:0px;
          height:100%;
          width:4px;
          content:'';
          box-shadow:none;
          border-top-right-radius:4px;
          border-bottom-right-radius:4px;
          background-color:rgb(var(--theme-palette-primary-bg-strong));
        }
.ndl-side-navigation .ndl-side-navigation-nav-item-small.ndl-expanded .ndl-selected::before{
          position:absolute;
          left:-8px;
          top:0px;
          height:100%;
          width:4px;
          content:'';
          box-shadow:none;
          border-top-right-radius:4px;
          border-bottom-right-radius:4px;
          background-color:rgb(var(--theme-palette-primary-bg-strong));
        }
.ndl-side-navigation .ndl-side-navigation-nav-item-small > .ndl-side-navigation-inner-item {
  display:flex;
  height:36px;
  width:100%;
  align-items:center;
  border-radius:8px;
  color:rgb(var(--theme-palette-neutral-text-default));
  font-family:var(--font-font-family-body-medium), sans-serif;
  font-size:var(--font-size-body-medium);
  font-weight:var(--font-weight-normal);
  letter-spacing:0.016rem;
  line-height:1.25rem;
}
.ndl-side-navigation .ndl-side-navigation-nav-item-small > .ndl-side-navigation-inner-item .ndl-icon {
  margin-right:8px;
  height:16px;
  width:16px;
  justify-content:center;
  color:rgb(var(--theme-palette-neutral-text-weak));
}
.ndl-side-navigation .ndl-side-navigation-nav-item-small > .ndl-side-navigation-inner-item.ndl-side-navigation-group-header{
        height:28px;
  font-family:var(--font-font-family-h6), sans-serif;
  font-size:var(--font-size-h6);
  font-weight:var(--font-weight-bold);
  letter-spacing:0.016rem;
  line-height:1.5rem;
      }
.ndl-side-navigation .ndl-side-navigation-nav-item-small > .ndl-side-navigation-inner-item.ndl-selected {
  position:relative;
  background-color:rgb(var(--theme-palette-primary-bg-weak));
  color:rgb(var(--theme-palette-primary-text));
}
.ndl-side-navigation .ndl-side-navigation-nav-item-small > .ndl-side-navigation-inner-item.ndl-selected .ndl-icon {
  color:rgb(var(--theme-palette-primary-text));
}
.ndl-side-navigation .ndl-side-navigation-nav-item-small > .ndl-side-navigation-inner-item.ndl-selectable {
  cursor:pointer;
}
.ndl-side-navigation .ndl-side-navigation-nav-item-small > .ndl-side-navigation-inner-item.ndl-selectable:hover:not(.ndl-selected) {
  background-color:rgb(var(--theme-palette-neutral-hover));
}
.ndl-side-navigation .ndl-side-navigation-nav-item-small > .ndl-side-navigation-inner-item.ndl-selectable:focus-visible {
  background-color:rgb(var(--theme-palette-primary-bg-weak));
  color:rgb(var(--theme-palette-primary-text));
          outline:auto;
}
.ndl-side-navigation .ndl-side-navigation-nav-item-small > .ndl-side-navigation-inner-item.ndl-selectable:active {
  background-color:rgb(var(--theme-palette-primary-bg-weak));
  color:rgb(var(--theme-palette-primary-text));
}
.ndl-side-navigation .ndl-side-navigation-drawer-button {
  position:absolute;
  bottom:12px;
  box-sizing:content-box;
  border-radius:7px;
  background-color:rgb(var(--theme-palette-neutral-bg-weak));
}
.ndl-side-navigation .ndl-side-navigation-drawer-button:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-default));
}
.ndl-side-navigation .ndl-side-navigation-drawer-button:active {
  background-color:rgb(var(--theme-palette-neutral-bg-strong));
}
.ndl-side-navigation .ndl-side-navigation-drawer-button .ndl-icon{
      display:flex;
      align-items:center;
      justify-content:center;
    }
.ndl-side-navigation .ndl-side-navigation-drawer-button.ndl-icon-btn-border {
  z-index:-1;
  box-sizing:content-box;
  border-radius:8px;
  border-width:1px;
  border-style:solid;
  border-color:rgb(var(--theme-palette-neutral-border-weak));
}
.ndl-side-navigation .ndl-badge {
  margin-left:auto;
  margin-right:16px;
  display:flex;
  width:20px;
  height:20px;
  justify-content:center;
  border-radius:4px;
}
.ndl-side-navigation .ndl-badge.ndl-critical {
  background-color:rgb(var(--theme-palette-danger-bg-weak));
  color:rgb(var(--theme-palette-danger-text));
}
.ndl-side-navigation .ndl-badge.ndl-warning {
  background-color:rgb(var(--theme-palette-warning-bg-weak));
  color:rgb(var(--theme-palette-warning-text));
}
.ndl-side-navigation .ndl-badge.ndl-info {
  background-color:rgb(var(--theme-palette-primary-bg-weak));
  color:rgb(var(--theme-palette-primary-text));
}
.ndl-side-navigation .ndl-selected .ndl-badge.ndl-critical {
  background-color:rgb(var(--theme-palette-danger-bg-status));
  color:rgb(var(--theme-palette-neutral-text-inverse));
}
.ndl-side-navigation .ndl-selected .ndl-badge.ndl-warning {
  background-color:rgb(var(--theme-palette-warning-bg-status));
  color:rgb(var(--theme-palette-neutral-text-inverse));
}
.ndl-side-navigation .ndl-selected .ndl-badge.ndl-info {
  background-color:rgb(var(--theme-palette-primary-bg-status));
  color:rgb(var(--theme-palette-neutral-text-inverse));
}
.ndl-breadcrumbs {
  display:flex;
  height:32px;
  place-items:center;
  align-items:flex-start;
  gap:10px;
}
.ndl-breadcrumbs ol {
  display:flex;
  flex-wrap:wrap;
}
.ndl-breadcrumbs li {
  display:flex;
}
.ndl-breadcrumbs .ndl-breadcrumbs-base-item {
  margin-right:12px;
  align-items:center;
  border-radius:6px;
}
.ndl-breadcrumbs .ndl-breadcrumbs-base-item-link {
  width:20px;
  height:20px;
  padding:0px;
  border-radius:6px;
  color:rgb(var(--theme-palette-neutral-text-weaker));
  --tw-ring-color:rgb(var(--theme-palette-primary-focus));
}
.ndl-breadcrumbs .ndl-breadcrumbs-base-item-link:focus {
  outline-width:0px;
}
.ndl-breadcrumbs .ndl-breadcrumbs-base-item-link:focus-visible {
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-offset-width:0px;
}
.ndl-breadcrumbs .ndl-breadcrumbs-base-item-link-active {
  color:rgb(var(--theme-palette-neutral-text-default));
}
.ndl-breadcrumbs .ndl-breadcrumbs-item {
  margin-left:1px;
  margin-right:1px;
  display:flex;
  align-items:center;
}
.ndl-breadcrumbs .ndl-breadcrumbs-item-link {
  padding-top:1px;
  padding-bottom:1px;
  border-radius:6px;
  color:rgb(var(--theme-palette-neutral-text-weaker));
  --tw-ring-color:rgb(var(--theme-palette-primary-focus));
}
.ndl-breadcrumbs .ndl-breadcrumbs-item-link:focus {
  outline-width:0px;
}
.ndl-breadcrumbs .ndl-breadcrumbs-item-link:focus-visible {
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-offset-width:0px;
}
.ndl-breadcrumbs .ndl-breadcrumbs-item-link:hover {
  color:rgb(var(--theme-palette-neutral-text-default));
  -webkit-text-decoration-line:underline;
          text-decoration-line:underline;
}
.ndl-breadcrumbs .ndl-breadcrumbs-item-link-active {
  color:rgb(var(--theme-palette-neutral-text-default));
}
.ndl-breadcrumbs .ndl-breadcrumbs-item-menu {
  margin-left:2px;
  display:flex;
}
.ndl-breadcrumbs .ndl-breadcrumbs-separator:not(:only-child):before {
  margin-left:4px;
  margin-right:4px;
  color:rgb(var(--theme-palette-neutral-border-strong));
  font-family:var(--font-font-family-body-medium), sans-serif;
  font-size:var(--font-size-body-medium);
  font-weight:var(--font-weight-normal);
  letter-spacing:0.016rem;
  line-height:1.25rem;
    content:'/';
}
.ndl-breadcrumbs .ndl-breadcrumbs-ellipsis-menu {
  margin-left:1px;
  margin-right:1px;
  display:flex;
  align-items:center;
}
.ndl-breadcrumbs .ndl-breadcrumbs-ellipsis-menu-hidden{
    opacity:0;
  }
.ndl-breadcrumbs .ndl-breadcrumbs-ellipsis--menu-button:hover {
  cursor:pointer;
  -webkit-text-decoration-line:underline;
          text-decoration-line:underline;
}
.ndl-breadcrumbs .ndl-breadcrumbs-ellipsis-menu-button {
  border-radius:6px;
  display:flex;
  align-self:center;
  height:22px;
  --tw-ring-color:rgb(var(--theme-palette-primary-focus));
}
.ndl-breadcrumbs .ndl-breadcrumbs-ellipsis-menu-button:focus {
  outline-width:0px;
}
.ndl-breadcrumbs .ndl-breadcrumbs-ellipsis-menu-button:focus-visible {
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-offset-width:0px;
}
.ndl-breadcrumbs .ndl-breadcrumbs-ellipsis-menu-button:hover {
  -webkit-text-decoration-line:underline;
          text-decoration-line:underline;
}
.ndl-breadcrumbs-item-link:focus {
  border-radius:6px;
  background-color:rgb(var(--theme-palette-neutral-bg-weak));
  outline-width:0px;
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color:rgb(var(--theme-palette-primary-focus));
  --tw-ring-offset-width:3px;
}
.ndl-breadcrumbs-ellipsis-menu-item {
  padding-top:4px;
  padding-bottom:4px;
  padding-left:4px;
  padding-right:4px;
  color:rgb(var(--theme-palette-neutral-text-weak));
}
.ndl-breadcrumbs-item-menu-button {
  display:flex;
  align-items:center;
  align-self:center;
  padding-top:1px;
  padding-bottom:1px;
  border-radius:6px;
  color:rgb(var(--theme-palette-neutral-text-weaker));
}
.ndl-breadcrumbs-item-menu-button:hover {
  cursor:pointer;
  background-color:transparent;
}
.ndl-breadcrumbs-item-link-active {
  color:rgb(var(--theme-palette-neutral-text-default));
}
.ndl-breadcrumbs-group-item {
  display:flex;
}
.ndl-avatar {
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
}
.ndl-avatar.ndl-avatar-small {
  width:16px;
  height:16px;
}
.ndl-avatar.ndl-avatar-medium {
  width:24px;
  height:24px;
}
.ndl-avatar.ndl-avatar-large {
  width:36px;
  height:36px;
}
.ndl-avatar.ndl-avatar-x-large {
  width:48px;
  height:48px;
}
.ndl-avatar .ndl-avatar-shape {
  cursor:pointer;
}
.ndl-avatar .ndl-avatar-shape.ndl-avatar-disabled {
  cursor:not-allowed;
}
.ndl-avatar .ndl-avatar-shape {
  outline:2px solid transparent;
  outline-offset:2px;
  --tw-ring-color:rgb(var(--theme-palette-primary-focus));
  --tw-ring-offset-color:rgb(var(--theme-palette-neutral-bg-weak));
}
.ndl-avatar .ndl-avatar-shape:focus-visible {
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-offset-width:1px;
}
.ndl-avatar .ndl-avatar-circle {
  border-radius:9999px;
}
.ndl-avatar .ndl-avatar-square-small,
  .ndl-avatar .ndl-avatar-square-medium {
  border-radius:4px;
}
.ndl-avatar .ndl-avatar-square-large {
  border-radius:6px;
}
.ndl-avatar .ndl-avatar-square-x-large {
  border-radius:8px;
}
.ndl-avatar .ndl-avatar-icon {
  position:absolute;
  display:flex;
  width:100%;
  height:100%;
  align-items:center;
  justify-content:center;
  background-color:rgb(var(--theme-palette-neutral-bg-strong));
  color:rgb(var(--theme-palette-neutral-icon));
}
.ndl-avatar .ndl-avatar-icon.ndl-avatar-disabled {
  color:rgb(var(--theme-palette-neutral-text-weakest));
}
.ndl-avatar .ndl-avatar-icon:hover:not(.ndl-avatar-disabled) {
  color:rgb(var(--theme-palette-neutral-text-default));
}
.ndl-avatar .ndl-avatar-icon-small {
  width:12px;
  height:12px;
}
.ndl-avatar .ndl-avatar-icon-medium {
  width:16px;
  height:16px;
}
.ndl-avatar .ndl-avatar-icon-large {
  width:20px;
  height:20px;
}
.ndl-avatar .ndl-avatar-icon-x-large {
  width:24px;
  height:24px;
}
.ndl-avatar .ndl-avatar-image {
  width:100%;
  height:100%;
  overflow:hidden;
}
.ndl-avatar .ndl-avatar-image img {
  width:100%;
  height:100%;
  max-height:100%;
  max-width:100%;
  -o-object-fit:cover;
     object-fit:cover;
}
.ndl-avatar .ndl-avatar-image .ndl-avatar-image-overlay {
  position:absolute;
  top:0px;
  width:100%;
  height:100%;
  background-color:rgb(var(--theme-palette-neutral-bg-strongest));
  opacity:0;
}
.ndl-avatar .ndl-avatar-image .ndl-avatar-image-overlay:hover:not(.ndl-avatar-disabled) {
  opacity:0.2;
}
.ndl-avatar .ndl-avatar-image .ndl-avatar-disabled {
  opacity:0.5;
      background-color:lightgray;
}
.ndl-avatar .ndl-avatar-image-small {
  width:12px;
  height:12px;
}
.ndl-avatar .ndl-avatar-image-medium {
  width:16px;
  height:16px;
}
.ndl-avatar .ndl-avatar-image-large {
  width:20px;
  height:20px;
}
.ndl-avatar .ndl-avatar-image-x-large {
  width:24px;
  height:24px;
}
.ndl-avatar .ndl-avatar-letters {
  display:flex;
  width:100%;
  height:100%;
  align-items:center;
  justify-content:center;
  background-color:rgb(var(--theme-palette-primary-bg-strong));
  color:rgb(var(--theme-palette-neutral-text-inverse));
}
.ndl-avatar .ndl-avatar-letters.ndl-avatar-disabled {
  background-color:rgb(var(--theme-palette-neutral-bg-strong));
  color:rgb(var(--theme-palette-neutral-text-weakest));
}
.ndl-avatar .ndl-avatar-letters:hover:not(.ndl-avatar-disabled) {
  background-color:rgb(var(--theme-palette-primary-hover-strong));
}
.ndl-avatar .ndl-avatar-letters:active:not(.ndl-avatar-disabled) {
  background-color:rgb(var(--theme-palette-primary-pressed-strong));
}
.ndl-avatar .ndl-avatar-letters-small{
    font-family:Public Sans;
    font-size:8px;
    font-style:normal;
    font-weight:600;
    line-height:16px;
  }
.ndl-avatar .ndl-avatar-letters-medium{
    font-family:Public Sans;
    font-size:12px;
    font-style:normal;
    font-weight:600;
    line-height:20px;
  }
.ndl-avatar .ndl-avatar-letters-small,
  .ndl-avatar .ndl-avatar-letters-medium,
  .ndl-avatar .ndl-avatar-letters-large,
  .ndl-avatar .ndl-avatar-letters-x-large {
  text-align:center;
  color:rgb(var(--theme-palette-neutral-text-inverse));
    font-feature-settings:'clig' off, 'liga' off;
}
.ndl-avatar .ndl-avatar-status {
  position:absolute;
}
.ndl-avatar .ndl-avatar-status-small {
  width:8px;
  height:8px;
}
.ndl-avatar .ndl-avatar-status-medium {
  width:10px;
  height:10px;
}
.ndl-avatar .ndl-avatar-status-large {
  width:12px;
  height:12px;
}
.ndl-avatar .ndl-avatar-status-x-large {
  width:16px;
  height:16px;
}
.ndl-avatar .ndl-avatar-status-small,
  .ndl-avatar .ndl-avatar-status-medium,
  .ndl-avatar .ndl-avatar-status-large,
  .ndl-avatar .ndl-avatar-status-x-large {
  right:-2px;
  bottom:-2px;
}
.ndl-avatar .ndl-avatar-status-svg-offline {
  fill:rgb(var(--theme-palette-danger-bg-status));
  stroke:rgb(var(--theme-palette-neutral-bg-weak));
}
.ndl-avatar .ndl-avatar-status-svg-online {
  fill:rgb(var(--theme-palette-success-bg-status));
  stroke:rgb(var(--theme-palette-neutral-bg-weak));
}
.ndl-avatar .ndl-avatar-status-svg-small,
  .ndl-avatar .ndl-avatar-status-svg-medium {
  stroke-width:1.5;
}
.ndl-avatar .ndl-avatar-status-svg-large,
  .ndl-avatar .ndl-avatar-status-svg-x-large {
  stroke-width:2;
}
.ndl-avatar .ndl-avatar-status-svg-unknown-small {
  fill:rgb(var(--theme-palette-neutral-border-strongest));
  stroke:rgb(var(--theme-palette-neutral-bg-weak));
  stroke-width:1.5;
}
.ndl-avatar .ndl-avatar-status-svg-unknown-medium,
  .ndl-avatar .ndl-avatar-status-svg-unknown-large,
  .ndl-avatar .ndl-avatar-status-svg-unknown-x-large {
  fill:rgb(var(--theme-palette-neutral-bg-weak));
  stroke:rgb(var(--theme-palette-neutral-border-strongest));
  stroke-width:2;
}
.ndl-avatar .ndl-avatar-status-svg-unknown-inner {
  fill:rgb(var(--theme-palette-neutral-bg-weak));
}
.ndl-slider{
  display:flex;
  width:100%;
  position:relative;

  --primary-color:var(--theme-palette-primary-bg-strong);
}
.ndl-slider .ndl-track{
    height:30px;
    width:100%;
  }
.ndl-slider .ndl-track:before{
      content:'';
      display:block;
      position:absolute;
      height:4px;
      width:100%;
      top:50%;
      transform:translateY(-50%);
      border-radius:9999px;
      background-color:rgb(var(--theme-palette-neutral-bg-strong));
    }
.ndl-slider .ndl-track.ndl-is-disabled{
      --primary-color:var(--theme-palette-neutral-text-weakest);
      cursor:not-allowed;
    }
.ndl-slider .ndl-track .ndl-thumb{
      position:relative;
      width:16px;
      height:16px;
      border-radius:50%;
      top:50%;
      z-index:2;
      background-color:rgb(var(--primary-color));
    }
.ndl-slider .ndl-track .ndl-thumb input{
        width:16px;
        height:16px;
      }
.ndl-slider .ndl-track:not(.ndl-is-disabled) .ndl-thumb:hover{
        cursor:pointer;
      }
.ndl-slider .ndl-track:not(.ndl-is-disabled) .ndl-thumb:hover:before{
        content:'';
        position:absolute;
        top:calc(50% - 18px);
        left:calc(50% - 18px);
        height:36px;
        width:36px;
        z-index:-1;
        pointer-events:none;
        border-radius:9999px;
        background-color:rgb(var(--theme-palette-primary-hover-weak));
      }
.ndl-slider .ndl-track:not(.ndl-is-disabled) .ndl-thumb.ndl-is-dragging:before{
        content:'';
        position:absolute;
        top:calc(50% - 18px);
        left:calc(50% - 18px);
        height:36px;
        width:36px;
        z-index:-1;
        pointer-events:none;
        border-radius:9999px;
        background-color:rgb(var(--theme-palette-primary-pressed-weak));
      }
.ndl-slider .ndl-track .ndl-thumb.ndl-focus {
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color:rgb(var(--theme-palette-primary-focus));
}
.ndl-slider .ndl-filled-track{
    height:4px;
    position:absolute;
    top:calc(50% - 2px);
    left:0;
    z-index:1;
    background-color:rgb(var(--primary-color));
    border-radius:9999px;
  }
.ndl-slider .ndl-track-marks{
    pointer-events:none;
    width:calc(100% - 4px);
    left:50%;
    translate:-50% 0;
    position:absolute;
    top:calc(50% - 1px);
    z-index:2;
  }
.ndl-slider .ndl-track-mark{
    height:2px;
    width:2px;
    position:absolute;
    border-radius:100%;
    background-color:rgb(var(--theme-palette-neutral-bg-stronger));
    opacity:100%;
  }
.ndl-slider .ndl-track-mark.ndl-on-active-track{
      background-color:rgb(var(--theme-palette-neutral-bg-weak));
      opacity:40%;
    }
.ndl-inline-edit{
  max-inline-size:100%;
  display:flex;
  flex-direction:column;
  gap:4px;
}
.ndl-inline-edit label {
  color:rgb(var(--theme-palette-neutral-text-weak));
  font-family:var(--font-font-family-body-medium), sans-serif;
  font-size:var(--font-size-body-medium);
  font-weight:var(--font-weight-normal);
  letter-spacing:0.016rem;
  line-height:1.25rem;
}
.ndl-inline-edit .ndl-inline-idle-container {
  display:flex;
  width:100%;
  height:100%;
  cursor:pointer;
  flex-direction:row;
  align-items:center;
  justify-content:space-between;
  gap:4px;
  border-radius:4px;
  padding-left:4px;
  padding-right:4px;
}
.ndl-inline-edit .ndl-inline-idle-container-disabled {
  cursor:not-allowed;
}
.ndl-inline-edit .ndl-inline-idle-container:hover {
  background-color:rgb(var(--theme-palette-neutral-hover));
}
.ndl-inline-edit .ndl-inline-edit-container {
  position:relative;
  display:flex;
}
.ndl-inline-edit .ndl-inline-edit-container input{
      outline-offset:-2px;
      padding:0 4px; width:100%; border-radius:4px; outline-style:solid; outline-width:2px; outline-color:rgb(var(--theme-palette-primary-focus));
    }
.ndl-inline-edit .ndl-inline-edit-container.ndl-inline-edit-error input {
  outline-color:rgb(var(--theme-palette-danger-border-strong));
}
.ndl-inline-edit .ndl-inline-edit-container.ndl-inline-edit-error .ndl-inline-edit-error-icon {
  position:absolute;
  right:4px;
  top:50%;
  --tw-translate-y:-50%;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  color:rgb(var(--theme-palette-danger-icon));
}
.ndl-inline-edit .ndl-inline-edit-container .ndl-inline-edit-buttons{
      position:absolute;
      inset-block-start:calc(100% + 4px);
      inset-inline-end:0;
      display:flex;
      gap:4px;
    }
.ndl-dropdown-btn {
  display:inline-flex;
  cursor:pointer;
  align-items:center;
  justify-content:center;
  gap:8px;
  border-radius:4px;
  border-width:1px;
  border-style:solid;
  border-color:rgb(var(--theme-palette-neutral-border-strong));
  outline:2px solid transparent;
  outline-offset:2px;
  --tw-ring-color:rgb(var(--theme-palette-primary-focus));
  font-family:var(--font-font-family-body-medium), sans-serif;
  font-size:var(--font-size-body-medium);
  font-weight:var(--font-weight-normal);
  letter-spacing:0.016rem;
  line-height:1.25rem;
}
.ndl-dropdown-btn:focus-visible {
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ndl-dropdown-btn.ndl-small {
  height:24px;
  padding-left:4px;
  padding-right:4px;
  padding-top:2px;
  padding-bottom:2px;
}
.ndl-dropdown-btn.ndl-small .ndl-dropdown-btn-left-wrapper {
  gap:4px;
}
.ndl-dropdown-btn.ndl-medium {
  height:36px;
  padding-left:8px;
  padding-right:8px;
  padding-top:8px;
  padding-bottom:8px;
}
.ndl-dropdown-btn.ndl-medium .ndl-dropdown-btn-left-wrapper {
  gap:8px;
}
.ndl-dropdown-btn.ndl-large {
  height:48px;
  padding-left:12px;
  padding-right:12px;
  padding-top:12px;
  padding-bottom:12px;
  font-family:var(--font-font-family-body-large), sans-serif;
  font-size:var(--font-size-body-large);
  font-weight:var(--font-weight-normal);
  letter-spacing:0.016rem;
  line-height:1.5rem;
}
.ndl-dropdown-btn.ndl-large .ndl-dropdown-btn-left-wrapper {
  gap:8px;
}
.ndl-dropdown-btn.ndl-medium:has(.ndl-avatar) {
  padding-left:6px;
}
.ndl-dropdown-btn.ndl-medium:has(.ndl-avatar) .ndl-dropdown-btn-left-wrapper {
  gap:6px;
}
.ndl-dropdown-btn.ndl-large:has(.ndl-avatar) {
  padding-left:6px;
}
.ndl-dropdown-btn:hover {
  background-color:rgb(var(--theme-palette-neutral-hover));
}
.ndl-dropdown-btn:active {
  background-color:rgb(var(--theme-palette-neutral-pressed));
}
.ndl-dropdown-btn.ndl-disabled {
  cursor:not-allowed;
  border-color:rgb(var(--theme-palette-neutral-border-strong));
  background-color:rgb(var(--theme-palette-neutral-bg-weak));
  color:rgb(var(--theme-palette-neutral-text-weakest));
}
.ndl-dropdown-btn.ndl-floating-btn {
  --tw-shadow:var(--theme-shadow-overlay);
  --tw-shadow-colored:var(--theme-shadow-overlay);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ndl-dropdown-btn.ndl-open {
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color:rgb(var(--theme-palette-primary-focus));
}
.ndl-dropdown-btn-left-wrapper {
  display:flex;
  align-items:center;
}
.ndl-divider {
  display:block;
  align-self:center;
  border-style:solid;
  border-color:rgb(var(--theme-palette-neutral-border-weak));
}
.ndl-divider.ndl-divider-horizontal {
  width:100%;
  border-top-width:1px;
}
.ndl-divider.ndl-divider-vertical {
  display:inline;
  height:auto;
  align-self:stretch;
  border-left-width:1px;
}
.ndl-tree-view-list {
  margin:0px;
  list-style-type:none;
  padding:0px;
}
.ndl-tree-view-list .ndl-tree-view-list-item:hover:not(.indicator):not(
      .ndl-tree-view-list-item-placeholder
    ):not(.ndl-tree-view-list-item-disable-interaction) {
  background-color:rgb(var(--theme-palette-neutral-hover));
}
.ndl-tree-view-list .ndl-tree-view-list-item:hover:not(.indicator):not(
      .ndl-tree-view-list-item-placeholder
    ):not(.ndl-tree-view-list-item-disable-interaction) .ndl-tree-view-drag-handle {
  cursor:move;
  opacity:1;
}
.ndl-tree-view-list .ndl-tree-view-list-item:hover:not(.indicator):not(
      .ndl-tree-view-list-item-placeholder
    ):not(.ndl-tree-view-list-item-disable-interaction) .ndl-tree-view-actions > button {
  opacity:1;
}
.ndl-tree-view-list .ndl-tree-view-list-item:has(*:focus-visible):not(.indicator):not(
      .ndl-tree-view-list-item-placeholder
    ) .ndl-tree-view-drag-handle {
  opacity:1;
}
.ndl-tree-view-list .ndl-tree-view-list-item:has(*:focus-visible):not(.indicator):not(
      .ndl-tree-view-list-item-placeholder
    ) .ndl-tree-view-actions > button {
  opacity:1;
}
.ndl-tree-view-list .ndl-tree-view-list-item:has(*:focus-visible) {
  background-color:rgb(var(--theme-palette-neutral-hover));
}
.ndl-tree-view-list .ndl-tree-view-list-item-placeholder {
  margin-bottom:4px;
  background-color:rgb(var(--theme-palette-primary-bg-weak));
}
.ndl-tree-view-list .ndl-tree-view-list-item {
  height:24px;
}
.ndl-tree-view-list .ndl-tree-view-list-item.indicator {
  position:relative;
  height:2px;
  opacity:1;
}
.ndl-tree-view-list .ndl-tree-view-list-item.indicator .ndl-tree-view-list-item-content {
  position:relative;
  height:2px;
  background-color:rgb(var(--theme-palette-primary-focus));
  padding:0px;
}
.ndl-tree-view-list .ndl-tree-view-list-item.indicator .ndl-tree-view-list-item-content > *{
          opacity:0;
        }
.ndl-tree-view-list .ndl-tree-view-list-item .ndl-tree-view-text-clickable:hover {
  -webkit-text-decoration-line:underline;
          text-decoration-line:underline;
}
.ndl-tree-view-list .ndl-tree-view-list-item .ndl-tree-view-list-item-content {
  display:flex;
  flex-direction:row;
  align-items:center;
  gap:4px;
}
.ndl-tree-view-list .ndl-tree-view-list-item .ndl-tree-view-actions {
  margin-left:auto;
  display:flex;
  flex-direction:row;
  gap:4px;
}
.ndl-tree-view-list .ndl-tree-view-list-item .ndl-tree-view-actions > button {
  opacity:0;
}
.ndl-tree-view-list .ndl-tree-view-list-item .ndl-tree-view-drag-handle {
  opacity:0;
      cursor:unset;
}
.ndl-tree-view-list .ndl-tree-view-list-item .ndl-tree-view-drag-handle svg {
  height:16px;
  width:16px;
  color:rgb(var(--theme-palette-neutral-border-strongest));
}
.ndl-tree-view-list .ndl-tree-view-list-item .ndl-tree-view-collapse-button svg {
  height:16px;
  width:16px;
  color:rgb(var(--theme-palette-neutral-border-strongest));
}
.ndl-tree-view-list .ndl-tree-view-list-item .ndl-tree-view-text{
  font-family:var(--font-font-family-subheading-small), sans-serif;
  font-size:var(--font-size-subheading-small);
  font-weight:var(--font-weight-semibold);
  letter-spacing:0.016rem;
  line-height:1.25rem;
}
.ndl-tree-view-list .ndl-trail {
  height:24px;
  width:16px;
  overflow:hidden;
}
.ndl-tree-view-list .ndl-trail .ndl-trail-curved{
      margin-left:7px;
      margin-bottom:11px;
    }
.ndl-tree-view-list .ndl-trail .ndl-trail-straight {
  margin:auto;
}
.ndl-toast {
  display:flex;
  width:420px;
  max-width:620px;
  flex-direction:column;
  overflow:hidden;
  border-radius:8px;
  background-color:rgb(var(--theme-palette-neutral-bg-strongest));
  color:rgb(var(--theme-palette-neutral-text-inverse));
}
.ndl-toast .ndl-toast-content {
  display:flex;
  justify-content:space-between;
  padding:16px;
}
.ndl-toast .ndl-toast-icon {
  margin-right:16px;
  height:24px;
  width:24px;
  flex-shrink:0;
  cursor:pointer;
  color:rgb(var(--theme-palette-neutral-text-weak));
}
.ndl-toast .ndl-toast-icon.ndl-toast-success {
  color:rgb(var(--theme-palette-success-border-weak));
}
.ndl-toast .ndl-toast-icon.ndl-toast-danger {
  color:rgb(var(--theme-palette-danger-border-weak));
}
.ndl-toast .ndl-toast-icon.ndl-toast-progress-bar {
  color:rgb(var(--theme-palette-danger-border-weak));
}
.ndl-toast .ndl-toast-text {
  display:flex;
  flex-grow:1;
}
.ndl-toast .ndl-toast-action {
  margin-left:16px;
  flex-shrink:0;
  border-color:rgb(var(--theme-palette-neutral-border-weak));
  background-color:transparent;
  color:rgb(var(--theme-palette-neutral-text-inverse));
}
.ndl-toast .ndl-toast-action:hover {
  background-color:rgb(var(--theme-palette-neutral-border-strongest));
}
.ndl-toast .ndl-icon-btn:hover:not(:disabled):not(.ndl-floating) {
  background-color:rgb(var(--theme-palette-neutral-border-strongest));
}
.ndl-toast .ndl-spin::before {
  height:20px;
  width:20px;
  border-color:rgb(var(--theme-palette-neutral-text-weak));
    border-bottom-color:rgb(var(--theme-light-palette-primary-border-weak));
}
.ndl-toast .ndl-toast-close-button {
  margin-left:8px;
  flex-shrink:0;
  cursor:pointer;
  color:rgb(var(--theme-palette-neutral-text-inverse));
}
.ndl-toast .ndl-progress-bar-wrapper .ndl-progress-bar-container {
  margin-top:0px;
  margin-bottom:0px;
  height:6px;
  border-radius:0px;
  background-color:rgb(var(--theme-palette-neutral-text-weak));
}
.ndl-toast .ndl-progress-bar-wrapper .ndl-progress-bar-container .ndl-progress-bar {
  height:100%;
  width:0px;
  border-radius:0px;
}
.ndl-toast-container {
  margin-left:32px;
  margin-bottom:32px;
}
.ndl-callout {
  position:relative;
  width:100%;
  overflow:hidden;
  border-radius:8px;
  border-width:0.5px;
  border-color:rgb(var(--theme-palette-neutral-border-strong));
  padding-right:16px;
  padding-left:22px;
  color:rgb(var(--theme-palette-neutral-text-default));
}
.ndl-callout .ndl-callout-wrapper {
  display:flex;
  gap:16px;
  padding-top:16px;
  padding-bottom:16px;
}
.ndl-callout .ndl-callout-content {
  display:flex;
  flex-direction:column;
  gap:8px;
}
.ndl-callout .ndl-callout-rectangle {
  position:absolute;
  left:0px;
  height:100%;
  width:6px;
  background-color:rgb(var(--theme-palette-primary-bg-strong));
}
.ndl-callout .ndl-callout-icon {
  width:24px;
  height:24px;
  flex-shrink:0;
}
.ndl-callout.ndl-callout-note {
  border-color:rgb(var(--theme-palette-primary-border-strong));
}
.ndl-callout.ndl-callout-note .ndl-callout-rectangle {
  background-color:rgb(var(--theme-palette-primary-bg-strong));
}
.ndl-callout.ndl-callout-note .ndl-callout-title {
  color:rgb(var(--theme-palette-primary-text));
}
.ndl-callout.ndl-callout-note .ndl-callout-icon {
  color:rgb(var(--theme-palette-primary-icon));
}
.ndl-callout.ndl-callout-important {
  border-color:rgb(var(--theme-palette-warning-border-strong));
}
.ndl-callout.ndl-callout-important .ndl-callout-rectangle {
  background-color:rgb(var(--theme-palette-warning-border-strong));
}
.ndl-callout.ndl-callout-important .ndl-callout-title {
  color:rgb(var(--theme-palette-warning-text));
}
.ndl-callout.ndl-callout-important .ndl-callout-icon {
  color:rgb(var(--theme-palette-warning-icon));
}
.ndl-callout.ndl-callout-example {
  border-color:rgb(var(--theme-palette-neutral-border-strongest));
}
.ndl-callout.ndl-callout-example .ndl-callout-rectangle {
  background-color:rgb(var(--theme-palette-neutral-border-strongest));
}
.ndl-callout.ndl-callout-example .ndl-callout-title {
  color:rgb(var(--theme-palette-neutral-text-weak));
}
.ndl-callout.ndl-callout-example .ndl-callout-icon {
  color:rgb(var(--theme-palette-neutral-icon));
}
.ndl-callout.ndl-callout-tip {
  border-color:rgb(var(--theme-palette-discovery-border-strong));
}
.ndl-callout.ndl-callout-tip .ndl-callout-rectangle {
  background-color:rgb(var(--theme-palette-discovery-bg-strong));
}
.ndl-callout.ndl-callout-tip .ndl-callout-title {
  color:rgb(var(--theme-palette-discovery-text));
}
.ndl-callout.ndl-callout-tip .ndl-callout-icon {
  color:rgb(var(--theme-palette-discovery-icon));
}
.ndl-text-input-preview .ndl-input-wrapper-preview {
  display:flex;
  gap:4px;
  border-radius:4px;
  border-width:1px;
  border-color:rgb(var(--theme-palette-neutral-border-strong));
  background-color:rgb(var(--theme-palette-neutral-bg-weak));
    width:-moz-fit-content;
    width:fit-content;
}
.ndl-text-input-preview .ndl-input-wrapper-preview:has(input:focus) {
  outline-style:solid;
  outline-width:2px;
  outline-offset:-2px;
  outline-color:rgb(var(--theme-palette-primary-focus));
}
.ndl-text-input-preview .ndl-input-wrapper-preview input {
  width:100%;
  background-color:rgb(var(--theme-palette-neutral-bg-weak));
  outline:2px solid transparent;
  outline-offset:2px;
}
.ndl-text-input-preview .ndl-input-wrapper-preview .ndl-element .ndl-icon-svg {
  color:rgb(var(--theme-palette-neutral-text-weak));
}
.ndl-text-input-preview .ndl-input-wrapper-preview .ndl-element {
  display:flex;
  align-self:center;
}
.ndl-text-input-preview .ndl-form-item-label {
  display:block;
  width:-moz-fit-content;
  width:fit-content;
  line-height:1.25rem;
}
.ndl-text-input-preview .ndl-form-item-label .ndl-label-text-wrapper {
  margin-bottom:4px;
  display:flex;
}
.ndl-text-input-preview .ndl-form-item-label .ndl-label-text {
  color:rgb(var(--theme-palette-neutral-text-weak));
}
.ndl-text-input-preview .ndl-form-item-label .ndl-form-item-optional {
  margin-left:auto;
  font-style:italic;
  color:rgb(var(--theme-palette-neutral-text-weaker));
}
.ndl-text-input-preview .ndl-form-item-label .ndl-information-icon-small {
  margin-top:2px;
  margin-left:3px;
  width:16px;
  height:16px;
  color:rgb(var(--theme-palette-neutral-text-weak));
}
.ndl-text-input-preview .ndl-form-item-label .ndl-information-icon-large {
  margin-top:2px;
  margin-left:3px;
  width:20px;
  height:20px;
  color:rgb(var(--theme-palette-neutral-text-weak));
}
.ndl-text-input-preview input::-moz-placeholder {
  color:rgb(var(--theme-palette-neutral-text-weaker));
}
.ndl-text-input-preview input::placeholder {
  color:rgb(var(--theme-palette-neutral-text-weaker));
}
.ndl-text-input-preview .ndl-form-message {
  margin-top:4px;
  display:flex;
  flex-direction:row;
  gap:4px;
  font-size:0.75rem;
  line-height:1rem;
  color:rgb(var(--theme-palette-neutral-text-weak));
}
.ndl-text-input-preview .ndl-form-message .ndl-error-icon {
  width:20px;
  height:20px;
  color:rgb(var(--theme-palette-danger-text));
}
.ndl-text-input-preview .ndl-form-message .ndl-error-text {
  color:rgb(var(--theme-palette-danger-text));
}
.ndl-text-input-preview.ndl-disabled .ndl-label-text {
  color:rgb(var(--theme-palette-neutral-text-weakest));
}
.ndl-text-input-preview.ndl-disabled .ndl-input-wrapper-preview {
  cursor:not-allowed;
  border-color:rgb(var(--theme-palette-neutral-border-strong));
  color:rgb(var(--theme-palette-neutral-text-weakest));
}
.ndl-text-input-preview.ndl-disabled .ndl-input-wrapper-preview input {
  cursor:not-allowed;
  background-color:transparent;
  color:rgb(var(--theme-palette-neutral-text-weakest));
}
.ndl-text-input-preview .ndl-form-item-label.ndl-fluid {
  display:flex;
  width:100%;
  flex-direction:column;
}
.ndl-text-input-preview .ndl-form-item-label.ndl-fluid .ndl-input-wrapper-preview {
  display:flex;
  width:100%;
}
.ndl-text-input-preview.ndl-read-only .ndl-input-wrapper-preview {
  border-style:none;
  background-color:rgb(var(--theme-palette-neutral-bg-weak));
  padding-left:0px !important;
  padding-right:0px !important;
  color:rgb(var(--theme-palette-neutral-text-weak));
  outline:2px solid transparent !important;
  outline-offset:2px !important;
}
.ndl-text-input-preview.ndl-has-error .ndl-input-wrapper-preview {
  outline-style:solid;
  outline-width:2px;
  outline-offset:-2px;
  outline-color:rgb(var(--theme-palette-danger-border-strong));
}
.ndl-text-input-preview.ndl-small .ndl-input-wrapper-preview {
  display:flex;
  height:24px;
  flex-direction:row;
  padding-left:4px;
  padding-right:4px;
  font-family:var(--font-font-family-body-medium), sans-serif;
  font-size:var(--font-size-body-medium);
  font-weight:var(--font-weight-normal);
  letter-spacing:0.016rem;
  line-height:1.25rem;
}
.ndl-text-input-preview.ndl-small .ndl-input-wrapper-preview .ndl-element > .ndl-icon-svg {
  width:16px;
  height:16px;
}
.ndl-text-input-preview.ndl-small .ndl-input-wrapper-preview .ndl-element > .ndl-icon-btn {
  width:20px;
  height:20px;
}
.ndl-text-input-preview.ndl-medium .ndl-input-wrapper-preview {
  height:36px;
  padding-left:8px;
  padding-right:8px;
  font-family:var(--font-font-family-body-medium), sans-serif;
  font-size:var(--font-size-body-medium);
  font-weight:var(--font-weight-normal);
  letter-spacing:0.016rem;
  line-height:1.25rem;
}
.ndl-text-input-preview.ndl-medium .ndl-input-wrapper-preview .ndl-element > .ndl-icon-svg {
  width:20px;
  height:20px;
}
.ndl-text-input-preview.ndl-medium .ndl-input-wrapper-preview .ndl-element > .ndl-icon-btn {
  width:32px;
  height:32px;
}
.ndl-text-input-preview.ndl-large .ndl-input-wrapper-preview {
  height:48px;
  padding-left:12px;
  padding-right:12px;
  font-family:var(--font-font-family-body-large), sans-serif;
  font-size:var(--font-size-body-large);
  font-weight:var(--font-weight-normal);
  letter-spacing:0.016rem;
  line-height:1.5rem;
}
.ndl-text-input-preview.ndl-large .ndl-input-wrapper-preview .ndl-element > .ndl-icon-svg {
  width:24px;
  height:24px;
}
.ndl-text-input-preview.ndl-large .ndl-input-wrapper-preview .ndl-element > .ndl-icon-btn {
  width:44px;
  height:44px;
}
.n-sr-only {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0, 0, 0, 0);
  white-space:nowrap;
  border-width:0;
}
.n-absolute {
  position:absolute;
}
.n-relative {
  position:relative;
}
.n-right-token-3 {
  right:4px;
}
.n-top-token-11 {
  top:96px;
}
.n-top-token-3 {
  top:4px;
}
.n-isolate {
  isolation:isolate;
}
.n-m-auto {
  margin:auto;
}
.n-m-token-3 {
  margin:4px;
}
.n-m-token-8 {
  margin:32px;
}
.n-mx-token-5 {
  margin-left:12px;
  margin-right:12px;
}
.n-mx-token-6 {
  margin-left:16px;
  margin-right:16px;
}
.n-mx-token-7 {
  margin-left:24px;
  margin-right:24px;
}
.n-my-12 {
  margin-top:48px;
  margin-bottom:48px;
}
.n-my-5 {
  margin-top:20px;
  margin-bottom:20px;
}
.n-my-auto {
  margin-top:auto;
  margin-bottom:auto;
}
.n-ml-token-0 {
  margin-left:0px;
}
.n-ml-token-7 {
  margin-left:24px;
}
.n-mr-token-3 {
  margin-right:4px;
}
.n-mr-token-7 {
  margin-right:24px;
}
.n-mt-10 {
  margin-top:40px;
}
.n-mt-2 {
  margin-top:8px;
}
.n-mt-token-6 {
  margin-top:16px;
}
.n-mt-token-8 {
  margin-top:32px;
}
.n-box-border {
  box-sizing:border-box;
}
.n-flex {
  display:flex;
}
.n-table {
  display:table;
}
.n-table-cell {
  display:table-cell;
}
.n-grid {
  display:grid;
}
.n-inline-grid {
  display:inline-grid;
}
.n-size-10 {
  width:40px;
  height:40px;
}
.n-size-36 {
  width:144px;
  height:144px;
}
.n-size-5 {
  width:20px;
  height:20px;
}
.n-size-6 {
  width:24px;
  height:24px;
}
.n-size-\[400px\] {
  width:400px;
  height:400px;
}
.n-size-full {
  width:100%;
  height:100%;
}
.n-size-token-4 {
  width:8px;
  height:8px;
}
.n-size-token-6 {
  width:16px;
  height:16px;
}
.n-size-token-7 {
  width:24px;
  height:24px;
}
.n-size-token-9 {
  width:48px;
  height:48px;
}
.n-h-10 {
  height:40px;
}
.n-h-28 {
  height:112px;
}
.n-h-5 {
  height:20px;
}
.n-h-7 {
  height:28px;
}
.n-h-\[1000px\] {
  height:1000px;
}
.n-h-\[290px\] {
  height:290px;
}
.n-h-full {
  height:100%;
}
.n-h-token-1 {
  height:1px;
}
.n-h-token-5 {
  height:12px;
}
.n-h-token-6 {
  height:16px;
}
.n-h-token-9 {
  height:48px;
}
.n-w-48 {
  width:192px;
}
.n-w-\[300px\] {
  width:300px;
}
.n-w-full {
  width:100%;
}
.n-w-max {
  width:-moz-max-content;
  width:max-content;
}
.n-w-min {
  width:-moz-min-content;
  width:min-content;
}
.n-w-token-11 {
  width:96px;
}
.n-w-token-12 {
  width:128px;
}
.n-max-w-\[1200px\] {
  max-width:1200px;
}
.n-max-w-max {
  max-width:-moz-max-content;
  max-width:max-content;
}
.n-max-w-token-12 {
  max-width:128px;
}
.n-flex-1 {
  flex:1 1 0%;
}
.n-flex-grow {
  flex-grow:1;
}
.n-table-auto {
  table-layout:auto;
}
.n-border-separate {
  border-collapse:separate;
}
.-n-rotate-180 {
  --tw-rotate:-180deg;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.n-rotate-180 {
  --tw-rotate:180deg;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.n-transform {
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.n-cursor-grab {
  cursor:grab;
}
.n-cursor-pointer {
  cursor:pointer;
}
.n-list-decimal {
  list-style-type:decimal;
}
.n-list-disc {
  list-style-type:disc;
}
.n-grid-cols-1 {
  grid-template-columns:repeat(1, minmax(0, 1fr));
}
.n-flex-row {
  flex-direction:row;
}
.n-flex-col {
  flex-direction:column;
}
.n-flex-wrap {
  flex-wrap:wrap;
}
.n-flex-nowrap {
  flex-wrap:nowrap;
}
.n-place-items-center {
  place-items:center;
}
.n-items-start {
  align-items:flex-start;
}
.n-items-end {
  align-items:flex-end;
}
.n-items-center {
  align-items:center;
}
.n-justify-center {
  justify-content:center;
}
.n-justify-between {
  justify-content:space-between;
}
.n-gap-9 {
  gap:36px;
}
.n-gap-token-2 {
  gap:2px;
}
.n-gap-token-3 {
  gap:4px;
}
.n-gap-token-4 {
  gap:8px;
}
.n-gap-token-5 {
  gap:12px;
}
.n-gap-token-6 {
  gap:16px;
}
.n-gap-token-8 {
  gap:32px;
}
.n-gap-token-9 {
  gap:48px;
}
.n-gap-x-token-9 {
  -moz-column-gap:48px;
       column-gap:48px;
}
.n-gap-y-token-4 {
  row-gap:8px;
}
.n-space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse:0;
  margin-right:calc(16px * var(--tw-space-x-reverse));
  margin-left:calc(16px * calc(1 - var(--tw-space-x-reverse)));
}
.n-space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse:0;
  margin-top:calc(12px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(12px * var(--tw-space-y-reverse));
}
.n-justify-self-end {
  justify-self:end;
}
.n-overflow-auto {
  overflow:auto;
}
.n-overflow-hidden {
  overflow:hidden;
}
.n-overflow-x-scroll {
  overflow-x:scroll;
}
.n-whitespace-nowrap {
  white-space:nowrap;
}
.n-break-words {
  overflow-wrap:break-word;
}
.n-rounded-1xl {
  border-radius:12px;
}
.n-rounded-2xl {
  border-radius:14px;
}
.n-rounded-5xl {
  border-radius:20px;
}
.n-rounded-\[8px\] {
  border-radius:8px;
}
.n-rounded-lg {
  border-radius:8px;
}
.n-rounded-md {
  border-radius:6px;
}
.n-rounded-sm {
  border-radius:4px;
}
.n-rounded-xl {
  border-radius:10px;
}
.n-border {
  border-width:1px;
}
.n-border-2 {
  border-width:2px;
}
.n-border-\[0\.5px\] {
  border-width:0.5px;
}
.n-border-b {
  border-bottom-width:1px;
}
.n-border-b-2 {
  border-bottom-width:2px;
}
.n-border-solid {
  border-style:solid;
}
.n-border-dashed {
  border-style:dashed;
}
.n-border-dark-danger-bg-status {
  --tw-border-opacity:1;
  border-color:rgb(255 170 151 / var(--tw-border-opacity));
}
.n-border-dark-danger-bg-status\/0 {
  border-color:rgb(255 170 151 / 0);
}
.n-border-dark-danger-bg-status\/10 {
  border-color:rgb(255 170 151 / 0.1);
}
.n-border-dark-danger-bg-status\/100 {
  border-color:rgb(255 170 151 / 1);
}
.n-border-dark-danger-bg-status\/15 {
  border-color:rgb(255 170 151 / 0.15);
}
.n-border-dark-danger-bg-status\/20 {
  border-color:rgb(255 170 151 / 0.2);
}
.n-border-dark-danger-bg-status\/25 {
  border-color:rgb(255 170 151 / 0.25);
}
.n-border-dark-danger-bg-status\/30 {
  border-color:rgb(255 170 151 / 0.3);
}
.n-border-dark-danger-bg-status\/35 {
  border-color:rgb(255 170 151 / 0.35);
}
.n-border-dark-danger-bg-status\/40 {
  border-color:rgb(255 170 151 / 0.4);
}
.n-border-dark-danger-bg-status\/45 {
  border-color:rgb(255 170 151 / 0.45);
}
.n-border-dark-danger-bg-status\/5 {
  border-color:rgb(255 170 151 / 0.05);
}
.n-border-dark-danger-bg-status\/50 {
  border-color:rgb(255 170 151 / 0.5);
}
.n-border-dark-danger-bg-status\/55 {
  border-color:rgb(255 170 151 / 0.55);
}
.n-border-dark-danger-bg-status\/60 {
  border-color:rgb(255 170 151 / 0.6);
}
.n-border-dark-danger-bg-status\/65 {
  border-color:rgb(255 170 151 / 0.65);
}
.n-border-dark-danger-bg-status\/70 {
  border-color:rgb(255 170 151 / 0.7);
}
.n-border-dark-danger-bg-status\/75 {
  border-color:rgb(255 170 151 / 0.75);
}
.n-border-dark-danger-bg-status\/80 {
  border-color:rgb(255 170 151 / 0.8);
}
.n-border-dark-danger-bg-status\/85 {
  border-color:rgb(255 170 151 / 0.85);
}
.n-border-dark-danger-bg-status\/90 {
  border-color:rgb(255 170 151 / 0.9);
}
.n-border-dark-danger-bg-status\/95 {
  border-color:rgb(255 170 151 / 0.95);
}
.n-border-dark-danger-bg-strong {
  --tw-border-opacity:1;
  border-color:rgb(255 170 151 / var(--tw-border-opacity));
}
.n-border-dark-danger-bg-strong\/0 {
  border-color:rgb(255 170 151 / 0);
}
.n-border-dark-danger-bg-strong\/10 {
  border-color:rgb(255 170 151 / 0.1);
}
.n-border-dark-danger-bg-strong\/100 {
  border-color:rgb(255 170 151 / 1);
}
.n-border-dark-danger-bg-strong\/15 {
  border-color:rgb(255 170 151 / 0.15);
}
.n-border-dark-danger-bg-strong\/20 {
  border-color:rgb(255 170 151 / 0.2);
}
.n-border-dark-danger-bg-strong\/25 {
  border-color:rgb(255 170 151 / 0.25);
}
.n-border-dark-danger-bg-strong\/30 {
  border-color:rgb(255 170 151 / 0.3);
}
.n-border-dark-danger-bg-strong\/35 {
  border-color:rgb(255 170 151 / 0.35);
}
.n-border-dark-danger-bg-strong\/40 {
  border-color:rgb(255 170 151 / 0.4);
}
.n-border-dark-danger-bg-strong\/45 {
  border-color:rgb(255 170 151 / 0.45);
}
.n-border-dark-danger-bg-strong\/5 {
  border-color:rgb(255 170 151 / 0.05);
}
.n-border-dark-danger-bg-strong\/50 {
  border-color:rgb(255 170 151 / 0.5);
}
.n-border-dark-danger-bg-strong\/55 {
  border-color:rgb(255 170 151 / 0.55);
}
.n-border-dark-danger-bg-strong\/60 {
  border-color:rgb(255 170 151 / 0.6);
}
.n-border-dark-danger-bg-strong\/65 {
  border-color:rgb(255 170 151 / 0.65);
}
.n-border-dark-danger-bg-strong\/70 {
  border-color:rgb(255 170 151 / 0.7);
}
.n-border-dark-danger-bg-strong\/75 {
  border-color:rgb(255 170 151 / 0.75);
}
.n-border-dark-danger-bg-strong\/80 {
  border-color:rgb(255 170 151 / 0.8);
}
.n-border-dark-danger-bg-strong\/85 {
  border-color:rgb(255 170 151 / 0.85);
}
.n-border-dark-danger-bg-strong\/90 {
  border-color:rgb(255 170 151 / 0.9);
}
.n-border-dark-danger-bg-strong\/95 {
  border-color:rgb(255 170 151 / 0.95);
}
.n-border-dark-danger-bg-weak {
  --tw-border-opacity:1;
  border-color:rgb(67 37 32 / var(--tw-border-opacity));
}
.n-border-dark-danger-bg-weak\/0 {
  border-color:rgb(67 37 32 / 0);
}
.n-border-dark-danger-bg-weak\/10 {
  border-color:rgb(67 37 32 / 0.1);
}
.n-border-dark-danger-bg-weak\/100 {
  border-color:rgb(67 37 32 / 1);
}
.n-border-dark-danger-bg-weak\/15 {
  border-color:rgb(67 37 32 / 0.15);
}
.n-border-dark-danger-bg-weak\/20 {
  border-color:rgb(67 37 32 / 0.2);
}
.n-border-dark-danger-bg-weak\/25 {
  border-color:rgb(67 37 32 / 0.25);
}
.n-border-dark-danger-bg-weak\/30 {
  border-color:rgb(67 37 32 / 0.3);
}
.n-border-dark-danger-bg-weak\/35 {
  border-color:rgb(67 37 32 / 0.35);
}
.n-border-dark-danger-bg-weak\/40 {
  border-color:rgb(67 37 32 / 0.4);
}
.n-border-dark-danger-bg-weak\/45 {
  border-color:rgb(67 37 32 / 0.45);
}
.n-border-dark-danger-bg-weak\/5 {
  border-color:rgb(67 37 32 / 0.05);
}
.n-border-dark-danger-bg-weak\/50 {
  border-color:rgb(67 37 32 / 0.5);
}
.n-border-dark-danger-bg-weak\/55 {
  border-color:rgb(67 37 32 / 0.55);
}
.n-border-dark-danger-bg-weak\/60 {
  border-color:rgb(67 37 32 / 0.6);
}
.n-border-dark-danger-bg-weak\/65 {
  border-color:rgb(67 37 32 / 0.65);
}
.n-border-dark-danger-bg-weak\/70 {
  border-color:rgb(67 37 32 / 0.7);
}
.n-border-dark-danger-bg-weak\/75 {
  border-color:rgb(67 37 32 / 0.75);
}
.n-border-dark-danger-bg-weak\/80 {
  border-color:rgb(67 37 32 / 0.8);
}
.n-border-dark-danger-bg-weak\/85 {
  border-color:rgb(67 37 32 / 0.85);
}
.n-border-dark-danger-bg-weak\/90 {
  border-color:rgb(67 37 32 / 0.9);
}
.n-border-dark-danger-bg-weak\/95 {
  border-color:rgb(67 37 32 / 0.95);
}
.n-border-dark-danger-border-strong {
  --tw-border-opacity:1;
  border-color:rgb(255 170 151 / var(--tw-border-opacity));
}
.n-border-dark-danger-border-strong\/0 {
  border-color:rgb(255 170 151 / 0);
}
.n-border-dark-danger-border-strong\/10 {
  border-color:rgb(255 170 151 / 0.1);
}
.n-border-dark-danger-border-strong\/100 {
  border-color:rgb(255 170 151 / 1);
}
.n-border-dark-danger-border-strong\/15 {
  border-color:rgb(255 170 151 / 0.15);
}
.n-border-dark-danger-border-strong\/20 {
  border-color:rgb(255 170 151 / 0.2);
}
.n-border-dark-danger-border-strong\/25 {
  border-color:rgb(255 170 151 / 0.25);
}
.n-border-dark-danger-border-strong\/30 {
  border-color:rgb(255 170 151 / 0.3);
}
.n-border-dark-danger-border-strong\/35 {
  border-color:rgb(255 170 151 / 0.35);
}
.n-border-dark-danger-border-strong\/40 {
  border-color:rgb(255 170 151 / 0.4);
}
.n-border-dark-danger-border-strong\/45 {
  border-color:rgb(255 170 151 / 0.45);
}
.n-border-dark-danger-border-strong\/5 {
  border-color:rgb(255 170 151 / 0.05);
}
.n-border-dark-danger-border-strong\/50 {
  border-color:rgb(255 170 151 / 0.5);
}
.n-border-dark-danger-border-strong\/55 {
  border-color:rgb(255 170 151 / 0.55);
}
.n-border-dark-danger-border-strong\/60 {
  border-color:rgb(255 170 151 / 0.6);
}
.n-border-dark-danger-border-strong\/65 {
  border-color:rgb(255 170 151 / 0.65);
}
.n-border-dark-danger-border-strong\/70 {
  border-color:rgb(255 170 151 / 0.7);
}
.n-border-dark-danger-border-strong\/75 {
  border-color:rgb(255 170 151 / 0.75);
}
.n-border-dark-danger-border-strong\/80 {
  border-color:rgb(255 170 151 / 0.8);
}
.n-border-dark-danger-border-strong\/85 {
  border-color:rgb(255 170 151 / 0.85);
}
.n-border-dark-danger-border-strong\/90 {
  border-color:rgb(255 170 151 / 0.9);
}
.n-border-dark-danger-border-strong\/95 {
  border-color:rgb(255 170 151 / 0.95);
}
.n-border-dark-danger-border-weak {
  --tw-border-opacity:1;
  border-color:rgb(115 14 0 / var(--tw-border-opacity));
}
.n-border-dark-danger-border-weak\/0 {
  border-color:rgb(115 14 0 / 0);
}
.n-border-dark-danger-border-weak\/10 {
  border-color:rgb(115 14 0 / 0.1);
}
.n-border-dark-danger-border-weak\/100 {
  border-color:rgb(115 14 0 / 1);
}
.n-border-dark-danger-border-weak\/15 {
  border-color:rgb(115 14 0 / 0.15);
}
.n-border-dark-danger-border-weak\/20 {
  border-color:rgb(115 14 0 / 0.2);
}
.n-border-dark-danger-border-weak\/25 {
  border-color:rgb(115 14 0 / 0.25);
}
.n-border-dark-danger-border-weak\/30 {
  border-color:rgb(115 14 0 / 0.3);
}
.n-border-dark-danger-border-weak\/35 {
  border-color:rgb(115 14 0 / 0.35);
}
.n-border-dark-danger-border-weak\/40 {
  border-color:rgb(115 14 0 / 0.4);
}
.n-border-dark-danger-border-weak\/45 {
  border-color:rgb(115 14 0 / 0.45);
}
.n-border-dark-danger-border-weak\/5 {
  border-color:rgb(115 14 0 / 0.05);
}
.n-border-dark-danger-border-weak\/50 {
  border-color:rgb(115 14 0 / 0.5);
}
.n-border-dark-danger-border-weak\/55 {
  border-color:rgb(115 14 0 / 0.55);
}
.n-border-dark-danger-border-weak\/60 {
  border-color:rgb(115 14 0 / 0.6);
}
.n-border-dark-danger-border-weak\/65 {
  border-color:rgb(115 14 0 / 0.65);
}
.n-border-dark-danger-border-weak\/70 {
  border-color:rgb(115 14 0 / 0.7);
}
.n-border-dark-danger-border-weak\/75 {
  border-color:rgb(115 14 0 / 0.75);
}
.n-border-dark-danger-border-weak\/80 {
  border-color:rgb(115 14 0 / 0.8);
}
.n-border-dark-danger-border-weak\/85 {
  border-color:rgb(115 14 0 / 0.85);
}
.n-border-dark-danger-border-weak\/90 {
  border-color:rgb(115 14 0 / 0.9);
}
.n-border-dark-danger-border-weak\/95 {
  border-color:rgb(115 14 0 / 0.95);
}
.n-border-dark-danger-hover-strong {
  --tw-border-opacity:1;
  border-color:rgb(249 103 70 / var(--tw-border-opacity));
}
.n-border-dark-danger-hover-strong\/0 {
  border-color:rgb(249 103 70 / 0);
}
.n-border-dark-danger-hover-strong\/10 {
  border-color:rgb(249 103 70 / 0.1);
}
.n-border-dark-danger-hover-strong\/100 {
  border-color:rgb(249 103 70 / 1);
}
.n-border-dark-danger-hover-strong\/15 {
  border-color:rgb(249 103 70 / 0.15);
}
.n-border-dark-danger-hover-strong\/20 {
  border-color:rgb(249 103 70 / 0.2);
}
.n-border-dark-danger-hover-strong\/25 {
  border-color:rgb(249 103 70 / 0.25);
}
.n-border-dark-danger-hover-strong\/30 {
  border-color:rgb(249 103 70 / 0.3);
}
.n-border-dark-danger-hover-strong\/35 {
  border-color:rgb(249 103 70 / 0.35);
}
.n-border-dark-danger-hover-strong\/40 {
  border-color:rgb(249 103 70 / 0.4);
}
.n-border-dark-danger-hover-strong\/45 {
  border-color:rgb(249 103 70 / 0.45);
}
.n-border-dark-danger-hover-strong\/5 {
  border-color:rgb(249 103 70 / 0.05);
}
.n-border-dark-danger-hover-strong\/50 {
  border-color:rgb(249 103 70 / 0.5);
}
.n-border-dark-danger-hover-strong\/55 {
  border-color:rgb(249 103 70 / 0.55);
}
.n-border-dark-danger-hover-strong\/60 {
  border-color:rgb(249 103 70 / 0.6);
}
.n-border-dark-danger-hover-strong\/65 {
  border-color:rgb(249 103 70 / 0.65);
}
.n-border-dark-danger-hover-strong\/70 {
  border-color:rgb(249 103 70 / 0.7);
}
.n-border-dark-danger-hover-strong\/75 {
  border-color:rgb(249 103 70 / 0.75);
}
.n-border-dark-danger-hover-strong\/80 {
  border-color:rgb(249 103 70 / 0.8);
}
.n-border-dark-danger-hover-strong\/85 {
  border-color:rgb(249 103 70 / 0.85);
}
.n-border-dark-danger-hover-strong\/90 {
  border-color:rgb(249 103 70 / 0.9);
}
.n-border-dark-danger-hover-strong\/95 {
  border-color:rgb(249 103 70 / 0.95);
}
.n-border-dark-danger-hover-weak {
  --tw-border-opacity:1;
  border-color:rgb(255 170 151 / var(--tw-border-opacity));
}
.n-border-dark-danger-hover-weak\/0 {
  border-color:rgb(255 170 151 / 0);
}
.n-border-dark-danger-hover-weak\/10 {
  border-color:rgb(255 170 151 / 0.1);
}
.n-border-dark-danger-hover-weak\/100 {
  border-color:rgb(255 170 151 / 1);
}
.n-border-dark-danger-hover-weak\/15 {
  border-color:rgb(255 170 151 / 0.15);
}
.n-border-dark-danger-hover-weak\/20 {
  border-color:rgb(255 170 151 / 0.2);
}
.n-border-dark-danger-hover-weak\/25 {
  border-color:rgb(255 170 151 / 0.25);
}
.n-border-dark-danger-hover-weak\/30 {
  border-color:rgb(255 170 151 / 0.3);
}
.n-border-dark-danger-hover-weak\/35 {
  border-color:rgb(255 170 151 / 0.35);
}
.n-border-dark-danger-hover-weak\/40 {
  border-color:rgb(255 170 151 / 0.4);
}
.n-border-dark-danger-hover-weak\/45 {
  border-color:rgb(255 170 151 / 0.45);
}
.n-border-dark-danger-hover-weak\/5 {
  border-color:rgb(255 170 151 / 0.05);
}
.n-border-dark-danger-hover-weak\/50 {
  border-color:rgb(255 170 151 / 0.5);
}
.n-border-dark-danger-hover-weak\/55 {
  border-color:rgb(255 170 151 / 0.55);
}
.n-border-dark-danger-hover-weak\/60 {
  border-color:rgb(255 170 151 / 0.6);
}
.n-border-dark-danger-hover-weak\/65 {
  border-color:rgb(255 170 151 / 0.65);
}
.n-border-dark-danger-hover-weak\/70 {
  border-color:rgb(255 170 151 / 0.7);
}
.n-border-dark-danger-hover-weak\/75 {
  border-color:rgb(255 170 151 / 0.75);
}
.n-border-dark-danger-hover-weak\/80 {
  border-color:rgb(255 170 151 / 0.8);
}
.n-border-dark-danger-hover-weak\/85 {
  border-color:rgb(255 170 151 / 0.85);
}
.n-border-dark-danger-hover-weak\/90 {
  border-color:rgb(255 170 151 / 0.9);
}
.n-border-dark-danger-hover-weak\/95 {
  border-color:rgb(255 170 151 / 0.95);
}
.n-border-dark-danger-icon {
  --tw-border-opacity:1;
  border-color:rgb(255 170 151 / var(--tw-border-opacity));
}
.n-border-dark-danger-icon\/0 {
  border-color:rgb(255 170 151 / 0);
}
.n-border-dark-danger-icon\/10 {
  border-color:rgb(255 170 151 / 0.1);
}
.n-border-dark-danger-icon\/100 {
  border-color:rgb(255 170 151 / 1);
}
.n-border-dark-danger-icon\/15 {
  border-color:rgb(255 170 151 / 0.15);
}
.n-border-dark-danger-icon\/20 {
  border-color:rgb(255 170 151 / 0.2);
}
.n-border-dark-danger-icon\/25 {
  border-color:rgb(255 170 151 / 0.25);
}
.n-border-dark-danger-icon\/30 {
  border-color:rgb(255 170 151 / 0.3);
}
.n-border-dark-danger-icon\/35 {
  border-color:rgb(255 170 151 / 0.35);
}
.n-border-dark-danger-icon\/40 {
  border-color:rgb(255 170 151 / 0.4);
}
.n-border-dark-danger-icon\/45 {
  border-color:rgb(255 170 151 / 0.45);
}
.n-border-dark-danger-icon\/5 {
  border-color:rgb(255 170 151 / 0.05);
}
.n-border-dark-danger-icon\/50 {
  border-color:rgb(255 170 151 / 0.5);
}
.n-border-dark-danger-icon\/55 {
  border-color:rgb(255 170 151 / 0.55);
}
.n-border-dark-danger-icon\/60 {
  border-color:rgb(255 170 151 / 0.6);
}
.n-border-dark-danger-icon\/65 {
  border-color:rgb(255 170 151 / 0.65);
}
.n-border-dark-danger-icon\/70 {
  border-color:rgb(255 170 151 / 0.7);
}
.n-border-dark-danger-icon\/75 {
  border-color:rgb(255 170 151 / 0.75);
}
.n-border-dark-danger-icon\/80 {
  border-color:rgb(255 170 151 / 0.8);
}
.n-border-dark-danger-icon\/85 {
  border-color:rgb(255 170 151 / 0.85);
}
.n-border-dark-danger-icon\/90 {
  border-color:rgb(255 170 151 / 0.9);
}
.n-border-dark-danger-icon\/95 {
  border-color:rgb(255 170 151 / 0.95);
}
.n-border-dark-danger-pressed-strong {
  --tw-border-opacity:1;
  border-color:rgb(232 78 44 / var(--tw-border-opacity));
}
.n-border-dark-danger-pressed-strong\/0 {
  border-color:rgb(232 78 44 / 0);
}
.n-border-dark-danger-pressed-strong\/10 {
  border-color:rgb(232 78 44 / 0.1);
}
.n-border-dark-danger-pressed-strong\/100 {
  border-color:rgb(232 78 44 / 1);
}
.n-border-dark-danger-pressed-strong\/15 {
  border-color:rgb(232 78 44 / 0.15);
}
.n-border-dark-danger-pressed-strong\/20 {
  border-color:rgb(232 78 44 / 0.2);
}
.n-border-dark-danger-pressed-strong\/25 {
  border-color:rgb(232 78 44 / 0.25);
}
.n-border-dark-danger-pressed-strong\/30 {
  border-color:rgb(232 78 44 / 0.3);
}
.n-border-dark-danger-pressed-strong\/35 {
  border-color:rgb(232 78 44 / 0.35);
}
.n-border-dark-danger-pressed-strong\/40 {
  border-color:rgb(232 78 44 / 0.4);
}
.n-border-dark-danger-pressed-strong\/45 {
  border-color:rgb(232 78 44 / 0.45);
}
.n-border-dark-danger-pressed-strong\/5 {
  border-color:rgb(232 78 44 / 0.05);
}
.n-border-dark-danger-pressed-strong\/50 {
  border-color:rgb(232 78 44 / 0.5);
}
.n-border-dark-danger-pressed-strong\/55 {
  border-color:rgb(232 78 44 / 0.55);
}
.n-border-dark-danger-pressed-strong\/60 {
  border-color:rgb(232 78 44 / 0.6);
}
.n-border-dark-danger-pressed-strong\/65 {
  border-color:rgb(232 78 44 / 0.65);
}
.n-border-dark-danger-pressed-strong\/70 {
  border-color:rgb(232 78 44 / 0.7);
}
.n-border-dark-danger-pressed-strong\/75 {
  border-color:rgb(232 78 44 / 0.75);
}
.n-border-dark-danger-pressed-strong\/80 {
  border-color:rgb(232 78 44 / 0.8);
}
.n-border-dark-danger-pressed-strong\/85 {
  border-color:rgb(232 78 44 / 0.85);
}
.n-border-dark-danger-pressed-strong\/90 {
  border-color:rgb(232 78 44 / 0.9);
}
.n-border-dark-danger-pressed-strong\/95 {
  border-color:rgb(232 78 44 / 0.95);
}
.n-border-dark-danger-pressed-weak {
  --tw-border-opacity:1;
  border-color:rgb(255 170 151 / var(--tw-border-opacity));
}
.n-border-dark-danger-pressed-weak\/0 {
  border-color:rgb(255 170 151 / 0);
}
.n-border-dark-danger-pressed-weak\/10 {
  border-color:rgb(255 170 151 / 0.1);
}
.n-border-dark-danger-pressed-weak\/100 {
  border-color:rgb(255 170 151 / 1);
}
.n-border-dark-danger-pressed-weak\/15 {
  border-color:rgb(255 170 151 / 0.15);
}
.n-border-dark-danger-pressed-weak\/20 {
  border-color:rgb(255 170 151 / 0.2);
}
.n-border-dark-danger-pressed-weak\/25 {
  border-color:rgb(255 170 151 / 0.25);
}
.n-border-dark-danger-pressed-weak\/30 {
  border-color:rgb(255 170 151 / 0.3);
}
.n-border-dark-danger-pressed-weak\/35 {
  border-color:rgb(255 170 151 / 0.35);
}
.n-border-dark-danger-pressed-weak\/40 {
  border-color:rgb(255 170 151 / 0.4);
}
.n-border-dark-danger-pressed-weak\/45 {
  border-color:rgb(255 170 151 / 0.45);
}
.n-border-dark-danger-pressed-weak\/5 {
  border-color:rgb(255 170 151 / 0.05);
}
.n-border-dark-danger-pressed-weak\/50 {
  border-color:rgb(255 170 151 / 0.5);
}
.n-border-dark-danger-pressed-weak\/55 {
  border-color:rgb(255 170 151 / 0.55);
}
.n-border-dark-danger-pressed-weak\/60 {
  border-color:rgb(255 170 151 / 0.6);
}
.n-border-dark-danger-pressed-weak\/65 {
  border-color:rgb(255 170 151 / 0.65);
}
.n-border-dark-danger-pressed-weak\/70 {
  border-color:rgb(255 170 151 / 0.7);
}
.n-border-dark-danger-pressed-weak\/75 {
  border-color:rgb(255 170 151 / 0.75);
}
.n-border-dark-danger-pressed-weak\/80 {
  border-color:rgb(255 170 151 / 0.8);
}
.n-border-dark-danger-pressed-weak\/85 {
  border-color:rgb(255 170 151 / 0.85);
}
.n-border-dark-danger-pressed-weak\/90 {
  border-color:rgb(255 170 151 / 0.9);
}
.n-border-dark-danger-pressed-weak\/95 {
  border-color:rgb(255 170 151 / 0.95);
}
.n-border-dark-danger-text {
  --tw-border-opacity:1;
  border-color:rgb(255 170 151 / var(--tw-border-opacity));
}
.n-border-dark-danger-text\/0 {
  border-color:rgb(255 170 151 / 0);
}
.n-border-dark-danger-text\/10 {
  border-color:rgb(255 170 151 / 0.1);
}
.n-border-dark-danger-text\/100 {
  border-color:rgb(255 170 151 / 1);
}
.n-border-dark-danger-text\/15 {
  border-color:rgb(255 170 151 / 0.15);
}
.n-border-dark-danger-text\/20 {
  border-color:rgb(255 170 151 / 0.2);
}
.n-border-dark-danger-text\/25 {
  border-color:rgb(255 170 151 / 0.25);
}
.n-border-dark-danger-text\/30 {
  border-color:rgb(255 170 151 / 0.3);
}
.n-border-dark-danger-text\/35 {
  border-color:rgb(255 170 151 / 0.35);
}
.n-border-dark-danger-text\/40 {
  border-color:rgb(255 170 151 / 0.4);
}
.n-border-dark-danger-text\/45 {
  border-color:rgb(255 170 151 / 0.45);
}
.n-border-dark-danger-text\/5 {
  border-color:rgb(255 170 151 / 0.05);
}
.n-border-dark-danger-text\/50 {
  border-color:rgb(255 170 151 / 0.5);
}
.n-border-dark-danger-text\/55 {
  border-color:rgb(255 170 151 / 0.55);
}
.n-border-dark-danger-text\/60 {
  border-color:rgb(255 170 151 / 0.6);
}
.n-border-dark-danger-text\/65 {
  border-color:rgb(255 170 151 / 0.65);
}
.n-border-dark-danger-text\/70 {
  border-color:rgb(255 170 151 / 0.7);
}
.n-border-dark-danger-text\/75 {
  border-color:rgb(255 170 151 / 0.75);
}
.n-border-dark-danger-text\/80 {
  border-color:rgb(255 170 151 / 0.8);
}
.n-border-dark-danger-text\/85 {
  border-color:rgb(255 170 151 / 0.85);
}
.n-border-dark-danger-text\/90 {
  border-color:rgb(255 170 151 / 0.9);
}
.n-border-dark-danger-text\/95 {
  border-color:rgb(255 170 151 / 0.95);
}
.n-border-dark-discovery-bg-status {
  --tw-border-opacity:1;
  border-color:rgb(204 180 255 / var(--tw-border-opacity));
}
.n-border-dark-discovery-bg-status\/0 {
  border-color:rgb(204 180 255 / 0);
}
.n-border-dark-discovery-bg-status\/10 {
  border-color:rgb(204 180 255 / 0.1);
}
.n-border-dark-discovery-bg-status\/100 {
  border-color:rgb(204 180 255 / 1);
}
.n-border-dark-discovery-bg-status\/15 {
  border-color:rgb(204 180 255 / 0.15);
}
.n-border-dark-discovery-bg-status\/20 {
  border-color:rgb(204 180 255 / 0.2);
}
.n-border-dark-discovery-bg-status\/25 {
  border-color:rgb(204 180 255 / 0.25);
}
.n-border-dark-discovery-bg-status\/30 {
  border-color:rgb(204 180 255 / 0.3);
}
.n-border-dark-discovery-bg-status\/35 {
  border-color:rgb(204 180 255 / 0.35);
}
.n-border-dark-discovery-bg-status\/40 {
  border-color:rgb(204 180 255 / 0.4);
}
.n-border-dark-discovery-bg-status\/45 {
  border-color:rgb(204 180 255 / 0.45);
}
.n-border-dark-discovery-bg-status\/5 {
  border-color:rgb(204 180 255 / 0.05);
}
.n-border-dark-discovery-bg-status\/50 {
  border-color:rgb(204 180 255 / 0.5);
}
.n-border-dark-discovery-bg-status\/55 {
  border-color:rgb(204 180 255 / 0.55);
}
.n-border-dark-discovery-bg-status\/60 {
  border-color:rgb(204 180 255 / 0.6);
}
.n-border-dark-discovery-bg-status\/65 {
  border-color:rgb(204 180 255 / 0.65);
}
.n-border-dark-discovery-bg-status\/70 {
  border-color:rgb(204 180 255 / 0.7);
}
.n-border-dark-discovery-bg-status\/75 {
  border-color:rgb(204 180 255 / 0.75);
}
.n-border-dark-discovery-bg-status\/80 {
  border-color:rgb(204 180 255 / 0.8);
}
.n-border-dark-discovery-bg-status\/85 {
  border-color:rgb(204 180 255 / 0.85);
}
.n-border-dark-discovery-bg-status\/90 {
  border-color:rgb(204 180 255 / 0.9);
}
.n-border-dark-discovery-bg-status\/95 {
  border-color:rgb(204 180 255 / 0.95);
}
.n-border-dark-discovery-bg-strong {
  --tw-border-opacity:1;
  border-color:rgb(204 180 255 / var(--tw-border-opacity));
}
.n-border-dark-discovery-bg-strong\/0 {
  border-color:rgb(204 180 255 / 0);
}
.n-border-dark-discovery-bg-strong\/10 {
  border-color:rgb(204 180 255 / 0.1);
}
.n-border-dark-discovery-bg-strong\/100 {
  border-color:rgb(204 180 255 / 1);
}
.n-border-dark-discovery-bg-strong\/15 {
  border-color:rgb(204 180 255 / 0.15);
}
.n-border-dark-discovery-bg-strong\/20 {
  border-color:rgb(204 180 255 / 0.2);
}
.n-border-dark-discovery-bg-strong\/25 {
  border-color:rgb(204 180 255 / 0.25);
}
.n-border-dark-discovery-bg-strong\/30 {
  border-color:rgb(204 180 255 / 0.3);
}
.n-border-dark-discovery-bg-strong\/35 {
  border-color:rgb(204 180 255 / 0.35);
}
.n-border-dark-discovery-bg-strong\/40 {
  border-color:rgb(204 180 255 / 0.4);
}
.n-border-dark-discovery-bg-strong\/45 {
  border-color:rgb(204 180 255 / 0.45);
}
.n-border-dark-discovery-bg-strong\/5 {
  border-color:rgb(204 180 255 / 0.05);
}
.n-border-dark-discovery-bg-strong\/50 {
  border-color:rgb(204 180 255 / 0.5);
}
.n-border-dark-discovery-bg-strong\/55 {
  border-color:rgb(204 180 255 / 0.55);
}
.n-border-dark-discovery-bg-strong\/60 {
  border-color:rgb(204 180 255 / 0.6);
}
.n-border-dark-discovery-bg-strong\/65 {
  border-color:rgb(204 180 255 / 0.65);
}
.n-border-dark-discovery-bg-strong\/70 {
  border-color:rgb(204 180 255 / 0.7);
}
.n-border-dark-discovery-bg-strong\/75 {
  border-color:rgb(204 180 255 / 0.75);
}
.n-border-dark-discovery-bg-strong\/80 {
  border-color:rgb(204 180 255 / 0.8);
}
.n-border-dark-discovery-bg-strong\/85 {
  border-color:rgb(204 180 255 / 0.85);
}
.n-border-dark-discovery-bg-strong\/90 {
  border-color:rgb(204 180 255 / 0.9);
}
.n-border-dark-discovery-bg-strong\/95 {
  border-color:rgb(204 180 255 / 0.95);
}
.n-border-dark-discovery-bg-weak {
  --tw-border-opacity:1;
  border-color:rgb(44 42 52 / var(--tw-border-opacity));
}
.n-border-dark-discovery-bg-weak\/0 {
  border-color:rgb(44 42 52 / 0);
}
.n-border-dark-discovery-bg-weak\/10 {
  border-color:rgb(44 42 52 / 0.1);
}
.n-border-dark-discovery-bg-weak\/100 {
  border-color:rgb(44 42 52 / 1);
}
.n-border-dark-discovery-bg-weak\/15 {
  border-color:rgb(44 42 52 / 0.15);
}
.n-border-dark-discovery-bg-weak\/20 {
  border-color:rgb(44 42 52 / 0.2);
}
.n-border-dark-discovery-bg-weak\/25 {
  border-color:rgb(44 42 52 / 0.25);
}
.n-border-dark-discovery-bg-weak\/30 {
  border-color:rgb(44 42 52 / 0.3);
}
.n-border-dark-discovery-bg-weak\/35 {
  border-color:rgb(44 42 52 / 0.35);
}
.n-border-dark-discovery-bg-weak\/40 {
  border-color:rgb(44 42 52 / 0.4);
}
.n-border-dark-discovery-bg-weak\/45 {
  border-color:rgb(44 42 52 / 0.45);
}
.n-border-dark-discovery-bg-weak\/5 {
  border-color:rgb(44 42 52 / 0.05);
}
.n-border-dark-discovery-bg-weak\/50 {
  border-color:rgb(44 42 52 / 0.5);
}
.n-border-dark-discovery-bg-weak\/55 {
  border-color:rgb(44 42 52 / 0.55);
}
.n-border-dark-discovery-bg-weak\/60 {
  border-color:rgb(44 42 52 / 0.6);
}
.n-border-dark-discovery-bg-weak\/65 {
  border-color:rgb(44 42 52 / 0.65);
}
.n-border-dark-discovery-bg-weak\/70 {
  border-color:rgb(44 42 52 / 0.7);
}
.n-border-dark-discovery-bg-weak\/75 {
  border-color:rgb(44 42 52 / 0.75);
}
.n-border-dark-discovery-bg-weak\/80 {
  border-color:rgb(44 42 52 / 0.8);
}
.n-border-dark-discovery-bg-weak\/85 {
  border-color:rgb(44 42 52 / 0.85);
}
.n-border-dark-discovery-bg-weak\/90 {
  border-color:rgb(44 42 52 / 0.9);
}
.n-border-dark-discovery-bg-weak\/95 {
  border-color:rgb(44 42 52 / 0.95);
}
.n-border-dark-discovery-border-strong {
  --tw-border-opacity:1;
  border-color:rgb(204 180 255 / var(--tw-border-opacity));
}
.n-border-dark-discovery-border-strong\/0 {
  border-color:rgb(204 180 255 / 0);
}
.n-border-dark-discovery-border-strong\/10 {
  border-color:rgb(204 180 255 / 0.1);
}
.n-border-dark-discovery-border-strong\/100 {
  border-color:rgb(204 180 255 / 1);
}
.n-border-dark-discovery-border-strong\/15 {
  border-color:rgb(204 180 255 / 0.15);
}
.n-border-dark-discovery-border-strong\/20 {
  border-color:rgb(204 180 255 / 0.2);
}
.n-border-dark-discovery-border-strong\/25 {
  border-color:rgb(204 180 255 / 0.25);
}
.n-border-dark-discovery-border-strong\/30 {
  border-color:rgb(204 180 255 / 0.3);
}
.n-border-dark-discovery-border-strong\/35 {
  border-color:rgb(204 180 255 / 0.35);
}
.n-border-dark-discovery-border-strong\/40 {
  border-color:rgb(204 180 255 / 0.4);
}
.n-border-dark-discovery-border-strong\/45 {
  border-color:rgb(204 180 255 / 0.45);
}
.n-border-dark-discovery-border-strong\/5 {
  border-color:rgb(204 180 255 / 0.05);
}
.n-border-dark-discovery-border-strong\/50 {
  border-color:rgb(204 180 255 / 0.5);
}
.n-border-dark-discovery-border-strong\/55 {
  border-color:rgb(204 180 255 / 0.55);
}
.n-border-dark-discovery-border-strong\/60 {
  border-color:rgb(204 180 255 / 0.6);
}
.n-border-dark-discovery-border-strong\/65 {
  border-color:rgb(204 180 255 / 0.65);
}
.n-border-dark-discovery-border-strong\/70 {
  border-color:rgb(204 180 255 / 0.7);
}
.n-border-dark-discovery-border-strong\/75 {
  border-color:rgb(204 180 255 / 0.75);
}
.n-border-dark-discovery-border-strong\/80 {
  border-color:rgb(204 180 255 / 0.8);
}
.n-border-dark-discovery-border-strong\/85 {
  border-color:rgb(204 180 255 / 0.85);
}
.n-border-dark-discovery-border-strong\/90 {
  border-color:rgb(204 180 255 / 0.9);
}
.n-border-dark-discovery-border-strong\/95 {
  border-color:rgb(204 180 255 / 0.95);
}
.n-border-dark-discovery-border-weak {
  --tw-border-opacity:1;
  border-color:rgb(75 40 148 / var(--tw-border-opacity));
}
.n-border-dark-discovery-border-weak\/0 {
  border-color:rgb(75 40 148 / 0);
}
.n-border-dark-discovery-border-weak\/10 {
  border-color:rgb(75 40 148 / 0.1);
}
.n-border-dark-discovery-border-weak\/100 {
  border-color:rgb(75 40 148 / 1);
}
.n-border-dark-discovery-border-weak\/15 {
  border-color:rgb(75 40 148 / 0.15);
}
.n-border-dark-discovery-border-weak\/20 {
  border-color:rgb(75 40 148 / 0.2);
}
.n-border-dark-discovery-border-weak\/25 {
  border-color:rgb(75 40 148 / 0.25);
}
.n-border-dark-discovery-border-weak\/30 {
  border-color:rgb(75 40 148 / 0.3);
}
.n-border-dark-discovery-border-weak\/35 {
  border-color:rgb(75 40 148 / 0.35);
}
.n-border-dark-discovery-border-weak\/40 {
  border-color:rgb(75 40 148 / 0.4);
}
.n-border-dark-discovery-border-weak\/45 {
  border-color:rgb(75 40 148 / 0.45);
}
.n-border-dark-discovery-border-weak\/5 {
  border-color:rgb(75 40 148 / 0.05);
}
.n-border-dark-discovery-border-weak\/50 {
  border-color:rgb(75 40 148 / 0.5);
}
.n-border-dark-discovery-border-weak\/55 {
  border-color:rgb(75 40 148 / 0.55);
}
.n-border-dark-discovery-border-weak\/60 {
  border-color:rgb(75 40 148 / 0.6);
}
.n-border-dark-discovery-border-weak\/65 {
  border-color:rgb(75 40 148 / 0.65);
}
.n-border-dark-discovery-border-weak\/70 {
  border-color:rgb(75 40 148 / 0.7);
}
.n-border-dark-discovery-border-weak\/75 {
  border-color:rgb(75 40 148 / 0.75);
}
.n-border-dark-discovery-border-weak\/80 {
  border-color:rgb(75 40 148 / 0.8);
}
.n-border-dark-discovery-border-weak\/85 {
  border-color:rgb(75 40 148 / 0.85);
}
.n-border-dark-discovery-border-weak\/90 {
  border-color:rgb(75 40 148 / 0.9);
}
.n-border-dark-discovery-border-weak\/95 {
  border-color:rgb(75 40 148 / 0.95);
}
.n-border-dark-discovery-icon {
  --tw-border-opacity:1;
  border-color:rgb(204 180 255 / var(--tw-border-opacity));
}
.n-border-dark-discovery-icon\/0 {
  border-color:rgb(204 180 255 / 0);
}
.n-border-dark-discovery-icon\/10 {
  border-color:rgb(204 180 255 / 0.1);
}
.n-border-dark-discovery-icon\/100 {
  border-color:rgb(204 180 255 / 1);
}
.n-border-dark-discovery-icon\/15 {
  border-color:rgb(204 180 255 / 0.15);
}
.n-border-dark-discovery-icon\/20 {
  border-color:rgb(204 180 255 / 0.2);
}
.n-border-dark-discovery-icon\/25 {
  border-color:rgb(204 180 255 / 0.25);
}
.n-border-dark-discovery-icon\/30 {
  border-color:rgb(204 180 255 / 0.3);
}
.n-border-dark-discovery-icon\/35 {
  border-color:rgb(204 180 255 / 0.35);
}
.n-border-dark-discovery-icon\/40 {
  border-color:rgb(204 180 255 / 0.4);
}
.n-border-dark-discovery-icon\/45 {
  border-color:rgb(204 180 255 / 0.45);
}
.n-border-dark-discovery-icon\/5 {
  border-color:rgb(204 180 255 / 0.05);
}
.n-border-dark-discovery-icon\/50 {
  border-color:rgb(204 180 255 / 0.5);
}
.n-border-dark-discovery-icon\/55 {
  border-color:rgb(204 180 255 / 0.55);
}
.n-border-dark-discovery-icon\/60 {
  border-color:rgb(204 180 255 / 0.6);
}
.n-border-dark-discovery-icon\/65 {
  border-color:rgb(204 180 255 / 0.65);
}
.n-border-dark-discovery-icon\/70 {
  border-color:rgb(204 180 255 / 0.7);
}
.n-border-dark-discovery-icon\/75 {
  border-color:rgb(204 180 255 / 0.75);
}
.n-border-dark-discovery-icon\/80 {
  border-color:rgb(204 180 255 / 0.8);
}
.n-border-dark-discovery-icon\/85 {
  border-color:rgb(204 180 255 / 0.85);
}
.n-border-dark-discovery-icon\/90 {
  border-color:rgb(204 180 255 / 0.9);
}
.n-border-dark-discovery-icon\/95 {
  border-color:rgb(204 180 255 / 0.95);
}
.n-border-dark-discovery-text {
  --tw-border-opacity:1;
  border-color:rgb(204 180 255 / var(--tw-border-opacity));
}
.n-border-dark-discovery-text\/0 {
  border-color:rgb(204 180 255 / 0);
}
.n-border-dark-discovery-text\/10 {
  border-color:rgb(204 180 255 / 0.1);
}
.n-border-dark-discovery-text\/100 {
  border-color:rgb(204 180 255 / 1);
}
.n-border-dark-discovery-text\/15 {
  border-color:rgb(204 180 255 / 0.15);
}
.n-border-dark-discovery-text\/20 {
  border-color:rgb(204 180 255 / 0.2);
}
.n-border-dark-discovery-text\/25 {
  border-color:rgb(204 180 255 / 0.25);
}
.n-border-dark-discovery-text\/30 {
  border-color:rgb(204 180 255 / 0.3);
}
.n-border-dark-discovery-text\/35 {
  border-color:rgb(204 180 255 / 0.35);
}
.n-border-dark-discovery-text\/40 {
  border-color:rgb(204 180 255 / 0.4);
}
.n-border-dark-discovery-text\/45 {
  border-color:rgb(204 180 255 / 0.45);
}
.n-border-dark-discovery-text\/5 {
  border-color:rgb(204 180 255 / 0.05);
}
.n-border-dark-discovery-text\/50 {
  border-color:rgb(204 180 255 / 0.5);
}
.n-border-dark-discovery-text\/55 {
  border-color:rgb(204 180 255 / 0.55);
}
.n-border-dark-discovery-text\/60 {
  border-color:rgb(204 180 255 / 0.6);
}
.n-border-dark-discovery-text\/65 {
  border-color:rgb(204 180 255 / 0.65);
}
.n-border-dark-discovery-text\/70 {
  border-color:rgb(204 180 255 / 0.7);
}
.n-border-dark-discovery-text\/75 {
  border-color:rgb(204 180 255 / 0.75);
}
.n-border-dark-discovery-text\/80 {
  border-color:rgb(204 180 255 / 0.8);
}
.n-border-dark-discovery-text\/85 {
  border-color:rgb(204 180 255 / 0.85);
}
.n-border-dark-discovery-text\/90 {
  border-color:rgb(204 180 255 / 0.9);
}
.n-border-dark-discovery-text\/95 {
  border-color:rgb(204 180 255 / 0.95);
}
.n-border-dark-neutral-bg-default {
  --tw-border-opacity:1;
  border-color:rgb(26 27 29 / var(--tw-border-opacity));
}
.n-border-dark-neutral-bg-default\/0 {
  border-color:rgb(26 27 29 / 0);
}
.n-border-dark-neutral-bg-default\/10 {
  border-color:rgb(26 27 29 / 0.1);
}
.n-border-dark-neutral-bg-default\/100 {
  border-color:rgb(26 27 29 / 1);
}
.n-border-dark-neutral-bg-default\/15 {
  border-color:rgb(26 27 29 / 0.15);
}
.n-border-dark-neutral-bg-default\/20 {
  border-color:rgb(26 27 29 / 0.2);
}
.n-border-dark-neutral-bg-default\/25 {
  border-color:rgb(26 27 29 / 0.25);
}
.n-border-dark-neutral-bg-default\/30 {
  border-color:rgb(26 27 29 / 0.3);
}
.n-border-dark-neutral-bg-default\/35 {
  border-color:rgb(26 27 29 / 0.35);
}
.n-border-dark-neutral-bg-default\/40 {
  border-color:rgb(26 27 29 / 0.4);
}
.n-border-dark-neutral-bg-default\/45 {
  border-color:rgb(26 27 29 / 0.45);
}
.n-border-dark-neutral-bg-default\/5 {
  border-color:rgb(26 27 29 / 0.05);
}
.n-border-dark-neutral-bg-default\/50 {
  border-color:rgb(26 27 29 / 0.5);
}
.n-border-dark-neutral-bg-default\/55 {
  border-color:rgb(26 27 29 / 0.55);
}
.n-border-dark-neutral-bg-default\/60 {
  border-color:rgb(26 27 29 / 0.6);
}
.n-border-dark-neutral-bg-default\/65 {
  border-color:rgb(26 27 29 / 0.65);
}
.n-border-dark-neutral-bg-default\/70 {
  border-color:rgb(26 27 29 / 0.7);
}
.n-border-dark-neutral-bg-default\/75 {
  border-color:rgb(26 27 29 / 0.75);
}
.n-border-dark-neutral-bg-default\/80 {
  border-color:rgb(26 27 29 / 0.8);
}
.n-border-dark-neutral-bg-default\/85 {
  border-color:rgb(26 27 29 / 0.85);
}
.n-border-dark-neutral-bg-default\/90 {
  border-color:rgb(26 27 29 / 0.9);
}
.n-border-dark-neutral-bg-default\/95 {
  border-color:rgb(26 27 29 / 0.95);
}
.n-border-dark-neutral-bg-on-bg-weak {
  --tw-border-opacity:1;
  border-color:rgb(129 135 144 / var(--tw-border-opacity));
}
.n-border-dark-neutral-bg-on-bg-weak\/0 {
  border-color:rgb(129 135 144 / 0);
}
.n-border-dark-neutral-bg-on-bg-weak\/10 {
  border-color:rgb(129 135 144 / 0.1);
}
.n-border-dark-neutral-bg-on-bg-weak\/100 {
  border-color:rgb(129 135 144 / 1);
}
.n-border-dark-neutral-bg-on-bg-weak\/15 {
  border-color:rgb(129 135 144 / 0.15);
}
.n-border-dark-neutral-bg-on-bg-weak\/20 {
  border-color:rgb(129 135 144 / 0.2);
}
.n-border-dark-neutral-bg-on-bg-weak\/25 {
  border-color:rgb(129 135 144 / 0.25);
}
.n-border-dark-neutral-bg-on-bg-weak\/30 {
  border-color:rgb(129 135 144 / 0.3);
}
.n-border-dark-neutral-bg-on-bg-weak\/35 {
  border-color:rgb(129 135 144 / 0.35);
}
.n-border-dark-neutral-bg-on-bg-weak\/40 {
  border-color:rgb(129 135 144 / 0.4);
}
.n-border-dark-neutral-bg-on-bg-weak\/45 {
  border-color:rgb(129 135 144 / 0.45);
}
.n-border-dark-neutral-bg-on-bg-weak\/5 {
  border-color:rgb(129 135 144 / 0.05);
}
.n-border-dark-neutral-bg-on-bg-weak\/50 {
  border-color:rgb(129 135 144 / 0.5);
}
.n-border-dark-neutral-bg-on-bg-weak\/55 {
  border-color:rgb(129 135 144 / 0.55);
}
.n-border-dark-neutral-bg-on-bg-weak\/60 {
  border-color:rgb(129 135 144 / 0.6);
}
.n-border-dark-neutral-bg-on-bg-weak\/65 {
  border-color:rgb(129 135 144 / 0.65);
}
.n-border-dark-neutral-bg-on-bg-weak\/70 {
  border-color:rgb(129 135 144 / 0.7);
}
.n-border-dark-neutral-bg-on-bg-weak\/75 {
  border-color:rgb(129 135 144 / 0.75);
}
.n-border-dark-neutral-bg-on-bg-weak\/80 {
  border-color:rgb(129 135 144 / 0.8);
}
.n-border-dark-neutral-bg-on-bg-weak\/85 {
  border-color:rgb(129 135 144 / 0.85);
}
.n-border-dark-neutral-bg-on-bg-weak\/90 {
  border-color:rgb(129 135 144 / 0.9);
}
.n-border-dark-neutral-bg-on-bg-weak\/95 {
  border-color:rgb(129 135 144 / 0.95);
}
.n-border-dark-neutral-bg-status {
  --tw-border-opacity:1;
  border-color:rgb(168 172 178 / var(--tw-border-opacity));
}
.n-border-dark-neutral-bg-status\/0 {
  border-color:rgb(168 172 178 / 0);
}
.n-border-dark-neutral-bg-status\/10 {
  border-color:rgb(168 172 178 / 0.1);
}
.n-border-dark-neutral-bg-status\/100 {
  border-color:rgb(168 172 178 / 1);
}
.n-border-dark-neutral-bg-status\/15 {
  border-color:rgb(168 172 178 / 0.15);
}
.n-border-dark-neutral-bg-status\/20 {
  border-color:rgb(168 172 178 / 0.2);
}
.n-border-dark-neutral-bg-status\/25 {
  border-color:rgb(168 172 178 / 0.25);
}
.n-border-dark-neutral-bg-status\/30 {
  border-color:rgb(168 172 178 / 0.3);
}
.n-border-dark-neutral-bg-status\/35 {
  border-color:rgb(168 172 178 / 0.35);
}
.n-border-dark-neutral-bg-status\/40 {
  border-color:rgb(168 172 178 / 0.4);
}
.n-border-dark-neutral-bg-status\/45 {
  border-color:rgb(168 172 178 / 0.45);
}
.n-border-dark-neutral-bg-status\/5 {
  border-color:rgb(168 172 178 / 0.05);
}
.n-border-dark-neutral-bg-status\/50 {
  border-color:rgb(168 172 178 / 0.5);
}
.n-border-dark-neutral-bg-status\/55 {
  border-color:rgb(168 172 178 / 0.55);
}
.n-border-dark-neutral-bg-status\/60 {
  border-color:rgb(168 172 178 / 0.6);
}
.n-border-dark-neutral-bg-status\/65 {
  border-color:rgb(168 172 178 / 0.65);
}
.n-border-dark-neutral-bg-status\/70 {
  border-color:rgb(168 172 178 / 0.7);
}
.n-border-dark-neutral-bg-status\/75 {
  border-color:rgb(168 172 178 / 0.75);
}
.n-border-dark-neutral-bg-status\/80 {
  border-color:rgb(168 172 178 / 0.8);
}
.n-border-dark-neutral-bg-status\/85 {
  border-color:rgb(168 172 178 / 0.85);
}
.n-border-dark-neutral-bg-status\/90 {
  border-color:rgb(168 172 178 / 0.9);
}
.n-border-dark-neutral-bg-status\/95 {
  border-color:rgb(168 172 178 / 0.95);
}
.n-border-dark-neutral-bg-strong {
  --tw-border-opacity:1;
  border-color:rgb(60 63 68 / var(--tw-border-opacity));
}
.n-border-dark-neutral-bg-strong\/0 {
  border-color:rgb(60 63 68 / 0);
}
.n-border-dark-neutral-bg-strong\/10 {
  border-color:rgb(60 63 68 / 0.1);
}
.n-border-dark-neutral-bg-strong\/100 {
  border-color:rgb(60 63 68 / 1);
}
.n-border-dark-neutral-bg-strong\/15 {
  border-color:rgb(60 63 68 / 0.15);
}
.n-border-dark-neutral-bg-strong\/20 {
  border-color:rgb(60 63 68 / 0.2);
}
.n-border-dark-neutral-bg-strong\/25 {
  border-color:rgb(60 63 68 / 0.25);
}
.n-border-dark-neutral-bg-strong\/30 {
  border-color:rgb(60 63 68 / 0.3);
}
.n-border-dark-neutral-bg-strong\/35 {
  border-color:rgb(60 63 68 / 0.35);
}
.n-border-dark-neutral-bg-strong\/40 {
  border-color:rgb(60 63 68 / 0.4);
}
.n-border-dark-neutral-bg-strong\/45 {
  border-color:rgb(60 63 68 / 0.45);
}
.n-border-dark-neutral-bg-strong\/5 {
  border-color:rgb(60 63 68 / 0.05);
}
.n-border-dark-neutral-bg-strong\/50 {
  border-color:rgb(60 63 68 / 0.5);
}
.n-border-dark-neutral-bg-strong\/55 {
  border-color:rgb(60 63 68 / 0.55);
}
.n-border-dark-neutral-bg-strong\/60 {
  border-color:rgb(60 63 68 / 0.6);
}
.n-border-dark-neutral-bg-strong\/65 {
  border-color:rgb(60 63 68 / 0.65);
}
.n-border-dark-neutral-bg-strong\/70 {
  border-color:rgb(60 63 68 / 0.7);
}
.n-border-dark-neutral-bg-strong\/75 {
  border-color:rgb(60 63 68 / 0.75);
}
.n-border-dark-neutral-bg-strong\/80 {
  border-color:rgb(60 63 68 / 0.8);
}
.n-border-dark-neutral-bg-strong\/85 {
  border-color:rgb(60 63 68 / 0.85);
}
.n-border-dark-neutral-bg-strong\/90 {
  border-color:rgb(60 63 68 / 0.9);
}
.n-border-dark-neutral-bg-strong\/95 {
  border-color:rgb(60 63 68 / 0.95);
}
.n-border-dark-neutral-bg-stronger {
  --tw-border-opacity:1;
  border-color:rgb(111 117 126 / var(--tw-border-opacity));
}
.n-border-dark-neutral-bg-stronger\/0 {
  border-color:rgb(111 117 126 / 0);
}
.n-border-dark-neutral-bg-stronger\/10 {
  border-color:rgb(111 117 126 / 0.1);
}
.n-border-dark-neutral-bg-stronger\/100 {
  border-color:rgb(111 117 126 / 1);
}
.n-border-dark-neutral-bg-stronger\/15 {
  border-color:rgb(111 117 126 / 0.15);
}
.n-border-dark-neutral-bg-stronger\/20 {
  border-color:rgb(111 117 126 / 0.2);
}
.n-border-dark-neutral-bg-stronger\/25 {
  border-color:rgb(111 117 126 / 0.25);
}
.n-border-dark-neutral-bg-stronger\/30 {
  border-color:rgb(111 117 126 / 0.3);
}
.n-border-dark-neutral-bg-stronger\/35 {
  border-color:rgb(111 117 126 / 0.35);
}
.n-border-dark-neutral-bg-stronger\/40 {
  border-color:rgb(111 117 126 / 0.4);
}
.n-border-dark-neutral-bg-stronger\/45 {
  border-color:rgb(111 117 126 / 0.45);
}
.n-border-dark-neutral-bg-stronger\/5 {
  border-color:rgb(111 117 126 / 0.05);
}
.n-border-dark-neutral-bg-stronger\/50 {
  border-color:rgb(111 117 126 / 0.5);
}
.n-border-dark-neutral-bg-stronger\/55 {
  border-color:rgb(111 117 126 / 0.55);
}
.n-border-dark-neutral-bg-stronger\/60 {
  border-color:rgb(111 117 126 / 0.6);
}
.n-border-dark-neutral-bg-stronger\/65 {
  border-color:rgb(111 117 126 / 0.65);
}
.n-border-dark-neutral-bg-stronger\/70 {
  border-color:rgb(111 117 126 / 0.7);
}
.n-border-dark-neutral-bg-stronger\/75 {
  border-color:rgb(111 117 126 / 0.75);
}
.n-border-dark-neutral-bg-stronger\/80 {
  border-color:rgb(111 117 126 / 0.8);
}
.n-border-dark-neutral-bg-stronger\/85 {
  border-color:rgb(111 117 126 / 0.85);
}
.n-border-dark-neutral-bg-stronger\/90 {
  border-color:rgb(111 117 126 / 0.9);
}
.n-border-dark-neutral-bg-stronger\/95 {
  border-color:rgb(111 117 126 / 0.95);
}
.n-border-dark-neutral-bg-strongest {
  --tw-border-opacity:1;
  border-color:rgb(255 255 255 / var(--tw-border-opacity));
}
.n-border-dark-neutral-bg-strongest\/0 {
  border-color:rgb(255 255 255 / 0);
}
.n-border-dark-neutral-bg-strongest\/10 {
  border-color:rgb(255 255 255 / 0.1);
}
.n-border-dark-neutral-bg-strongest\/100 {
  border-color:rgb(255 255 255 / 1);
}
.n-border-dark-neutral-bg-strongest\/15 {
  border-color:rgb(255 255 255 / 0.15);
}
.n-border-dark-neutral-bg-strongest\/20 {
  border-color:rgb(255 255 255 / 0.2);
}
.n-border-dark-neutral-bg-strongest\/25 {
  border-color:rgb(255 255 255 / 0.25);
}
.n-border-dark-neutral-bg-strongest\/30 {
  border-color:rgb(255 255 255 / 0.3);
}
.n-border-dark-neutral-bg-strongest\/35 {
  border-color:rgb(255 255 255 / 0.35);
}
.n-border-dark-neutral-bg-strongest\/40 {
  border-color:rgb(255 255 255 / 0.4);
}
.n-border-dark-neutral-bg-strongest\/45 {
  border-color:rgb(255 255 255 / 0.45);
}
.n-border-dark-neutral-bg-strongest\/5 {
  border-color:rgb(255 255 255 / 0.05);
}
.n-border-dark-neutral-bg-strongest\/50 {
  border-color:rgb(255 255 255 / 0.5);
}
.n-border-dark-neutral-bg-strongest\/55 {
  border-color:rgb(255 255 255 / 0.55);
}
.n-border-dark-neutral-bg-strongest\/60 {
  border-color:rgb(255 255 255 / 0.6);
}
.n-border-dark-neutral-bg-strongest\/65 {
  border-color:rgb(255 255 255 / 0.65);
}
.n-border-dark-neutral-bg-strongest\/70 {
  border-color:rgb(255 255 255 / 0.7);
}
.n-border-dark-neutral-bg-strongest\/75 {
  border-color:rgb(255 255 255 / 0.75);
}
.n-border-dark-neutral-bg-strongest\/80 {
  border-color:rgb(255 255 255 / 0.8);
}
.n-border-dark-neutral-bg-strongest\/85 {
  border-color:rgb(255 255 255 / 0.85);
}
.n-border-dark-neutral-bg-strongest\/90 {
  border-color:rgb(255 255 255 / 0.9);
}
.n-border-dark-neutral-bg-strongest\/95 {
  border-color:rgb(255 255 255 / 0.95);
}
.n-border-dark-neutral-bg-weak {
  --tw-border-opacity:1;
  border-color:rgb(33 35 37 / var(--tw-border-opacity));
}
.n-border-dark-neutral-bg-weak\/0 {
  border-color:rgb(33 35 37 / 0);
}
.n-border-dark-neutral-bg-weak\/10 {
  border-color:rgb(33 35 37 / 0.1);
}
.n-border-dark-neutral-bg-weak\/100 {
  border-color:rgb(33 35 37 / 1);
}
.n-border-dark-neutral-bg-weak\/15 {
  border-color:rgb(33 35 37 / 0.15);
}
.n-border-dark-neutral-bg-weak\/20 {
  border-color:rgb(33 35 37 / 0.2);
}
.n-border-dark-neutral-bg-weak\/25 {
  border-color:rgb(33 35 37 / 0.25);
}
.n-border-dark-neutral-bg-weak\/30 {
  border-color:rgb(33 35 37 / 0.3);
}
.n-border-dark-neutral-bg-weak\/35 {
  border-color:rgb(33 35 37 / 0.35);
}
.n-border-dark-neutral-bg-weak\/40 {
  border-color:rgb(33 35 37 / 0.4);
}
.n-border-dark-neutral-bg-weak\/45 {
  border-color:rgb(33 35 37 / 0.45);
}
.n-border-dark-neutral-bg-weak\/5 {
  border-color:rgb(33 35 37 / 0.05);
}
.n-border-dark-neutral-bg-weak\/50 {
  border-color:rgb(33 35 37 / 0.5);
}
.n-border-dark-neutral-bg-weak\/55 {
  border-color:rgb(33 35 37 / 0.55);
}
.n-border-dark-neutral-bg-weak\/60 {
  border-color:rgb(33 35 37 / 0.6);
}
.n-border-dark-neutral-bg-weak\/65 {
  border-color:rgb(33 35 37 / 0.65);
}
.n-border-dark-neutral-bg-weak\/70 {
  border-color:rgb(33 35 37 / 0.7);
}
.n-border-dark-neutral-bg-weak\/75 {
  border-color:rgb(33 35 37 / 0.75);
}
.n-border-dark-neutral-bg-weak\/80 {
  border-color:rgb(33 35 37 / 0.8);
}
.n-border-dark-neutral-bg-weak\/85 {
  border-color:rgb(33 35 37 / 0.85);
}
.n-border-dark-neutral-bg-weak\/90 {
  border-color:rgb(33 35 37 / 0.9);
}
.n-border-dark-neutral-bg-weak\/95 {
  border-color:rgb(33 35 37 / 0.95);
}
.n-border-dark-neutral-border-strong {
  --tw-border-opacity:1;
  border-color:rgb(111 117 126 / var(--tw-border-opacity));
}
.n-border-dark-neutral-border-strong\/0 {
  border-color:rgb(111 117 126 / 0);
}
.n-border-dark-neutral-border-strong\/10 {
  border-color:rgb(111 117 126 / 0.1);
}
.n-border-dark-neutral-border-strong\/100 {
  border-color:rgb(111 117 126 / 1);
}
.n-border-dark-neutral-border-strong\/15 {
  border-color:rgb(111 117 126 / 0.15);
}
.n-border-dark-neutral-border-strong\/20 {
  border-color:rgb(111 117 126 / 0.2);
}
.n-border-dark-neutral-border-strong\/25 {
  border-color:rgb(111 117 126 / 0.25);
}
.n-border-dark-neutral-border-strong\/30 {
  border-color:rgb(111 117 126 / 0.3);
}
.n-border-dark-neutral-border-strong\/35 {
  border-color:rgb(111 117 126 / 0.35);
}
.n-border-dark-neutral-border-strong\/40 {
  border-color:rgb(111 117 126 / 0.4);
}
.n-border-dark-neutral-border-strong\/45 {
  border-color:rgb(111 117 126 / 0.45);
}
.n-border-dark-neutral-border-strong\/5 {
  border-color:rgb(111 117 126 / 0.05);
}
.n-border-dark-neutral-border-strong\/50 {
  border-color:rgb(111 117 126 / 0.5);
}
.n-border-dark-neutral-border-strong\/55 {
  border-color:rgb(111 117 126 / 0.55);
}
.n-border-dark-neutral-border-strong\/60 {
  border-color:rgb(111 117 126 / 0.6);
}
.n-border-dark-neutral-border-strong\/65 {
  border-color:rgb(111 117 126 / 0.65);
}
.n-border-dark-neutral-border-strong\/70 {
  border-color:rgb(111 117 126 / 0.7);
}
.n-border-dark-neutral-border-strong\/75 {
  border-color:rgb(111 117 126 / 0.75);
}
.n-border-dark-neutral-border-strong\/80 {
  border-color:rgb(111 117 126 / 0.8);
}
.n-border-dark-neutral-border-strong\/85 {
  border-color:rgb(111 117 126 / 0.85);
}
.n-border-dark-neutral-border-strong\/90 {
  border-color:rgb(111 117 126 / 0.9);
}
.n-border-dark-neutral-border-strong\/95 {
  border-color:rgb(111 117 126 / 0.95);
}
.n-border-dark-neutral-border-strongest {
  --tw-border-opacity:1;
  border-color:rgb(187 190 195 / var(--tw-border-opacity));
}
.n-border-dark-neutral-border-strongest\/0 {
  border-color:rgb(187 190 195 / 0);
}
.n-border-dark-neutral-border-strongest\/10 {
  border-color:rgb(187 190 195 / 0.1);
}
.n-border-dark-neutral-border-strongest\/100 {
  border-color:rgb(187 190 195 / 1);
}
.n-border-dark-neutral-border-strongest\/15 {
  border-color:rgb(187 190 195 / 0.15);
}
.n-border-dark-neutral-border-strongest\/20 {
  border-color:rgb(187 190 195 / 0.2);
}
.n-border-dark-neutral-border-strongest\/25 {
  border-color:rgb(187 190 195 / 0.25);
}
.n-border-dark-neutral-border-strongest\/30 {
  border-color:rgb(187 190 195 / 0.3);
}
.n-border-dark-neutral-border-strongest\/35 {
  border-color:rgb(187 190 195 / 0.35);
}
.n-border-dark-neutral-border-strongest\/40 {
  border-color:rgb(187 190 195 / 0.4);
}
.n-border-dark-neutral-border-strongest\/45 {
  border-color:rgb(187 190 195 / 0.45);
}
.n-border-dark-neutral-border-strongest\/5 {
  border-color:rgb(187 190 195 / 0.05);
}
.n-border-dark-neutral-border-strongest\/50 {
  border-color:rgb(187 190 195 / 0.5);
}
.n-border-dark-neutral-border-strongest\/55 {
  border-color:rgb(187 190 195 / 0.55);
}
.n-border-dark-neutral-border-strongest\/60 {
  border-color:rgb(187 190 195 / 0.6);
}
.n-border-dark-neutral-border-strongest\/65 {
  border-color:rgb(187 190 195 / 0.65);
}
.n-border-dark-neutral-border-strongest\/70 {
  border-color:rgb(187 190 195 / 0.7);
}
.n-border-dark-neutral-border-strongest\/75 {
  border-color:rgb(187 190 195 / 0.75);
}
.n-border-dark-neutral-border-strongest\/80 {
  border-color:rgb(187 190 195 / 0.8);
}
.n-border-dark-neutral-border-strongest\/85 {
  border-color:rgb(187 190 195 / 0.85);
}
.n-border-dark-neutral-border-strongest\/90 {
  border-color:rgb(187 190 195 / 0.9);
}
.n-border-dark-neutral-border-strongest\/95 {
  border-color:rgb(187 190 195 / 0.95);
}
.n-border-dark-neutral-border-weak {
  --tw-border-opacity:1;
  border-color:rgb(60 63 68 / var(--tw-border-opacity));
}
.n-border-dark-neutral-border-weak\/0 {
  border-color:rgb(60 63 68 / 0);
}
.n-border-dark-neutral-border-weak\/10 {
  border-color:rgb(60 63 68 / 0.1);
}
.n-border-dark-neutral-border-weak\/100 {
  border-color:rgb(60 63 68 / 1);
}
.n-border-dark-neutral-border-weak\/15 {
  border-color:rgb(60 63 68 / 0.15);
}
.n-border-dark-neutral-border-weak\/20 {
  border-color:rgb(60 63 68 / 0.2);
}
.n-border-dark-neutral-border-weak\/25 {
  border-color:rgb(60 63 68 / 0.25);
}
.n-border-dark-neutral-border-weak\/30 {
  border-color:rgb(60 63 68 / 0.3);
}
.n-border-dark-neutral-border-weak\/35 {
  border-color:rgb(60 63 68 / 0.35);
}
.n-border-dark-neutral-border-weak\/40 {
  border-color:rgb(60 63 68 / 0.4);
}
.n-border-dark-neutral-border-weak\/45 {
  border-color:rgb(60 63 68 / 0.45);
}
.n-border-dark-neutral-border-weak\/5 {
  border-color:rgb(60 63 68 / 0.05);
}
.n-border-dark-neutral-border-weak\/50 {
  border-color:rgb(60 63 68 / 0.5);
}
.n-border-dark-neutral-border-weak\/55 {
  border-color:rgb(60 63 68 / 0.55);
}
.n-border-dark-neutral-border-weak\/60 {
  border-color:rgb(60 63 68 / 0.6);
}
.n-border-dark-neutral-border-weak\/65 {
  border-color:rgb(60 63 68 / 0.65);
}
.n-border-dark-neutral-border-weak\/70 {
  border-color:rgb(60 63 68 / 0.7);
}
.n-border-dark-neutral-border-weak\/75 {
  border-color:rgb(60 63 68 / 0.75);
}
.n-border-dark-neutral-border-weak\/80 {
  border-color:rgb(60 63 68 / 0.8);
}
.n-border-dark-neutral-border-weak\/85 {
  border-color:rgb(60 63 68 / 0.85);
}
.n-border-dark-neutral-border-weak\/90 {
  border-color:rgb(60 63 68 / 0.9);
}
.n-border-dark-neutral-border-weak\/95 {
  border-color:rgb(60 63 68 / 0.95);
}
.n-border-dark-neutral-hover {
  --tw-border-opacity:1;
  border-color:rgb(149 154 161 / var(--tw-border-opacity));
}
.n-border-dark-neutral-hover\/0 {
  border-color:rgb(149 154 161 / 0);
}
.n-border-dark-neutral-hover\/10 {
  border-color:rgb(149 154 161 / 0.1);
}
.n-border-dark-neutral-hover\/100 {
  border-color:rgb(149 154 161 / 1);
}
.n-border-dark-neutral-hover\/15 {
  border-color:rgb(149 154 161 / 0.15);
}
.n-border-dark-neutral-hover\/20 {
  border-color:rgb(149 154 161 / 0.2);
}
.n-border-dark-neutral-hover\/25 {
  border-color:rgb(149 154 161 / 0.25);
}
.n-border-dark-neutral-hover\/30 {
  border-color:rgb(149 154 161 / 0.3);
}
.n-border-dark-neutral-hover\/35 {
  border-color:rgb(149 154 161 / 0.35);
}
.n-border-dark-neutral-hover\/40 {
  border-color:rgb(149 154 161 / 0.4);
}
.n-border-dark-neutral-hover\/45 {
  border-color:rgb(149 154 161 / 0.45);
}
.n-border-dark-neutral-hover\/5 {
  border-color:rgb(149 154 161 / 0.05);
}
.n-border-dark-neutral-hover\/50 {
  border-color:rgb(149 154 161 / 0.5);
}
.n-border-dark-neutral-hover\/55 {
  border-color:rgb(149 154 161 / 0.55);
}
.n-border-dark-neutral-hover\/60 {
  border-color:rgb(149 154 161 / 0.6);
}
.n-border-dark-neutral-hover\/65 {
  border-color:rgb(149 154 161 / 0.65);
}
.n-border-dark-neutral-hover\/70 {
  border-color:rgb(149 154 161 / 0.7);
}
.n-border-dark-neutral-hover\/75 {
  border-color:rgb(149 154 161 / 0.75);
}
.n-border-dark-neutral-hover\/80 {
  border-color:rgb(149 154 161 / 0.8);
}
.n-border-dark-neutral-hover\/85 {
  border-color:rgb(149 154 161 / 0.85);
}
.n-border-dark-neutral-hover\/90 {
  border-color:rgb(149 154 161 / 0.9);
}
.n-border-dark-neutral-hover\/95 {
  border-color:rgb(149 154 161 / 0.95);
}
.n-border-dark-neutral-icon {
  --tw-border-opacity:1;
  border-color:rgb(207 209 212 / var(--tw-border-opacity));
}
.n-border-dark-neutral-icon\/0 {
  border-color:rgb(207 209 212 / 0);
}
.n-border-dark-neutral-icon\/10 {
  border-color:rgb(207 209 212 / 0.1);
}
.n-border-dark-neutral-icon\/100 {
  border-color:rgb(207 209 212 / 1);
}
.n-border-dark-neutral-icon\/15 {
  border-color:rgb(207 209 212 / 0.15);
}
.n-border-dark-neutral-icon\/20 {
  border-color:rgb(207 209 212 / 0.2);
}
.n-border-dark-neutral-icon\/25 {
  border-color:rgb(207 209 212 / 0.25);
}
.n-border-dark-neutral-icon\/30 {
  border-color:rgb(207 209 212 / 0.3);
}
.n-border-dark-neutral-icon\/35 {
  border-color:rgb(207 209 212 / 0.35);
}
.n-border-dark-neutral-icon\/40 {
  border-color:rgb(207 209 212 / 0.4);
}
.n-border-dark-neutral-icon\/45 {
  border-color:rgb(207 209 212 / 0.45);
}
.n-border-dark-neutral-icon\/5 {
  border-color:rgb(207 209 212 / 0.05);
}
.n-border-dark-neutral-icon\/50 {
  border-color:rgb(207 209 212 / 0.5);
}
.n-border-dark-neutral-icon\/55 {
  border-color:rgb(207 209 212 / 0.55);
}
.n-border-dark-neutral-icon\/60 {
  border-color:rgb(207 209 212 / 0.6);
}
.n-border-dark-neutral-icon\/65 {
  border-color:rgb(207 209 212 / 0.65);
}
.n-border-dark-neutral-icon\/70 {
  border-color:rgb(207 209 212 / 0.7);
}
.n-border-dark-neutral-icon\/75 {
  border-color:rgb(207 209 212 / 0.75);
}
.n-border-dark-neutral-icon\/80 {
  border-color:rgb(207 209 212 / 0.8);
}
.n-border-dark-neutral-icon\/85 {
  border-color:rgb(207 209 212 / 0.85);
}
.n-border-dark-neutral-icon\/90 {
  border-color:rgb(207 209 212 / 0.9);
}
.n-border-dark-neutral-icon\/95 {
  border-color:rgb(207 209 212 / 0.95);
}
.n-border-dark-neutral-pressed {
  --tw-border-opacity:1;
  border-color:rgb(149 154 161 / var(--tw-border-opacity));
}
.n-border-dark-neutral-pressed\/0 {
  border-color:rgb(149 154 161 / 0);
}
.n-border-dark-neutral-pressed\/10 {
  border-color:rgb(149 154 161 / 0.1);
}
.n-border-dark-neutral-pressed\/100 {
  border-color:rgb(149 154 161 / 1);
}
.n-border-dark-neutral-pressed\/15 {
  border-color:rgb(149 154 161 / 0.15);
}
.n-border-dark-neutral-pressed\/20 {
  border-color:rgb(149 154 161 / 0.2);
}
.n-border-dark-neutral-pressed\/25 {
  border-color:rgb(149 154 161 / 0.25);
}
.n-border-dark-neutral-pressed\/30 {
  border-color:rgb(149 154 161 / 0.3);
}
.n-border-dark-neutral-pressed\/35 {
  border-color:rgb(149 154 161 / 0.35);
}
.n-border-dark-neutral-pressed\/40 {
  border-color:rgb(149 154 161 / 0.4);
}
.n-border-dark-neutral-pressed\/45 {
  border-color:rgb(149 154 161 / 0.45);
}
.n-border-dark-neutral-pressed\/5 {
  border-color:rgb(149 154 161 / 0.05);
}
.n-border-dark-neutral-pressed\/50 {
  border-color:rgb(149 154 161 / 0.5);
}
.n-border-dark-neutral-pressed\/55 {
  border-color:rgb(149 154 161 / 0.55);
}
.n-border-dark-neutral-pressed\/60 {
  border-color:rgb(149 154 161 / 0.6);
}
.n-border-dark-neutral-pressed\/65 {
  border-color:rgb(149 154 161 / 0.65);
}
.n-border-dark-neutral-pressed\/70 {
  border-color:rgb(149 154 161 / 0.7);
}
.n-border-dark-neutral-pressed\/75 {
  border-color:rgb(149 154 161 / 0.75);
}
.n-border-dark-neutral-pressed\/80 {
  border-color:rgb(149 154 161 / 0.8);
}
.n-border-dark-neutral-pressed\/85 {
  border-color:rgb(149 154 161 / 0.85);
}
.n-border-dark-neutral-pressed\/90 {
  border-color:rgb(149 154 161 / 0.9);
}
.n-border-dark-neutral-pressed\/95 {
  border-color:rgb(149 154 161 / 0.95);
}
.n-border-dark-neutral-text-default {
  --tw-border-opacity:1;
  border-color:rgb(245 246 246 / var(--tw-border-opacity));
}
.n-border-dark-neutral-text-default\/0 {
  border-color:rgb(245 246 246 / 0);
}
.n-border-dark-neutral-text-default\/10 {
  border-color:rgb(245 246 246 / 0.1);
}
.n-border-dark-neutral-text-default\/100 {
  border-color:rgb(245 246 246 / 1);
}
.n-border-dark-neutral-text-default\/15 {
  border-color:rgb(245 246 246 / 0.15);
}
.n-border-dark-neutral-text-default\/20 {
  border-color:rgb(245 246 246 / 0.2);
}
.n-border-dark-neutral-text-default\/25 {
  border-color:rgb(245 246 246 / 0.25);
}
.n-border-dark-neutral-text-default\/30 {
  border-color:rgb(245 246 246 / 0.3);
}
.n-border-dark-neutral-text-default\/35 {
  border-color:rgb(245 246 246 / 0.35);
}
.n-border-dark-neutral-text-default\/40 {
  border-color:rgb(245 246 246 / 0.4);
}
.n-border-dark-neutral-text-default\/45 {
  border-color:rgb(245 246 246 / 0.45);
}
.n-border-dark-neutral-text-default\/5 {
  border-color:rgb(245 246 246 / 0.05);
}
.n-border-dark-neutral-text-default\/50 {
  border-color:rgb(245 246 246 / 0.5);
}
.n-border-dark-neutral-text-default\/55 {
  border-color:rgb(245 246 246 / 0.55);
}
.n-border-dark-neutral-text-default\/60 {
  border-color:rgb(245 246 246 / 0.6);
}
.n-border-dark-neutral-text-default\/65 {
  border-color:rgb(245 246 246 / 0.65);
}
.n-border-dark-neutral-text-default\/70 {
  border-color:rgb(245 246 246 / 0.7);
}
.n-border-dark-neutral-text-default\/75 {
  border-color:rgb(245 246 246 / 0.75);
}
.n-border-dark-neutral-text-default\/80 {
  border-color:rgb(245 246 246 / 0.8);
}
.n-border-dark-neutral-text-default\/85 {
  border-color:rgb(245 246 246 / 0.85);
}
.n-border-dark-neutral-text-default\/90 {
  border-color:rgb(245 246 246 / 0.9);
}
.n-border-dark-neutral-text-default\/95 {
  border-color:rgb(245 246 246 / 0.95);
}
.n-border-dark-neutral-text-inverse {
  --tw-border-opacity:1;
  border-color:rgb(26 27 29 / var(--tw-border-opacity));
}
.n-border-dark-neutral-text-inverse\/0 {
  border-color:rgb(26 27 29 / 0);
}
.n-border-dark-neutral-text-inverse\/10 {
  border-color:rgb(26 27 29 / 0.1);
}
.n-border-dark-neutral-text-inverse\/100 {
  border-color:rgb(26 27 29 / 1);
}
.n-border-dark-neutral-text-inverse\/15 {
  border-color:rgb(26 27 29 / 0.15);
}
.n-border-dark-neutral-text-inverse\/20 {
  border-color:rgb(26 27 29 / 0.2);
}
.n-border-dark-neutral-text-inverse\/25 {
  border-color:rgb(26 27 29 / 0.25);
}
.n-border-dark-neutral-text-inverse\/30 {
  border-color:rgb(26 27 29 / 0.3);
}
.n-border-dark-neutral-text-inverse\/35 {
  border-color:rgb(26 27 29 / 0.35);
}
.n-border-dark-neutral-text-inverse\/40 {
  border-color:rgb(26 27 29 / 0.4);
}
.n-border-dark-neutral-text-inverse\/45 {
  border-color:rgb(26 27 29 / 0.45);
}
.n-border-dark-neutral-text-inverse\/5 {
  border-color:rgb(26 27 29 / 0.05);
}
.n-border-dark-neutral-text-inverse\/50 {
  border-color:rgb(26 27 29 / 0.5);
}
.n-border-dark-neutral-text-inverse\/55 {
  border-color:rgb(26 27 29 / 0.55);
}
.n-border-dark-neutral-text-inverse\/60 {
  border-color:rgb(26 27 29 / 0.6);
}
.n-border-dark-neutral-text-inverse\/65 {
  border-color:rgb(26 27 29 / 0.65);
}
.n-border-dark-neutral-text-inverse\/70 {
  border-color:rgb(26 27 29 / 0.7);
}
.n-border-dark-neutral-text-inverse\/75 {
  border-color:rgb(26 27 29 / 0.75);
}
.n-border-dark-neutral-text-inverse\/80 {
  border-color:rgb(26 27 29 / 0.8);
}
.n-border-dark-neutral-text-inverse\/85 {
  border-color:rgb(26 27 29 / 0.85);
}
.n-border-dark-neutral-text-inverse\/90 {
  border-color:rgb(26 27 29 / 0.9);
}
.n-border-dark-neutral-text-inverse\/95 {
  border-color:rgb(26 27 29 / 0.95);
}
.n-border-dark-neutral-text-weak {
  --tw-border-opacity:1;
  border-color:rgb(207 209 212 / var(--tw-border-opacity));
}
.n-border-dark-neutral-text-weak\/0 {
  border-color:rgb(207 209 212 / 0);
}
.n-border-dark-neutral-text-weak\/10 {
  border-color:rgb(207 209 212 / 0.1);
}
.n-border-dark-neutral-text-weak\/100 {
  border-color:rgb(207 209 212 / 1);
}
.n-border-dark-neutral-text-weak\/15 {
  border-color:rgb(207 209 212 / 0.15);
}
.n-border-dark-neutral-text-weak\/20 {
  border-color:rgb(207 209 212 / 0.2);
}
.n-border-dark-neutral-text-weak\/25 {
  border-color:rgb(207 209 212 / 0.25);
}
.n-border-dark-neutral-text-weak\/30 {
  border-color:rgb(207 209 212 / 0.3);
}
.n-border-dark-neutral-text-weak\/35 {
  border-color:rgb(207 209 212 / 0.35);
}
.n-border-dark-neutral-text-weak\/40 {
  border-color:rgb(207 209 212 / 0.4);
}
.n-border-dark-neutral-text-weak\/45 {
  border-color:rgb(207 209 212 / 0.45);
}
.n-border-dark-neutral-text-weak\/5 {
  border-color:rgb(207 209 212 / 0.05);
}
.n-border-dark-neutral-text-weak\/50 {
  border-color:rgb(207 209 212 / 0.5);
}
.n-border-dark-neutral-text-weak\/55 {
  border-color:rgb(207 209 212 / 0.55);
}
.n-border-dark-neutral-text-weak\/60 {
  border-color:rgb(207 209 212 / 0.6);
}
.n-border-dark-neutral-text-weak\/65 {
  border-color:rgb(207 209 212 / 0.65);
}
.n-border-dark-neutral-text-weak\/70 {
  border-color:rgb(207 209 212 / 0.7);
}
.n-border-dark-neutral-text-weak\/75 {
  border-color:rgb(207 209 212 / 0.75);
}
.n-border-dark-neutral-text-weak\/80 {
  border-color:rgb(207 209 212 / 0.8);
}
.n-border-dark-neutral-text-weak\/85 {
  border-color:rgb(207 209 212 / 0.85);
}
.n-border-dark-neutral-text-weak\/90 {
  border-color:rgb(207 209 212 / 0.9);
}
.n-border-dark-neutral-text-weak\/95 {
  border-color:rgb(207 209 212 / 0.95);
}
.n-border-dark-neutral-text-weaker {
  --tw-border-opacity:1;
  border-color:rgb(168 172 178 / var(--tw-border-opacity));
}
.n-border-dark-neutral-text-weaker\/0 {
  border-color:rgb(168 172 178 / 0);
}
.n-border-dark-neutral-text-weaker\/10 {
  border-color:rgb(168 172 178 / 0.1);
}
.n-border-dark-neutral-text-weaker\/100 {
  border-color:rgb(168 172 178 / 1);
}
.n-border-dark-neutral-text-weaker\/15 {
  border-color:rgb(168 172 178 / 0.15);
}
.n-border-dark-neutral-text-weaker\/20 {
  border-color:rgb(168 172 178 / 0.2);
}
.n-border-dark-neutral-text-weaker\/25 {
  border-color:rgb(168 172 178 / 0.25);
}
.n-border-dark-neutral-text-weaker\/30 {
  border-color:rgb(168 172 178 / 0.3);
}
.n-border-dark-neutral-text-weaker\/35 {
  border-color:rgb(168 172 178 / 0.35);
}
.n-border-dark-neutral-text-weaker\/40 {
  border-color:rgb(168 172 178 / 0.4);
}
.n-border-dark-neutral-text-weaker\/45 {
  border-color:rgb(168 172 178 / 0.45);
}
.n-border-dark-neutral-text-weaker\/5 {
  border-color:rgb(168 172 178 / 0.05);
}
.n-border-dark-neutral-text-weaker\/50 {
  border-color:rgb(168 172 178 / 0.5);
}
.n-border-dark-neutral-text-weaker\/55 {
  border-color:rgb(168 172 178 / 0.55);
}
.n-border-dark-neutral-text-weaker\/60 {
  border-color:rgb(168 172 178 / 0.6);
}
.n-border-dark-neutral-text-weaker\/65 {
  border-color:rgb(168 172 178 / 0.65);
}
.n-border-dark-neutral-text-weaker\/70 {
  border-color:rgb(168 172 178 / 0.7);
}
.n-border-dark-neutral-text-weaker\/75 {
  border-color:rgb(168 172 178 / 0.75);
}
.n-border-dark-neutral-text-weaker\/80 {
  border-color:rgb(168 172 178 / 0.8);
}
.n-border-dark-neutral-text-weaker\/85 {
  border-color:rgb(168 172 178 / 0.85);
}
.n-border-dark-neutral-text-weaker\/90 {
  border-color:rgb(168 172 178 / 0.9);
}
.n-border-dark-neutral-text-weaker\/95 {
  border-color:rgb(168 172 178 / 0.95);
}
.n-border-dark-neutral-text-weakest {
  --tw-border-opacity:1;
  border-color:rgb(129 135 144 / var(--tw-border-opacity));
}
.n-border-dark-neutral-text-weakest\/0 {
  border-color:rgb(129 135 144 / 0);
}
.n-border-dark-neutral-text-weakest\/10 {
  border-color:rgb(129 135 144 / 0.1);
}
.n-border-dark-neutral-text-weakest\/100 {
  border-color:rgb(129 135 144 / 1);
}
.n-border-dark-neutral-text-weakest\/15 {
  border-color:rgb(129 135 144 / 0.15);
}
.n-border-dark-neutral-text-weakest\/20 {
  border-color:rgb(129 135 144 / 0.2);
}
.n-border-dark-neutral-text-weakest\/25 {
  border-color:rgb(129 135 144 / 0.25);
}
.n-border-dark-neutral-text-weakest\/30 {
  border-color:rgb(129 135 144 / 0.3);
}
.n-border-dark-neutral-text-weakest\/35 {
  border-color:rgb(129 135 144 / 0.35);
}
.n-border-dark-neutral-text-weakest\/40 {
  border-color:rgb(129 135 144 / 0.4);
}
.n-border-dark-neutral-text-weakest\/45 {
  border-color:rgb(129 135 144 / 0.45);
}
.n-border-dark-neutral-text-weakest\/5 {
  border-color:rgb(129 135 144 / 0.05);
}
.n-border-dark-neutral-text-weakest\/50 {
  border-color:rgb(129 135 144 / 0.5);
}
.n-border-dark-neutral-text-weakest\/55 {
  border-color:rgb(129 135 144 / 0.55);
}
.n-border-dark-neutral-text-weakest\/60 {
  border-color:rgb(129 135 144 / 0.6);
}
.n-border-dark-neutral-text-weakest\/65 {
  border-color:rgb(129 135 144 / 0.65);
}
.n-border-dark-neutral-text-weakest\/70 {
  border-color:rgb(129 135 144 / 0.7);
}
.n-border-dark-neutral-text-weakest\/75 {
  border-color:rgb(129 135 144 / 0.75);
}
.n-border-dark-neutral-text-weakest\/80 {
  border-color:rgb(129 135 144 / 0.8);
}
.n-border-dark-neutral-text-weakest\/85 {
  border-color:rgb(129 135 144 / 0.85);
}
.n-border-dark-neutral-text-weakest\/90 {
  border-color:rgb(129 135 144 / 0.9);
}
.n-border-dark-neutral-text-weakest\/95 {
  border-color:rgb(129 135 144 / 0.95);
}
.n-border-dark-primary-bg-selected {
  --tw-border-opacity:1;
  border-color:rgb(38 47 49 / var(--tw-border-opacity));
}
.n-border-dark-primary-bg-selected\/0 {
  border-color:rgb(38 47 49 / 0);
}
.n-border-dark-primary-bg-selected\/10 {
  border-color:rgb(38 47 49 / 0.1);
}
.n-border-dark-primary-bg-selected\/100 {
  border-color:rgb(38 47 49 / 1);
}
.n-border-dark-primary-bg-selected\/15 {
  border-color:rgb(38 47 49 / 0.15);
}
.n-border-dark-primary-bg-selected\/20 {
  border-color:rgb(38 47 49 / 0.2);
}
.n-border-dark-primary-bg-selected\/25 {
  border-color:rgb(38 47 49 / 0.25);
}
.n-border-dark-primary-bg-selected\/30 {
  border-color:rgb(38 47 49 / 0.3);
}
.n-border-dark-primary-bg-selected\/35 {
  border-color:rgb(38 47 49 / 0.35);
}
.n-border-dark-primary-bg-selected\/40 {
  border-color:rgb(38 47 49 / 0.4);
}
.n-border-dark-primary-bg-selected\/45 {
  border-color:rgb(38 47 49 / 0.45);
}
.n-border-dark-primary-bg-selected\/5 {
  border-color:rgb(38 47 49 / 0.05);
}
.n-border-dark-primary-bg-selected\/50 {
  border-color:rgb(38 47 49 / 0.5);
}
.n-border-dark-primary-bg-selected\/55 {
  border-color:rgb(38 47 49 / 0.55);
}
.n-border-dark-primary-bg-selected\/60 {
  border-color:rgb(38 47 49 / 0.6);
}
.n-border-dark-primary-bg-selected\/65 {
  border-color:rgb(38 47 49 / 0.65);
}
.n-border-dark-primary-bg-selected\/70 {
  border-color:rgb(38 47 49 / 0.7);
}
.n-border-dark-primary-bg-selected\/75 {
  border-color:rgb(38 47 49 / 0.75);
}
.n-border-dark-primary-bg-selected\/80 {
  border-color:rgb(38 47 49 / 0.8);
}
.n-border-dark-primary-bg-selected\/85 {
  border-color:rgb(38 47 49 / 0.85);
}
.n-border-dark-primary-bg-selected\/90 {
  border-color:rgb(38 47 49 / 0.9);
}
.n-border-dark-primary-bg-selected\/95 {
  border-color:rgb(38 47 49 / 0.95);
}
.n-border-dark-primary-bg-status {
  --tw-border-opacity:1;
  border-color:rgb(143 227 232 / var(--tw-border-opacity));
}
.n-border-dark-primary-bg-status\/0 {
  border-color:rgb(143 227 232 / 0);
}
.n-border-dark-primary-bg-status\/10 {
  border-color:rgb(143 227 232 / 0.1);
}
.n-border-dark-primary-bg-status\/100 {
  border-color:rgb(143 227 232 / 1);
}
.n-border-dark-primary-bg-status\/15 {
  border-color:rgb(143 227 232 / 0.15);
}
.n-border-dark-primary-bg-status\/20 {
  border-color:rgb(143 227 232 / 0.2);
}
.n-border-dark-primary-bg-status\/25 {
  border-color:rgb(143 227 232 / 0.25);
}
.n-border-dark-primary-bg-status\/30 {
  border-color:rgb(143 227 232 / 0.3);
}
.n-border-dark-primary-bg-status\/35 {
  border-color:rgb(143 227 232 / 0.35);
}
.n-border-dark-primary-bg-status\/40 {
  border-color:rgb(143 227 232 / 0.4);
}
.n-border-dark-primary-bg-status\/45 {
  border-color:rgb(143 227 232 / 0.45);
}
.n-border-dark-primary-bg-status\/5 {
  border-color:rgb(143 227 232 / 0.05);
}
.n-border-dark-primary-bg-status\/50 {
  border-color:rgb(143 227 232 / 0.5);
}
.n-border-dark-primary-bg-status\/55 {
  border-color:rgb(143 227 232 / 0.55);
}
.n-border-dark-primary-bg-status\/60 {
  border-color:rgb(143 227 232 / 0.6);
}
.n-border-dark-primary-bg-status\/65 {
  border-color:rgb(143 227 232 / 0.65);
}
.n-border-dark-primary-bg-status\/70 {
  border-color:rgb(143 227 232 / 0.7);
}
.n-border-dark-primary-bg-status\/75 {
  border-color:rgb(143 227 232 / 0.75);
}
.n-border-dark-primary-bg-status\/80 {
  border-color:rgb(143 227 232 / 0.8);
}
.n-border-dark-primary-bg-status\/85 {
  border-color:rgb(143 227 232 / 0.85);
}
.n-border-dark-primary-bg-status\/90 {
  border-color:rgb(143 227 232 / 0.9);
}
.n-border-dark-primary-bg-status\/95 {
  border-color:rgb(143 227 232 / 0.95);
}
.n-border-dark-primary-bg-strong {
  --tw-border-opacity:1;
  border-color:rgb(143 227 232 / var(--tw-border-opacity));
}
.n-border-dark-primary-bg-strong\/0 {
  border-color:rgb(143 227 232 / 0);
}
.n-border-dark-primary-bg-strong\/10 {
  border-color:rgb(143 227 232 / 0.1);
}
.n-border-dark-primary-bg-strong\/100 {
  border-color:rgb(143 227 232 / 1);
}
.n-border-dark-primary-bg-strong\/15 {
  border-color:rgb(143 227 232 / 0.15);
}
.n-border-dark-primary-bg-strong\/20 {
  border-color:rgb(143 227 232 / 0.2);
}
.n-border-dark-primary-bg-strong\/25 {
  border-color:rgb(143 227 232 / 0.25);
}
.n-border-dark-primary-bg-strong\/30 {
  border-color:rgb(143 227 232 / 0.3);
}
.n-border-dark-primary-bg-strong\/35 {
  border-color:rgb(143 227 232 / 0.35);
}
.n-border-dark-primary-bg-strong\/40 {
  border-color:rgb(143 227 232 / 0.4);
}
.n-border-dark-primary-bg-strong\/45 {
  border-color:rgb(143 227 232 / 0.45);
}
.n-border-dark-primary-bg-strong\/5 {
  border-color:rgb(143 227 232 / 0.05);
}
.n-border-dark-primary-bg-strong\/50 {
  border-color:rgb(143 227 232 / 0.5);
}
.n-border-dark-primary-bg-strong\/55 {
  border-color:rgb(143 227 232 / 0.55);
}
.n-border-dark-primary-bg-strong\/60 {
  border-color:rgb(143 227 232 / 0.6);
}
.n-border-dark-primary-bg-strong\/65 {
  border-color:rgb(143 227 232 / 0.65);
}
.n-border-dark-primary-bg-strong\/70 {
  border-color:rgb(143 227 232 / 0.7);
}
.n-border-dark-primary-bg-strong\/75 {
  border-color:rgb(143 227 232 / 0.75);
}
.n-border-dark-primary-bg-strong\/80 {
  border-color:rgb(143 227 232 / 0.8);
}
.n-border-dark-primary-bg-strong\/85 {
  border-color:rgb(143 227 232 / 0.85);
}
.n-border-dark-primary-bg-strong\/90 {
  border-color:rgb(143 227 232 / 0.9);
}
.n-border-dark-primary-bg-strong\/95 {
  border-color:rgb(143 227 232 / 0.95);
}
.n-border-dark-primary-bg-weak {
  --tw-border-opacity:1;
  border-color:rgb(38 47 49 / var(--tw-border-opacity));
}
.n-border-dark-primary-bg-weak\/0 {
  border-color:rgb(38 47 49 / 0);
}
.n-border-dark-primary-bg-weak\/10 {
  border-color:rgb(38 47 49 / 0.1);
}
.n-border-dark-primary-bg-weak\/100 {
  border-color:rgb(38 47 49 / 1);
}
.n-border-dark-primary-bg-weak\/15 {
  border-color:rgb(38 47 49 / 0.15);
}
.n-border-dark-primary-bg-weak\/20 {
  border-color:rgb(38 47 49 / 0.2);
}
.n-border-dark-primary-bg-weak\/25 {
  border-color:rgb(38 47 49 / 0.25);
}
.n-border-dark-primary-bg-weak\/30 {
  border-color:rgb(38 47 49 / 0.3);
}
.n-border-dark-primary-bg-weak\/35 {
  border-color:rgb(38 47 49 / 0.35);
}
.n-border-dark-primary-bg-weak\/40 {
  border-color:rgb(38 47 49 / 0.4);
}
.n-border-dark-primary-bg-weak\/45 {
  border-color:rgb(38 47 49 / 0.45);
}
.n-border-dark-primary-bg-weak\/5 {
  border-color:rgb(38 47 49 / 0.05);
}
.n-border-dark-primary-bg-weak\/50 {
  border-color:rgb(38 47 49 / 0.5);
}
.n-border-dark-primary-bg-weak\/55 {
  border-color:rgb(38 47 49 / 0.55);
}
.n-border-dark-primary-bg-weak\/60 {
  border-color:rgb(38 47 49 / 0.6);
}
.n-border-dark-primary-bg-weak\/65 {
  border-color:rgb(38 47 49 / 0.65);
}
.n-border-dark-primary-bg-weak\/70 {
  border-color:rgb(38 47 49 / 0.7);
}
.n-border-dark-primary-bg-weak\/75 {
  border-color:rgb(38 47 49 / 0.75);
}
.n-border-dark-primary-bg-weak\/80 {
  border-color:rgb(38 47 49 / 0.8);
}
.n-border-dark-primary-bg-weak\/85 {
  border-color:rgb(38 47 49 / 0.85);
}
.n-border-dark-primary-bg-weak\/90 {
  border-color:rgb(38 47 49 / 0.9);
}
.n-border-dark-primary-bg-weak\/95 {
  border-color:rgb(38 47 49 / 0.95);
}
.n-border-dark-primary-border-strong {
  --tw-border-opacity:1;
  border-color:rgb(143 227 232 / var(--tw-border-opacity));
}
.n-border-dark-primary-border-strong\/0 {
  border-color:rgb(143 227 232 / 0);
}
.n-border-dark-primary-border-strong\/10 {
  border-color:rgb(143 227 232 / 0.1);
}
.n-border-dark-primary-border-strong\/100 {
  border-color:rgb(143 227 232 / 1);
}
.n-border-dark-primary-border-strong\/15 {
  border-color:rgb(143 227 232 / 0.15);
}
.n-border-dark-primary-border-strong\/20 {
  border-color:rgb(143 227 232 / 0.2);
}
.n-border-dark-primary-border-strong\/25 {
  border-color:rgb(143 227 232 / 0.25);
}
.n-border-dark-primary-border-strong\/30 {
  border-color:rgb(143 227 232 / 0.3);
}
.n-border-dark-primary-border-strong\/35 {
  border-color:rgb(143 227 232 / 0.35);
}
.n-border-dark-primary-border-strong\/40 {
  border-color:rgb(143 227 232 / 0.4);
}
.n-border-dark-primary-border-strong\/45 {
  border-color:rgb(143 227 232 / 0.45);
}
.n-border-dark-primary-border-strong\/5 {
  border-color:rgb(143 227 232 / 0.05);
}
.n-border-dark-primary-border-strong\/50 {
  border-color:rgb(143 227 232 / 0.5);
}
.n-border-dark-primary-border-strong\/55 {
  border-color:rgb(143 227 232 / 0.55);
}
.n-border-dark-primary-border-strong\/60 {
  border-color:rgb(143 227 232 / 0.6);
}
.n-border-dark-primary-border-strong\/65 {
  border-color:rgb(143 227 232 / 0.65);
}
.n-border-dark-primary-border-strong\/70 {
  border-color:rgb(143 227 232 / 0.7);
}
.n-border-dark-primary-border-strong\/75 {
  border-color:rgb(143 227 232 / 0.75);
}
.n-border-dark-primary-border-strong\/80 {
  border-color:rgb(143 227 232 / 0.8);
}
.n-border-dark-primary-border-strong\/85 {
  border-color:rgb(143 227 232 / 0.85);
}
.n-border-dark-primary-border-strong\/90 {
  border-color:rgb(143 227 232 / 0.9);
}
.n-border-dark-primary-border-strong\/95 {
  border-color:rgb(143 227 232 / 0.95);
}
.n-border-dark-primary-border-weak {
  --tw-border-opacity:1;
  border-color:rgb(2 80 123 / var(--tw-border-opacity));
}
.n-border-dark-primary-border-weak\/0 {
  border-color:rgb(2 80 123 / 0);
}
.n-border-dark-primary-border-weak\/10 {
  border-color:rgb(2 80 123 / 0.1);
}
.n-border-dark-primary-border-weak\/100 {
  border-color:rgb(2 80 123 / 1);
}
.n-border-dark-primary-border-weak\/15 {
  border-color:rgb(2 80 123 / 0.15);
}
.n-border-dark-primary-border-weak\/20 {
  border-color:rgb(2 80 123 / 0.2);
}
.n-border-dark-primary-border-weak\/25 {
  border-color:rgb(2 80 123 / 0.25);
}
.n-border-dark-primary-border-weak\/30 {
  border-color:rgb(2 80 123 / 0.3);
}
.n-border-dark-primary-border-weak\/35 {
  border-color:rgb(2 80 123 / 0.35);
}
.n-border-dark-primary-border-weak\/40 {
  border-color:rgb(2 80 123 / 0.4);
}
.n-border-dark-primary-border-weak\/45 {
  border-color:rgb(2 80 123 / 0.45);
}
.n-border-dark-primary-border-weak\/5 {
  border-color:rgb(2 80 123 / 0.05);
}
.n-border-dark-primary-border-weak\/50 {
  border-color:rgb(2 80 123 / 0.5);
}
.n-border-dark-primary-border-weak\/55 {
  border-color:rgb(2 80 123 / 0.55);
}
.n-border-dark-primary-border-weak\/60 {
  border-color:rgb(2 80 123 / 0.6);
}
.n-border-dark-primary-border-weak\/65 {
  border-color:rgb(2 80 123 / 0.65);
}
.n-border-dark-primary-border-weak\/70 {
  border-color:rgb(2 80 123 / 0.7);
}
.n-border-dark-primary-border-weak\/75 {
  border-color:rgb(2 80 123 / 0.75);
}
.n-border-dark-primary-border-weak\/80 {
  border-color:rgb(2 80 123 / 0.8);
}
.n-border-dark-primary-border-weak\/85 {
  border-color:rgb(2 80 123 / 0.85);
}
.n-border-dark-primary-border-weak\/90 {
  border-color:rgb(2 80 123 / 0.9);
}
.n-border-dark-primary-border-weak\/95 {
  border-color:rgb(2 80 123 / 0.95);
}
.n-border-dark-primary-focus {
  --tw-border-opacity:1;
  border-color:rgb(93 179 191 / var(--tw-border-opacity));
}
.n-border-dark-primary-focus\/0 {
  border-color:rgb(93 179 191 / 0);
}
.n-border-dark-primary-focus\/10 {
  border-color:rgb(93 179 191 / 0.1);
}
.n-border-dark-primary-focus\/100 {
  border-color:rgb(93 179 191 / 1);
}
.n-border-dark-primary-focus\/15 {
  border-color:rgb(93 179 191 / 0.15);
}
.n-border-dark-primary-focus\/20 {
  border-color:rgb(93 179 191 / 0.2);
}
.n-border-dark-primary-focus\/25 {
  border-color:rgb(93 179 191 / 0.25);
}
.n-border-dark-primary-focus\/30 {
  border-color:rgb(93 179 191 / 0.3);
}
.n-border-dark-primary-focus\/35 {
  border-color:rgb(93 179 191 / 0.35);
}
.n-border-dark-primary-focus\/40 {
  border-color:rgb(93 179 191 / 0.4);
}
.n-border-dark-primary-focus\/45 {
  border-color:rgb(93 179 191 / 0.45);
}
.n-border-dark-primary-focus\/5 {
  border-color:rgb(93 179 191 / 0.05);
}
.n-border-dark-primary-focus\/50 {
  border-color:rgb(93 179 191 / 0.5);
}
.n-border-dark-primary-focus\/55 {
  border-color:rgb(93 179 191 / 0.55);
}
.n-border-dark-primary-focus\/60 {
  border-color:rgb(93 179 191 / 0.6);
}
.n-border-dark-primary-focus\/65 {
  border-color:rgb(93 179 191 / 0.65);
}
.n-border-dark-primary-focus\/70 {
  border-color:rgb(93 179 191 / 0.7);
}
.n-border-dark-primary-focus\/75 {
  border-color:rgb(93 179 191 / 0.75);
}
.n-border-dark-primary-focus\/80 {
  border-color:rgb(93 179 191 / 0.8);
}
.n-border-dark-primary-focus\/85 {
  border-color:rgb(93 179 191 / 0.85);
}
.n-border-dark-primary-focus\/90 {
  border-color:rgb(93 179 191 / 0.9);
}
.n-border-dark-primary-focus\/95 {
  border-color:rgb(93 179 191 / 0.95);
}
.n-border-dark-primary-hover-strong {
  --tw-border-opacity:1;
  border-color:rgb(93 179 191 / var(--tw-border-opacity));
}
.n-border-dark-primary-hover-strong\/0 {
  border-color:rgb(93 179 191 / 0);
}
.n-border-dark-primary-hover-strong\/10 {
  border-color:rgb(93 179 191 / 0.1);
}
.n-border-dark-primary-hover-strong\/100 {
  border-color:rgb(93 179 191 / 1);
}
.n-border-dark-primary-hover-strong\/15 {
  border-color:rgb(93 179 191 / 0.15);
}
.n-border-dark-primary-hover-strong\/20 {
  border-color:rgb(93 179 191 / 0.2);
}
.n-border-dark-primary-hover-strong\/25 {
  border-color:rgb(93 179 191 / 0.25);
}
.n-border-dark-primary-hover-strong\/30 {
  border-color:rgb(93 179 191 / 0.3);
}
.n-border-dark-primary-hover-strong\/35 {
  border-color:rgb(93 179 191 / 0.35);
}
.n-border-dark-primary-hover-strong\/40 {
  border-color:rgb(93 179 191 / 0.4);
}
.n-border-dark-primary-hover-strong\/45 {
  border-color:rgb(93 179 191 / 0.45);
}
.n-border-dark-primary-hover-strong\/5 {
  border-color:rgb(93 179 191 / 0.05);
}
.n-border-dark-primary-hover-strong\/50 {
  border-color:rgb(93 179 191 / 0.5);
}
.n-border-dark-primary-hover-strong\/55 {
  border-color:rgb(93 179 191 / 0.55);
}
.n-border-dark-primary-hover-strong\/60 {
  border-color:rgb(93 179 191 / 0.6);
}
.n-border-dark-primary-hover-strong\/65 {
  border-color:rgb(93 179 191 / 0.65);
}
.n-border-dark-primary-hover-strong\/70 {
  border-color:rgb(93 179 191 / 0.7);
}
.n-border-dark-primary-hover-strong\/75 {
  border-color:rgb(93 179 191 / 0.75);
}
.n-border-dark-primary-hover-strong\/80 {
  border-color:rgb(93 179 191 / 0.8);
}
.n-border-dark-primary-hover-strong\/85 {
  border-color:rgb(93 179 191 / 0.85);
}
.n-border-dark-primary-hover-strong\/90 {
  border-color:rgb(93 179 191 / 0.9);
}
.n-border-dark-primary-hover-strong\/95 {
  border-color:rgb(93 179 191 / 0.95);
}
.n-border-dark-primary-hover-weak {
  --tw-border-opacity:1;
  border-color:rgb(143 227 232 / var(--tw-border-opacity));
}
.n-border-dark-primary-hover-weak\/0 {
  border-color:rgb(143 227 232 / 0);
}
.n-border-dark-primary-hover-weak\/10 {
  border-color:rgb(143 227 232 / 0.1);
}
.n-border-dark-primary-hover-weak\/100 {
  border-color:rgb(143 227 232 / 1);
}
.n-border-dark-primary-hover-weak\/15 {
  border-color:rgb(143 227 232 / 0.15);
}
.n-border-dark-primary-hover-weak\/20 {
  border-color:rgb(143 227 232 / 0.2);
}
.n-border-dark-primary-hover-weak\/25 {
  border-color:rgb(143 227 232 / 0.25);
}
.n-border-dark-primary-hover-weak\/30 {
  border-color:rgb(143 227 232 / 0.3);
}
.n-border-dark-primary-hover-weak\/35 {
  border-color:rgb(143 227 232 / 0.35);
}
.n-border-dark-primary-hover-weak\/40 {
  border-color:rgb(143 227 232 / 0.4);
}
.n-border-dark-primary-hover-weak\/45 {
  border-color:rgb(143 227 232 / 0.45);
}
.n-border-dark-primary-hover-weak\/5 {
  border-color:rgb(143 227 232 / 0.05);
}
.n-border-dark-primary-hover-weak\/50 {
  border-color:rgb(143 227 232 / 0.5);
}
.n-border-dark-primary-hover-weak\/55 {
  border-color:rgb(143 227 232 / 0.55);
}
.n-border-dark-primary-hover-weak\/60 {
  border-color:rgb(143 227 232 / 0.6);
}
.n-border-dark-primary-hover-weak\/65 {
  border-color:rgb(143 227 232 / 0.65);
}
.n-border-dark-primary-hover-weak\/70 {
  border-color:rgb(143 227 232 / 0.7);
}
.n-border-dark-primary-hover-weak\/75 {
  border-color:rgb(143 227 232 / 0.75);
}
.n-border-dark-primary-hover-weak\/80 {
  border-color:rgb(143 227 232 / 0.8);
}
.n-border-dark-primary-hover-weak\/85 {
  border-color:rgb(143 227 232 / 0.85);
}
.n-border-dark-primary-hover-weak\/90 {
  border-color:rgb(143 227 232 / 0.9);
}
.n-border-dark-primary-hover-weak\/95 {
  border-color:rgb(143 227 232 / 0.95);
}
.n-border-dark-primary-icon {
  --tw-border-opacity:1;
  border-color:rgb(143 227 232 / var(--tw-border-opacity));
}
.n-border-dark-primary-icon\/0 {
  border-color:rgb(143 227 232 / 0);
}
.n-border-dark-primary-icon\/10 {
  border-color:rgb(143 227 232 / 0.1);
}
.n-border-dark-primary-icon\/100 {
  border-color:rgb(143 227 232 / 1);
}
.n-border-dark-primary-icon\/15 {
  border-color:rgb(143 227 232 / 0.15);
}
.n-border-dark-primary-icon\/20 {
  border-color:rgb(143 227 232 / 0.2);
}
.n-border-dark-primary-icon\/25 {
  border-color:rgb(143 227 232 / 0.25);
}
.n-border-dark-primary-icon\/30 {
  border-color:rgb(143 227 232 / 0.3);
}
.n-border-dark-primary-icon\/35 {
  border-color:rgb(143 227 232 / 0.35);
}
.n-border-dark-primary-icon\/40 {
  border-color:rgb(143 227 232 / 0.4);
}
.n-border-dark-primary-icon\/45 {
  border-color:rgb(143 227 232 / 0.45);
}
.n-border-dark-primary-icon\/5 {
  border-color:rgb(143 227 232 / 0.05);
}
.n-border-dark-primary-icon\/50 {
  border-color:rgb(143 227 232 / 0.5);
}
.n-border-dark-primary-icon\/55 {
  border-color:rgb(143 227 232 / 0.55);
}
.n-border-dark-primary-icon\/60 {
  border-color:rgb(143 227 232 / 0.6);
}
.n-border-dark-primary-icon\/65 {
  border-color:rgb(143 227 232 / 0.65);
}
.n-border-dark-primary-icon\/70 {
  border-color:rgb(143 227 232 / 0.7);
}
.n-border-dark-primary-icon\/75 {
  border-color:rgb(143 227 232 / 0.75);
}
.n-border-dark-primary-icon\/80 {
  border-color:rgb(143 227 232 / 0.8);
}
.n-border-dark-primary-icon\/85 {
  border-color:rgb(143 227 232 / 0.85);
}
.n-border-dark-primary-icon\/90 {
  border-color:rgb(143 227 232 / 0.9);
}
.n-border-dark-primary-icon\/95 {
  border-color:rgb(143 227 232 / 0.95);
}
.n-border-dark-primary-pressed-strong {
  --tw-border-opacity:1;
  border-color:rgb(76 153 164 / var(--tw-border-opacity));
}
.n-border-dark-primary-pressed-strong\/0 {
  border-color:rgb(76 153 164 / 0);
}
.n-border-dark-primary-pressed-strong\/10 {
  border-color:rgb(76 153 164 / 0.1);
}
.n-border-dark-primary-pressed-strong\/100 {
  border-color:rgb(76 153 164 / 1);
}
.n-border-dark-primary-pressed-strong\/15 {
  border-color:rgb(76 153 164 / 0.15);
}
.n-border-dark-primary-pressed-strong\/20 {
  border-color:rgb(76 153 164 / 0.2);
}
.n-border-dark-primary-pressed-strong\/25 {
  border-color:rgb(76 153 164 / 0.25);
}
.n-border-dark-primary-pressed-strong\/30 {
  border-color:rgb(76 153 164 / 0.3);
}
.n-border-dark-primary-pressed-strong\/35 {
  border-color:rgb(76 153 164 / 0.35);
}
.n-border-dark-primary-pressed-strong\/40 {
  border-color:rgb(76 153 164 / 0.4);
}
.n-border-dark-primary-pressed-strong\/45 {
  border-color:rgb(76 153 164 / 0.45);
}
.n-border-dark-primary-pressed-strong\/5 {
  border-color:rgb(76 153 164 / 0.05);
}
.n-border-dark-primary-pressed-strong\/50 {
  border-color:rgb(76 153 164 / 0.5);
}
.n-border-dark-primary-pressed-strong\/55 {
  border-color:rgb(76 153 164 / 0.55);
}
.n-border-dark-primary-pressed-strong\/60 {
  border-color:rgb(76 153 164 / 0.6);
}
.n-border-dark-primary-pressed-strong\/65 {
  border-color:rgb(76 153 164 / 0.65);
}
.n-border-dark-primary-pressed-strong\/70 {
  border-color:rgb(76 153 164 / 0.7);
}
.n-border-dark-primary-pressed-strong\/75 {
  border-color:rgb(76 153 164 / 0.75);
}
.n-border-dark-primary-pressed-strong\/80 {
  border-color:rgb(76 153 164 / 0.8);
}
.n-border-dark-primary-pressed-strong\/85 {
  border-color:rgb(76 153 164 / 0.85);
}
.n-border-dark-primary-pressed-strong\/90 {
  border-color:rgb(76 153 164 / 0.9);
}
.n-border-dark-primary-pressed-strong\/95 {
  border-color:rgb(76 153 164 / 0.95);
}
.n-border-dark-primary-pressed-weak {
  --tw-border-opacity:1;
  border-color:rgb(143 227 232 / var(--tw-border-opacity));
}
.n-border-dark-primary-pressed-weak\/0 {
  border-color:rgb(143 227 232 / 0);
}
.n-border-dark-primary-pressed-weak\/10 {
  border-color:rgb(143 227 232 / 0.1);
}
.n-border-dark-primary-pressed-weak\/100 {
  border-color:rgb(143 227 232 / 1);
}
.n-border-dark-primary-pressed-weak\/15 {
  border-color:rgb(143 227 232 / 0.15);
}
.n-border-dark-primary-pressed-weak\/20 {
  border-color:rgb(143 227 232 / 0.2);
}
.n-border-dark-primary-pressed-weak\/25 {
  border-color:rgb(143 227 232 / 0.25);
}
.n-border-dark-primary-pressed-weak\/30 {
  border-color:rgb(143 227 232 / 0.3);
}
.n-border-dark-primary-pressed-weak\/35 {
  border-color:rgb(143 227 232 / 0.35);
}
.n-border-dark-primary-pressed-weak\/40 {
  border-color:rgb(143 227 232 / 0.4);
}
.n-border-dark-primary-pressed-weak\/45 {
  border-color:rgb(143 227 232 / 0.45);
}
.n-border-dark-primary-pressed-weak\/5 {
  border-color:rgb(143 227 232 / 0.05);
}
.n-border-dark-primary-pressed-weak\/50 {
  border-color:rgb(143 227 232 / 0.5);
}
.n-border-dark-primary-pressed-weak\/55 {
  border-color:rgb(143 227 232 / 0.55);
}
.n-border-dark-primary-pressed-weak\/60 {
  border-color:rgb(143 227 232 / 0.6);
}
.n-border-dark-primary-pressed-weak\/65 {
  border-color:rgb(143 227 232 / 0.65);
}
.n-border-dark-primary-pressed-weak\/70 {
  border-color:rgb(143 227 232 / 0.7);
}
.n-border-dark-primary-pressed-weak\/75 {
  border-color:rgb(143 227 232 / 0.75);
}
.n-border-dark-primary-pressed-weak\/80 {
  border-color:rgb(143 227 232 / 0.8);
}
.n-border-dark-primary-pressed-weak\/85 {
  border-color:rgb(143 227 232 / 0.85);
}
.n-border-dark-primary-pressed-weak\/90 {
  border-color:rgb(143 227 232 / 0.9);
}
.n-border-dark-primary-pressed-weak\/95 {
  border-color:rgb(143 227 232 / 0.95);
}
.n-border-dark-primary-text {
  --tw-border-opacity:1;
  border-color:rgb(143 227 232 / var(--tw-border-opacity));
}
.n-border-dark-primary-text\/0 {
  border-color:rgb(143 227 232 / 0);
}
.n-border-dark-primary-text\/10 {
  border-color:rgb(143 227 232 / 0.1);
}
.n-border-dark-primary-text\/100 {
  border-color:rgb(143 227 232 / 1);
}
.n-border-dark-primary-text\/15 {
  border-color:rgb(143 227 232 / 0.15);
}
.n-border-dark-primary-text\/20 {
  border-color:rgb(143 227 232 / 0.2);
}
.n-border-dark-primary-text\/25 {
  border-color:rgb(143 227 232 / 0.25);
}
.n-border-dark-primary-text\/30 {
  border-color:rgb(143 227 232 / 0.3);
}
.n-border-dark-primary-text\/35 {
  border-color:rgb(143 227 232 / 0.35);
}
.n-border-dark-primary-text\/40 {
  border-color:rgb(143 227 232 / 0.4);
}
.n-border-dark-primary-text\/45 {
  border-color:rgb(143 227 232 / 0.45);
}
.n-border-dark-primary-text\/5 {
  border-color:rgb(143 227 232 / 0.05);
}
.n-border-dark-primary-text\/50 {
  border-color:rgb(143 227 232 / 0.5);
}
.n-border-dark-primary-text\/55 {
  border-color:rgb(143 227 232 / 0.55);
}
.n-border-dark-primary-text\/60 {
  border-color:rgb(143 227 232 / 0.6);
}
.n-border-dark-primary-text\/65 {
  border-color:rgb(143 227 232 / 0.65);
}
.n-border-dark-primary-text\/70 {
  border-color:rgb(143 227 232 / 0.7);
}
.n-border-dark-primary-text\/75 {
  border-color:rgb(143 227 232 / 0.75);
}
.n-border-dark-primary-text\/80 {
  border-color:rgb(143 227 232 / 0.8);
}
.n-border-dark-primary-text\/85 {
  border-color:rgb(143 227 232 / 0.85);
}
.n-border-dark-primary-text\/90 {
  border-color:rgb(143 227 232 / 0.9);
}
.n-border-dark-primary-text\/95 {
  border-color:rgb(143 227 232 / 0.95);
}
.n-border-dark-success-bg-status {
  --tw-border-opacity:1;
  border-color:rgb(144 203 98 / var(--tw-border-opacity));
}
.n-border-dark-success-bg-status\/0 {
  border-color:rgb(144 203 98 / 0);
}
.n-border-dark-success-bg-status\/10 {
  border-color:rgb(144 203 98 / 0.1);
}
.n-border-dark-success-bg-status\/100 {
  border-color:rgb(144 203 98 / 1);
}
.n-border-dark-success-bg-status\/15 {
  border-color:rgb(144 203 98 / 0.15);
}
.n-border-dark-success-bg-status\/20 {
  border-color:rgb(144 203 98 / 0.2);
}
.n-border-dark-success-bg-status\/25 {
  border-color:rgb(144 203 98 / 0.25);
}
.n-border-dark-success-bg-status\/30 {
  border-color:rgb(144 203 98 / 0.3);
}
.n-border-dark-success-bg-status\/35 {
  border-color:rgb(144 203 98 / 0.35);
}
.n-border-dark-success-bg-status\/40 {
  border-color:rgb(144 203 98 / 0.4);
}
.n-border-dark-success-bg-status\/45 {
  border-color:rgb(144 203 98 / 0.45);
}
.n-border-dark-success-bg-status\/5 {
  border-color:rgb(144 203 98 / 0.05);
}
.n-border-dark-success-bg-status\/50 {
  border-color:rgb(144 203 98 / 0.5);
}
.n-border-dark-success-bg-status\/55 {
  border-color:rgb(144 203 98 / 0.55);
}
.n-border-dark-success-bg-status\/60 {
  border-color:rgb(144 203 98 / 0.6);
}
.n-border-dark-success-bg-status\/65 {
  border-color:rgb(144 203 98 / 0.65);
}
.n-border-dark-success-bg-status\/70 {
  border-color:rgb(144 203 98 / 0.7);
}
.n-border-dark-success-bg-status\/75 {
  border-color:rgb(144 203 98 / 0.75);
}
.n-border-dark-success-bg-status\/80 {
  border-color:rgb(144 203 98 / 0.8);
}
.n-border-dark-success-bg-status\/85 {
  border-color:rgb(144 203 98 / 0.85);
}
.n-border-dark-success-bg-status\/90 {
  border-color:rgb(144 203 98 / 0.9);
}
.n-border-dark-success-bg-status\/95 {
  border-color:rgb(144 203 98 / 0.95);
}
.n-border-dark-success-bg-strong {
  --tw-border-opacity:1;
  border-color:rgb(144 203 98 / var(--tw-border-opacity));
}
.n-border-dark-success-bg-strong\/0 {
  border-color:rgb(144 203 98 / 0);
}
.n-border-dark-success-bg-strong\/10 {
  border-color:rgb(144 203 98 / 0.1);
}
.n-border-dark-success-bg-strong\/100 {
  border-color:rgb(144 203 98 / 1);
}
.n-border-dark-success-bg-strong\/15 {
  border-color:rgb(144 203 98 / 0.15);
}
.n-border-dark-success-bg-strong\/20 {
  border-color:rgb(144 203 98 / 0.2);
}
.n-border-dark-success-bg-strong\/25 {
  border-color:rgb(144 203 98 / 0.25);
}
.n-border-dark-success-bg-strong\/30 {
  border-color:rgb(144 203 98 / 0.3);
}
.n-border-dark-success-bg-strong\/35 {
  border-color:rgb(144 203 98 / 0.35);
}
.n-border-dark-success-bg-strong\/40 {
  border-color:rgb(144 203 98 / 0.4);
}
.n-border-dark-success-bg-strong\/45 {
  border-color:rgb(144 203 98 / 0.45);
}
.n-border-dark-success-bg-strong\/5 {
  border-color:rgb(144 203 98 / 0.05);
}
.n-border-dark-success-bg-strong\/50 {
  border-color:rgb(144 203 98 / 0.5);
}
.n-border-dark-success-bg-strong\/55 {
  border-color:rgb(144 203 98 / 0.55);
}
.n-border-dark-success-bg-strong\/60 {
  border-color:rgb(144 203 98 / 0.6);
}
.n-border-dark-success-bg-strong\/65 {
  border-color:rgb(144 203 98 / 0.65);
}
.n-border-dark-success-bg-strong\/70 {
  border-color:rgb(144 203 98 / 0.7);
}
.n-border-dark-success-bg-strong\/75 {
  border-color:rgb(144 203 98 / 0.75);
}
.n-border-dark-success-bg-strong\/80 {
  border-color:rgb(144 203 98 / 0.8);
}
.n-border-dark-success-bg-strong\/85 {
  border-color:rgb(144 203 98 / 0.85);
}
.n-border-dark-success-bg-strong\/90 {
  border-color:rgb(144 203 98 / 0.9);
}
.n-border-dark-success-bg-strong\/95 {
  border-color:rgb(144 203 98 / 0.95);
}
.n-border-dark-success-bg-weak {
  --tw-border-opacity:1;
  border-color:rgb(38 45 36 / var(--tw-border-opacity));
}
.n-border-dark-success-bg-weak\/0 {
  border-color:rgb(38 45 36 / 0);
}
.n-border-dark-success-bg-weak\/10 {
  border-color:rgb(38 45 36 / 0.1);
}
.n-border-dark-success-bg-weak\/100 {
  border-color:rgb(38 45 36 / 1);
}
.n-border-dark-success-bg-weak\/15 {
  border-color:rgb(38 45 36 / 0.15);
}
.n-border-dark-success-bg-weak\/20 {
  border-color:rgb(38 45 36 / 0.2);
}
.n-border-dark-success-bg-weak\/25 {
  border-color:rgb(38 45 36 / 0.25);
}
.n-border-dark-success-bg-weak\/30 {
  border-color:rgb(38 45 36 / 0.3);
}
.n-border-dark-success-bg-weak\/35 {
  border-color:rgb(38 45 36 / 0.35);
}
.n-border-dark-success-bg-weak\/40 {
  border-color:rgb(38 45 36 / 0.4);
}
.n-border-dark-success-bg-weak\/45 {
  border-color:rgb(38 45 36 / 0.45);
}
.n-border-dark-success-bg-weak\/5 {
  border-color:rgb(38 45 36 / 0.05);
}
.n-border-dark-success-bg-weak\/50 {
  border-color:rgb(38 45 36 / 0.5);
}
.n-border-dark-success-bg-weak\/55 {
  border-color:rgb(38 45 36 / 0.55);
}
.n-border-dark-success-bg-weak\/60 {
  border-color:rgb(38 45 36 / 0.6);
}
.n-border-dark-success-bg-weak\/65 {
  border-color:rgb(38 45 36 / 0.65);
}
.n-border-dark-success-bg-weak\/70 {
  border-color:rgb(38 45 36 / 0.7);
}
.n-border-dark-success-bg-weak\/75 {
  border-color:rgb(38 45 36 / 0.75);
}
.n-border-dark-success-bg-weak\/80 {
  border-color:rgb(38 45 36 / 0.8);
}
.n-border-dark-success-bg-weak\/85 {
  border-color:rgb(38 45 36 / 0.85);
}
.n-border-dark-success-bg-weak\/90 {
  border-color:rgb(38 45 36 / 0.9);
}
.n-border-dark-success-bg-weak\/95 {
  border-color:rgb(38 45 36 / 0.95);
}
.n-border-dark-success-border-strong {
  --tw-border-opacity:1;
  border-color:rgb(144 203 98 / var(--tw-border-opacity));
}
.n-border-dark-success-border-strong\/0 {
  border-color:rgb(144 203 98 / 0);
}
.n-border-dark-success-border-strong\/10 {
  border-color:rgb(144 203 98 / 0.1);
}
.n-border-dark-success-border-strong\/100 {
  border-color:rgb(144 203 98 / 1);
}
.n-border-dark-success-border-strong\/15 {
  border-color:rgb(144 203 98 / 0.15);
}
.n-border-dark-success-border-strong\/20 {
  border-color:rgb(144 203 98 / 0.2);
}
.n-border-dark-success-border-strong\/25 {
  border-color:rgb(144 203 98 / 0.25);
}
.n-border-dark-success-border-strong\/30 {
  border-color:rgb(144 203 98 / 0.3);
}
.n-border-dark-success-border-strong\/35 {
  border-color:rgb(144 203 98 / 0.35);
}
.n-border-dark-success-border-strong\/40 {
  border-color:rgb(144 203 98 / 0.4);
}
.n-border-dark-success-border-strong\/45 {
  border-color:rgb(144 203 98 / 0.45);
}
.n-border-dark-success-border-strong\/5 {
  border-color:rgb(144 203 98 / 0.05);
}
.n-border-dark-success-border-strong\/50 {
  border-color:rgb(144 203 98 / 0.5);
}
.n-border-dark-success-border-strong\/55 {
  border-color:rgb(144 203 98 / 0.55);
}
.n-border-dark-success-border-strong\/60 {
  border-color:rgb(144 203 98 / 0.6);
}
.n-border-dark-success-border-strong\/65 {
  border-color:rgb(144 203 98 / 0.65);
}
.n-border-dark-success-border-strong\/70 {
  border-color:rgb(144 203 98 / 0.7);
}
.n-border-dark-success-border-strong\/75 {
  border-color:rgb(144 203 98 / 0.75);
}
.n-border-dark-success-border-strong\/80 {
  border-color:rgb(144 203 98 / 0.8);
}
.n-border-dark-success-border-strong\/85 {
  border-color:rgb(144 203 98 / 0.85);
}
.n-border-dark-success-border-strong\/90 {
  border-color:rgb(144 203 98 / 0.9);
}
.n-border-dark-success-border-strong\/95 {
  border-color:rgb(144 203 98 / 0.95);
}
.n-border-dark-success-border-weak {
  --tw-border-opacity:1;
  border-color:rgb(41 97 39 / var(--tw-border-opacity));
}
.n-border-dark-success-border-weak\/0 {
  border-color:rgb(41 97 39 / 0);
}
.n-border-dark-success-border-weak\/10 {
  border-color:rgb(41 97 39 / 0.1);
}
.n-border-dark-success-border-weak\/100 {
  border-color:rgb(41 97 39 / 1);
}
.n-border-dark-success-border-weak\/15 {
  border-color:rgb(41 97 39 / 0.15);
}
.n-border-dark-success-border-weak\/20 {
  border-color:rgb(41 97 39 / 0.2);
}
.n-border-dark-success-border-weak\/25 {
  border-color:rgb(41 97 39 / 0.25);
}
.n-border-dark-success-border-weak\/30 {
  border-color:rgb(41 97 39 / 0.3);
}
.n-border-dark-success-border-weak\/35 {
  border-color:rgb(41 97 39 / 0.35);
}
.n-border-dark-success-border-weak\/40 {
  border-color:rgb(41 97 39 / 0.4);
}
.n-border-dark-success-border-weak\/45 {
  border-color:rgb(41 97 39 / 0.45);
}
.n-border-dark-success-border-weak\/5 {
  border-color:rgb(41 97 39 / 0.05);
}
.n-border-dark-success-border-weak\/50 {
  border-color:rgb(41 97 39 / 0.5);
}
.n-border-dark-success-border-weak\/55 {
  border-color:rgb(41 97 39 / 0.55);
}
.n-border-dark-success-border-weak\/60 {
  border-color:rgb(41 97 39 / 0.6);
}
.n-border-dark-success-border-weak\/65 {
  border-color:rgb(41 97 39 / 0.65);
}
.n-border-dark-success-border-weak\/70 {
  border-color:rgb(41 97 39 / 0.7);
}
.n-border-dark-success-border-weak\/75 {
  border-color:rgb(41 97 39 / 0.75);
}
.n-border-dark-success-border-weak\/80 {
  border-color:rgb(41 97 39 / 0.8);
}
.n-border-dark-success-border-weak\/85 {
  border-color:rgb(41 97 39 / 0.85);
}
.n-border-dark-success-border-weak\/90 {
  border-color:rgb(41 97 39 / 0.9);
}
.n-border-dark-success-border-weak\/95 {
  border-color:rgb(41 97 39 / 0.95);
}
.n-border-dark-success-icon {
  --tw-border-opacity:1;
  border-color:rgb(144 203 98 / var(--tw-border-opacity));
}
.n-border-dark-success-icon\/0 {
  border-color:rgb(144 203 98 / 0);
}
.n-border-dark-success-icon\/10 {
  border-color:rgb(144 203 98 / 0.1);
}
.n-border-dark-success-icon\/100 {
  border-color:rgb(144 203 98 / 1);
}
.n-border-dark-success-icon\/15 {
  border-color:rgb(144 203 98 / 0.15);
}
.n-border-dark-success-icon\/20 {
  border-color:rgb(144 203 98 / 0.2);
}
.n-border-dark-success-icon\/25 {
  border-color:rgb(144 203 98 / 0.25);
}
.n-border-dark-success-icon\/30 {
  border-color:rgb(144 203 98 / 0.3);
}
.n-border-dark-success-icon\/35 {
  border-color:rgb(144 203 98 / 0.35);
}
.n-border-dark-success-icon\/40 {
  border-color:rgb(144 203 98 / 0.4);
}
.n-border-dark-success-icon\/45 {
  border-color:rgb(144 203 98 / 0.45);
}
.n-border-dark-success-icon\/5 {
  border-color:rgb(144 203 98 / 0.05);
}
.n-border-dark-success-icon\/50 {
  border-color:rgb(144 203 98 / 0.5);
}
.n-border-dark-success-icon\/55 {
  border-color:rgb(144 203 98 / 0.55);
}
.n-border-dark-success-icon\/60 {
  border-color:rgb(144 203 98 / 0.6);
}
.n-border-dark-success-icon\/65 {
  border-color:rgb(144 203 98 / 0.65);
}
.n-border-dark-success-icon\/70 {
  border-color:rgb(144 203 98 / 0.7);
}
.n-border-dark-success-icon\/75 {
  border-color:rgb(144 203 98 / 0.75);
}
.n-border-dark-success-icon\/80 {
  border-color:rgb(144 203 98 / 0.8);
}
.n-border-dark-success-icon\/85 {
  border-color:rgb(144 203 98 / 0.85);
}
.n-border-dark-success-icon\/90 {
  border-color:rgb(144 203 98 / 0.9);
}
.n-border-dark-success-icon\/95 {
  border-color:rgb(144 203 98 / 0.95);
}
.n-border-dark-success-text {
  --tw-border-opacity:1;
  border-color:rgb(144 203 98 / var(--tw-border-opacity));
}
.n-border-dark-success-text\/0 {
  border-color:rgb(144 203 98 / 0);
}
.n-border-dark-success-text\/10 {
  border-color:rgb(144 203 98 / 0.1);
}
.n-border-dark-success-text\/100 {
  border-color:rgb(144 203 98 / 1);
}
.n-border-dark-success-text\/15 {
  border-color:rgb(144 203 98 / 0.15);
}
.n-border-dark-success-text\/20 {
  border-color:rgb(144 203 98 / 0.2);
}
.n-border-dark-success-text\/25 {
  border-color:rgb(144 203 98 / 0.25);
}
.n-border-dark-success-text\/30 {
  border-color:rgb(144 203 98 / 0.3);
}
.n-border-dark-success-text\/35 {
  border-color:rgb(144 203 98 / 0.35);
}
.n-border-dark-success-text\/40 {
  border-color:rgb(144 203 98 / 0.4);
}
.n-border-dark-success-text\/45 {
  border-color:rgb(144 203 98 / 0.45);
}
.n-border-dark-success-text\/5 {
  border-color:rgb(144 203 98 / 0.05);
}
.n-border-dark-success-text\/50 {
  border-color:rgb(144 203 98 / 0.5);
}
.n-border-dark-success-text\/55 {
  border-color:rgb(144 203 98 / 0.55);
}
.n-border-dark-success-text\/60 {
  border-color:rgb(144 203 98 / 0.6);
}
.n-border-dark-success-text\/65 {
  border-color:rgb(144 203 98 / 0.65);
}
.n-border-dark-success-text\/70 {
  border-color:rgb(144 203 98 / 0.7);
}
.n-border-dark-success-text\/75 {
  border-color:rgb(144 203 98 / 0.75);
}
.n-border-dark-success-text\/80 {
  border-color:rgb(144 203 98 / 0.8);
}
.n-border-dark-success-text\/85 {
  border-color:rgb(144 203 98 / 0.85);
}
.n-border-dark-success-text\/90 {
  border-color:rgb(144 203 98 / 0.9);
}
.n-border-dark-success-text\/95 {
  border-color:rgb(144 203 98 / 0.95);
}
.n-border-dark-warning-bg-status {
  --tw-border-opacity:1;
  border-color:rgb(255 214 0 / var(--tw-border-opacity));
}
.n-border-dark-warning-bg-status\/0 {
  border-color:rgb(255 214 0 / 0);
}
.n-border-dark-warning-bg-status\/10 {
  border-color:rgb(255 214 0 / 0.1);
}
.n-border-dark-warning-bg-status\/100 {
  border-color:rgb(255 214 0 / 1);
}
.n-border-dark-warning-bg-status\/15 {
  border-color:rgb(255 214 0 / 0.15);
}
.n-border-dark-warning-bg-status\/20 {
  border-color:rgb(255 214 0 / 0.2);
}
.n-border-dark-warning-bg-status\/25 {
  border-color:rgb(255 214 0 / 0.25);
}
.n-border-dark-warning-bg-status\/30 {
  border-color:rgb(255 214 0 / 0.3);
}
.n-border-dark-warning-bg-status\/35 {
  border-color:rgb(255 214 0 / 0.35);
}
.n-border-dark-warning-bg-status\/40 {
  border-color:rgb(255 214 0 / 0.4);
}
.n-border-dark-warning-bg-status\/45 {
  border-color:rgb(255 214 0 / 0.45);
}
.n-border-dark-warning-bg-status\/5 {
  border-color:rgb(255 214 0 / 0.05);
}
.n-border-dark-warning-bg-status\/50 {
  border-color:rgb(255 214 0 / 0.5);
}
.n-border-dark-warning-bg-status\/55 {
  border-color:rgb(255 214 0 / 0.55);
}
.n-border-dark-warning-bg-status\/60 {
  border-color:rgb(255 214 0 / 0.6);
}
.n-border-dark-warning-bg-status\/65 {
  border-color:rgb(255 214 0 / 0.65);
}
.n-border-dark-warning-bg-status\/70 {
  border-color:rgb(255 214 0 / 0.7);
}
.n-border-dark-warning-bg-status\/75 {
  border-color:rgb(255 214 0 / 0.75);
}
.n-border-dark-warning-bg-status\/80 {
  border-color:rgb(255 214 0 / 0.8);
}
.n-border-dark-warning-bg-status\/85 {
  border-color:rgb(255 214 0 / 0.85);
}
.n-border-dark-warning-bg-status\/90 {
  border-color:rgb(255 214 0 / 0.9);
}
.n-border-dark-warning-bg-status\/95 {
  border-color:rgb(255 214 0 / 0.95);
}
.n-border-dark-warning-bg-strong {
  --tw-border-opacity:1;
  border-color:rgb(255 214 0 / var(--tw-border-opacity));
}
.n-border-dark-warning-bg-strong\/0 {
  border-color:rgb(255 214 0 / 0);
}
.n-border-dark-warning-bg-strong\/10 {
  border-color:rgb(255 214 0 / 0.1);
}
.n-border-dark-warning-bg-strong\/100 {
  border-color:rgb(255 214 0 / 1);
}
.n-border-dark-warning-bg-strong\/15 {
  border-color:rgb(255 214 0 / 0.15);
}
.n-border-dark-warning-bg-strong\/20 {
  border-color:rgb(255 214 0 / 0.2);
}
.n-border-dark-warning-bg-strong\/25 {
  border-color:rgb(255 214 0 / 0.25);
}
.n-border-dark-warning-bg-strong\/30 {
  border-color:rgb(255 214 0 / 0.3);
}
.n-border-dark-warning-bg-strong\/35 {
  border-color:rgb(255 214 0 / 0.35);
}
.n-border-dark-warning-bg-strong\/40 {
  border-color:rgb(255 214 0 / 0.4);
}
.n-border-dark-warning-bg-strong\/45 {
  border-color:rgb(255 214 0 / 0.45);
}
.n-border-dark-warning-bg-strong\/5 {
  border-color:rgb(255 214 0 / 0.05);
}
.n-border-dark-warning-bg-strong\/50 {
  border-color:rgb(255 214 0 / 0.5);
}
.n-border-dark-warning-bg-strong\/55 {
  border-color:rgb(255 214 0 / 0.55);
}
.n-border-dark-warning-bg-strong\/60 {
  border-color:rgb(255 214 0 / 0.6);
}
.n-border-dark-warning-bg-strong\/65 {
  border-color:rgb(255 214 0 / 0.65);
}
.n-border-dark-warning-bg-strong\/70 {
  border-color:rgb(255 214 0 / 0.7);
}
.n-border-dark-warning-bg-strong\/75 {
  border-color:rgb(255 214 0 / 0.75);
}
.n-border-dark-warning-bg-strong\/80 {
  border-color:rgb(255 214 0 / 0.8);
}
.n-border-dark-warning-bg-strong\/85 {
  border-color:rgb(255 214 0 / 0.85);
}
.n-border-dark-warning-bg-strong\/90 {
  border-color:rgb(255 214 0 / 0.9);
}
.n-border-dark-warning-bg-strong\/95 {
  border-color:rgb(255 214 0 / 0.95);
}
.n-border-dark-warning-bg-weak {
  --tw-border-opacity:1;
  border-color:rgb(49 46 26 / var(--tw-border-opacity));
}
.n-border-dark-warning-bg-weak\/0 {
  border-color:rgb(49 46 26 / 0);
}
.n-border-dark-warning-bg-weak\/10 {
  border-color:rgb(49 46 26 / 0.1);
}
.n-border-dark-warning-bg-weak\/100 {
  border-color:rgb(49 46 26 / 1);
}
.n-border-dark-warning-bg-weak\/15 {
  border-color:rgb(49 46 26 / 0.15);
}
.n-border-dark-warning-bg-weak\/20 {
  border-color:rgb(49 46 26 / 0.2);
}
.n-border-dark-warning-bg-weak\/25 {
  border-color:rgb(49 46 26 / 0.25);
}
.n-border-dark-warning-bg-weak\/30 {
  border-color:rgb(49 46 26 / 0.3);
}
.n-border-dark-warning-bg-weak\/35 {
  border-color:rgb(49 46 26 / 0.35);
}
.n-border-dark-warning-bg-weak\/40 {
  border-color:rgb(49 46 26 / 0.4);
}
.n-border-dark-warning-bg-weak\/45 {
  border-color:rgb(49 46 26 / 0.45);
}
.n-border-dark-warning-bg-weak\/5 {
  border-color:rgb(49 46 26 / 0.05);
}
.n-border-dark-warning-bg-weak\/50 {
  border-color:rgb(49 46 26 / 0.5);
}
.n-border-dark-warning-bg-weak\/55 {
  border-color:rgb(49 46 26 / 0.55);
}
.n-border-dark-warning-bg-weak\/60 {
  border-color:rgb(49 46 26 / 0.6);
}
.n-border-dark-warning-bg-weak\/65 {
  border-color:rgb(49 46 26 / 0.65);
}
.n-border-dark-warning-bg-weak\/70 {
  border-color:rgb(49 46 26 / 0.7);
}
.n-border-dark-warning-bg-weak\/75 {
  border-color:rgb(49 46 26 / 0.75);
}
.n-border-dark-warning-bg-weak\/80 {
  border-color:rgb(49 46 26 / 0.8);
}
.n-border-dark-warning-bg-weak\/85 {
  border-color:rgb(49 46 26 / 0.85);
}
.n-border-dark-warning-bg-weak\/90 {
  border-color:rgb(49 46 26 / 0.9);
}
.n-border-dark-warning-bg-weak\/95 {
  border-color:rgb(49 46 26 / 0.95);
}
.n-border-dark-warning-border-strong {
  --tw-border-opacity:1;
  border-color:rgb(255 214 0 / var(--tw-border-opacity));
}
.n-border-dark-warning-border-strong\/0 {
  border-color:rgb(255 214 0 / 0);
}
.n-border-dark-warning-border-strong\/10 {
  border-color:rgb(255 214 0 / 0.1);
}
.n-border-dark-warning-border-strong\/100 {
  border-color:rgb(255 214 0 / 1);
}
.n-border-dark-warning-border-strong\/15 {
  border-color:rgb(255 214 0 / 0.15);
}
.n-border-dark-warning-border-strong\/20 {
  border-color:rgb(255 214 0 / 0.2);
}
.n-border-dark-warning-border-strong\/25 {
  border-color:rgb(255 214 0 / 0.25);
}
.n-border-dark-warning-border-strong\/30 {
  border-color:rgb(255 214 0 / 0.3);
}
.n-border-dark-warning-border-strong\/35 {
  border-color:rgb(255 214 0 / 0.35);
}
.n-border-dark-warning-border-strong\/40 {
  border-color:rgb(255 214 0 / 0.4);
}
.n-border-dark-warning-border-strong\/45 {
  border-color:rgb(255 214 0 / 0.45);
}
.n-border-dark-warning-border-strong\/5 {
  border-color:rgb(255 214 0 / 0.05);
}
.n-border-dark-warning-border-strong\/50 {
  border-color:rgb(255 214 0 / 0.5);
}
.n-border-dark-warning-border-strong\/55 {
  border-color:rgb(255 214 0 / 0.55);
}
.n-border-dark-warning-border-strong\/60 {
  border-color:rgb(255 214 0 / 0.6);
}
.n-border-dark-warning-border-strong\/65 {
  border-color:rgb(255 214 0 / 0.65);
}
.n-border-dark-warning-border-strong\/70 {
  border-color:rgb(255 214 0 / 0.7);
}
.n-border-dark-warning-border-strong\/75 {
  border-color:rgb(255 214 0 / 0.75);
}
.n-border-dark-warning-border-strong\/80 {
  border-color:rgb(255 214 0 / 0.8);
}
.n-border-dark-warning-border-strong\/85 {
  border-color:rgb(255 214 0 / 0.85);
}
.n-border-dark-warning-border-strong\/90 {
  border-color:rgb(255 214 0 / 0.9);
}
.n-border-dark-warning-border-strong\/95 {
  border-color:rgb(255 214 0 / 0.95);
}
.n-border-dark-warning-border-weak {
  --tw-border-opacity:1;
  border-color:rgb(118 85 0 / var(--tw-border-opacity));
}
.n-border-dark-warning-border-weak\/0 {
  border-color:rgb(118 85 0 / 0);
}
.n-border-dark-warning-border-weak\/10 {
  border-color:rgb(118 85 0 / 0.1);
}
.n-border-dark-warning-border-weak\/100 {
  border-color:rgb(118 85 0 / 1);
}
.n-border-dark-warning-border-weak\/15 {
  border-color:rgb(118 85 0 / 0.15);
}
.n-border-dark-warning-border-weak\/20 {
  border-color:rgb(118 85 0 / 0.2);
}
.n-border-dark-warning-border-weak\/25 {
  border-color:rgb(118 85 0 / 0.25);
}
.n-border-dark-warning-border-weak\/30 {
  border-color:rgb(118 85 0 / 0.3);
}
.n-border-dark-warning-border-weak\/35 {
  border-color:rgb(118 85 0 / 0.35);
}
.n-border-dark-warning-border-weak\/40 {
  border-color:rgb(118 85 0 / 0.4);
}
.n-border-dark-warning-border-weak\/45 {
  border-color:rgb(118 85 0 / 0.45);
}
.n-border-dark-warning-border-weak\/5 {
  border-color:rgb(118 85 0 / 0.05);
}
.n-border-dark-warning-border-weak\/50 {
  border-color:rgb(118 85 0 / 0.5);
}
.n-border-dark-warning-border-weak\/55 {
  border-color:rgb(118 85 0 / 0.55);
}
.n-border-dark-warning-border-weak\/60 {
  border-color:rgb(118 85 0 / 0.6);
}
.n-border-dark-warning-border-weak\/65 {
  border-color:rgb(118 85 0 / 0.65);
}
.n-border-dark-warning-border-weak\/70 {
  border-color:rgb(118 85 0 / 0.7);
}
.n-border-dark-warning-border-weak\/75 {
  border-color:rgb(118 85 0 / 0.75);
}
.n-border-dark-warning-border-weak\/80 {
  border-color:rgb(118 85 0 / 0.8);
}
.n-border-dark-warning-border-weak\/85 {
  border-color:rgb(118 85 0 / 0.85);
}
.n-border-dark-warning-border-weak\/90 {
  border-color:rgb(118 85 0 / 0.9);
}
.n-border-dark-warning-border-weak\/95 {
  border-color:rgb(118 85 0 / 0.95);
}
.n-border-dark-warning-icon {
  --tw-border-opacity:1;
  border-color:rgb(255 214 0 / var(--tw-border-opacity));
}
.n-border-dark-warning-icon\/0 {
  border-color:rgb(255 214 0 / 0);
}
.n-border-dark-warning-icon\/10 {
  border-color:rgb(255 214 0 / 0.1);
}
.n-border-dark-warning-icon\/100 {
  border-color:rgb(255 214 0 / 1);
}
.n-border-dark-warning-icon\/15 {
  border-color:rgb(255 214 0 / 0.15);
}
.n-border-dark-warning-icon\/20 {
  border-color:rgb(255 214 0 / 0.2);
}
.n-border-dark-warning-icon\/25 {
  border-color:rgb(255 214 0 / 0.25);
}
.n-border-dark-warning-icon\/30 {
  border-color:rgb(255 214 0 / 0.3);
}
.n-border-dark-warning-icon\/35 {
  border-color:rgb(255 214 0 / 0.35);
}
.n-border-dark-warning-icon\/40 {
  border-color:rgb(255 214 0 / 0.4);
}
.n-border-dark-warning-icon\/45 {
  border-color:rgb(255 214 0 / 0.45);
}
.n-border-dark-warning-icon\/5 {
  border-color:rgb(255 214 0 / 0.05);
}
.n-border-dark-warning-icon\/50 {
  border-color:rgb(255 214 0 / 0.5);
}
.n-border-dark-warning-icon\/55 {
  border-color:rgb(255 214 0 / 0.55);
}
.n-border-dark-warning-icon\/60 {
  border-color:rgb(255 214 0 / 0.6);
}
.n-border-dark-warning-icon\/65 {
  border-color:rgb(255 214 0 / 0.65);
}
.n-border-dark-warning-icon\/70 {
  border-color:rgb(255 214 0 / 0.7);
}
.n-border-dark-warning-icon\/75 {
  border-color:rgb(255 214 0 / 0.75);
}
.n-border-dark-warning-icon\/80 {
  border-color:rgb(255 214 0 / 0.8);
}
.n-border-dark-warning-icon\/85 {
  border-color:rgb(255 214 0 / 0.85);
}
.n-border-dark-warning-icon\/90 {
  border-color:rgb(255 214 0 / 0.9);
}
.n-border-dark-warning-icon\/95 {
  border-color:rgb(255 214 0 / 0.95);
}
.n-border-dark-warning-text {
  --tw-border-opacity:1;
  border-color:rgb(255 214 0 / var(--tw-border-opacity));
}
.n-border-dark-warning-text\/0 {
  border-color:rgb(255 214 0 / 0);
}
.n-border-dark-warning-text\/10 {
  border-color:rgb(255 214 0 / 0.1);
}
.n-border-dark-warning-text\/100 {
  border-color:rgb(255 214 0 / 1);
}
.n-border-dark-warning-text\/15 {
  border-color:rgb(255 214 0 / 0.15);
}
.n-border-dark-warning-text\/20 {
  border-color:rgb(255 214 0 / 0.2);
}
.n-border-dark-warning-text\/25 {
  border-color:rgb(255 214 0 / 0.25);
}
.n-border-dark-warning-text\/30 {
  border-color:rgb(255 214 0 / 0.3);
}
.n-border-dark-warning-text\/35 {
  border-color:rgb(255 214 0 / 0.35);
}
.n-border-dark-warning-text\/40 {
  border-color:rgb(255 214 0 / 0.4);
}
.n-border-dark-warning-text\/45 {
  border-color:rgb(255 214 0 / 0.45);
}
.n-border-dark-warning-text\/5 {
  border-color:rgb(255 214 0 / 0.05);
}
.n-border-dark-warning-text\/50 {
  border-color:rgb(255 214 0 / 0.5);
}
.n-border-dark-warning-text\/55 {
  border-color:rgb(255 214 0 / 0.55);
}
.n-border-dark-warning-text\/60 {
  border-color:rgb(255 214 0 / 0.6);
}
.n-border-dark-warning-text\/65 {
  border-color:rgb(255 214 0 / 0.65);
}
.n-border-dark-warning-text\/70 {
  border-color:rgb(255 214 0 / 0.7);
}
.n-border-dark-warning-text\/75 {
  border-color:rgb(255 214 0 / 0.75);
}
.n-border-dark-warning-text\/80 {
  border-color:rgb(255 214 0 / 0.8);
}
.n-border-dark-warning-text\/85 {
  border-color:rgb(255 214 0 / 0.85);
}
.n-border-dark-warning-text\/90 {
  border-color:rgb(255 214 0 / 0.9);
}
.n-border-dark-warning-text\/95 {
  border-color:rgb(255 214 0 / 0.95);
}
.n-border-light-danger-bg-status {
  --tw-border-opacity:1;
  border-color:rgb(232 78 44 / var(--tw-border-opacity));
}
.n-border-light-danger-bg-status\/0 {
  border-color:rgb(232 78 44 / 0);
}
.n-border-light-danger-bg-status\/10 {
  border-color:rgb(232 78 44 / 0.1);
}
.n-border-light-danger-bg-status\/100 {
  border-color:rgb(232 78 44 / 1);
}
.n-border-light-danger-bg-status\/15 {
  border-color:rgb(232 78 44 / 0.15);
}
.n-border-light-danger-bg-status\/20 {
  border-color:rgb(232 78 44 / 0.2);
}
.n-border-light-danger-bg-status\/25 {
  border-color:rgb(232 78 44 / 0.25);
}
.n-border-light-danger-bg-status\/30 {
  border-color:rgb(232 78 44 / 0.3);
}
.n-border-light-danger-bg-status\/35 {
  border-color:rgb(232 78 44 / 0.35);
}
.n-border-light-danger-bg-status\/40 {
  border-color:rgb(232 78 44 / 0.4);
}
.n-border-light-danger-bg-status\/45 {
  border-color:rgb(232 78 44 / 0.45);
}
.n-border-light-danger-bg-status\/5 {
  border-color:rgb(232 78 44 / 0.05);
}
.n-border-light-danger-bg-status\/50 {
  border-color:rgb(232 78 44 / 0.5);
}
.n-border-light-danger-bg-status\/55 {
  border-color:rgb(232 78 44 / 0.55);
}
.n-border-light-danger-bg-status\/60 {
  border-color:rgb(232 78 44 / 0.6);
}
.n-border-light-danger-bg-status\/65 {
  border-color:rgb(232 78 44 / 0.65);
}
.n-border-light-danger-bg-status\/70 {
  border-color:rgb(232 78 44 / 0.7);
}
.n-border-light-danger-bg-status\/75 {
  border-color:rgb(232 78 44 / 0.75);
}
.n-border-light-danger-bg-status\/80 {
  border-color:rgb(232 78 44 / 0.8);
}
.n-border-light-danger-bg-status\/85 {
  border-color:rgb(232 78 44 / 0.85);
}
.n-border-light-danger-bg-status\/90 {
  border-color:rgb(232 78 44 / 0.9);
}
.n-border-light-danger-bg-status\/95 {
  border-color:rgb(232 78 44 / 0.95);
}
.n-border-light-danger-bg-strong {
  --tw-border-opacity:1;
  border-color:rgb(187 45 0 / var(--tw-border-opacity));
}
.n-border-light-danger-bg-strong\/0 {
  border-color:rgb(187 45 0 / 0);
}
.n-border-light-danger-bg-strong\/10 {
  border-color:rgb(187 45 0 / 0.1);
}
.n-border-light-danger-bg-strong\/100 {
  border-color:rgb(187 45 0 / 1);
}
.n-border-light-danger-bg-strong\/15 {
  border-color:rgb(187 45 0 / 0.15);
}
.n-border-light-danger-bg-strong\/20 {
  border-color:rgb(187 45 0 / 0.2);
}
.n-border-light-danger-bg-strong\/25 {
  border-color:rgb(187 45 0 / 0.25);
}
.n-border-light-danger-bg-strong\/30 {
  border-color:rgb(187 45 0 / 0.3);
}
.n-border-light-danger-bg-strong\/35 {
  border-color:rgb(187 45 0 / 0.35);
}
.n-border-light-danger-bg-strong\/40 {
  border-color:rgb(187 45 0 / 0.4);
}
.n-border-light-danger-bg-strong\/45 {
  border-color:rgb(187 45 0 / 0.45);
}
.n-border-light-danger-bg-strong\/5 {
  border-color:rgb(187 45 0 / 0.05);
}
.n-border-light-danger-bg-strong\/50 {
  border-color:rgb(187 45 0 / 0.5);
}
.n-border-light-danger-bg-strong\/55 {
  border-color:rgb(187 45 0 / 0.55);
}
.n-border-light-danger-bg-strong\/60 {
  border-color:rgb(187 45 0 / 0.6);
}
.n-border-light-danger-bg-strong\/65 {
  border-color:rgb(187 45 0 / 0.65);
}
.n-border-light-danger-bg-strong\/70 {
  border-color:rgb(187 45 0 / 0.7);
}
.n-border-light-danger-bg-strong\/75 {
  border-color:rgb(187 45 0 / 0.75);
}
.n-border-light-danger-bg-strong\/80 {
  border-color:rgb(187 45 0 / 0.8);
}
.n-border-light-danger-bg-strong\/85 {
  border-color:rgb(187 45 0 / 0.85);
}
.n-border-light-danger-bg-strong\/90 {
  border-color:rgb(187 45 0 / 0.9);
}
.n-border-light-danger-bg-strong\/95 {
  border-color:rgb(187 45 0 / 0.95);
}
.n-border-light-danger-bg-weak {
  --tw-border-opacity:1;
  border-color:rgb(255 233 231 / var(--tw-border-opacity));
}
.n-border-light-danger-bg-weak\/0 {
  border-color:rgb(255 233 231 / 0);
}
.n-border-light-danger-bg-weak\/10 {
  border-color:rgb(255 233 231 / 0.1);
}
.n-border-light-danger-bg-weak\/100 {
  border-color:rgb(255 233 231 / 1);
}
.n-border-light-danger-bg-weak\/15 {
  border-color:rgb(255 233 231 / 0.15);
}
.n-border-light-danger-bg-weak\/20 {
  border-color:rgb(255 233 231 / 0.2);
}
.n-border-light-danger-bg-weak\/25 {
  border-color:rgb(255 233 231 / 0.25);
}
.n-border-light-danger-bg-weak\/30 {
  border-color:rgb(255 233 231 / 0.3);
}
.n-border-light-danger-bg-weak\/35 {
  border-color:rgb(255 233 231 / 0.35);
}
.n-border-light-danger-bg-weak\/40 {
  border-color:rgb(255 233 231 / 0.4);
}
.n-border-light-danger-bg-weak\/45 {
  border-color:rgb(255 233 231 / 0.45);
}
.n-border-light-danger-bg-weak\/5 {
  border-color:rgb(255 233 231 / 0.05);
}
.n-border-light-danger-bg-weak\/50 {
  border-color:rgb(255 233 231 / 0.5);
}
.n-border-light-danger-bg-weak\/55 {
  border-color:rgb(255 233 231 / 0.55);
}
.n-border-light-danger-bg-weak\/60 {
  border-color:rgb(255 233 231 / 0.6);
}
.n-border-light-danger-bg-weak\/65 {
  border-color:rgb(255 233 231 / 0.65);
}
.n-border-light-danger-bg-weak\/70 {
  border-color:rgb(255 233 231 / 0.7);
}
.n-border-light-danger-bg-weak\/75 {
  border-color:rgb(255 233 231 / 0.75);
}
.n-border-light-danger-bg-weak\/80 {
  border-color:rgb(255 233 231 / 0.8);
}
.n-border-light-danger-bg-weak\/85 {
  border-color:rgb(255 233 231 / 0.85);
}
.n-border-light-danger-bg-weak\/90 {
  border-color:rgb(255 233 231 / 0.9);
}
.n-border-light-danger-bg-weak\/95 {
  border-color:rgb(255 233 231 / 0.95);
}
.n-border-light-danger-border-strong {
  --tw-border-opacity:1;
  border-color:rgb(187 45 0 / var(--tw-border-opacity));
}
.n-border-light-danger-border-strong\/0 {
  border-color:rgb(187 45 0 / 0);
}
.n-border-light-danger-border-strong\/10 {
  border-color:rgb(187 45 0 / 0.1);
}
.n-border-light-danger-border-strong\/100 {
  border-color:rgb(187 45 0 / 1);
}
.n-border-light-danger-border-strong\/15 {
  border-color:rgb(187 45 0 / 0.15);
}
.n-border-light-danger-border-strong\/20 {
  border-color:rgb(187 45 0 / 0.2);
}
.n-border-light-danger-border-strong\/25 {
  border-color:rgb(187 45 0 / 0.25);
}
.n-border-light-danger-border-strong\/30 {
  border-color:rgb(187 45 0 / 0.3);
}
.n-border-light-danger-border-strong\/35 {
  border-color:rgb(187 45 0 / 0.35);
}
.n-border-light-danger-border-strong\/40 {
  border-color:rgb(187 45 0 / 0.4);
}
.n-border-light-danger-border-strong\/45 {
  border-color:rgb(187 45 0 / 0.45);
}
.n-border-light-danger-border-strong\/5 {
  border-color:rgb(187 45 0 / 0.05);
}
.n-border-light-danger-border-strong\/50 {
  border-color:rgb(187 45 0 / 0.5);
}
.n-border-light-danger-border-strong\/55 {
  border-color:rgb(187 45 0 / 0.55);
}
.n-border-light-danger-border-strong\/60 {
  border-color:rgb(187 45 0 / 0.6);
}
.n-border-light-danger-border-strong\/65 {
  border-color:rgb(187 45 0 / 0.65);
}
.n-border-light-danger-border-strong\/70 {
  border-color:rgb(187 45 0 / 0.7);
}
.n-border-light-danger-border-strong\/75 {
  border-color:rgb(187 45 0 / 0.75);
}
.n-border-light-danger-border-strong\/80 {
  border-color:rgb(187 45 0 / 0.8);
}
.n-border-light-danger-border-strong\/85 {
  border-color:rgb(187 45 0 / 0.85);
}
.n-border-light-danger-border-strong\/90 {
  border-color:rgb(187 45 0 / 0.9);
}
.n-border-light-danger-border-strong\/95 {
  border-color:rgb(187 45 0 / 0.95);
}
.n-border-light-danger-border-weak {
  --tw-border-opacity:1;
  border-color:rgb(255 170 151 / var(--tw-border-opacity));
}
.n-border-light-danger-border-weak\/0 {
  border-color:rgb(255 170 151 / 0);
}
.n-border-light-danger-border-weak\/10 {
  border-color:rgb(255 170 151 / 0.1);
}
.n-border-light-danger-border-weak\/100 {
  border-color:rgb(255 170 151 / 1);
}
.n-border-light-danger-border-weak\/15 {
  border-color:rgb(255 170 151 / 0.15);
}
.n-border-light-danger-border-weak\/20 {
  border-color:rgb(255 170 151 / 0.2);
}
.n-border-light-danger-border-weak\/25 {
  border-color:rgb(255 170 151 / 0.25);
}
.n-border-light-danger-border-weak\/30 {
  border-color:rgb(255 170 151 / 0.3);
}
.n-border-light-danger-border-weak\/35 {
  border-color:rgb(255 170 151 / 0.35);
}
.n-border-light-danger-border-weak\/40 {
  border-color:rgb(255 170 151 / 0.4);
}
.n-border-light-danger-border-weak\/45 {
  border-color:rgb(255 170 151 / 0.45);
}
.n-border-light-danger-border-weak\/5 {
  border-color:rgb(255 170 151 / 0.05);
}
.n-border-light-danger-border-weak\/50 {
  border-color:rgb(255 170 151 / 0.5);
}
.n-border-light-danger-border-weak\/55 {
  border-color:rgb(255 170 151 / 0.55);
}
.n-border-light-danger-border-weak\/60 {
  border-color:rgb(255 170 151 / 0.6);
}
.n-border-light-danger-border-weak\/65 {
  border-color:rgb(255 170 151 / 0.65);
}
.n-border-light-danger-border-weak\/70 {
  border-color:rgb(255 170 151 / 0.7);
}
.n-border-light-danger-border-weak\/75 {
  border-color:rgb(255 170 151 / 0.75);
}
.n-border-light-danger-border-weak\/80 {
  border-color:rgb(255 170 151 / 0.8);
}
.n-border-light-danger-border-weak\/85 {
  border-color:rgb(255 170 151 / 0.85);
}
.n-border-light-danger-border-weak\/90 {
  border-color:rgb(255 170 151 / 0.9);
}
.n-border-light-danger-border-weak\/95 {
  border-color:rgb(255 170 151 / 0.95);
}
.n-border-light-danger-hover-strong {
  --tw-border-opacity:1;
  border-color:rgb(150 18 0 / var(--tw-border-opacity));
}
.n-border-light-danger-hover-strong\/0 {
  border-color:rgb(150 18 0 / 0);
}
.n-border-light-danger-hover-strong\/10 {
  border-color:rgb(150 18 0 / 0.1);
}
.n-border-light-danger-hover-strong\/100 {
  border-color:rgb(150 18 0 / 1);
}
.n-border-light-danger-hover-strong\/15 {
  border-color:rgb(150 18 0 / 0.15);
}
.n-border-light-danger-hover-strong\/20 {
  border-color:rgb(150 18 0 / 0.2);
}
.n-border-light-danger-hover-strong\/25 {
  border-color:rgb(150 18 0 / 0.25);
}
.n-border-light-danger-hover-strong\/30 {
  border-color:rgb(150 18 0 / 0.3);
}
.n-border-light-danger-hover-strong\/35 {
  border-color:rgb(150 18 0 / 0.35);
}
.n-border-light-danger-hover-strong\/40 {
  border-color:rgb(150 18 0 / 0.4);
}
.n-border-light-danger-hover-strong\/45 {
  border-color:rgb(150 18 0 / 0.45);
}
.n-border-light-danger-hover-strong\/5 {
  border-color:rgb(150 18 0 / 0.05);
}
.n-border-light-danger-hover-strong\/50 {
  border-color:rgb(150 18 0 / 0.5);
}
.n-border-light-danger-hover-strong\/55 {
  border-color:rgb(150 18 0 / 0.55);
}
.n-border-light-danger-hover-strong\/60 {
  border-color:rgb(150 18 0 / 0.6);
}
.n-border-light-danger-hover-strong\/65 {
  border-color:rgb(150 18 0 / 0.65);
}
.n-border-light-danger-hover-strong\/70 {
  border-color:rgb(150 18 0 / 0.7);
}
.n-border-light-danger-hover-strong\/75 {
  border-color:rgb(150 18 0 / 0.75);
}
.n-border-light-danger-hover-strong\/80 {
  border-color:rgb(150 18 0 / 0.8);
}
.n-border-light-danger-hover-strong\/85 {
  border-color:rgb(150 18 0 / 0.85);
}
.n-border-light-danger-hover-strong\/90 {
  border-color:rgb(150 18 0 / 0.9);
}
.n-border-light-danger-hover-strong\/95 {
  border-color:rgb(150 18 0 / 0.95);
}
.n-border-light-danger-hover-weak {
  --tw-border-opacity:1;
  border-color:rgb(212 51 0 / var(--tw-border-opacity));
}
.n-border-light-danger-hover-weak\/0 {
  border-color:rgb(212 51 0 / 0);
}
.n-border-light-danger-hover-weak\/10 {
  border-color:rgb(212 51 0 / 0.1);
}
.n-border-light-danger-hover-weak\/100 {
  border-color:rgb(212 51 0 / 1);
}
.n-border-light-danger-hover-weak\/15 {
  border-color:rgb(212 51 0 / 0.15);
}
.n-border-light-danger-hover-weak\/20 {
  border-color:rgb(212 51 0 / 0.2);
}
.n-border-light-danger-hover-weak\/25 {
  border-color:rgb(212 51 0 / 0.25);
}
.n-border-light-danger-hover-weak\/30 {
  border-color:rgb(212 51 0 / 0.3);
}
.n-border-light-danger-hover-weak\/35 {
  border-color:rgb(212 51 0 / 0.35);
}
.n-border-light-danger-hover-weak\/40 {
  border-color:rgb(212 51 0 / 0.4);
}
.n-border-light-danger-hover-weak\/45 {
  border-color:rgb(212 51 0 / 0.45);
}
.n-border-light-danger-hover-weak\/5 {
  border-color:rgb(212 51 0 / 0.05);
}
.n-border-light-danger-hover-weak\/50 {
  border-color:rgb(212 51 0 / 0.5);
}
.n-border-light-danger-hover-weak\/55 {
  border-color:rgb(212 51 0 / 0.55);
}
.n-border-light-danger-hover-weak\/60 {
  border-color:rgb(212 51 0 / 0.6);
}
.n-border-light-danger-hover-weak\/65 {
  border-color:rgb(212 51 0 / 0.65);
}
.n-border-light-danger-hover-weak\/70 {
  border-color:rgb(212 51 0 / 0.7);
}
.n-border-light-danger-hover-weak\/75 {
  border-color:rgb(212 51 0 / 0.75);
}
.n-border-light-danger-hover-weak\/80 {
  border-color:rgb(212 51 0 / 0.8);
}
.n-border-light-danger-hover-weak\/85 {
  border-color:rgb(212 51 0 / 0.85);
}
.n-border-light-danger-hover-weak\/90 {
  border-color:rgb(212 51 0 / 0.9);
}
.n-border-light-danger-hover-weak\/95 {
  border-color:rgb(212 51 0 / 0.95);
}
.n-border-light-danger-icon {
  --tw-border-opacity:1;
  border-color:rgb(187 45 0 / var(--tw-border-opacity));
}
.n-border-light-danger-icon\/0 {
  border-color:rgb(187 45 0 / 0);
}
.n-border-light-danger-icon\/10 {
  border-color:rgb(187 45 0 / 0.1);
}
.n-border-light-danger-icon\/100 {
  border-color:rgb(187 45 0 / 1);
}
.n-border-light-danger-icon\/15 {
  border-color:rgb(187 45 0 / 0.15);
}
.n-border-light-danger-icon\/20 {
  border-color:rgb(187 45 0 / 0.2);
}
.n-border-light-danger-icon\/25 {
  border-color:rgb(187 45 0 / 0.25);
}
.n-border-light-danger-icon\/30 {
  border-color:rgb(187 45 0 / 0.3);
}
.n-border-light-danger-icon\/35 {
  border-color:rgb(187 45 0 / 0.35);
}
.n-border-light-danger-icon\/40 {
  border-color:rgb(187 45 0 / 0.4);
}
.n-border-light-danger-icon\/45 {
  border-color:rgb(187 45 0 / 0.45);
}
.n-border-light-danger-icon\/5 {
  border-color:rgb(187 45 0 / 0.05);
}
.n-border-light-danger-icon\/50 {
  border-color:rgb(187 45 0 / 0.5);
}
.n-border-light-danger-icon\/55 {
  border-color:rgb(187 45 0 / 0.55);
}
.n-border-light-danger-icon\/60 {
  border-color:rgb(187 45 0 / 0.6);
}
.n-border-light-danger-icon\/65 {
  border-color:rgb(187 45 0 / 0.65);
}
.n-border-light-danger-icon\/70 {
  border-color:rgb(187 45 0 / 0.7);
}
.n-border-light-danger-icon\/75 {
  border-color:rgb(187 45 0 / 0.75);
}
.n-border-light-danger-icon\/80 {
  border-color:rgb(187 45 0 / 0.8);
}
.n-border-light-danger-icon\/85 {
  border-color:rgb(187 45 0 / 0.85);
}
.n-border-light-danger-icon\/90 {
  border-color:rgb(187 45 0 / 0.9);
}
.n-border-light-danger-icon\/95 {
  border-color:rgb(187 45 0 / 0.95);
}
.n-border-light-danger-pressed-strong {
  --tw-border-opacity:1;
  border-color:rgb(115 14 0 / var(--tw-border-opacity));
}
.n-border-light-danger-pressed-strong\/0 {
  border-color:rgb(115 14 0 / 0);
}
.n-border-light-danger-pressed-strong\/10 {
  border-color:rgb(115 14 0 / 0.1);
}
.n-border-light-danger-pressed-strong\/100 {
  border-color:rgb(115 14 0 / 1);
}
.n-border-light-danger-pressed-strong\/15 {
  border-color:rgb(115 14 0 / 0.15);
}
.n-border-light-danger-pressed-strong\/20 {
  border-color:rgb(115 14 0 / 0.2);
}
.n-border-light-danger-pressed-strong\/25 {
  border-color:rgb(115 14 0 / 0.25);
}
.n-border-light-danger-pressed-strong\/30 {
  border-color:rgb(115 14 0 / 0.3);
}
.n-border-light-danger-pressed-strong\/35 {
  border-color:rgb(115 14 0 / 0.35);
}
.n-border-light-danger-pressed-strong\/40 {
  border-color:rgb(115 14 0 / 0.4);
}
.n-border-light-danger-pressed-strong\/45 {
  border-color:rgb(115 14 0 / 0.45);
}
.n-border-light-danger-pressed-strong\/5 {
  border-color:rgb(115 14 0 / 0.05);
}
.n-border-light-danger-pressed-strong\/50 {
  border-color:rgb(115 14 0 / 0.5);
}
.n-border-light-danger-pressed-strong\/55 {
  border-color:rgb(115 14 0 / 0.55);
}
.n-border-light-danger-pressed-strong\/60 {
  border-color:rgb(115 14 0 / 0.6);
}
.n-border-light-danger-pressed-strong\/65 {
  border-color:rgb(115 14 0 / 0.65);
}
.n-border-light-danger-pressed-strong\/70 {
  border-color:rgb(115 14 0 / 0.7);
}
.n-border-light-danger-pressed-strong\/75 {
  border-color:rgb(115 14 0 / 0.75);
}
.n-border-light-danger-pressed-strong\/80 {
  border-color:rgb(115 14 0 / 0.8);
}
.n-border-light-danger-pressed-strong\/85 {
  border-color:rgb(115 14 0 / 0.85);
}
.n-border-light-danger-pressed-strong\/90 {
  border-color:rgb(115 14 0 / 0.9);
}
.n-border-light-danger-pressed-strong\/95 {
  border-color:rgb(115 14 0 / 0.95);
}
.n-border-light-danger-pressed-weak {
  --tw-border-opacity:1;
  border-color:rgb(212 51 0 / var(--tw-border-opacity));
}
.n-border-light-danger-pressed-weak\/0 {
  border-color:rgb(212 51 0 / 0);
}
.n-border-light-danger-pressed-weak\/10 {
  border-color:rgb(212 51 0 / 0.1);
}
.n-border-light-danger-pressed-weak\/100 {
  border-color:rgb(212 51 0 / 1);
}
.n-border-light-danger-pressed-weak\/15 {
  border-color:rgb(212 51 0 / 0.15);
}
.n-border-light-danger-pressed-weak\/20 {
  border-color:rgb(212 51 0 / 0.2);
}
.n-border-light-danger-pressed-weak\/25 {
  border-color:rgb(212 51 0 / 0.25);
}
.n-border-light-danger-pressed-weak\/30 {
  border-color:rgb(212 51 0 / 0.3);
}
.n-border-light-danger-pressed-weak\/35 {
  border-color:rgb(212 51 0 / 0.35);
}
.n-border-light-danger-pressed-weak\/40 {
  border-color:rgb(212 51 0 / 0.4);
}
.n-border-light-danger-pressed-weak\/45 {
  border-color:rgb(212 51 0 / 0.45);
}
.n-border-light-danger-pressed-weak\/5 {
  border-color:rgb(212 51 0 / 0.05);
}
.n-border-light-danger-pressed-weak\/50 {
  border-color:rgb(212 51 0 / 0.5);
}
.n-border-light-danger-pressed-weak\/55 {
  border-color:rgb(212 51 0 / 0.55);
}
.n-border-light-danger-pressed-weak\/60 {
  border-color:rgb(212 51 0 / 0.6);
}
.n-border-light-danger-pressed-weak\/65 {
  border-color:rgb(212 51 0 / 0.65);
}
.n-border-light-danger-pressed-weak\/70 {
  border-color:rgb(212 51 0 / 0.7);
}
.n-border-light-danger-pressed-weak\/75 {
  border-color:rgb(212 51 0 / 0.75);
}
.n-border-light-danger-pressed-weak\/80 {
  border-color:rgb(212 51 0 / 0.8);
}
.n-border-light-danger-pressed-weak\/85 {
  border-color:rgb(212 51 0 / 0.85);
}
.n-border-light-danger-pressed-weak\/90 {
  border-color:rgb(212 51 0 / 0.9);
}
.n-border-light-danger-pressed-weak\/95 {
  border-color:rgb(212 51 0 / 0.95);
}
.n-border-light-danger-text {
  --tw-border-opacity:1;
  border-color:rgb(187 45 0 / var(--tw-border-opacity));
}
.n-border-light-danger-text\/0 {
  border-color:rgb(187 45 0 / 0);
}
.n-border-light-danger-text\/10 {
  border-color:rgb(187 45 0 / 0.1);
}
.n-border-light-danger-text\/100 {
  border-color:rgb(187 45 0 / 1);
}
.n-border-light-danger-text\/15 {
  border-color:rgb(187 45 0 / 0.15);
}
.n-border-light-danger-text\/20 {
  border-color:rgb(187 45 0 / 0.2);
}
.n-border-light-danger-text\/25 {
  border-color:rgb(187 45 0 / 0.25);
}
.n-border-light-danger-text\/30 {
  border-color:rgb(187 45 0 / 0.3);
}
.n-border-light-danger-text\/35 {
  border-color:rgb(187 45 0 / 0.35);
}
.n-border-light-danger-text\/40 {
  border-color:rgb(187 45 0 / 0.4);
}
.n-border-light-danger-text\/45 {
  border-color:rgb(187 45 0 / 0.45);
}
.n-border-light-danger-text\/5 {
  border-color:rgb(187 45 0 / 0.05);
}
.n-border-light-danger-text\/50 {
  border-color:rgb(187 45 0 / 0.5);
}
.n-border-light-danger-text\/55 {
  border-color:rgb(187 45 0 / 0.55);
}
.n-border-light-danger-text\/60 {
  border-color:rgb(187 45 0 / 0.6);
}
.n-border-light-danger-text\/65 {
  border-color:rgb(187 45 0 / 0.65);
}
.n-border-light-danger-text\/70 {
  border-color:rgb(187 45 0 / 0.7);
}
.n-border-light-danger-text\/75 {
  border-color:rgb(187 45 0 / 0.75);
}
.n-border-light-danger-text\/80 {
  border-color:rgb(187 45 0 / 0.8);
}
.n-border-light-danger-text\/85 {
  border-color:rgb(187 45 0 / 0.85);
}
.n-border-light-danger-text\/90 {
  border-color:rgb(187 45 0 / 0.9);
}
.n-border-light-danger-text\/95 {
  border-color:rgb(187 45 0 / 0.95);
}
.n-border-light-discovery-bg-status {
  --tw-border-opacity:1;
  border-color:rgb(117 78 200 / var(--tw-border-opacity));
}
.n-border-light-discovery-bg-status\/0 {
  border-color:rgb(117 78 200 / 0);
}
.n-border-light-discovery-bg-status\/10 {
  border-color:rgb(117 78 200 / 0.1);
}
.n-border-light-discovery-bg-status\/100 {
  border-color:rgb(117 78 200 / 1);
}
.n-border-light-discovery-bg-status\/15 {
  border-color:rgb(117 78 200 / 0.15);
}
.n-border-light-discovery-bg-status\/20 {
  border-color:rgb(117 78 200 / 0.2);
}
.n-border-light-discovery-bg-status\/25 {
  border-color:rgb(117 78 200 / 0.25);
}
.n-border-light-discovery-bg-status\/30 {
  border-color:rgb(117 78 200 / 0.3);
}
.n-border-light-discovery-bg-status\/35 {
  border-color:rgb(117 78 200 / 0.35);
}
.n-border-light-discovery-bg-status\/40 {
  border-color:rgb(117 78 200 / 0.4);
}
.n-border-light-discovery-bg-status\/45 {
  border-color:rgb(117 78 200 / 0.45);
}
.n-border-light-discovery-bg-status\/5 {
  border-color:rgb(117 78 200 / 0.05);
}
.n-border-light-discovery-bg-status\/50 {
  border-color:rgb(117 78 200 / 0.5);
}
.n-border-light-discovery-bg-status\/55 {
  border-color:rgb(117 78 200 / 0.55);
}
.n-border-light-discovery-bg-status\/60 {
  border-color:rgb(117 78 200 / 0.6);
}
.n-border-light-discovery-bg-status\/65 {
  border-color:rgb(117 78 200 / 0.65);
}
.n-border-light-discovery-bg-status\/70 {
  border-color:rgb(117 78 200 / 0.7);
}
.n-border-light-discovery-bg-status\/75 {
  border-color:rgb(117 78 200 / 0.75);
}
.n-border-light-discovery-bg-status\/80 {
  border-color:rgb(117 78 200 / 0.8);
}
.n-border-light-discovery-bg-status\/85 {
  border-color:rgb(117 78 200 / 0.85);
}
.n-border-light-discovery-bg-status\/90 {
  border-color:rgb(117 78 200 / 0.9);
}
.n-border-light-discovery-bg-status\/95 {
  border-color:rgb(117 78 200 / 0.95);
}
.n-border-light-discovery-bg-strong {
  --tw-border-opacity:1;
  border-color:rgb(90 52 170 / var(--tw-border-opacity));
}
.n-border-light-discovery-bg-strong\/0 {
  border-color:rgb(90 52 170 / 0);
}
.n-border-light-discovery-bg-strong\/10 {
  border-color:rgb(90 52 170 / 0.1);
}
.n-border-light-discovery-bg-strong\/100 {
  border-color:rgb(90 52 170 / 1);
}
.n-border-light-discovery-bg-strong\/15 {
  border-color:rgb(90 52 170 / 0.15);
}
.n-border-light-discovery-bg-strong\/20 {
  border-color:rgb(90 52 170 / 0.2);
}
.n-border-light-discovery-bg-strong\/25 {
  border-color:rgb(90 52 170 / 0.25);
}
.n-border-light-discovery-bg-strong\/30 {
  border-color:rgb(90 52 170 / 0.3);
}
.n-border-light-discovery-bg-strong\/35 {
  border-color:rgb(90 52 170 / 0.35);
}
.n-border-light-discovery-bg-strong\/40 {
  border-color:rgb(90 52 170 / 0.4);
}
.n-border-light-discovery-bg-strong\/45 {
  border-color:rgb(90 52 170 / 0.45);
}
.n-border-light-discovery-bg-strong\/5 {
  border-color:rgb(90 52 170 / 0.05);
}
.n-border-light-discovery-bg-strong\/50 {
  border-color:rgb(90 52 170 / 0.5);
}
.n-border-light-discovery-bg-strong\/55 {
  border-color:rgb(90 52 170 / 0.55);
}
.n-border-light-discovery-bg-strong\/60 {
  border-color:rgb(90 52 170 / 0.6);
}
.n-border-light-discovery-bg-strong\/65 {
  border-color:rgb(90 52 170 / 0.65);
}
.n-border-light-discovery-bg-strong\/70 {
  border-color:rgb(90 52 170 / 0.7);
}
.n-border-light-discovery-bg-strong\/75 {
  border-color:rgb(90 52 170 / 0.75);
}
.n-border-light-discovery-bg-strong\/80 {
  border-color:rgb(90 52 170 / 0.8);
}
.n-border-light-discovery-bg-strong\/85 {
  border-color:rgb(90 52 170 / 0.85);
}
.n-border-light-discovery-bg-strong\/90 {
  border-color:rgb(90 52 170 / 0.9);
}
.n-border-light-discovery-bg-strong\/95 {
  border-color:rgb(90 52 170 / 0.95);
}
.n-border-light-discovery-bg-weak {
  --tw-border-opacity:1;
  border-color:rgb(233 222 255 / var(--tw-border-opacity));
}
.n-border-light-discovery-bg-weak\/0 {
  border-color:rgb(233 222 255 / 0);
}
.n-border-light-discovery-bg-weak\/10 {
  border-color:rgb(233 222 255 / 0.1);
}
.n-border-light-discovery-bg-weak\/100 {
  border-color:rgb(233 222 255 / 1);
}
.n-border-light-discovery-bg-weak\/15 {
  border-color:rgb(233 222 255 / 0.15);
}
.n-border-light-discovery-bg-weak\/20 {
  border-color:rgb(233 222 255 / 0.2);
}
.n-border-light-discovery-bg-weak\/25 {
  border-color:rgb(233 222 255 / 0.25);
}
.n-border-light-discovery-bg-weak\/30 {
  border-color:rgb(233 222 255 / 0.3);
}
.n-border-light-discovery-bg-weak\/35 {
  border-color:rgb(233 222 255 / 0.35);
}
.n-border-light-discovery-bg-weak\/40 {
  border-color:rgb(233 222 255 / 0.4);
}
.n-border-light-discovery-bg-weak\/45 {
  border-color:rgb(233 222 255 / 0.45);
}
.n-border-light-discovery-bg-weak\/5 {
  border-color:rgb(233 222 255 / 0.05);
}
.n-border-light-discovery-bg-weak\/50 {
  border-color:rgb(233 222 255 / 0.5);
}
.n-border-light-discovery-bg-weak\/55 {
  border-color:rgb(233 222 255 / 0.55);
}
.n-border-light-discovery-bg-weak\/60 {
  border-color:rgb(233 222 255 / 0.6);
}
.n-border-light-discovery-bg-weak\/65 {
  border-color:rgb(233 222 255 / 0.65);
}
.n-border-light-discovery-bg-weak\/70 {
  border-color:rgb(233 222 255 / 0.7);
}
.n-border-light-discovery-bg-weak\/75 {
  border-color:rgb(233 222 255 / 0.75);
}
.n-border-light-discovery-bg-weak\/80 {
  border-color:rgb(233 222 255 / 0.8);
}
.n-border-light-discovery-bg-weak\/85 {
  border-color:rgb(233 222 255 / 0.85);
}
.n-border-light-discovery-bg-weak\/90 {
  border-color:rgb(233 222 255 / 0.9);
}
.n-border-light-discovery-bg-weak\/95 {
  border-color:rgb(233 222 255 / 0.95);
}
.n-border-light-discovery-border-strong {
  --tw-border-opacity:1;
  border-color:rgb(90 52 170 / var(--tw-border-opacity));
}
.n-border-light-discovery-border-strong\/0 {
  border-color:rgb(90 52 170 / 0);
}
.n-border-light-discovery-border-strong\/10 {
  border-color:rgb(90 52 170 / 0.1);
}
.n-border-light-discovery-border-strong\/100 {
  border-color:rgb(90 52 170 / 1);
}
.n-border-light-discovery-border-strong\/15 {
  border-color:rgb(90 52 170 / 0.15);
}
.n-border-light-discovery-border-strong\/20 {
  border-color:rgb(90 52 170 / 0.2);
}
.n-border-light-discovery-border-strong\/25 {
  border-color:rgb(90 52 170 / 0.25);
}
.n-border-light-discovery-border-strong\/30 {
  border-color:rgb(90 52 170 / 0.3);
}
.n-border-light-discovery-border-strong\/35 {
  border-color:rgb(90 52 170 / 0.35);
}
.n-border-light-discovery-border-strong\/40 {
  border-color:rgb(90 52 170 / 0.4);
}
.n-border-light-discovery-border-strong\/45 {
  border-color:rgb(90 52 170 / 0.45);
}
.n-border-light-discovery-border-strong\/5 {
  border-color:rgb(90 52 170 / 0.05);
}
.n-border-light-discovery-border-strong\/50 {
  border-color:rgb(90 52 170 / 0.5);
}
.n-border-light-discovery-border-strong\/55 {
  border-color:rgb(90 52 170 / 0.55);
}
.n-border-light-discovery-border-strong\/60 {
  border-color:rgb(90 52 170 / 0.6);
}
.n-border-light-discovery-border-strong\/65 {
  border-color:rgb(90 52 170 / 0.65);
}
.n-border-light-discovery-border-strong\/70 {
  border-color:rgb(90 52 170 / 0.7);
}
.n-border-light-discovery-border-strong\/75 {
  border-color:rgb(90 52 170 / 0.75);
}
.n-border-light-discovery-border-strong\/80 {
  border-color:rgb(90 52 170 / 0.8);
}
.n-border-light-discovery-border-strong\/85 {
  border-color:rgb(90 52 170 / 0.85);
}
.n-border-light-discovery-border-strong\/90 {
  border-color:rgb(90 52 170 / 0.9);
}
.n-border-light-discovery-border-strong\/95 {
  border-color:rgb(90 52 170 / 0.95);
}
.n-border-light-discovery-border-weak {
  --tw-border-opacity:1;
  border-color:rgb(179 142 255 / var(--tw-border-opacity));
}
.n-border-light-discovery-border-weak\/0 {
  border-color:rgb(179 142 255 / 0);
}
.n-border-light-discovery-border-weak\/10 {
  border-color:rgb(179 142 255 / 0.1);
}
.n-border-light-discovery-border-weak\/100 {
  border-color:rgb(179 142 255 / 1);
}
.n-border-light-discovery-border-weak\/15 {
  border-color:rgb(179 142 255 / 0.15);
}
.n-border-light-discovery-border-weak\/20 {
  border-color:rgb(179 142 255 / 0.2);
}
.n-border-light-discovery-border-weak\/25 {
  border-color:rgb(179 142 255 / 0.25);
}
.n-border-light-discovery-border-weak\/30 {
  border-color:rgb(179 142 255 / 0.3);
}
.n-border-light-discovery-border-weak\/35 {
  border-color:rgb(179 142 255 / 0.35);
}
.n-border-light-discovery-border-weak\/40 {
  border-color:rgb(179 142 255 / 0.4);
}
.n-border-light-discovery-border-weak\/45 {
  border-color:rgb(179 142 255 / 0.45);
}
.n-border-light-discovery-border-weak\/5 {
  border-color:rgb(179 142 255 / 0.05);
}
.n-border-light-discovery-border-weak\/50 {
  border-color:rgb(179 142 255 / 0.5);
}
.n-border-light-discovery-border-weak\/55 {
  border-color:rgb(179 142 255 / 0.55);
}
.n-border-light-discovery-border-weak\/60 {
  border-color:rgb(179 142 255 / 0.6);
}
.n-border-light-discovery-border-weak\/65 {
  border-color:rgb(179 142 255 / 0.65);
}
.n-border-light-discovery-border-weak\/70 {
  border-color:rgb(179 142 255 / 0.7);
}
.n-border-light-discovery-border-weak\/75 {
  border-color:rgb(179 142 255 / 0.75);
}
.n-border-light-discovery-border-weak\/80 {
  border-color:rgb(179 142 255 / 0.8);
}
.n-border-light-discovery-border-weak\/85 {
  border-color:rgb(179 142 255 / 0.85);
}
.n-border-light-discovery-border-weak\/90 {
  border-color:rgb(179 142 255 / 0.9);
}
.n-border-light-discovery-border-weak\/95 {
  border-color:rgb(179 142 255 / 0.95);
}
.n-border-light-discovery-icon {
  --tw-border-opacity:1;
  border-color:rgb(90 52 170 / var(--tw-border-opacity));
}
.n-border-light-discovery-icon\/0 {
  border-color:rgb(90 52 170 / 0);
}
.n-border-light-discovery-icon\/10 {
  border-color:rgb(90 52 170 / 0.1);
}
.n-border-light-discovery-icon\/100 {
  border-color:rgb(90 52 170 / 1);
}
.n-border-light-discovery-icon\/15 {
  border-color:rgb(90 52 170 / 0.15);
}
.n-border-light-discovery-icon\/20 {
  border-color:rgb(90 52 170 / 0.2);
}
.n-border-light-discovery-icon\/25 {
  border-color:rgb(90 52 170 / 0.25);
}
.n-border-light-discovery-icon\/30 {
  border-color:rgb(90 52 170 / 0.3);
}
.n-border-light-discovery-icon\/35 {
  border-color:rgb(90 52 170 / 0.35);
}
.n-border-light-discovery-icon\/40 {
  border-color:rgb(90 52 170 / 0.4);
}
.n-border-light-discovery-icon\/45 {
  border-color:rgb(90 52 170 / 0.45);
}
.n-border-light-discovery-icon\/5 {
  border-color:rgb(90 52 170 / 0.05);
}
.n-border-light-discovery-icon\/50 {
  border-color:rgb(90 52 170 / 0.5);
}
.n-border-light-discovery-icon\/55 {
  border-color:rgb(90 52 170 / 0.55);
}
.n-border-light-discovery-icon\/60 {
  border-color:rgb(90 52 170 / 0.6);
}
.n-border-light-discovery-icon\/65 {
  border-color:rgb(90 52 170 / 0.65);
}
.n-border-light-discovery-icon\/70 {
  border-color:rgb(90 52 170 / 0.7);
}
.n-border-light-discovery-icon\/75 {
  border-color:rgb(90 52 170 / 0.75);
}
.n-border-light-discovery-icon\/80 {
  border-color:rgb(90 52 170 / 0.8);
}
.n-border-light-discovery-icon\/85 {
  border-color:rgb(90 52 170 / 0.85);
}
.n-border-light-discovery-icon\/90 {
  border-color:rgb(90 52 170 / 0.9);
}
.n-border-light-discovery-icon\/95 {
  border-color:rgb(90 52 170 / 0.95);
}
.n-border-light-discovery-text {
  --tw-border-opacity:1;
  border-color:rgb(90 52 170 / var(--tw-border-opacity));
}
.n-border-light-discovery-text\/0 {
  border-color:rgb(90 52 170 / 0);
}
.n-border-light-discovery-text\/10 {
  border-color:rgb(90 52 170 / 0.1);
}
.n-border-light-discovery-text\/100 {
  border-color:rgb(90 52 170 / 1);
}
.n-border-light-discovery-text\/15 {
  border-color:rgb(90 52 170 / 0.15);
}
.n-border-light-discovery-text\/20 {
  border-color:rgb(90 52 170 / 0.2);
}
.n-border-light-discovery-text\/25 {
  border-color:rgb(90 52 170 / 0.25);
}
.n-border-light-discovery-text\/30 {
  border-color:rgb(90 52 170 / 0.3);
}
.n-border-light-discovery-text\/35 {
  border-color:rgb(90 52 170 / 0.35);
}
.n-border-light-discovery-text\/40 {
  border-color:rgb(90 52 170 / 0.4);
}
.n-border-light-discovery-text\/45 {
  border-color:rgb(90 52 170 / 0.45);
}
.n-border-light-discovery-text\/5 {
  border-color:rgb(90 52 170 / 0.05);
}
.n-border-light-discovery-text\/50 {
  border-color:rgb(90 52 170 / 0.5);
}
.n-border-light-discovery-text\/55 {
  border-color:rgb(90 52 170 / 0.55);
}
.n-border-light-discovery-text\/60 {
  border-color:rgb(90 52 170 / 0.6);
}
.n-border-light-discovery-text\/65 {
  border-color:rgb(90 52 170 / 0.65);
}
.n-border-light-discovery-text\/70 {
  border-color:rgb(90 52 170 / 0.7);
}
.n-border-light-discovery-text\/75 {
  border-color:rgb(90 52 170 / 0.75);
}
.n-border-light-discovery-text\/80 {
  border-color:rgb(90 52 170 / 0.8);
}
.n-border-light-discovery-text\/85 {
  border-color:rgb(90 52 170 / 0.85);
}
.n-border-light-discovery-text\/90 {
  border-color:rgb(90 52 170 / 0.9);
}
.n-border-light-discovery-text\/95 {
  border-color:rgb(90 52 170 / 0.95);
}
.n-border-light-neutral-bg-default {
  --tw-border-opacity:1;
  border-color:rgb(245 246 246 / var(--tw-border-opacity));
}
.n-border-light-neutral-bg-default\/0 {
  border-color:rgb(245 246 246 / 0);
}
.n-border-light-neutral-bg-default\/10 {
  border-color:rgb(245 246 246 / 0.1);
}
.n-border-light-neutral-bg-default\/100 {
  border-color:rgb(245 246 246 / 1);
}
.n-border-light-neutral-bg-default\/15 {
  border-color:rgb(245 246 246 / 0.15);
}
.n-border-light-neutral-bg-default\/20 {
  border-color:rgb(245 246 246 / 0.2);
}
.n-border-light-neutral-bg-default\/25 {
  border-color:rgb(245 246 246 / 0.25);
}
.n-border-light-neutral-bg-default\/30 {
  border-color:rgb(245 246 246 / 0.3);
}
.n-border-light-neutral-bg-default\/35 {
  border-color:rgb(245 246 246 / 0.35);
}
.n-border-light-neutral-bg-default\/40 {
  border-color:rgb(245 246 246 / 0.4);
}
.n-border-light-neutral-bg-default\/45 {
  border-color:rgb(245 246 246 / 0.45);
}
.n-border-light-neutral-bg-default\/5 {
  border-color:rgb(245 246 246 / 0.05);
}
.n-border-light-neutral-bg-default\/50 {
  border-color:rgb(245 246 246 / 0.5);
}
.n-border-light-neutral-bg-default\/55 {
  border-color:rgb(245 246 246 / 0.55);
}
.n-border-light-neutral-bg-default\/60 {
  border-color:rgb(245 246 246 / 0.6);
}
.n-border-light-neutral-bg-default\/65 {
  border-color:rgb(245 246 246 / 0.65);
}
.n-border-light-neutral-bg-default\/70 {
  border-color:rgb(245 246 246 / 0.7);
}
.n-border-light-neutral-bg-default\/75 {
  border-color:rgb(245 246 246 / 0.75);
}
.n-border-light-neutral-bg-default\/80 {
  border-color:rgb(245 246 246 / 0.8);
}
.n-border-light-neutral-bg-default\/85 {
  border-color:rgb(245 246 246 / 0.85);
}
.n-border-light-neutral-bg-default\/90 {
  border-color:rgb(245 246 246 / 0.9);
}
.n-border-light-neutral-bg-default\/95 {
  border-color:rgb(245 246 246 / 0.95);
}
.n-border-light-neutral-bg-on-bg-weak {
  --tw-border-opacity:1;
  border-color:rgb(245 246 246 / var(--tw-border-opacity));
}
.n-border-light-neutral-bg-on-bg-weak\/0 {
  border-color:rgb(245 246 246 / 0);
}
.n-border-light-neutral-bg-on-bg-weak\/10 {
  border-color:rgb(245 246 246 / 0.1);
}
.n-border-light-neutral-bg-on-bg-weak\/100 {
  border-color:rgb(245 246 246 / 1);
}
.n-border-light-neutral-bg-on-bg-weak\/15 {
  border-color:rgb(245 246 246 / 0.15);
}
.n-border-light-neutral-bg-on-bg-weak\/20 {
  border-color:rgb(245 246 246 / 0.2);
}
.n-border-light-neutral-bg-on-bg-weak\/25 {
  border-color:rgb(245 246 246 / 0.25);
}
.n-border-light-neutral-bg-on-bg-weak\/30 {
  border-color:rgb(245 246 246 / 0.3);
}
.n-border-light-neutral-bg-on-bg-weak\/35 {
  border-color:rgb(245 246 246 / 0.35);
}
.n-border-light-neutral-bg-on-bg-weak\/40 {
  border-color:rgb(245 246 246 / 0.4);
}
.n-border-light-neutral-bg-on-bg-weak\/45 {
  border-color:rgb(245 246 246 / 0.45);
}
.n-border-light-neutral-bg-on-bg-weak\/5 {
  border-color:rgb(245 246 246 / 0.05);
}
.n-border-light-neutral-bg-on-bg-weak\/50 {
  border-color:rgb(245 246 246 / 0.5);
}
.n-border-light-neutral-bg-on-bg-weak\/55 {
  border-color:rgb(245 246 246 / 0.55);
}
.n-border-light-neutral-bg-on-bg-weak\/60 {
  border-color:rgb(245 246 246 / 0.6);
}
.n-border-light-neutral-bg-on-bg-weak\/65 {
  border-color:rgb(245 246 246 / 0.65);
}
.n-border-light-neutral-bg-on-bg-weak\/70 {
  border-color:rgb(245 246 246 / 0.7);
}
.n-border-light-neutral-bg-on-bg-weak\/75 {
  border-color:rgb(245 246 246 / 0.75);
}
.n-border-light-neutral-bg-on-bg-weak\/80 {
  border-color:rgb(245 246 246 / 0.8);
}
.n-border-light-neutral-bg-on-bg-weak\/85 {
  border-color:rgb(245 246 246 / 0.85);
}
.n-border-light-neutral-bg-on-bg-weak\/90 {
  border-color:rgb(245 246 246 / 0.9);
}
.n-border-light-neutral-bg-on-bg-weak\/95 {
  border-color:rgb(245 246 246 / 0.95);
}
.n-border-light-neutral-bg-status {
  --tw-border-opacity:1;
  border-color:rgb(168 172 178 / var(--tw-border-opacity));
}
.n-border-light-neutral-bg-status\/0 {
  border-color:rgb(168 172 178 / 0);
}
.n-border-light-neutral-bg-status\/10 {
  border-color:rgb(168 172 178 / 0.1);
}
.n-border-light-neutral-bg-status\/100 {
  border-color:rgb(168 172 178 / 1);
}
.n-border-light-neutral-bg-status\/15 {
  border-color:rgb(168 172 178 / 0.15);
}
.n-border-light-neutral-bg-status\/20 {
  border-color:rgb(168 172 178 / 0.2);
}
.n-border-light-neutral-bg-status\/25 {
  border-color:rgb(168 172 178 / 0.25);
}
.n-border-light-neutral-bg-status\/30 {
  border-color:rgb(168 172 178 / 0.3);
}
.n-border-light-neutral-bg-status\/35 {
  border-color:rgb(168 172 178 / 0.35);
}
.n-border-light-neutral-bg-status\/40 {
  border-color:rgb(168 172 178 / 0.4);
}
.n-border-light-neutral-bg-status\/45 {
  border-color:rgb(168 172 178 / 0.45);
}
.n-border-light-neutral-bg-status\/5 {
  border-color:rgb(168 172 178 / 0.05);
}
.n-border-light-neutral-bg-status\/50 {
  border-color:rgb(168 172 178 / 0.5);
}
.n-border-light-neutral-bg-status\/55 {
  border-color:rgb(168 172 178 / 0.55);
}
.n-border-light-neutral-bg-status\/60 {
  border-color:rgb(168 172 178 / 0.6);
}
.n-border-light-neutral-bg-status\/65 {
  border-color:rgb(168 172 178 / 0.65);
}
.n-border-light-neutral-bg-status\/70 {
  border-color:rgb(168 172 178 / 0.7);
}
.n-border-light-neutral-bg-status\/75 {
  border-color:rgb(168 172 178 / 0.75);
}
.n-border-light-neutral-bg-status\/80 {
  border-color:rgb(168 172 178 / 0.8);
}
.n-border-light-neutral-bg-status\/85 {
  border-color:rgb(168 172 178 / 0.85);
}
.n-border-light-neutral-bg-status\/90 {
  border-color:rgb(168 172 178 / 0.9);
}
.n-border-light-neutral-bg-status\/95 {
  border-color:rgb(168 172 178 / 0.95);
}
.n-border-light-neutral-bg-strong {
  --tw-border-opacity:1;
  border-color:rgb(226 227 229 / var(--tw-border-opacity));
}
.n-border-light-neutral-bg-strong\/0 {
  border-color:rgb(226 227 229 / 0);
}
.n-border-light-neutral-bg-strong\/10 {
  border-color:rgb(226 227 229 / 0.1);
}
.n-border-light-neutral-bg-strong\/100 {
  border-color:rgb(226 227 229 / 1);
}
.n-border-light-neutral-bg-strong\/15 {
  border-color:rgb(226 227 229 / 0.15);
}
.n-border-light-neutral-bg-strong\/20 {
  border-color:rgb(226 227 229 / 0.2);
}
.n-border-light-neutral-bg-strong\/25 {
  border-color:rgb(226 227 229 / 0.25);
}
.n-border-light-neutral-bg-strong\/30 {
  border-color:rgb(226 227 229 / 0.3);
}
.n-border-light-neutral-bg-strong\/35 {
  border-color:rgb(226 227 229 / 0.35);
}
.n-border-light-neutral-bg-strong\/40 {
  border-color:rgb(226 227 229 / 0.4);
}
.n-border-light-neutral-bg-strong\/45 {
  border-color:rgb(226 227 229 / 0.45);
}
.n-border-light-neutral-bg-strong\/5 {
  border-color:rgb(226 227 229 / 0.05);
}
.n-border-light-neutral-bg-strong\/50 {
  border-color:rgb(226 227 229 / 0.5);
}
.n-border-light-neutral-bg-strong\/55 {
  border-color:rgb(226 227 229 / 0.55);
}
.n-border-light-neutral-bg-strong\/60 {
  border-color:rgb(226 227 229 / 0.6);
}
.n-border-light-neutral-bg-strong\/65 {
  border-color:rgb(226 227 229 / 0.65);
}
.n-border-light-neutral-bg-strong\/70 {
  border-color:rgb(226 227 229 / 0.7);
}
.n-border-light-neutral-bg-strong\/75 {
  border-color:rgb(226 227 229 / 0.75);
}
.n-border-light-neutral-bg-strong\/80 {
  border-color:rgb(226 227 229 / 0.8);
}
.n-border-light-neutral-bg-strong\/85 {
  border-color:rgb(226 227 229 / 0.85);
}
.n-border-light-neutral-bg-strong\/90 {
  border-color:rgb(226 227 229 / 0.9);
}
.n-border-light-neutral-bg-strong\/95 {
  border-color:rgb(226 227 229 / 0.95);
}
.n-border-light-neutral-bg-stronger {
  --tw-border-opacity:1;
  border-color:rgb(168 172 178 / var(--tw-border-opacity));
}
.n-border-light-neutral-bg-stronger\/0 {
  border-color:rgb(168 172 178 / 0);
}
.n-border-light-neutral-bg-stronger\/10 {
  border-color:rgb(168 172 178 / 0.1);
}
.n-border-light-neutral-bg-stronger\/100 {
  border-color:rgb(168 172 178 / 1);
}
.n-border-light-neutral-bg-stronger\/15 {
  border-color:rgb(168 172 178 / 0.15);
}
.n-border-light-neutral-bg-stronger\/20 {
  border-color:rgb(168 172 178 / 0.2);
}
.n-border-light-neutral-bg-stronger\/25 {
  border-color:rgb(168 172 178 / 0.25);
}
.n-border-light-neutral-bg-stronger\/30 {
  border-color:rgb(168 172 178 / 0.3);
}
.n-border-light-neutral-bg-stronger\/35 {
  border-color:rgb(168 172 178 / 0.35);
}
.n-border-light-neutral-bg-stronger\/40 {
  border-color:rgb(168 172 178 / 0.4);
}
.n-border-light-neutral-bg-stronger\/45 {
  border-color:rgb(168 172 178 / 0.45);
}
.n-border-light-neutral-bg-stronger\/5 {
  border-color:rgb(168 172 178 / 0.05);
}
.n-border-light-neutral-bg-stronger\/50 {
  border-color:rgb(168 172 178 / 0.5);
}
.n-border-light-neutral-bg-stronger\/55 {
  border-color:rgb(168 172 178 / 0.55);
}
.n-border-light-neutral-bg-stronger\/60 {
  border-color:rgb(168 172 178 / 0.6);
}
.n-border-light-neutral-bg-stronger\/65 {
  border-color:rgb(168 172 178 / 0.65);
}
.n-border-light-neutral-bg-stronger\/70 {
  border-color:rgb(168 172 178 / 0.7);
}
.n-border-light-neutral-bg-stronger\/75 {
  border-color:rgb(168 172 178 / 0.75);
}
.n-border-light-neutral-bg-stronger\/80 {
  border-color:rgb(168 172 178 / 0.8);
}
.n-border-light-neutral-bg-stronger\/85 {
  border-color:rgb(168 172 178 / 0.85);
}
.n-border-light-neutral-bg-stronger\/90 {
  border-color:rgb(168 172 178 / 0.9);
}
.n-border-light-neutral-bg-stronger\/95 {
  border-color:rgb(168 172 178 / 0.95);
}
.n-border-light-neutral-bg-strongest {
  --tw-border-opacity:1;
  border-color:rgb(60 63 68 / var(--tw-border-opacity));
}
.n-border-light-neutral-bg-strongest\/0 {
  border-color:rgb(60 63 68 / 0);
}
.n-border-light-neutral-bg-strongest\/10 {
  border-color:rgb(60 63 68 / 0.1);
}
.n-border-light-neutral-bg-strongest\/100 {
  border-color:rgb(60 63 68 / 1);
}
.n-border-light-neutral-bg-strongest\/15 {
  border-color:rgb(60 63 68 / 0.15);
}
.n-border-light-neutral-bg-strongest\/20 {
  border-color:rgb(60 63 68 / 0.2);
}
.n-border-light-neutral-bg-strongest\/25 {
  border-color:rgb(60 63 68 / 0.25);
}
.n-border-light-neutral-bg-strongest\/30 {
  border-color:rgb(60 63 68 / 0.3);
}
.n-border-light-neutral-bg-strongest\/35 {
  border-color:rgb(60 63 68 / 0.35);
}
.n-border-light-neutral-bg-strongest\/40 {
  border-color:rgb(60 63 68 / 0.4);
}
.n-border-light-neutral-bg-strongest\/45 {
  border-color:rgb(60 63 68 / 0.45);
}
.n-border-light-neutral-bg-strongest\/5 {
  border-color:rgb(60 63 68 / 0.05);
}
.n-border-light-neutral-bg-strongest\/50 {
  border-color:rgb(60 63 68 / 0.5);
}
.n-border-light-neutral-bg-strongest\/55 {
  border-color:rgb(60 63 68 / 0.55);
}
.n-border-light-neutral-bg-strongest\/60 {
  border-color:rgb(60 63 68 / 0.6);
}
.n-border-light-neutral-bg-strongest\/65 {
  border-color:rgb(60 63 68 / 0.65);
}
.n-border-light-neutral-bg-strongest\/70 {
  border-color:rgb(60 63 68 / 0.7);
}
.n-border-light-neutral-bg-strongest\/75 {
  border-color:rgb(60 63 68 / 0.75);
}
.n-border-light-neutral-bg-strongest\/80 {
  border-color:rgb(60 63 68 / 0.8);
}
.n-border-light-neutral-bg-strongest\/85 {
  border-color:rgb(60 63 68 / 0.85);
}
.n-border-light-neutral-bg-strongest\/90 {
  border-color:rgb(60 63 68 / 0.9);
}
.n-border-light-neutral-bg-strongest\/95 {
  border-color:rgb(60 63 68 / 0.95);
}
.n-border-light-neutral-bg-weak {
  --tw-border-opacity:1;
  border-color:rgb(255 255 255 / var(--tw-border-opacity));
}
.n-border-light-neutral-bg-weak\/0 {
  border-color:rgb(255 255 255 / 0);
}
.n-border-light-neutral-bg-weak\/10 {
  border-color:rgb(255 255 255 / 0.1);
}
.n-border-light-neutral-bg-weak\/100 {
  border-color:rgb(255 255 255 / 1);
}
.n-border-light-neutral-bg-weak\/15 {
  border-color:rgb(255 255 255 / 0.15);
}
.n-border-light-neutral-bg-weak\/20 {
  border-color:rgb(255 255 255 / 0.2);
}
.n-border-light-neutral-bg-weak\/25 {
  border-color:rgb(255 255 255 / 0.25);
}
.n-border-light-neutral-bg-weak\/30 {
  border-color:rgb(255 255 255 / 0.3);
}
.n-border-light-neutral-bg-weak\/35 {
  border-color:rgb(255 255 255 / 0.35);
}
.n-border-light-neutral-bg-weak\/40 {
  border-color:rgb(255 255 255 / 0.4);
}
.n-border-light-neutral-bg-weak\/45 {
  border-color:rgb(255 255 255 / 0.45);
}
.n-border-light-neutral-bg-weak\/5 {
  border-color:rgb(255 255 255 / 0.05);
}
.n-border-light-neutral-bg-weak\/50 {
  border-color:rgb(255 255 255 / 0.5);
}
.n-border-light-neutral-bg-weak\/55 {
  border-color:rgb(255 255 255 / 0.55);
}
.n-border-light-neutral-bg-weak\/60 {
  border-color:rgb(255 255 255 / 0.6);
}
.n-border-light-neutral-bg-weak\/65 {
  border-color:rgb(255 255 255 / 0.65);
}
.n-border-light-neutral-bg-weak\/70 {
  border-color:rgb(255 255 255 / 0.7);
}
.n-border-light-neutral-bg-weak\/75 {
  border-color:rgb(255 255 255 / 0.75);
}
.n-border-light-neutral-bg-weak\/80 {
  border-color:rgb(255 255 255 / 0.8);
}
.n-border-light-neutral-bg-weak\/85 {
  border-color:rgb(255 255 255 / 0.85);
}
.n-border-light-neutral-bg-weak\/90 {
  border-color:rgb(255 255 255 / 0.9);
}
.n-border-light-neutral-bg-weak\/95 {
  border-color:rgb(255 255 255 / 0.95);
}
.n-border-light-neutral-border-strong {
  --tw-border-opacity:1;
  border-color:rgb(187 190 195 / var(--tw-border-opacity));
}
.n-border-light-neutral-border-strong\/0 {
  border-color:rgb(187 190 195 / 0);
}
.n-border-light-neutral-border-strong\/10 {
  border-color:rgb(187 190 195 / 0.1);
}
.n-border-light-neutral-border-strong\/100 {
  border-color:rgb(187 190 195 / 1);
}
.n-border-light-neutral-border-strong\/15 {
  border-color:rgb(187 190 195 / 0.15);
}
.n-border-light-neutral-border-strong\/20 {
  border-color:rgb(187 190 195 / 0.2);
}
.n-border-light-neutral-border-strong\/25 {
  border-color:rgb(187 190 195 / 0.25);
}
.n-border-light-neutral-border-strong\/30 {
  border-color:rgb(187 190 195 / 0.3);
}
.n-border-light-neutral-border-strong\/35 {
  border-color:rgb(187 190 195 / 0.35);
}
.n-border-light-neutral-border-strong\/40 {
  border-color:rgb(187 190 195 / 0.4);
}
.n-border-light-neutral-border-strong\/45 {
  border-color:rgb(187 190 195 / 0.45);
}
.n-border-light-neutral-border-strong\/5 {
  border-color:rgb(187 190 195 / 0.05);
}
.n-border-light-neutral-border-strong\/50 {
  border-color:rgb(187 190 195 / 0.5);
}
.n-border-light-neutral-border-strong\/55 {
  border-color:rgb(187 190 195 / 0.55);
}
.n-border-light-neutral-border-strong\/60 {
  border-color:rgb(187 190 195 / 0.6);
}
.n-border-light-neutral-border-strong\/65 {
  border-color:rgb(187 190 195 / 0.65);
}
.n-border-light-neutral-border-strong\/70 {
  border-color:rgb(187 190 195 / 0.7);
}
.n-border-light-neutral-border-strong\/75 {
  border-color:rgb(187 190 195 / 0.75);
}
.n-border-light-neutral-border-strong\/80 {
  border-color:rgb(187 190 195 / 0.8);
}
.n-border-light-neutral-border-strong\/85 {
  border-color:rgb(187 190 195 / 0.85);
}
.n-border-light-neutral-border-strong\/90 {
  border-color:rgb(187 190 195 / 0.9);
}
.n-border-light-neutral-border-strong\/95 {
  border-color:rgb(187 190 195 / 0.95);
}
.n-border-light-neutral-border-strongest {
  --tw-border-opacity:1;
  border-color:rgb(111 117 126 / var(--tw-border-opacity));
}
.n-border-light-neutral-border-strongest\/0 {
  border-color:rgb(111 117 126 / 0);
}
.n-border-light-neutral-border-strongest\/10 {
  border-color:rgb(111 117 126 / 0.1);
}
.n-border-light-neutral-border-strongest\/100 {
  border-color:rgb(111 117 126 / 1);
}
.n-border-light-neutral-border-strongest\/15 {
  border-color:rgb(111 117 126 / 0.15);
}
.n-border-light-neutral-border-strongest\/20 {
  border-color:rgb(111 117 126 / 0.2);
}
.n-border-light-neutral-border-strongest\/25 {
  border-color:rgb(111 117 126 / 0.25);
}
.n-border-light-neutral-border-strongest\/30 {
  border-color:rgb(111 117 126 / 0.3);
}
.n-border-light-neutral-border-strongest\/35 {
  border-color:rgb(111 117 126 / 0.35);
}
.n-border-light-neutral-border-strongest\/40 {
  border-color:rgb(111 117 126 / 0.4);
}
.n-border-light-neutral-border-strongest\/45 {
  border-color:rgb(111 117 126 / 0.45);
}
.n-border-light-neutral-border-strongest\/5 {
  border-color:rgb(111 117 126 / 0.05);
}
.n-border-light-neutral-border-strongest\/50 {
  border-color:rgb(111 117 126 / 0.5);
}
.n-border-light-neutral-border-strongest\/55 {
  border-color:rgb(111 117 126 / 0.55);
}
.n-border-light-neutral-border-strongest\/60 {
  border-color:rgb(111 117 126 / 0.6);
}
.n-border-light-neutral-border-strongest\/65 {
  border-color:rgb(111 117 126 / 0.65);
}
.n-border-light-neutral-border-strongest\/70 {
  border-color:rgb(111 117 126 / 0.7);
}
.n-border-light-neutral-border-strongest\/75 {
  border-color:rgb(111 117 126 / 0.75);
}
.n-border-light-neutral-border-strongest\/80 {
  border-color:rgb(111 117 126 / 0.8);
}
.n-border-light-neutral-border-strongest\/85 {
  border-color:rgb(111 117 126 / 0.85);
}
.n-border-light-neutral-border-strongest\/90 {
  border-color:rgb(111 117 126 / 0.9);
}
.n-border-light-neutral-border-strongest\/95 {
  border-color:rgb(111 117 126 / 0.95);
}
.n-border-light-neutral-border-weak {
  --tw-border-opacity:1;
  border-color:rgb(226 227 229 / var(--tw-border-opacity));
}
.n-border-light-neutral-border-weak\/0 {
  border-color:rgb(226 227 229 / 0);
}
.n-border-light-neutral-border-weak\/10 {
  border-color:rgb(226 227 229 / 0.1);
}
.n-border-light-neutral-border-weak\/100 {
  border-color:rgb(226 227 229 / 1);
}
.n-border-light-neutral-border-weak\/15 {
  border-color:rgb(226 227 229 / 0.15);
}
.n-border-light-neutral-border-weak\/20 {
  border-color:rgb(226 227 229 / 0.2);
}
.n-border-light-neutral-border-weak\/25 {
  border-color:rgb(226 227 229 / 0.25);
}
.n-border-light-neutral-border-weak\/30 {
  border-color:rgb(226 227 229 / 0.3);
}
.n-border-light-neutral-border-weak\/35 {
  border-color:rgb(226 227 229 / 0.35);
}
.n-border-light-neutral-border-weak\/40 {
  border-color:rgb(226 227 229 / 0.4);
}
.n-border-light-neutral-border-weak\/45 {
  border-color:rgb(226 227 229 / 0.45);
}
.n-border-light-neutral-border-weak\/5 {
  border-color:rgb(226 227 229 / 0.05);
}
.n-border-light-neutral-border-weak\/50 {
  border-color:rgb(226 227 229 / 0.5);
}
.n-border-light-neutral-border-weak\/55 {
  border-color:rgb(226 227 229 / 0.55);
}
.n-border-light-neutral-border-weak\/60 {
  border-color:rgb(226 227 229 / 0.6);
}
.n-border-light-neutral-border-weak\/65 {
  border-color:rgb(226 227 229 / 0.65);
}
.n-border-light-neutral-border-weak\/70 {
  border-color:rgb(226 227 229 / 0.7);
}
.n-border-light-neutral-border-weak\/75 {
  border-color:rgb(226 227 229 / 0.75);
}
.n-border-light-neutral-border-weak\/80 {
  border-color:rgb(226 227 229 / 0.8);
}
.n-border-light-neutral-border-weak\/85 {
  border-color:rgb(226 227 229 / 0.85);
}
.n-border-light-neutral-border-weak\/90 {
  border-color:rgb(226 227 229 / 0.9);
}
.n-border-light-neutral-border-weak\/95 {
  border-color:rgb(226 227 229 / 0.95);
}
.n-border-light-neutral-hover {
  --tw-border-opacity:1;
  border-color:rgb(111 117 126 / var(--tw-border-opacity));
}
.n-border-light-neutral-hover\/0 {
  border-color:rgb(111 117 126 / 0);
}
.n-border-light-neutral-hover\/10 {
  border-color:rgb(111 117 126 / 0.1);
}
.n-border-light-neutral-hover\/100 {
  border-color:rgb(111 117 126 / 1);
}
.n-border-light-neutral-hover\/15 {
  border-color:rgb(111 117 126 / 0.15);
}
.n-border-light-neutral-hover\/20 {
  border-color:rgb(111 117 126 / 0.2);
}
.n-border-light-neutral-hover\/25 {
  border-color:rgb(111 117 126 / 0.25);
}
.n-border-light-neutral-hover\/30 {
  border-color:rgb(111 117 126 / 0.3);
}
.n-border-light-neutral-hover\/35 {
  border-color:rgb(111 117 126 / 0.35);
}
.n-border-light-neutral-hover\/40 {
  border-color:rgb(111 117 126 / 0.4);
}
.n-border-light-neutral-hover\/45 {
  border-color:rgb(111 117 126 / 0.45);
}
.n-border-light-neutral-hover\/5 {
  border-color:rgb(111 117 126 / 0.05);
}
.n-border-light-neutral-hover\/50 {
  border-color:rgb(111 117 126 / 0.5);
}
.n-border-light-neutral-hover\/55 {
  border-color:rgb(111 117 126 / 0.55);
}
.n-border-light-neutral-hover\/60 {
  border-color:rgb(111 117 126 / 0.6);
}
.n-border-light-neutral-hover\/65 {
  border-color:rgb(111 117 126 / 0.65);
}
.n-border-light-neutral-hover\/70 {
  border-color:rgb(111 117 126 / 0.7);
}
.n-border-light-neutral-hover\/75 {
  border-color:rgb(111 117 126 / 0.75);
}
.n-border-light-neutral-hover\/80 {
  border-color:rgb(111 117 126 / 0.8);
}
.n-border-light-neutral-hover\/85 {
  border-color:rgb(111 117 126 / 0.85);
}
.n-border-light-neutral-hover\/90 {
  border-color:rgb(111 117 126 / 0.9);
}
.n-border-light-neutral-hover\/95 {
  border-color:rgb(111 117 126 / 0.95);
}
.n-border-light-neutral-icon {
  --tw-border-opacity:1;
  border-color:rgb(77 81 87 / var(--tw-border-opacity));
}
.n-border-light-neutral-icon\/0 {
  border-color:rgb(77 81 87 / 0);
}
.n-border-light-neutral-icon\/10 {
  border-color:rgb(77 81 87 / 0.1);
}
.n-border-light-neutral-icon\/100 {
  border-color:rgb(77 81 87 / 1);
}
.n-border-light-neutral-icon\/15 {
  border-color:rgb(77 81 87 / 0.15);
}
.n-border-light-neutral-icon\/20 {
  border-color:rgb(77 81 87 / 0.2);
}
.n-border-light-neutral-icon\/25 {
  border-color:rgb(77 81 87 / 0.25);
}
.n-border-light-neutral-icon\/30 {
  border-color:rgb(77 81 87 / 0.3);
}
.n-border-light-neutral-icon\/35 {
  border-color:rgb(77 81 87 / 0.35);
}
.n-border-light-neutral-icon\/40 {
  border-color:rgb(77 81 87 / 0.4);
}
.n-border-light-neutral-icon\/45 {
  border-color:rgb(77 81 87 / 0.45);
}
.n-border-light-neutral-icon\/5 {
  border-color:rgb(77 81 87 / 0.05);
}
.n-border-light-neutral-icon\/50 {
  border-color:rgb(77 81 87 / 0.5);
}
.n-border-light-neutral-icon\/55 {
  border-color:rgb(77 81 87 / 0.55);
}
.n-border-light-neutral-icon\/60 {
  border-color:rgb(77 81 87 / 0.6);
}
.n-border-light-neutral-icon\/65 {
  border-color:rgb(77 81 87 / 0.65);
}
.n-border-light-neutral-icon\/70 {
  border-color:rgb(77 81 87 / 0.7);
}
.n-border-light-neutral-icon\/75 {
  border-color:rgb(77 81 87 / 0.75);
}
.n-border-light-neutral-icon\/80 {
  border-color:rgb(77 81 87 / 0.8);
}
.n-border-light-neutral-icon\/85 {
  border-color:rgb(77 81 87 / 0.85);
}
.n-border-light-neutral-icon\/90 {
  border-color:rgb(77 81 87 / 0.9);
}
.n-border-light-neutral-icon\/95 {
  border-color:rgb(77 81 87 / 0.95);
}
.n-border-light-neutral-pressed {
  --tw-border-opacity:1;
  border-color:rgb(111 117 126 / var(--tw-border-opacity));
}
.n-border-light-neutral-pressed\/0 {
  border-color:rgb(111 117 126 / 0);
}
.n-border-light-neutral-pressed\/10 {
  border-color:rgb(111 117 126 / 0.1);
}
.n-border-light-neutral-pressed\/100 {
  border-color:rgb(111 117 126 / 1);
}
.n-border-light-neutral-pressed\/15 {
  border-color:rgb(111 117 126 / 0.15);
}
.n-border-light-neutral-pressed\/20 {
  border-color:rgb(111 117 126 / 0.2);
}
.n-border-light-neutral-pressed\/25 {
  border-color:rgb(111 117 126 / 0.25);
}
.n-border-light-neutral-pressed\/30 {
  border-color:rgb(111 117 126 / 0.3);
}
.n-border-light-neutral-pressed\/35 {
  border-color:rgb(111 117 126 / 0.35);
}
.n-border-light-neutral-pressed\/40 {
  border-color:rgb(111 117 126 / 0.4);
}
.n-border-light-neutral-pressed\/45 {
  border-color:rgb(111 117 126 / 0.45);
}
.n-border-light-neutral-pressed\/5 {
  border-color:rgb(111 117 126 / 0.05);
}
.n-border-light-neutral-pressed\/50 {
  border-color:rgb(111 117 126 / 0.5);
}
.n-border-light-neutral-pressed\/55 {
  border-color:rgb(111 117 126 / 0.55);
}
.n-border-light-neutral-pressed\/60 {
  border-color:rgb(111 117 126 / 0.6);
}
.n-border-light-neutral-pressed\/65 {
  border-color:rgb(111 117 126 / 0.65);
}
.n-border-light-neutral-pressed\/70 {
  border-color:rgb(111 117 126 / 0.7);
}
.n-border-light-neutral-pressed\/75 {
  border-color:rgb(111 117 126 / 0.75);
}
.n-border-light-neutral-pressed\/80 {
  border-color:rgb(111 117 126 / 0.8);
}
.n-border-light-neutral-pressed\/85 {
  border-color:rgb(111 117 126 / 0.85);
}
.n-border-light-neutral-pressed\/90 {
  border-color:rgb(111 117 126 / 0.9);
}
.n-border-light-neutral-pressed\/95 {
  border-color:rgb(111 117 126 / 0.95);
}
.n-border-light-neutral-text-default {
  --tw-border-opacity:1;
  border-color:rgb(26 27 29 / var(--tw-border-opacity));
}
.n-border-light-neutral-text-default\/0 {
  border-color:rgb(26 27 29 / 0);
}
.n-border-light-neutral-text-default\/10 {
  border-color:rgb(26 27 29 / 0.1);
}
.n-border-light-neutral-text-default\/100 {
  border-color:rgb(26 27 29 / 1);
}
.n-border-light-neutral-text-default\/15 {
  border-color:rgb(26 27 29 / 0.15);
}
.n-border-light-neutral-text-default\/20 {
  border-color:rgb(26 27 29 / 0.2);
}
.n-border-light-neutral-text-default\/25 {
  border-color:rgb(26 27 29 / 0.25);
}
.n-border-light-neutral-text-default\/30 {
  border-color:rgb(26 27 29 / 0.3);
}
.n-border-light-neutral-text-default\/35 {
  border-color:rgb(26 27 29 / 0.35);
}
.n-border-light-neutral-text-default\/40 {
  border-color:rgb(26 27 29 / 0.4);
}
.n-border-light-neutral-text-default\/45 {
  border-color:rgb(26 27 29 / 0.45);
}
.n-border-light-neutral-text-default\/5 {
  border-color:rgb(26 27 29 / 0.05);
}
.n-border-light-neutral-text-default\/50 {
  border-color:rgb(26 27 29 / 0.5);
}
.n-border-light-neutral-text-default\/55 {
  border-color:rgb(26 27 29 / 0.55);
}
.n-border-light-neutral-text-default\/60 {
  border-color:rgb(26 27 29 / 0.6);
}
.n-border-light-neutral-text-default\/65 {
  border-color:rgb(26 27 29 / 0.65);
}
.n-border-light-neutral-text-default\/70 {
  border-color:rgb(26 27 29 / 0.7);
}
.n-border-light-neutral-text-default\/75 {
  border-color:rgb(26 27 29 / 0.75);
}
.n-border-light-neutral-text-default\/80 {
  border-color:rgb(26 27 29 / 0.8);
}
.n-border-light-neutral-text-default\/85 {
  border-color:rgb(26 27 29 / 0.85);
}
.n-border-light-neutral-text-default\/90 {
  border-color:rgb(26 27 29 / 0.9);
}
.n-border-light-neutral-text-default\/95 {
  border-color:rgb(26 27 29 / 0.95);
}
.n-border-light-neutral-text-inverse {
  --tw-border-opacity:1;
  border-color:rgb(255 255 255 / var(--tw-border-opacity));
}
.n-border-light-neutral-text-inverse\/0 {
  border-color:rgb(255 255 255 / 0);
}
.n-border-light-neutral-text-inverse\/10 {
  border-color:rgb(255 255 255 / 0.1);
}
.n-border-light-neutral-text-inverse\/100 {
  border-color:rgb(255 255 255 / 1);
}
.n-border-light-neutral-text-inverse\/15 {
  border-color:rgb(255 255 255 / 0.15);
}
.n-border-light-neutral-text-inverse\/20 {
  border-color:rgb(255 255 255 / 0.2);
}
.n-border-light-neutral-text-inverse\/25 {
  border-color:rgb(255 255 255 / 0.25);
}
.n-border-light-neutral-text-inverse\/30 {
  border-color:rgb(255 255 255 / 0.3);
}
.n-border-light-neutral-text-inverse\/35 {
  border-color:rgb(255 255 255 / 0.35);
}
.n-border-light-neutral-text-inverse\/40 {
  border-color:rgb(255 255 255 / 0.4);
}
.n-border-light-neutral-text-inverse\/45 {
  border-color:rgb(255 255 255 / 0.45);
}
.n-border-light-neutral-text-inverse\/5 {
  border-color:rgb(255 255 255 / 0.05);
}
.n-border-light-neutral-text-inverse\/50 {
  border-color:rgb(255 255 255 / 0.5);
}
.n-border-light-neutral-text-inverse\/55 {
  border-color:rgb(255 255 255 / 0.55);
}
.n-border-light-neutral-text-inverse\/60 {
  border-color:rgb(255 255 255 / 0.6);
}
.n-border-light-neutral-text-inverse\/65 {
  border-color:rgb(255 255 255 / 0.65);
}
.n-border-light-neutral-text-inverse\/70 {
  border-color:rgb(255 255 255 / 0.7);
}
.n-border-light-neutral-text-inverse\/75 {
  border-color:rgb(255 255 255 / 0.75);
}
.n-border-light-neutral-text-inverse\/80 {
  border-color:rgb(255 255 255 / 0.8);
}
.n-border-light-neutral-text-inverse\/85 {
  border-color:rgb(255 255 255 / 0.85);
}
.n-border-light-neutral-text-inverse\/90 {
  border-color:rgb(255 255 255 / 0.9);
}
.n-border-light-neutral-text-inverse\/95 {
  border-color:rgb(255 255 255 / 0.95);
}
.n-border-light-neutral-text-weak {
  --tw-border-opacity:1;
  border-color:rgb(77 81 87 / var(--tw-border-opacity));
}
.n-border-light-neutral-text-weak\/0 {
  border-color:rgb(77 81 87 / 0);
}
.n-border-light-neutral-text-weak\/10 {
  border-color:rgb(77 81 87 / 0.1);
}
.n-border-light-neutral-text-weak\/100 {
  border-color:rgb(77 81 87 / 1);
}
.n-border-light-neutral-text-weak\/15 {
  border-color:rgb(77 81 87 / 0.15);
}
.n-border-light-neutral-text-weak\/20 {
  border-color:rgb(77 81 87 / 0.2);
}
.n-border-light-neutral-text-weak\/25 {
  border-color:rgb(77 81 87 / 0.25);
}
.n-border-light-neutral-text-weak\/30 {
  border-color:rgb(77 81 87 / 0.3);
}
.n-border-light-neutral-text-weak\/35 {
  border-color:rgb(77 81 87 / 0.35);
}
.n-border-light-neutral-text-weak\/40 {
  border-color:rgb(77 81 87 / 0.4);
}
.n-border-light-neutral-text-weak\/45 {
  border-color:rgb(77 81 87 / 0.45);
}
.n-border-light-neutral-text-weak\/5 {
  border-color:rgb(77 81 87 / 0.05);
}
.n-border-light-neutral-text-weak\/50 {
  border-color:rgb(77 81 87 / 0.5);
}
.n-border-light-neutral-text-weak\/55 {
  border-color:rgb(77 81 87 / 0.55);
}
.n-border-light-neutral-text-weak\/60 {
  border-color:rgb(77 81 87 / 0.6);
}
.n-border-light-neutral-text-weak\/65 {
  border-color:rgb(77 81 87 / 0.65);
}
.n-border-light-neutral-text-weak\/70 {
  border-color:rgb(77 81 87 / 0.7);
}
.n-border-light-neutral-text-weak\/75 {
  border-color:rgb(77 81 87 / 0.75);
}
.n-border-light-neutral-text-weak\/80 {
  border-color:rgb(77 81 87 / 0.8);
}
.n-border-light-neutral-text-weak\/85 {
  border-color:rgb(77 81 87 / 0.85);
}
.n-border-light-neutral-text-weak\/90 {
  border-color:rgb(77 81 87 / 0.9);
}
.n-border-light-neutral-text-weak\/95 {
  border-color:rgb(77 81 87 / 0.95);
}
.n-border-light-neutral-text-weaker {
  --tw-border-opacity:1;
  border-color:rgb(94 99 106 / var(--tw-border-opacity));
}
.n-border-light-neutral-text-weaker\/0 {
  border-color:rgb(94 99 106 / 0);
}
.n-border-light-neutral-text-weaker\/10 {
  border-color:rgb(94 99 106 / 0.1);
}
.n-border-light-neutral-text-weaker\/100 {
  border-color:rgb(94 99 106 / 1);
}
.n-border-light-neutral-text-weaker\/15 {
  border-color:rgb(94 99 106 / 0.15);
}
.n-border-light-neutral-text-weaker\/20 {
  border-color:rgb(94 99 106 / 0.2);
}
.n-border-light-neutral-text-weaker\/25 {
  border-color:rgb(94 99 106 / 0.25);
}
.n-border-light-neutral-text-weaker\/30 {
  border-color:rgb(94 99 106 / 0.3);
}
.n-border-light-neutral-text-weaker\/35 {
  border-color:rgb(94 99 106 / 0.35);
}
.n-border-light-neutral-text-weaker\/40 {
  border-color:rgb(94 99 106 / 0.4);
}
.n-border-light-neutral-text-weaker\/45 {
  border-color:rgb(94 99 106 / 0.45);
}
.n-border-light-neutral-text-weaker\/5 {
  border-color:rgb(94 99 106 / 0.05);
}
.n-border-light-neutral-text-weaker\/50 {
  border-color:rgb(94 99 106 / 0.5);
}
.n-border-light-neutral-text-weaker\/55 {
  border-color:rgb(94 99 106 / 0.55);
}
.n-border-light-neutral-text-weaker\/60 {
  border-color:rgb(94 99 106 / 0.6);
}
.n-border-light-neutral-text-weaker\/65 {
  border-color:rgb(94 99 106 / 0.65);
}
.n-border-light-neutral-text-weaker\/70 {
  border-color:rgb(94 99 106 / 0.7);
}
.n-border-light-neutral-text-weaker\/75 {
  border-color:rgb(94 99 106 / 0.75);
}
.n-border-light-neutral-text-weaker\/80 {
  border-color:rgb(94 99 106 / 0.8);
}
.n-border-light-neutral-text-weaker\/85 {
  border-color:rgb(94 99 106 / 0.85);
}
.n-border-light-neutral-text-weaker\/90 {
  border-color:rgb(94 99 106 / 0.9);
}
.n-border-light-neutral-text-weaker\/95 {
  border-color:rgb(94 99 106 / 0.95);
}
.n-border-light-neutral-text-weakest {
  --tw-border-opacity:1;
  border-color:rgb(168 172 178 / var(--tw-border-opacity));
}
.n-border-light-neutral-text-weakest\/0 {
  border-color:rgb(168 172 178 / 0);
}
.n-border-light-neutral-text-weakest\/10 {
  border-color:rgb(168 172 178 / 0.1);
}
.n-border-light-neutral-text-weakest\/100 {
  border-color:rgb(168 172 178 / 1);
}
.n-border-light-neutral-text-weakest\/15 {
  border-color:rgb(168 172 178 / 0.15);
}
.n-border-light-neutral-text-weakest\/20 {
  border-color:rgb(168 172 178 / 0.2);
}
.n-border-light-neutral-text-weakest\/25 {
  border-color:rgb(168 172 178 / 0.25);
}
.n-border-light-neutral-text-weakest\/30 {
  border-color:rgb(168 172 178 / 0.3);
}
.n-border-light-neutral-text-weakest\/35 {
  border-color:rgb(168 172 178 / 0.35);
}
.n-border-light-neutral-text-weakest\/40 {
  border-color:rgb(168 172 178 / 0.4);
}
.n-border-light-neutral-text-weakest\/45 {
  border-color:rgb(168 172 178 / 0.45);
}
.n-border-light-neutral-text-weakest\/5 {
  border-color:rgb(168 172 178 / 0.05);
}
.n-border-light-neutral-text-weakest\/50 {
  border-color:rgb(168 172 178 / 0.5);
}
.n-border-light-neutral-text-weakest\/55 {
  border-color:rgb(168 172 178 / 0.55);
}
.n-border-light-neutral-text-weakest\/60 {
  border-color:rgb(168 172 178 / 0.6);
}
.n-border-light-neutral-text-weakest\/65 {
  border-color:rgb(168 172 178 / 0.65);
}
.n-border-light-neutral-text-weakest\/70 {
  border-color:rgb(168 172 178 / 0.7);
}
.n-border-light-neutral-text-weakest\/75 {
  border-color:rgb(168 172 178 / 0.75);
}
.n-border-light-neutral-text-weakest\/80 {
  border-color:rgb(168 172 178 / 0.8);
}
.n-border-light-neutral-text-weakest\/85 {
  border-color:rgb(168 172 178 / 0.85);
}
.n-border-light-neutral-text-weakest\/90 {
  border-color:rgb(168 172 178 / 0.9);
}
.n-border-light-neutral-text-weakest\/95 {
  border-color:rgb(168 172 178 / 0.95);
}
.n-border-light-primary-bg-selected {
  --tw-border-opacity:1;
  border-color:rgb(231 250 251 / var(--tw-border-opacity));
}
.n-border-light-primary-bg-selected\/0 {
  border-color:rgb(231 250 251 / 0);
}
.n-border-light-primary-bg-selected\/10 {
  border-color:rgb(231 250 251 / 0.1);
}
.n-border-light-primary-bg-selected\/100 {
  border-color:rgb(231 250 251 / 1);
}
.n-border-light-primary-bg-selected\/15 {
  border-color:rgb(231 250 251 / 0.15);
}
.n-border-light-primary-bg-selected\/20 {
  border-color:rgb(231 250 251 / 0.2);
}
.n-border-light-primary-bg-selected\/25 {
  border-color:rgb(231 250 251 / 0.25);
}
.n-border-light-primary-bg-selected\/30 {
  border-color:rgb(231 250 251 / 0.3);
}
.n-border-light-primary-bg-selected\/35 {
  border-color:rgb(231 250 251 / 0.35);
}
.n-border-light-primary-bg-selected\/40 {
  border-color:rgb(231 250 251 / 0.4);
}
.n-border-light-primary-bg-selected\/45 {
  border-color:rgb(231 250 251 / 0.45);
}
.n-border-light-primary-bg-selected\/5 {
  border-color:rgb(231 250 251 / 0.05);
}
.n-border-light-primary-bg-selected\/50 {
  border-color:rgb(231 250 251 / 0.5);
}
.n-border-light-primary-bg-selected\/55 {
  border-color:rgb(231 250 251 / 0.55);
}
.n-border-light-primary-bg-selected\/60 {
  border-color:rgb(231 250 251 / 0.6);
}
.n-border-light-primary-bg-selected\/65 {
  border-color:rgb(231 250 251 / 0.65);
}
.n-border-light-primary-bg-selected\/70 {
  border-color:rgb(231 250 251 / 0.7);
}
.n-border-light-primary-bg-selected\/75 {
  border-color:rgb(231 250 251 / 0.75);
}
.n-border-light-primary-bg-selected\/80 {
  border-color:rgb(231 250 251 / 0.8);
}
.n-border-light-primary-bg-selected\/85 {
  border-color:rgb(231 250 251 / 0.85);
}
.n-border-light-primary-bg-selected\/90 {
  border-color:rgb(231 250 251 / 0.9);
}
.n-border-light-primary-bg-selected\/95 {
  border-color:rgb(231 250 251 / 0.95);
}
.n-border-light-primary-bg-status {
  --tw-border-opacity:1;
  border-color:rgb(76 153 164 / var(--tw-border-opacity));
}
.n-border-light-primary-bg-status\/0 {
  border-color:rgb(76 153 164 / 0);
}
.n-border-light-primary-bg-status\/10 {
  border-color:rgb(76 153 164 / 0.1);
}
.n-border-light-primary-bg-status\/100 {
  border-color:rgb(76 153 164 / 1);
}
.n-border-light-primary-bg-status\/15 {
  border-color:rgb(76 153 164 / 0.15);
}
.n-border-light-primary-bg-status\/20 {
  border-color:rgb(76 153 164 / 0.2);
}
.n-border-light-primary-bg-status\/25 {
  border-color:rgb(76 153 164 / 0.25);
}
.n-border-light-primary-bg-status\/30 {
  border-color:rgb(76 153 164 / 0.3);
}
.n-border-light-primary-bg-status\/35 {
  border-color:rgb(76 153 164 / 0.35);
}
.n-border-light-primary-bg-status\/40 {
  border-color:rgb(76 153 164 / 0.4);
}
.n-border-light-primary-bg-status\/45 {
  border-color:rgb(76 153 164 / 0.45);
}
.n-border-light-primary-bg-status\/5 {
  border-color:rgb(76 153 164 / 0.05);
}
.n-border-light-primary-bg-status\/50 {
  border-color:rgb(76 153 164 / 0.5);
}
.n-border-light-primary-bg-status\/55 {
  border-color:rgb(76 153 164 / 0.55);
}
.n-border-light-primary-bg-status\/60 {
  border-color:rgb(76 153 164 / 0.6);
}
.n-border-light-primary-bg-status\/65 {
  border-color:rgb(76 153 164 / 0.65);
}
.n-border-light-primary-bg-status\/70 {
  border-color:rgb(76 153 164 / 0.7);
}
.n-border-light-primary-bg-status\/75 {
  border-color:rgb(76 153 164 / 0.75);
}
.n-border-light-primary-bg-status\/80 {
  border-color:rgb(76 153 164 / 0.8);
}
.n-border-light-primary-bg-status\/85 {
  border-color:rgb(76 153 164 / 0.85);
}
.n-border-light-primary-bg-status\/90 {
  border-color:rgb(76 153 164 / 0.9);
}
.n-border-light-primary-bg-status\/95 {
  border-color:rgb(76 153 164 / 0.95);
}
.n-border-light-primary-bg-strong {
  --tw-border-opacity:1;
  border-color:rgb(10 97 144 / var(--tw-border-opacity));
}
.n-border-light-primary-bg-strong\/0 {
  border-color:rgb(10 97 144 / 0);
}
.n-border-light-primary-bg-strong\/10 {
  border-color:rgb(10 97 144 / 0.1);
}
.n-border-light-primary-bg-strong\/100 {
  border-color:rgb(10 97 144 / 1);
}
.n-border-light-primary-bg-strong\/15 {
  border-color:rgb(10 97 144 / 0.15);
}
.n-border-light-primary-bg-strong\/20 {
  border-color:rgb(10 97 144 / 0.2);
}
.n-border-light-primary-bg-strong\/25 {
  border-color:rgb(10 97 144 / 0.25);
}
.n-border-light-primary-bg-strong\/30 {
  border-color:rgb(10 97 144 / 0.3);
}
.n-border-light-primary-bg-strong\/35 {
  border-color:rgb(10 97 144 / 0.35);
}
.n-border-light-primary-bg-strong\/40 {
  border-color:rgb(10 97 144 / 0.4);
}
.n-border-light-primary-bg-strong\/45 {
  border-color:rgb(10 97 144 / 0.45);
}
.n-border-light-primary-bg-strong\/5 {
  border-color:rgb(10 97 144 / 0.05);
}
.n-border-light-primary-bg-strong\/50 {
  border-color:rgb(10 97 144 / 0.5);
}
.n-border-light-primary-bg-strong\/55 {
  border-color:rgb(10 97 144 / 0.55);
}
.n-border-light-primary-bg-strong\/60 {
  border-color:rgb(10 97 144 / 0.6);
}
.n-border-light-primary-bg-strong\/65 {
  border-color:rgb(10 97 144 / 0.65);
}
.n-border-light-primary-bg-strong\/70 {
  border-color:rgb(10 97 144 / 0.7);
}
.n-border-light-primary-bg-strong\/75 {
  border-color:rgb(10 97 144 / 0.75);
}
.n-border-light-primary-bg-strong\/80 {
  border-color:rgb(10 97 144 / 0.8);
}
.n-border-light-primary-bg-strong\/85 {
  border-color:rgb(10 97 144 / 0.85);
}
.n-border-light-primary-bg-strong\/90 {
  border-color:rgb(10 97 144 / 0.9);
}
.n-border-light-primary-bg-strong\/95 {
  border-color:rgb(10 97 144 / 0.95);
}
.n-border-light-primary-bg-weak {
  --tw-border-opacity:1;
  border-color:rgb(231 250 251 / var(--tw-border-opacity));
}
.n-border-light-primary-bg-weak\/0 {
  border-color:rgb(231 250 251 / 0);
}
.n-border-light-primary-bg-weak\/10 {
  border-color:rgb(231 250 251 / 0.1);
}
.n-border-light-primary-bg-weak\/100 {
  border-color:rgb(231 250 251 / 1);
}
.n-border-light-primary-bg-weak\/15 {
  border-color:rgb(231 250 251 / 0.15);
}
.n-border-light-primary-bg-weak\/20 {
  border-color:rgb(231 250 251 / 0.2);
}
.n-border-light-primary-bg-weak\/25 {
  border-color:rgb(231 250 251 / 0.25);
}
.n-border-light-primary-bg-weak\/30 {
  border-color:rgb(231 250 251 / 0.3);
}
.n-border-light-primary-bg-weak\/35 {
  border-color:rgb(231 250 251 / 0.35);
}
.n-border-light-primary-bg-weak\/40 {
  border-color:rgb(231 250 251 / 0.4);
}
.n-border-light-primary-bg-weak\/45 {
  border-color:rgb(231 250 251 / 0.45);
}
.n-border-light-primary-bg-weak\/5 {
  border-color:rgb(231 250 251 / 0.05);
}
.n-border-light-primary-bg-weak\/50 {
  border-color:rgb(231 250 251 / 0.5);
}
.n-border-light-primary-bg-weak\/55 {
  border-color:rgb(231 250 251 / 0.55);
}
.n-border-light-primary-bg-weak\/60 {
  border-color:rgb(231 250 251 / 0.6);
}
.n-border-light-primary-bg-weak\/65 {
  border-color:rgb(231 250 251 / 0.65);
}
.n-border-light-primary-bg-weak\/70 {
  border-color:rgb(231 250 251 / 0.7);
}
.n-border-light-primary-bg-weak\/75 {
  border-color:rgb(231 250 251 / 0.75);
}
.n-border-light-primary-bg-weak\/80 {
  border-color:rgb(231 250 251 / 0.8);
}
.n-border-light-primary-bg-weak\/85 {
  border-color:rgb(231 250 251 / 0.85);
}
.n-border-light-primary-bg-weak\/90 {
  border-color:rgb(231 250 251 / 0.9);
}
.n-border-light-primary-bg-weak\/95 {
  border-color:rgb(231 250 251 / 0.95);
}
.n-border-light-primary-border-strong {
  --tw-border-opacity:1;
  border-color:rgb(10 97 144 / var(--tw-border-opacity));
}
.n-border-light-primary-border-strong\/0 {
  border-color:rgb(10 97 144 / 0);
}
.n-border-light-primary-border-strong\/10 {
  border-color:rgb(10 97 144 / 0.1);
}
.n-border-light-primary-border-strong\/100 {
  border-color:rgb(10 97 144 / 1);
}
.n-border-light-primary-border-strong\/15 {
  border-color:rgb(10 97 144 / 0.15);
}
.n-border-light-primary-border-strong\/20 {
  border-color:rgb(10 97 144 / 0.2);
}
.n-border-light-primary-border-strong\/25 {
  border-color:rgb(10 97 144 / 0.25);
}
.n-border-light-primary-border-strong\/30 {
  border-color:rgb(10 97 144 / 0.3);
}
.n-border-light-primary-border-strong\/35 {
  border-color:rgb(10 97 144 / 0.35);
}
.n-border-light-primary-border-strong\/40 {
  border-color:rgb(10 97 144 / 0.4);
}
.n-border-light-primary-border-strong\/45 {
  border-color:rgb(10 97 144 / 0.45);
}
.n-border-light-primary-border-strong\/5 {
  border-color:rgb(10 97 144 / 0.05);
}
.n-border-light-primary-border-strong\/50 {
  border-color:rgb(10 97 144 / 0.5);
}
.n-border-light-primary-border-strong\/55 {
  border-color:rgb(10 97 144 / 0.55);
}
.n-border-light-primary-border-strong\/60 {
  border-color:rgb(10 97 144 / 0.6);
}
.n-border-light-primary-border-strong\/65 {
  border-color:rgb(10 97 144 / 0.65);
}
.n-border-light-primary-border-strong\/70 {
  border-color:rgb(10 97 144 / 0.7);
}
.n-border-light-primary-border-strong\/75 {
  border-color:rgb(10 97 144 / 0.75);
}
.n-border-light-primary-border-strong\/80 {
  border-color:rgb(10 97 144 / 0.8);
}
.n-border-light-primary-border-strong\/85 {
  border-color:rgb(10 97 144 / 0.85);
}
.n-border-light-primary-border-strong\/90 {
  border-color:rgb(10 97 144 / 0.9);
}
.n-border-light-primary-border-strong\/95 {
  border-color:rgb(10 97 144 / 0.95);
}
.n-border-light-primary-border-weak {
  --tw-border-opacity:1;
  border-color:rgb(143 227 232 / var(--tw-border-opacity));
}
.n-border-light-primary-border-weak\/0 {
  border-color:rgb(143 227 232 / 0);
}
.n-border-light-primary-border-weak\/10 {
  border-color:rgb(143 227 232 / 0.1);
}
.n-border-light-primary-border-weak\/100 {
  border-color:rgb(143 227 232 / 1);
}
.n-border-light-primary-border-weak\/15 {
  border-color:rgb(143 227 232 / 0.15);
}
.n-border-light-primary-border-weak\/20 {
  border-color:rgb(143 227 232 / 0.2);
}
.n-border-light-primary-border-weak\/25 {
  border-color:rgb(143 227 232 / 0.25);
}
.n-border-light-primary-border-weak\/30 {
  border-color:rgb(143 227 232 / 0.3);
}
.n-border-light-primary-border-weak\/35 {
  border-color:rgb(143 227 232 / 0.35);
}
.n-border-light-primary-border-weak\/40 {
  border-color:rgb(143 227 232 / 0.4);
}
.n-border-light-primary-border-weak\/45 {
  border-color:rgb(143 227 232 / 0.45);
}
.n-border-light-primary-border-weak\/5 {
  border-color:rgb(143 227 232 / 0.05);
}
.n-border-light-primary-border-weak\/50 {
  border-color:rgb(143 227 232 / 0.5);
}
.n-border-light-primary-border-weak\/55 {
  border-color:rgb(143 227 232 / 0.55);
}
.n-border-light-primary-border-weak\/60 {
  border-color:rgb(143 227 232 / 0.6);
}
.n-border-light-primary-border-weak\/65 {
  border-color:rgb(143 227 232 / 0.65);
}
.n-border-light-primary-border-weak\/70 {
  border-color:rgb(143 227 232 / 0.7);
}
.n-border-light-primary-border-weak\/75 {
  border-color:rgb(143 227 232 / 0.75);
}
.n-border-light-primary-border-weak\/80 {
  border-color:rgb(143 227 232 / 0.8);
}
.n-border-light-primary-border-weak\/85 {
  border-color:rgb(143 227 232 / 0.85);
}
.n-border-light-primary-border-weak\/90 {
  border-color:rgb(143 227 232 / 0.9);
}
.n-border-light-primary-border-weak\/95 {
  border-color:rgb(143 227 232 / 0.95);
}
.n-border-light-primary-focus {
  --tw-border-opacity:1;
  border-color:rgb(48 131 157 / var(--tw-border-opacity));
}
.n-border-light-primary-focus\/0 {
  border-color:rgb(48 131 157 / 0);
}
.n-border-light-primary-focus\/10 {
  border-color:rgb(48 131 157 / 0.1);
}
.n-border-light-primary-focus\/100 {
  border-color:rgb(48 131 157 / 1);
}
.n-border-light-primary-focus\/15 {
  border-color:rgb(48 131 157 / 0.15);
}
.n-border-light-primary-focus\/20 {
  border-color:rgb(48 131 157 / 0.2);
}
.n-border-light-primary-focus\/25 {
  border-color:rgb(48 131 157 / 0.25);
}
.n-border-light-primary-focus\/30 {
  border-color:rgb(48 131 157 / 0.3);
}
.n-border-light-primary-focus\/35 {
  border-color:rgb(48 131 157 / 0.35);
}
.n-border-light-primary-focus\/40 {
  border-color:rgb(48 131 157 / 0.4);
}
.n-border-light-primary-focus\/45 {
  border-color:rgb(48 131 157 / 0.45);
}
.n-border-light-primary-focus\/5 {
  border-color:rgb(48 131 157 / 0.05);
}
.n-border-light-primary-focus\/50 {
  border-color:rgb(48 131 157 / 0.5);
}
.n-border-light-primary-focus\/55 {
  border-color:rgb(48 131 157 / 0.55);
}
.n-border-light-primary-focus\/60 {
  border-color:rgb(48 131 157 / 0.6);
}
.n-border-light-primary-focus\/65 {
  border-color:rgb(48 131 157 / 0.65);
}
.n-border-light-primary-focus\/70 {
  border-color:rgb(48 131 157 / 0.7);
}
.n-border-light-primary-focus\/75 {
  border-color:rgb(48 131 157 / 0.75);
}
.n-border-light-primary-focus\/80 {
  border-color:rgb(48 131 157 / 0.8);
}
.n-border-light-primary-focus\/85 {
  border-color:rgb(48 131 157 / 0.85);
}
.n-border-light-primary-focus\/90 {
  border-color:rgb(48 131 157 / 0.9);
}
.n-border-light-primary-focus\/95 {
  border-color:rgb(48 131 157 / 0.95);
}
.n-border-light-primary-hover-strong {
  --tw-border-opacity:1;
  border-color:rgb(2 80 123 / var(--tw-border-opacity));
}
.n-border-light-primary-hover-strong\/0 {
  border-color:rgb(2 80 123 / 0);
}
.n-border-light-primary-hover-strong\/10 {
  border-color:rgb(2 80 123 / 0.1);
}
.n-border-light-primary-hover-strong\/100 {
  border-color:rgb(2 80 123 / 1);
}
.n-border-light-primary-hover-strong\/15 {
  border-color:rgb(2 80 123 / 0.15);
}
.n-border-light-primary-hover-strong\/20 {
  border-color:rgb(2 80 123 / 0.2);
}
.n-border-light-primary-hover-strong\/25 {
  border-color:rgb(2 80 123 / 0.25);
}
.n-border-light-primary-hover-strong\/30 {
  border-color:rgb(2 80 123 / 0.3);
}
.n-border-light-primary-hover-strong\/35 {
  border-color:rgb(2 80 123 / 0.35);
}
.n-border-light-primary-hover-strong\/40 {
  border-color:rgb(2 80 123 / 0.4);
}
.n-border-light-primary-hover-strong\/45 {
  border-color:rgb(2 80 123 / 0.45);
}
.n-border-light-primary-hover-strong\/5 {
  border-color:rgb(2 80 123 / 0.05);
}
.n-border-light-primary-hover-strong\/50 {
  border-color:rgb(2 80 123 / 0.5);
}
.n-border-light-primary-hover-strong\/55 {
  border-color:rgb(2 80 123 / 0.55);
}
.n-border-light-primary-hover-strong\/60 {
  border-color:rgb(2 80 123 / 0.6);
}
.n-border-light-primary-hover-strong\/65 {
  border-color:rgb(2 80 123 / 0.65);
}
.n-border-light-primary-hover-strong\/70 {
  border-color:rgb(2 80 123 / 0.7);
}
.n-border-light-primary-hover-strong\/75 {
  border-color:rgb(2 80 123 / 0.75);
}
.n-border-light-primary-hover-strong\/80 {
  border-color:rgb(2 80 123 / 0.8);
}
.n-border-light-primary-hover-strong\/85 {
  border-color:rgb(2 80 123 / 0.85);
}
.n-border-light-primary-hover-strong\/90 {
  border-color:rgb(2 80 123 / 0.9);
}
.n-border-light-primary-hover-strong\/95 {
  border-color:rgb(2 80 123 / 0.95);
}
.n-border-light-primary-hover-weak {
  --tw-border-opacity:1;
  border-color:rgb(48 131 157 / var(--tw-border-opacity));
}
.n-border-light-primary-hover-weak\/0 {
  border-color:rgb(48 131 157 / 0);
}
.n-border-light-primary-hover-weak\/10 {
  border-color:rgb(48 131 157 / 0.1);
}
.n-border-light-primary-hover-weak\/100 {
  border-color:rgb(48 131 157 / 1);
}
.n-border-light-primary-hover-weak\/15 {
  border-color:rgb(48 131 157 / 0.15);
}
.n-border-light-primary-hover-weak\/20 {
  border-color:rgb(48 131 157 / 0.2);
}
.n-border-light-primary-hover-weak\/25 {
  border-color:rgb(48 131 157 / 0.25);
}
.n-border-light-primary-hover-weak\/30 {
  border-color:rgb(48 131 157 / 0.3);
}
.n-border-light-primary-hover-weak\/35 {
  border-color:rgb(48 131 157 / 0.35);
}
.n-border-light-primary-hover-weak\/40 {
  border-color:rgb(48 131 157 / 0.4);
}
.n-border-light-primary-hover-weak\/45 {
  border-color:rgb(48 131 157 / 0.45);
}
.n-border-light-primary-hover-weak\/5 {
  border-color:rgb(48 131 157 / 0.05);
}
.n-border-light-primary-hover-weak\/50 {
  border-color:rgb(48 131 157 / 0.5);
}
.n-border-light-primary-hover-weak\/55 {
  border-color:rgb(48 131 157 / 0.55);
}
.n-border-light-primary-hover-weak\/60 {
  border-color:rgb(48 131 157 / 0.6);
}
.n-border-light-primary-hover-weak\/65 {
  border-color:rgb(48 131 157 / 0.65);
}
.n-border-light-primary-hover-weak\/70 {
  border-color:rgb(48 131 157 / 0.7);
}
.n-border-light-primary-hover-weak\/75 {
  border-color:rgb(48 131 157 / 0.75);
}
.n-border-light-primary-hover-weak\/80 {
  border-color:rgb(48 131 157 / 0.8);
}
.n-border-light-primary-hover-weak\/85 {
  border-color:rgb(48 131 157 / 0.85);
}
.n-border-light-primary-hover-weak\/90 {
  border-color:rgb(48 131 157 / 0.9);
}
.n-border-light-primary-hover-weak\/95 {
  border-color:rgb(48 131 157 / 0.95);
}
.n-border-light-primary-icon {
  --tw-border-opacity:1;
  border-color:rgb(10 97 144 / var(--tw-border-opacity));
}
.n-border-light-primary-icon\/0 {
  border-color:rgb(10 97 144 / 0);
}
.n-border-light-primary-icon\/10 {
  border-color:rgb(10 97 144 / 0.1);
}
.n-border-light-primary-icon\/100 {
  border-color:rgb(10 97 144 / 1);
}
.n-border-light-primary-icon\/15 {
  border-color:rgb(10 97 144 / 0.15);
}
.n-border-light-primary-icon\/20 {
  border-color:rgb(10 97 144 / 0.2);
}
.n-border-light-primary-icon\/25 {
  border-color:rgb(10 97 144 / 0.25);
}
.n-border-light-primary-icon\/30 {
  border-color:rgb(10 97 144 / 0.3);
}
.n-border-light-primary-icon\/35 {
  border-color:rgb(10 97 144 / 0.35);
}
.n-border-light-primary-icon\/40 {
  border-color:rgb(10 97 144 / 0.4);
}
.n-border-light-primary-icon\/45 {
  border-color:rgb(10 97 144 / 0.45);
}
.n-border-light-primary-icon\/5 {
  border-color:rgb(10 97 144 / 0.05);
}
.n-border-light-primary-icon\/50 {
  border-color:rgb(10 97 144 / 0.5);
}
.n-border-light-primary-icon\/55 {
  border-color:rgb(10 97 144 / 0.55);
}
.n-border-light-primary-icon\/60 {
  border-color:rgb(10 97 144 / 0.6);
}
.n-border-light-primary-icon\/65 {
  border-color:rgb(10 97 144 / 0.65);
}
.n-border-light-primary-icon\/70 {
  border-color:rgb(10 97 144 / 0.7);
}
.n-border-light-primary-icon\/75 {
  border-color:rgb(10 97 144 / 0.75);
}
.n-border-light-primary-icon\/80 {
  border-color:rgb(10 97 144 / 0.8);
}
.n-border-light-primary-icon\/85 {
  border-color:rgb(10 97 144 / 0.85);
}
.n-border-light-primary-icon\/90 {
  border-color:rgb(10 97 144 / 0.9);
}
.n-border-light-primary-icon\/95 {
  border-color:rgb(10 97 144 / 0.95);
}
.n-border-light-primary-pressed-strong {
  --tw-border-opacity:1;
  border-color:rgb(1 64 99 / var(--tw-border-opacity));
}
.n-border-light-primary-pressed-strong\/0 {
  border-color:rgb(1 64 99 / 0);
}
.n-border-light-primary-pressed-strong\/10 {
  border-color:rgb(1 64 99 / 0.1);
}
.n-border-light-primary-pressed-strong\/100 {
  border-color:rgb(1 64 99 / 1);
}
.n-border-light-primary-pressed-strong\/15 {
  border-color:rgb(1 64 99 / 0.15);
}
.n-border-light-primary-pressed-strong\/20 {
  border-color:rgb(1 64 99 / 0.2);
}
.n-border-light-primary-pressed-strong\/25 {
  border-color:rgb(1 64 99 / 0.25);
}
.n-border-light-primary-pressed-strong\/30 {
  border-color:rgb(1 64 99 / 0.3);
}
.n-border-light-primary-pressed-strong\/35 {
  border-color:rgb(1 64 99 / 0.35);
}
.n-border-light-primary-pressed-strong\/40 {
  border-color:rgb(1 64 99 / 0.4);
}
.n-border-light-primary-pressed-strong\/45 {
  border-color:rgb(1 64 99 / 0.45);
}
.n-border-light-primary-pressed-strong\/5 {
  border-color:rgb(1 64 99 / 0.05);
}
.n-border-light-primary-pressed-strong\/50 {
  border-color:rgb(1 64 99 / 0.5);
}
.n-border-light-primary-pressed-strong\/55 {
  border-color:rgb(1 64 99 / 0.55);
}
.n-border-light-primary-pressed-strong\/60 {
  border-color:rgb(1 64 99 / 0.6);
}
.n-border-light-primary-pressed-strong\/65 {
  border-color:rgb(1 64 99 / 0.65);
}
.n-border-light-primary-pressed-strong\/70 {
  border-color:rgb(1 64 99 / 0.7);
}
.n-border-light-primary-pressed-strong\/75 {
  border-color:rgb(1 64 99 / 0.75);
}
.n-border-light-primary-pressed-strong\/80 {
  border-color:rgb(1 64 99 / 0.8);
}
.n-border-light-primary-pressed-strong\/85 {
  border-color:rgb(1 64 99 / 0.85);
}
.n-border-light-primary-pressed-strong\/90 {
  border-color:rgb(1 64 99 / 0.9);
}
.n-border-light-primary-pressed-strong\/95 {
  border-color:rgb(1 64 99 / 0.95);
}
.n-border-light-primary-pressed-weak {
  --tw-border-opacity:1;
  border-color:rgb(48 131 157 / var(--tw-border-opacity));
}
.n-border-light-primary-pressed-weak\/0 {
  border-color:rgb(48 131 157 / 0);
}
.n-border-light-primary-pressed-weak\/10 {
  border-color:rgb(48 131 157 / 0.1);
}
.n-border-light-primary-pressed-weak\/100 {
  border-color:rgb(48 131 157 / 1);
}
.n-border-light-primary-pressed-weak\/15 {
  border-color:rgb(48 131 157 / 0.15);
}
.n-border-light-primary-pressed-weak\/20 {
  border-color:rgb(48 131 157 / 0.2);
}
.n-border-light-primary-pressed-weak\/25 {
  border-color:rgb(48 131 157 / 0.25);
}
.n-border-light-primary-pressed-weak\/30 {
  border-color:rgb(48 131 157 / 0.3);
}
.n-border-light-primary-pressed-weak\/35 {
  border-color:rgb(48 131 157 / 0.35);
}
.n-border-light-primary-pressed-weak\/40 {
  border-color:rgb(48 131 157 / 0.4);
}
.n-border-light-primary-pressed-weak\/45 {
  border-color:rgb(48 131 157 / 0.45);
}
.n-border-light-primary-pressed-weak\/5 {
  border-color:rgb(48 131 157 / 0.05);
}
.n-border-light-primary-pressed-weak\/50 {
  border-color:rgb(48 131 157 / 0.5);
}
.n-border-light-primary-pressed-weak\/55 {
  border-color:rgb(48 131 157 / 0.55);
}
.n-border-light-primary-pressed-weak\/60 {
  border-color:rgb(48 131 157 / 0.6);
}
.n-border-light-primary-pressed-weak\/65 {
  border-color:rgb(48 131 157 / 0.65);
}
.n-border-light-primary-pressed-weak\/70 {
  border-color:rgb(48 131 157 / 0.7);
}
.n-border-light-primary-pressed-weak\/75 {
  border-color:rgb(48 131 157 / 0.75);
}
.n-border-light-primary-pressed-weak\/80 {
  border-color:rgb(48 131 157 / 0.8);
}
.n-border-light-primary-pressed-weak\/85 {
  border-color:rgb(48 131 157 / 0.85);
}
.n-border-light-primary-pressed-weak\/90 {
  border-color:rgb(48 131 157 / 0.9);
}
.n-border-light-primary-pressed-weak\/95 {
  border-color:rgb(48 131 157 / 0.95);
}
.n-border-light-primary-text {
  --tw-border-opacity:1;
  border-color:rgb(10 97 144 / var(--tw-border-opacity));
}
.n-border-light-primary-text\/0 {
  border-color:rgb(10 97 144 / 0);
}
.n-border-light-primary-text\/10 {
  border-color:rgb(10 97 144 / 0.1);
}
.n-border-light-primary-text\/100 {
  border-color:rgb(10 97 144 / 1);
}
.n-border-light-primary-text\/15 {
  border-color:rgb(10 97 144 / 0.15);
}
.n-border-light-primary-text\/20 {
  border-color:rgb(10 97 144 / 0.2);
}
.n-border-light-primary-text\/25 {
  border-color:rgb(10 97 144 / 0.25);
}
.n-border-light-primary-text\/30 {
  border-color:rgb(10 97 144 / 0.3);
}
.n-border-light-primary-text\/35 {
  border-color:rgb(10 97 144 / 0.35);
}
.n-border-light-primary-text\/40 {
  border-color:rgb(10 97 144 / 0.4);
}
.n-border-light-primary-text\/45 {
  border-color:rgb(10 97 144 / 0.45);
}
.n-border-light-primary-text\/5 {
  border-color:rgb(10 97 144 / 0.05);
}
.n-border-light-primary-text\/50 {
  border-color:rgb(10 97 144 / 0.5);
}
.n-border-light-primary-text\/55 {
  border-color:rgb(10 97 144 / 0.55);
}
.n-border-light-primary-text\/60 {
  border-color:rgb(10 97 144 / 0.6);
}
.n-border-light-primary-text\/65 {
  border-color:rgb(10 97 144 / 0.65);
}
.n-border-light-primary-text\/70 {
  border-color:rgb(10 97 144 / 0.7);
}
.n-border-light-primary-text\/75 {
  border-color:rgb(10 97 144 / 0.75);
}
.n-border-light-primary-text\/80 {
  border-color:rgb(10 97 144 / 0.8);
}
.n-border-light-primary-text\/85 {
  border-color:rgb(10 97 144 / 0.85);
}
.n-border-light-primary-text\/90 {
  border-color:rgb(10 97 144 / 0.9);
}
.n-border-light-primary-text\/95 {
  border-color:rgb(10 97 144 / 0.95);
}
.n-border-light-success-bg-status {
  --tw-border-opacity:1;
  border-color:rgb(91 153 43 / var(--tw-border-opacity));
}
.n-border-light-success-bg-status\/0 {
  border-color:rgb(91 153 43 / 0);
}
.n-border-light-success-bg-status\/10 {
  border-color:rgb(91 153 43 / 0.1);
}
.n-border-light-success-bg-status\/100 {
  border-color:rgb(91 153 43 / 1);
}
.n-border-light-success-bg-status\/15 {
  border-color:rgb(91 153 43 / 0.15);
}
.n-border-light-success-bg-status\/20 {
  border-color:rgb(91 153 43 / 0.2);
}
.n-border-light-success-bg-status\/25 {
  border-color:rgb(91 153 43 / 0.25);
}
.n-border-light-success-bg-status\/30 {
  border-color:rgb(91 153 43 / 0.3);
}
.n-border-light-success-bg-status\/35 {
  border-color:rgb(91 153 43 / 0.35);
}
.n-border-light-success-bg-status\/40 {
  border-color:rgb(91 153 43 / 0.4);
}
.n-border-light-success-bg-status\/45 {
  border-color:rgb(91 153 43 / 0.45);
}
.n-border-light-success-bg-status\/5 {
  border-color:rgb(91 153 43 / 0.05);
}
.n-border-light-success-bg-status\/50 {
  border-color:rgb(91 153 43 / 0.5);
}
.n-border-light-success-bg-status\/55 {
  border-color:rgb(91 153 43 / 0.55);
}
.n-border-light-success-bg-status\/60 {
  border-color:rgb(91 153 43 / 0.6);
}
.n-border-light-success-bg-status\/65 {
  border-color:rgb(91 153 43 / 0.65);
}
.n-border-light-success-bg-status\/70 {
  border-color:rgb(91 153 43 / 0.7);
}
.n-border-light-success-bg-status\/75 {
  border-color:rgb(91 153 43 / 0.75);
}
.n-border-light-success-bg-status\/80 {
  border-color:rgb(91 153 43 / 0.8);
}
.n-border-light-success-bg-status\/85 {
  border-color:rgb(91 153 43 / 0.85);
}
.n-border-light-success-bg-status\/90 {
  border-color:rgb(91 153 43 / 0.9);
}
.n-border-light-success-bg-status\/95 {
  border-color:rgb(91 153 43 / 0.95);
}
.n-border-light-success-bg-strong {
  --tw-border-opacity:1;
  border-color:rgb(63 120 36 / var(--tw-border-opacity));
}
.n-border-light-success-bg-strong\/0 {
  border-color:rgb(63 120 36 / 0);
}
.n-border-light-success-bg-strong\/10 {
  border-color:rgb(63 120 36 / 0.1);
}
.n-border-light-success-bg-strong\/100 {
  border-color:rgb(63 120 36 / 1);
}
.n-border-light-success-bg-strong\/15 {
  border-color:rgb(63 120 36 / 0.15);
}
.n-border-light-success-bg-strong\/20 {
  border-color:rgb(63 120 36 / 0.2);
}
.n-border-light-success-bg-strong\/25 {
  border-color:rgb(63 120 36 / 0.25);
}
.n-border-light-success-bg-strong\/30 {
  border-color:rgb(63 120 36 / 0.3);
}
.n-border-light-success-bg-strong\/35 {
  border-color:rgb(63 120 36 / 0.35);
}
.n-border-light-success-bg-strong\/40 {
  border-color:rgb(63 120 36 / 0.4);
}
.n-border-light-success-bg-strong\/45 {
  border-color:rgb(63 120 36 / 0.45);
}
.n-border-light-success-bg-strong\/5 {
  border-color:rgb(63 120 36 / 0.05);
}
.n-border-light-success-bg-strong\/50 {
  border-color:rgb(63 120 36 / 0.5);
}
.n-border-light-success-bg-strong\/55 {
  border-color:rgb(63 120 36 / 0.55);
}
.n-border-light-success-bg-strong\/60 {
  border-color:rgb(63 120 36 / 0.6);
}
.n-border-light-success-bg-strong\/65 {
  border-color:rgb(63 120 36 / 0.65);
}
.n-border-light-success-bg-strong\/70 {
  border-color:rgb(63 120 36 / 0.7);
}
.n-border-light-success-bg-strong\/75 {
  border-color:rgb(63 120 36 / 0.75);
}
.n-border-light-success-bg-strong\/80 {
  border-color:rgb(63 120 36 / 0.8);
}
.n-border-light-success-bg-strong\/85 {
  border-color:rgb(63 120 36 / 0.85);
}
.n-border-light-success-bg-strong\/90 {
  border-color:rgb(63 120 36 / 0.9);
}
.n-border-light-success-bg-strong\/95 {
  border-color:rgb(63 120 36 / 0.95);
}
.n-border-light-success-bg-weak {
  --tw-border-opacity:1;
  border-color:rgb(231 252 215 / var(--tw-border-opacity));
}
.n-border-light-success-bg-weak\/0 {
  border-color:rgb(231 252 215 / 0);
}
.n-border-light-success-bg-weak\/10 {
  border-color:rgb(231 252 215 / 0.1);
}
.n-border-light-success-bg-weak\/100 {
  border-color:rgb(231 252 215 / 1);
}
.n-border-light-success-bg-weak\/15 {
  border-color:rgb(231 252 215 / 0.15);
}
.n-border-light-success-bg-weak\/20 {
  border-color:rgb(231 252 215 / 0.2);
}
.n-border-light-success-bg-weak\/25 {
  border-color:rgb(231 252 215 / 0.25);
}
.n-border-light-success-bg-weak\/30 {
  border-color:rgb(231 252 215 / 0.3);
}
.n-border-light-success-bg-weak\/35 {
  border-color:rgb(231 252 215 / 0.35);
}
.n-border-light-success-bg-weak\/40 {
  border-color:rgb(231 252 215 / 0.4);
}
.n-border-light-success-bg-weak\/45 {
  border-color:rgb(231 252 215 / 0.45);
}
.n-border-light-success-bg-weak\/5 {
  border-color:rgb(231 252 215 / 0.05);
}
.n-border-light-success-bg-weak\/50 {
  border-color:rgb(231 252 215 / 0.5);
}
.n-border-light-success-bg-weak\/55 {
  border-color:rgb(231 252 215 / 0.55);
}
.n-border-light-success-bg-weak\/60 {
  border-color:rgb(231 252 215 / 0.6);
}
.n-border-light-success-bg-weak\/65 {
  border-color:rgb(231 252 215 / 0.65);
}
.n-border-light-success-bg-weak\/70 {
  border-color:rgb(231 252 215 / 0.7);
}
.n-border-light-success-bg-weak\/75 {
  border-color:rgb(231 252 215 / 0.75);
}
.n-border-light-success-bg-weak\/80 {
  border-color:rgb(231 252 215 / 0.8);
}
.n-border-light-success-bg-weak\/85 {
  border-color:rgb(231 252 215 / 0.85);
}
.n-border-light-success-bg-weak\/90 {
  border-color:rgb(231 252 215 / 0.9);
}
.n-border-light-success-bg-weak\/95 {
  border-color:rgb(231 252 215 / 0.95);
}
.n-border-light-success-border-strong {
  --tw-border-opacity:1;
  border-color:rgb(63 120 36 / var(--tw-border-opacity));
}
.n-border-light-success-border-strong\/0 {
  border-color:rgb(63 120 36 / 0);
}
.n-border-light-success-border-strong\/10 {
  border-color:rgb(63 120 36 / 0.1);
}
.n-border-light-success-border-strong\/100 {
  border-color:rgb(63 120 36 / 1);
}
.n-border-light-success-border-strong\/15 {
  border-color:rgb(63 120 36 / 0.15);
}
.n-border-light-success-border-strong\/20 {
  border-color:rgb(63 120 36 / 0.2);
}
.n-border-light-success-border-strong\/25 {
  border-color:rgb(63 120 36 / 0.25);
}
.n-border-light-success-border-strong\/30 {
  border-color:rgb(63 120 36 / 0.3);
}
.n-border-light-success-border-strong\/35 {
  border-color:rgb(63 120 36 / 0.35);
}
.n-border-light-success-border-strong\/40 {
  border-color:rgb(63 120 36 / 0.4);
}
.n-border-light-success-border-strong\/45 {
  border-color:rgb(63 120 36 / 0.45);
}
.n-border-light-success-border-strong\/5 {
  border-color:rgb(63 120 36 / 0.05);
}
.n-border-light-success-border-strong\/50 {
  border-color:rgb(63 120 36 / 0.5);
}
.n-border-light-success-border-strong\/55 {
  border-color:rgb(63 120 36 / 0.55);
}
.n-border-light-success-border-strong\/60 {
  border-color:rgb(63 120 36 / 0.6);
}
.n-border-light-success-border-strong\/65 {
  border-color:rgb(63 120 36 / 0.65);
}
.n-border-light-success-border-strong\/70 {
  border-color:rgb(63 120 36 / 0.7);
}
.n-border-light-success-border-strong\/75 {
  border-color:rgb(63 120 36 / 0.75);
}
.n-border-light-success-border-strong\/80 {
  border-color:rgb(63 120 36 / 0.8);
}
.n-border-light-success-border-strong\/85 {
  border-color:rgb(63 120 36 / 0.85);
}
.n-border-light-success-border-strong\/90 {
  border-color:rgb(63 120 36 / 0.9);
}
.n-border-light-success-border-strong\/95 {
  border-color:rgb(63 120 36 / 0.95);
}
.n-border-light-success-border-weak {
  --tw-border-opacity:1;
  border-color:rgb(144 203 98 / var(--tw-border-opacity));
}
.n-border-light-success-border-weak\/0 {
  border-color:rgb(144 203 98 / 0);
}
.n-border-light-success-border-weak\/10 {
  border-color:rgb(144 203 98 / 0.1);
}
.n-border-light-success-border-weak\/100 {
  border-color:rgb(144 203 98 / 1);
}
.n-border-light-success-border-weak\/15 {
  border-color:rgb(144 203 98 / 0.15);
}
.n-border-light-success-border-weak\/20 {
  border-color:rgb(144 203 98 / 0.2);
}
.n-border-light-success-border-weak\/25 {
  border-color:rgb(144 203 98 / 0.25);
}
.n-border-light-success-border-weak\/30 {
  border-color:rgb(144 203 98 / 0.3);
}
.n-border-light-success-border-weak\/35 {
  border-color:rgb(144 203 98 / 0.35);
}
.n-border-light-success-border-weak\/40 {
  border-color:rgb(144 203 98 / 0.4);
}
.n-border-light-success-border-weak\/45 {
  border-color:rgb(144 203 98 / 0.45);
}
.n-border-light-success-border-weak\/5 {
  border-color:rgb(144 203 98 / 0.05);
}
.n-border-light-success-border-weak\/50 {
  border-color:rgb(144 203 98 / 0.5);
}
.n-border-light-success-border-weak\/55 {
  border-color:rgb(144 203 98 / 0.55);
}
.n-border-light-success-border-weak\/60 {
  border-color:rgb(144 203 98 / 0.6);
}
.n-border-light-success-border-weak\/65 {
  border-color:rgb(144 203 98 / 0.65);
}
.n-border-light-success-border-weak\/70 {
  border-color:rgb(144 203 98 / 0.7);
}
.n-border-light-success-border-weak\/75 {
  border-color:rgb(144 203 98 / 0.75);
}
.n-border-light-success-border-weak\/80 {
  border-color:rgb(144 203 98 / 0.8);
}
.n-border-light-success-border-weak\/85 {
  border-color:rgb(144 203 98 / 0.85);
}
.n-border-light-success-border-weak\/90 {
  border-color:rgb(144 203 98 / 0.9);
}
.n-border-light-success-border-weak\/95 {
  border-color:rgb(144 203 98 / 0.95);
}
.n-border-light-success-icon {
  --tw-border-opacity:1;
  border-color:rgb(63 120 36 / var(--tw-border-opacity));
}
.n-border-light-success-icon\/0 {
  border-color:rgb(63 120 36 / 0);
}
.n-border-light-success-icon\/10 {
  border-color:rgb(63 120 36 / 0.1);
}
.n-border-light-success-icon\/100 {
  border-color:rgb(63 120 36 / 1);
}
.n-border-light-success-icon\/15 {
  border-color:rgb(63 120 36 / 0.15);
}
.n-border-light-success-icon\/20 {
  border-color:rgb(63 120 36 / 0.2);
}
.n-border-light-success-icon\/25 {
  border-color:rgb(63 120 36 / 0.25);
}
.n-border-light-success-icon\/30 {
  border-color:rgb(63 120 36 / 0.3);
}
.n-border-light-success-icon\/35 {
  border-color:rgb(63 120 36 / 0.35);
}
.n-border-light-success-icon\/40 {
  border-color:rgb(63 120 36 / 0.4);
}
.n-border-light-success-icon\/45 {
  border-color:rgb(63 120 36 / 0.45);
}
.n-border-light-success-icon\/5 {
  border-color:rgb(63 120 36 / 0.05);
}
.n-border-light-success-icon\/50 {
  border-color:rgb(63 120 36 / 0.5);
}
.n-border-light-success-icon\/55 {
  border-color:rgb(63 120 36 / 0.55);
}
.n-border-light-success-icon\/60 {
  border-color:rgb(63 120 36 / 0.6);
}
.n-border-light-success-icon\/65 {
  border-color:rgb(63 120 36 / 0.65);
}
.n-border-light-success-icon\/70 {
  border-color:rgb(63 120 36 / 0.7);
}
.n-border-light-success-icon\/75 {
  border-color:rgb(63 120 36 / 0.75);
}
.n-border-light-success-icon\/80 {
  border-color:rgb(63 120 36 / 0.8);
}
.n-border-light-success-icon\/85 {
  border-color:rgb(63 120 36 / 0.85);
}
.n-border-light-success-icon\/90 {
  border-color:rgb(63 120 36 / 0.9);
}
.n-border-light-success-icon\/95 {
  border-color:rgb(63 120 36 / 0.95);
}
.n-border-light-success-text {
  --tw-border-opacity:1;
  border-color:rgb(63 120 36 / var(--tw-border-opacity));
}
.n-border-light-success-text\/0 {
  border-color:rgb(63 120 36 / 0);
}
.n-border-light-success-text\/10 {
  border-color:rgb(63 120 36 / 0.1);
}
.n-border-light-success-text\/100 {
  border-color:rgb(63 120 36 / 1);
}
.n-border-light-success-text\/15 {
  border-color:rgb(63 120 36 / 0.15);
}
.n-border-light-success-text\/20 {
  border-color:rgb(63 120 36 / 0.2);
}
.n-border-light-success-text\/25 {
  border-color:rgb(63 120 36 / 0.25);
}
.n-border-light-success-text\/30 {
  border-color:rgb(63 120 36 / 0.3);
}
.n-border-light-success-text\/35 {
  border-color:rgb(63 120 36 / 0.35);
}
.n-border-light-success-text\/40 {
  border-color:rgb(63 120 36 / 0.4);
}
.n-border-light-success-text\/45 {
  border-color:rgb(63 120 36 / 0.45);
}
.n-border-light-success-text\/5 {
  border-color:rgb(63 120 36 / 0.05);
}
.n-border-light-success-text\/50 {
  border-color:rgb(63 120 36 / 0.5);
}
.n-border-light-success-text\/55 {
  border-color:rgb(63 120 36 / 0.55);
}
.n-border-light-success-text\/60 {
  border-color:rgb(63 120 36 / 0.6);
}
.n-border-light-success-text\/65 {
  border-color:rgb(63 120 36 / 0.65);
}
.n-border-light-success-text\/70 {
  border-color:rgb(63 120 36 / 0.7);
}
.n-border-light-success-text\/75 {
  border-color:rgb(63 120 36 / 0.75);
}
.n-border-light-success-text\/80 {
  border-color:rgb(63 120 36 / 0.8);
}
.n-border-light-success-text\/85 {
  border-color:rgb(63 120 36 / 0.85);
}
.n-border-light-success-text\/90 {
  border-color:rgb(63 120 36 / 0.9);
}
.n-border-light-success-text\/95 {
  border-color:rgb(63 120 36 / 0.95);
}
.n-border-light-warning-bg-status {
  --tw-border-opacity:1;
  border-color:rgb(215 170 10 / var(--tw-border-opacity));
}
.n-border-light-warning-bg-status\/0 {
  border-color:rgb(215 170 10 / 0);
}
.n-border-light-warning-bg-status\/10 {
  border-color:rgb(215 170 10 / 0.1);
}
.n-border-light-warning-bg-status\/100 {
  border-color:rgb(215 170 10 / 1);
}
.n-border-light-warning-bg-status\/15 {
  border-color:rgb(215 170 10 / 0.15);
}
.n-border-light-warning-bg-status\/20 {
  border-color:rgb(215 170 10 / 0.2);
}
.n-border-light-warning-bg-status\/25 {
  border-color:rgb(215 170 10 / 0.25);
}
.n-border-light-warning-bg-status\/30 {
  border-color:rgb(215 170 10 / 0.3);
}
.n-border-light-warning-bg-status\/35 {
  border-color:rgb(215 170 10 / 0.35);
}
.n-border-light-warning-bg-status\/40 {
  border-color:rgb(215 170 10 / 0.4);
}
.n-border-light-warning-bg-status\/45 {
  border-color:rgb(215 170 10 / 0.45);
}
.n-border-light-warning-bg-status\/5 {
  border-color:rgb(215 170 10 / 0.05);
}
.n-border-light-warning-bg-status\/50 {
  border-color:rgb(215 170 10 / 0.5);
}
.n-border-light-warning-bg-status\/55 {
  border-color:rgb(215 170 10 / 0.55);
}
.n-border-light-warning-bg-status\/60 {
  border-color:rgb(215 170 10 / 0.6);
}
.n-border-light-warning-bg-status\/65 {
  border-color:rgb(215 170 10 / 0.65);
}
.n-border-light-warning-bg-status\/70 {
  border-color:rgb(215 170 10 / 0.7);
}
.n-border-light-warning-bg-status\/75 {
  border-color:rgb(215 170 10 / 0.75);
}
.n-border-light-warning-bg-status\/80 {
  border-color:rgb(215 170 10 / 0.8);
}
.n-border-light-warning-bg-status\/85 {
  border-color:rgb(215 170 10 / 0.85);
}
.n-border-light-warning-bg-status\/90 {
  border-color:rgb(215 170 10 / 0.9);
}
.n-border-light-warning-bg-status\/95 {
  border-color:rgb(215 170 10 / 0.95);
}
.n-border-light-warning-bg-strong {
  --tw-border-opacity:1;
  border-color:rgb(118 85 0 / var(--tw-border-opacity));
}
.n-border-light-warning-bg-strong\/0 {
  border-color:rgb(118 85 0 / 0);
}
.n-border-light-warning-bg-strong\/10 {
  border-color:rgb(118 85 0 / 0.1);
}
.n-border-light-warning-bg-strong\/100 {
  border-color:rgb(118 85 0 / 1);
}
.n-border-light-warning-bg-strong\/15 {
  border-color:rgb(118 85 0 / 0.15);
}
.n-border-light-warning-bg-strong\/20 {
  border-color:rgb(118 85 0 / 0.2);
}
.n-border-light-warning-bg-strong\/25 {
  border-color:rgb(118 85 0 / 0.25);
}
.n-border-light-warning-bg-strong\/30 {
  border-color:rgb(118 85 0 / 0.3);
}
.n-border-light-warning-bg-strong\/35 {
  border-color:rgb(118 85 0 / 0.35);
}
.n-border-light-warning-bg-strong\/40 {
  border-color:rgb(118 85 0 / 0.4);
}
.n-border-light-warning-bg-strong\/45 {
  border-color:rgb(118 85 0 / 0.45);
}
.n-border-light-warning-bg-strong\/5 {
  border-color:rgb(118 85 0 / 0.05);
}
.n-border-light-warning-bg-strong\/50 {
  border-color:rgb(118 85 0 / 0.5);
}
.n-border-light-warning-bg-strong\/55 {
  border-color:rgb(118 85 0 / 0.55);
}
.n-border-light-warning-bg-strong\/60 {
  border-color:rgb(118 85 0 / 0.6);
}
.n-border-light-warning-bg-strong\/65 {
  border-color:rgb(118 85 0 / 0.65);
}
.n-border-light-warning-bg-strong\/70 {
  border-color:rgb(118 85 0 / 0.7);
}
.n-border-light-warning-bg-strong\/75 {
  border-color:rgb(118 85 0 / 0.75);
}
.n-border-light-warning-bg-strong\/80 {
  border-color:rgb(118 85 0 / 0.8);
}
.n-border-light-warning-bg-strong\/85 {
  border-color:rgb(118 85 0 / 0.85);
}
.n-border-light-warning-bg-strong\/90 {
  border-color:rgb(118 85 0 / 0.9);
}
.n-border-light-warning-bg-strong\/95 {
  border-color:rgb(118 85 0 / 0.95);
}
.n-border-light-warning-bg-weak {
  --tw-border-opacity:1;
  border-color:rgb(255 250 209 / var(--tw-border-opacity));
}
.n-border-light-warning-bg-weak\/0 {
  border-color:rgb(255 250 209 / 0);
}
.n-border-light-warning-bg-weak\/10 {
  border-color:rgb(255 250 209 / 0.1);
}
.n-border-light-warning-bg-weak\/100 {
  border-color:rgb(255 250 209 / 1);
}
.n-border-light-warning-bg-weak\/15 {
  border-color:rgb(255 250 209 / 0.15);
}
.n-border-light-warning-bg-weak\/20 {
  border-color:rgb(255 250 209 / 0.2);
}
.n-border-light-warning-bg-weak\/25 {
  border-color:rgb(255 250 209 / 0.25);
}
.n-border-light-warning-bg-weak\/30 {
  border-color:rgb(255 250 209 / 0.3);
}
.n-border-light-warning-bg-weak\/35 {
  border-color:rgb(255 250 209 / 0.35);
}
.n-border-light-warning-bg-weak\/40 {
  border-color:rgb(255 250 209 / 0.4);
}
.n-border-light-warning-bg-weak\/45 {
  border-color:rgb(255 250 209 / 0.45);
}
.n-border-light-warning-bg-weak\/5 {
  border-color:rgb(255 250 209 / 0.05);
}
.n-border-light-warning-bg-weak\/50 {
  border-color:rgb(255 250 209 / 0.5);
}
.n-border-light-warning-bg-weak\/55 {
  border-color:rgb(255 250 209 / 0.55);
}
.n-border-light-warning-bg-weak\/60 {
  border-color:rgb(255 250 209 / 0.6);
}
.n-border-light-warning-bg-weak\/65 {
  border-color:rgb(255 250 209 / 0.65);
}
.n-border-light-warning-bg-weak\/70 {
  border-color:rgb(255 250 209 / 0.7);
}
.n-border-light-warning-bg-weak\/75 {
  border-color:rgb(255 250 209 / 0.75);
}
.n-border-light-warning-bg-weak\/80 {
  border-color:rgb(255 250 209 / 0.8);
}
.n-border-light-warning-bg-weak\/85 {
  border-color:rgb(255 250 209 / 0.85);
}
.n-border-light-warning-bg-weak\/90 {
  border-color:rgb(255 250 209 / 0.9);
}
.n-border-light-warning-bg-weak\/95 {
  border-color:rgb(255 250 209 / 0.95);
}
.n-border-light-warning-border-strong {
  --tw-border-opacity:1;
  border-color:rgb(153 110 0 / var(--tw-border-opacity));
}
.n-border-light-warning-border-strong\/0 {
  border-color:rgb(153 110 0 / 0);
}
.n-border-light-warning-border-strong\/10 {
  border-color:rgb(153 110 0 / 0.1);
}
.n-border-light-warning-border-strong\/100 {
  border-color:rgb(153 110 0 / 1);
}
.n-border-light-warning-border-strong\/15 {
  border-color:rgb(153 110 0 / 0.15);
}
.n-border-light-warning-border-strong\/20 {
  border-color:rgb(153 110 0 / 0.2);
}
.n-border-light-warning-border-strong\/25 {
  border-color:rgb(153 110 0 / 0.25);
}
.n-border-light-warning-border-strong\/30 {
  border-color:rgb(153 110 0 / 0.3);
}
.n-border-light-warning-border-strong\/35 {
  border-color:rgb(153 110 0 / 0.35);
}
.n-border-light-warning-border-strong\/40 {
  border-color:rgb(153 110 0 / 0.4);
}
.n-border-light-warning-border-strong\/45 {
  border-color:rgb(153 110 0 / 0.45);
}
.n-border-light-warning-border-strong\/5 {
  border-color:rgb(153 110 0 / 0.05);
}
.n-border-light-warning-border-strong\/50 {
  border-color:rgb(153 110 0 / 0.5);
}
.n-border-light-warning-border-strong\/55 {
  border-color:rgb(153 110 0 / 0.55);
}
.n-border-light-warning-border-strong\/60 {
  border-color:rgb(153 110 0 / 0.6);
}
.n-border-light-warning-border-strong\/65 {
  border-color:rgb(153 110 0 / 0.65);
}
.n-border-light-warning-border-strong\/70 {
  border-color:rgb(153 110 0 / 0.7);
}
.n-border-light-warning-border-strong\/75 {
  border-color:rgb(153 110 0 / 0.75);
}
.n-border-light-warning-border-strong\/80 {
  border-color:rgb(153 110 0 / 0.8);
}
.n-border-light-warning-border-strong\/85 {
  border-color:rgb(153 110 0 / 0.85);
}
.n-border-light-warning-border-strong\/90 {
  border-color:rgb(153 110 0 / 0.9);
}
.n-border-light-warning-border-strong\/95 {
  border-color:rgb(153 110 0 / 0.95);
}
.n-border-light-warning-border-weak {
  --tw-border-opacity:1;
  border-color:rgb(255 214 0 / var(--tw-border-opacity));
}
.n-border-light-warning-border-weak\/0 {
  border-color:rgb(255 214 0 / 0);
}
.n-border-light-warning-border-weak\/10 {
  border-color:rgb(255 214 0 / 0.1);
}
.n-border-light-warning-border-weak\/100 {
  border-color:rgb(255 214 0 / 1);
}
.n-border-light-warning-border-weak\/15 {
  border-color:rgb(255 214 0 / 0.15);
}
.n-border-light-warning-border-weak\/20 {
  border-color:rgb(255 214 0 / 0.2);
}
.n-border-light-warning-border-weak\/25 {
  border-color:rgb(255 214 0 / 0.25);
}
.n-border-light-warning-border-weak\/30 {
  border-color:rgb(255 214 0 / 0.3);
}
.n-border-light-warning-border-weak\/35 {
  border-color:rgb(255 214 0 / 0.35);
}
.n-border-light-warning-border-weak\/40 {
  border-color:rgb(255 214 0 / 0.4);
}
.n-border-light-warning-border-weak\/45 {
  border-color:rgb(255 214 0 / 0.45);
}
.n-border-light-warning-border-weak\/5 {
  border-color:rgb(255 214 0 / 0.05);
}
.n-border-light-warning-border-weak\/50 {
  border-color:rgb(255 214 0 / 0.5);
}
.n-border-light-warning-border-weak\/55 {
  border-color:rgb(255 214 0 / 0.55);
}
.n-border-light-warning-border-weak\/60 {
  border-color:rgb(255 214 0 / 0.6);
}
.n-border-light-warning-border-weak\/65 {
  border-color:rgb(255 214 0 / 0.65);
}
.n-border-light-warning-border-weak\/70 {
  border-color:rgb(255 214 0 / 0.7);
}
.n-border-light-warning-border-weak\/75 {
  border-color:rgb(255 214 0 / 0.75);
}
.n-border-light-warning-border-weak\/80 {
  border-color:rgb(255 214 0 / 0.8);
}
.n-border-light-warning-border-weak\/85 {
  border-color:rgb(255 214 0 / 0.85);
}
.n-border-light-warning-border-weak\/90 {
  border-color:rgb(255 214 0 / 0.9);
}
.n-border-light-warning-border-weak\/95 {
  border-color:rgb(255 214 0 / 0.95);
}
.n-border-light-warning-icon {
  --tw-border-opacity:1;
  border-color:rgb(118 85 0 / var(--tw-border-opacity));
}
.n-border-light-warning-icon\/0 {
  border-color:rgb(118 85 0 / 0);
}
.n-border-light-warning-icon\/10 {
  border-color:rgb(118 85 0 / 0.1);
}
.n-border-light-warning-icon\/100 {
  border-color:rgb(118 85 0 / 1);
}
.n-border-light-warning-icon\/15 {
  border-color:rgb(118 85 0 / 0.15);
}
.n-border-light-warning-icon\/20 {
  border-color:rgb(118 85 0 / 0.2);
}
.n-border-light-warning-icon\/25 {
  border-color:rgb(118 85 0 / 0.25);
}
.n-border-light-warning-icon\/30 {
  border-color:rgb(118 85 0 / 0.3);
}
.n-border-light-warning-icon\/35 {
  border-color:rgb(118 85 0 / 0.35);
}
.n-border-light-warning-icon\/40 {
  border-color:rgb(118 85 0 / 0.4);
}
.n-border-light-warning-icon\/45 {
  border-color:rgb(118 85 0 / 0.45);
}
.n-border-light-warning-icon\/5 {
  border-color:rgb(118 85 0 / 0.05);
}
.n-border-light-warning-icon\/50 {
  border-color:rgb(118 85 0 / 0.5);
}
.n-border-light-warning-icon\/55 {
  border-color:rgb(118 85 0 / 0.55);
}
.n-border-light-warning-icon\/60 {
  border-color:rgb(118 85 0 / 0.6);
}
.n-border-light-warning-icon\/65 {
  border-color:rgb(118 85 0 / 0.65);
}
.n-border-light-warning-icon\/70 {
  border-color:rgb(118 85 0 / 0.7);
}
.n-border-light-warning-icon\/75 {
  border-color:rgb(118 85 0 / 0.75);
}
.n-border-light-warning-icon\/80 {
  border-color:rgb(118 85 0 / 0.8);
}
.n-border-light-warning-icon\/85 {
  border-color:rgb(118 85 0 / 0.85);
}
.n-border-light-warning-icon\/90 {
  border-color:rgb(118 85 0 / 0.9);
}
.n-border-light-warning-icon\/95 {
  border-color:rgb(118 85 0 / 0.95);
}
.n-border-light-warning-text {
  --tw-border-opacity:1;
  border-color:rgb(118 85 0 / var(--tw-border-opacity));
}
.n-border-light-warning-text\/0 {
  border-color:rgb(118 85 0 / 0);
}
.n-border-light-warning-text\/10 {
  border-color:rgb(118 85 0 / 0.1);
}
.n-border-light-warning-text\/100 {
  border-color:rgb(118 85 0 / 1);
}
.n-border-light-warning-text\/15 {
  border-color:rgb(118 85 0 / 0.15);
}
.n-border-light-warning-text\/20 {
  border-color:rgb(118 85 0 / 0.2);
}
.n-border-light-warning-text\/25 {
  border-color:rgb(118 85 0 / 0.25);
}
.n-border-light-warning-text\/30 {
  border-color:rgb(118 85 0 / 0.3);
}
.n-border-light-warning-text\/35 {
  border-color:rgb(118 85 0 / 0.35);
}
.n-border-light-warning-text\/40 {
  border-color:rgb(118 85 0 / 0.4);
}
.n-border-light-warning-text\/45 {
  border-color:rgb(118 85 0 / 0.45);
}
.n-border-light-warning-text\/5 {
  border-color:rgb(118 85 0 / 0.05);
}
.n-border-light-warning-text\/50 {
  border-color:rgb(118 85 0 / 0.5);
}
.n-border-light-warning-text\/55 {
  border-color:rgb(118 85 0 / 0.55);
}
.n-border-light-warning-text\/60 {
  border-color:rgb(118 85 0 / 0.6);
}
.n-border-light-warning-text\/65 {
  border-color:rgb(118 85 0 / 0.65);
}
.n-border-light-warning-text\/70 {
  border-color:rgb(118 85 0 / 0.7);
}
.n-border-light-warning-text\/75 {
  border-color:rgb(118 85 0 / 0.75);
}
.n-border-light-warning-text\/80 {
  border-color:rgb(118 85 0 / 0.8);
}
.n-border-light-warning-text\/85 {
  border-color:rgb(118 85 0 / 0.85);
}
.n-border-light-warning-text\/90 {
  border-color:rgb(118 85 0 / 0.9);
}
.n-border-light-warning-text\/95 {
  border-color:rgb(118 85 0 / 0.95);
}
.n-border-neutral-10 {
  --tw-border-opacity:1;
  border-color:rgb(255 255 255 / var(--tw-border-opacity));
}
.n-border-neutral-10\/0 {
  border-color:rgb(255 255 255 / 0);
}
.n-border-neutral-10\/10 {
  border-color:rgb(255 255 255 / 0.1);
}
.n-border-neutral-10\/100 {
  border-color:rgb(255 255 255 / 1);
}
.n-border-neutral-10\/15 {
  border-color:rgb(255 255 255 / 0.15);
}
.n-border-neutral-10\/20 {
  border-color:rgb(255 255 255 / 0.2);
}
.n-border-neutral-10\/25 {
  border-color:rgb(255 255 255 / 0.25);
}
.n-border-neutral-10\/30 {
  border-color:rgb(255 255 255 / 0.3);
}
.n-border-neutral-10\/35 {
  border-color:rgb(255 255 255 / 0.35);
}
.n-border-neutral-10\/40 {
  border-color:rgb(255 255 255 / 0.4);
}
.n-border-neutral-10\/45 {
  border-color:rgb(255 255 255 / 0.45);
}
.n-border-neutral-10\/5 {
  border-color:rgb(255 255 255 / 0.05);
}
.n-border-neutral-10\/50 {
  border-color:rgb(255 255 255 / 0.5);
}
.n-border-neutral-10\/55 {
  border-color:rgb(255 255 255 / 0.55);
}
.n-border-neutral-10\/60 {
  border-color:rgb(255 255 255 / 0.6);
}
.n-border-neutral-10\/65 {
  border-color:rgb(255 255 255 / 0.65);
}
.n-border-neutral-10\/70 {
  border-color:rgb(255 255 255 / 0.7);
}
.n-border-neutral-10\/75 {
  border-color:rgb(255 255 255 / 0.75);
}
.n-border-neutral-10\/80 {
  border-color:rgb(255 255 255 / 0.8);
}
.n-border-neutral-10\/85 {
  border-color:rgb(255 255 255 / 0.85);
}
.n-border-neutral-10\/90 {
  border-color:rgb(255 255 255 / 0.9);
}
.n-border-neutral-10\/95 {
  border-color:rgb(255 255 255 / 0.95);
}
.n-border-neutral-15 {
  --tw-border-opacity:1;
  border-color:rgb(245 246 246 / var(--tw-border-opacity));
}
.n-border-neutral-15\/0 {
  border-color:rgb(245 246 246 / 0);
}
.n-border-neutral-15\/10 {
  border-color:rgb(245 246 246 / 0.1);
}
.n-border-neutral-15\/100 {
  border-color:rgb(245 246 246 / 1);
}
.n-border-neutral-15\/15 {
  border-color:rgb(245 246 246 / 0.15);
}
.n-border-neutral-15\/20 {
  border-color:rgb(245 246 246 / 0.2);
}
.n-border-neutral-15\/25 {
  border-color:rgb(245 246 246 / 0.25);
}
.n-border-neutral-15\/30 {
  border-color:rgb(245 246 246 / 0.3);
}
.n-border-neutral-15\/35 {
  border-color:rgb(245 246 246 / 0.35);
}
.n-border-neutral-15\/40 {
  border-color:rgb(245 246 246 / 0.4);
}
.n-border-neutral-15\/45 {
  border-color:rgb(245 246 246 / 0.45);
}
.n-border-neutral-15\/5 {
  border-color:rgb(245 246 246 / 0.05);
}
.n-border-neutral-15\/50 {
  border-color:rgb(245 246 246 / 0.5);
}
.n-border-neutral-15\/55 {
  border-color:rgb(245 246 246 / 0.55);
}
.n-border-neutral-15\/60 {
  border-color:rgb(245 246 246 / 0.6);
}
.n-border-neutral-15\/65 {
  border-color:rgb(245 246 246 / 0.65);
}
.n-border-neutral-15\/70 {
  border-color:rgb(245 246 246 / 0.7);
}
.n-border-neutral-15\/75 {
  border-color:rgb(245 246 246 / 0.75);
}
.n-border-neutral-15\/80 {
  border-color:rgb(245 246 246 / 0.8);
}
.n-border-neutral-15\/85 {
  border-color:rgb(245 246 246 / 0.85);
}
.n-border-neutral-15\/90 {
  border-color:rgb(245 246 246 / 0.9);
}
.n-border-neutral-15\/95 {
  border-color:rgb(245 246 246 / 0.95);
}
.n-border-neutral-20 {
  --tw-border-opacity:1;
  border-color:rgb(226 227 229 / var(--tw-border-opacity));
}
.n-border-neutral-20\/0 {
  border-color:rgb(226 227 229 / 0);
}
.n-border-neutral-20\/10 {
  border-color:rgb(226 227 229 / 0.1);
}
.n-border-neutral-20\/100 {
  border-color:rgb(226 227 229 / 1);
}
.n-border-neutral-20\/15 {
  border-color:rgb(226 227 229 / 0.15);
}
.n-border-neutral-20\/20 {
  border-color:rgb(226 227 229 / 0.2);
}
.n-border-neutral-20\/25 {
  border-color:rgb(226 227 229 / 0.25);
}
.n-border-neutral-20\/30 {
  border-color:rgb(226 227 229 / 0.3);
}
.n-border-neutral-20\/35 {
  border-color:rgb(226 227 229 / 0.35);
}
.n-border-neutral-20\/40 {
  border-color:rgb(226 227 229 / 0.4);
}
.n-border-neutral-20\/45 {
  border-color:rgb(226 227 229 / 0.45);
}
.n-border-neutral-20\/5 {
  border-color:rgb(226 227 229 / 0.05);
}
.n-border-neutral-20\/50 {
  border-color:rgb(226 227 229 / 0.5);
}
.n-border-neutral-20\/55 {
  border-color:rgb(226 227 229 / 0.55);
}
.n-border-neutral-20\/60 {
  border-color:rgb(226 227 229 / 0.6);
}
.n-border-neutral-20\/65 {
  border-color:rgb(226 227 229 / 0.65);
}
.n-border-neutral-20\/70 {
  border-color:rgb(226 227 229 / 0.7);
}
.n-border-neutral-20\/75 {
  border-color:rgb(226 227 229 / 0.75);
}
.n-border-neutral-20\/80 {
  border-color:rgb(226 227 229 / 0.8);
}
.n-border-neutral-20\/85 {
  border-color:rgb(226 227 229 / 0.85);
}
.n-border-neutral-20\/90 {
  border-color:rgb(226 227 229 / 0.9);
}
.n-border-neutral-20\/95 {
  border-color:rgb(226 227 229 / 0.95);
}
.n-border-neutral-25 {
  --tw-border-opacity:1;
  border-color:rgb(207 209 212 / var(--tw-border-opacity));
}
.n-border-neutral-25\/0 {
  border-color:rgb(207 209 212 / 0);
}
.n-border-neutral-25\/10 {
  border-color:rgb(207 209 212 / 0.1);
}
.n-border-neutral-25\/100 {
  border-color:rgb(207 209 212 / 1);
}
.n-border-neutral-25\/15 {
  border-color:rgb(207 209 212 / 0.15);
}
.n-border-neutral-25\/20 {
  border-color:rgb(207 209 212 / 0.2);
}
.n-border-neutral-25\/25 {
  border-color:rgb(207 209 212 / 0.25);
}
.n-border-neutral-25\/30 {
  border-color:rgb(207 209 212 / 0.3);
}
.n-border-neutral-25\/35 {
  border-color:rgb(207 209 212 / 0.35);
}
.n-border-neutral-25\/40 {
  border-color:rgb(207 209 212 / 0.4);
}
.n-border-neutral-25\/45 {
  border-color:rgb(207 209 212 / 0.45);
}
.n-border-neutral-25\/5 {
  border-color:rgb(207 209 212 / 0.05);
}
.n-border-neutral-25\/50 {
  border-color:rgb(207 209 212 / 0.5);
}
.n-border-neutral-25\/55 {
  border-color:rgb(207 209 212 / 0.55);
}
.n-border-neutral-25\/60 {
  border-color:rgb(207 209 212 / 0.6);
}
.n-border-neutral-25\/65 {
  border-color:rgb(207 209 212 / 0.65);
}
.n-border-neutral-25\/70 {
  border-color:rgb(207 209 212 / 0.7);
}
.n-border-neutral-25\/75 {
  border-color:rgb(207 209 212 / 0.75);
}
.n-border-neutral-25\/80 {
  border-color:rgb(207 209 212 / 0.8);
}
.n-border-neutral-25\/85 {
  border-color:rgb(207 209 212 / 0.85);
}
.n-border-neutral-25\/90 {
  border-color:rgb(207 209 212 / 0.9);
}
.n-border-neutral-25\/95 {
  border-color:rgb(207 209 212 / 0.95);
}
.n-border-neutral-30 {
  --tw-border-opacity:1;
  border-color:rgb(187 190 195 / var(--tw-border-opacity));
}
.n-border-neutral-30\/0 {
  border-color:rgb(187 190 195 / 0);
}
.n-border-neutral-30\/10 {
  border-color:rgb(187 190 195 / 0.1);
}
.n-border-neutral-30\/100 {
  border-color:rgb(187 190 195 / 1);
}
.n-border-neutral-30\/15 {
  border-color:rgb(187 190 195 / 0.15);
}
.n-border-neutral-30\/20 {
  border-color:rgb(187 190 195 / 0.2);
}
.n-border-neutral-30\/25 {
  border-color:rgb(187 190 195 / 0.25);
}
.n-border-neutral-30\/30 {
  border-color:rgb(187 190 195 / 0.3);
}
.n-border-neutral-30\/35 {
  border-color:rgb(187 190 195 / 0.35);
}
.n-border-neutral-30\/40 {
  border-color:rgb(187 190 195 / 0.4);
}
.n-border-neutral-30\/45 {
  border-color:rgb(187 190 195 / 0.45);
}
.n-border-neutral-30\/5 {
  border-color:rgb(187 190 195 / 0.05);
}
.n-border-neutral-30\/50 {
  border-color:rgb(187 190 195 / 0.5);
}
.n-border-neutral-30\/55 {
  border-color:rgb(187 190 195 / 0.55);
}
.n-border-neutral-30\/60 {
  border-color:rgb(187 190 195 / 0.6);
}
.n-border-neutral-30\/65 {
  border-color:rgb(187 190 195 / 0.65);
}
.n-border-neutral-30\/70 {
  border-color:rgb(187 190 195 / 0.7);
}
.n-border-neutral-30\/75 {
  border-color:rgb(187 190 195 / 0.75);
}
.n-border-neutral-30\/80 {
  border-color:rgb(187 190 195 / 0.8);
}
.n-border-neutral-30\/85 {
  border-color:rgb(187 190 195 / 0.85);
}
.n-border-neutral-30\/90 {
  border-color:rgb(187 190 195 / 0.9);
}
.n-border-neutral-30\/95 {
  border-color:rgb(187 190 195 / 0.95);
}
.n-border-neutral-35 {
  --tw-border-opacity:1;
  border-color:rgb(168 172 178 / var(--tw-border-opacity));
}
.n-border-neutral-35\/0 {
  border-color:rgb(168 172 178 / 0);
}
.n-border-neutral-35\/10 {
  border-color:rgb(168 172 178 / 0.1);
}
.n-border-neutral-35\/100 {
  border-color:rgb(168 172 178 / 1);
}
.n-border-neutral-35\/15 {
  border-color:rgb(168 172 178 / 0.15);
}
.n-border-neutral-35\/20 {
  border-color:rgb(168 172 178 / 0.2);
}
.n-border-neutral-35\/25 {
  border-color:rgb(168 172 178 / 0.25);
}
.n-border-neutral-35\/30 {
  border-color:rgb(168 172 178 / 0.3);
}
.n-border-neutral-35\/35 {
  border-color:rgb(168 172 178 / 0.35);
}
.n-border-neutral-35\/40 {
  border-color:rgb(168 172 178 / 0.4);
}
.n-border-neutral-35\/45 {
  border-color:rgb(168 172 178 / 0.45);
}
.n-border-neutral-35\/5 {
  border-color:rgb(168 172 178 / 0.05);
}
.n-border-neutral-35\/50 {
  border-color:rgb(168 172 178 / 0.5);
}
.n-border-neutral-35\/55 {
  border-color:rgb(168 172 178 / 0.55);
}
.n-border-neutral-35\/60 {
  border-color:rgb(168 172 178 / 0.6);
}
.n-border-neutral-35\/65 {
  border-color:rgb(168 172 178 / 0.65);
}
.n-border-neutral-35\/70 {
  border-color:rgb(168 172 178 / 0.7);
}
.n-border-neutral-35\/75 {
  border-color:rgb(168 172 178 / 0.75);
}
.n-border-neutral-35\/80 {
  border-color:rgb(168 172 178 / 0.8);
}
.n-border-neutral-35\/85 {
  border-color:rgb(168 172 178 / 0.85);
}
.n-border-neutral-35\/90 {
  border-color:rgb(168 172 178 / 0.9);
}
.n-border-neutral-35\/95 {
  border-color:rgb(168 172 178 / 0.95);
}
.n-border-neutral-40 {
  --tw-border-opacity:1;
  border-color:rgb(149 154 161 / var(--tw-border-opacity));
}
.n-border-neutral-40\/0 {
  border-color:rgb(149 154 161 / 0);
}
.n-border-neutral-40\/10 {
  border-color:rgb(149 154 161 / 0.1);
}
.n-border-neutral-40\/100 {
  border-color:rgb(149 154 161 / 1);
}
.n-border-neutral-40\/15 {
  border-color:rgb(149 154 161 / 0.15);
}
.n-border-neutral-40\/20 {
  border-color:rgb(149 154 161 / 0.2);
}
.n-border-neutral-40\/25 {
  border-color:rgb(149 154 161 / 0.25);
}
.n-border-neutral-40\/30 {
  border-color:rgb(149 154 161 / 0.3);
}
.n-border-neutral-40\/35 {
  border-color:rgb(149 154 161 / 0.35);
}
.n-border-neutral-40\/40 {
  border-color:rgb(149 154 161 / 0.4);
}
.n-border-neutral-40\/45 {
  border-color:rgb(149 154 161 / 0.45);
}
.n-border-neutral-40\/5 {
  border-color:rgb(149 154 161 / 0.05);
}
.n-border-neutral-40\/50 {
  border-color:rgb(149 154 161 / 0.5);
}
.n-border-neutral-40\/55 {
  border-color:rgb(149 154 161 / 0.55);
}
.n-border-neutral-40\/60 {
  border-color:rgb(149 154 161 / 0.6);
}
.n-border-neutral-40\/65 {
  border-color:rgb(149 154 161 / 0.65);
}
.n-border-neutral-40\/70 {
  border-color:rgb(149 154 161 / 0.7);
}
.n-border-neutral-40\/75 {
  border-color:rgb(149 154 161 / 0.75);
}
.n-border-neutral-40\/80 {
  border-color:rgb(149 154 161 / 0.8);
}
.n-border-neutral-40\/85 {
  border-color:rgb(149 154 161 / 0.85);
}
.n-border-neutral-40\/90 {
  border-color:rgb(149 154 161 / 0.9);
}
.n-border-neutral-40\/95 {
  border-color:rgb(149 154 161 / 0.95);
}
.n-border-neutral-45 {
  --tw-border-opacity:1;
  border-color:rgb(129 135 144 / var(--tw-border-opacity));
}
.n-border-neutral-45\/0 {
  border-color:rgb(129 135 144 / 0);
}
.n-border-neutral-45\/10 {
  border-color:rgb(129 135 144 / 0.1);
}
.n-border-neutral-45\/100 {
  border-color:rgb(129 135 144 / 1);
}
.n-border-neutral-45\/15 {
  border-color:rgb(129 135 144 / 0.15);
}
.n-border-neutral-45\/20 {
  border-color:rgb(129 135 144 / 0.2);
}
.n-border-neutral-45\/25 {
  border-color:rgb(129 135 144 / 0.25);
}
.n-border-neutral-45\/30 {
  border-color:rgb(129 135 144 / 0.3);
}
.n-border-neutral-45\/35 {
  border-color:rgb(129 135 144 / 0.35);
}
.n-border-neutral-45\/40 {
  border-color:rgb(129 135 144 / 0.4);
}
.n-border-neutral-45\/45 {
  border-color:rgb(129 135 144 / 0.45);
}
.n-border-neutral-45\/5 {
  border-color:rgb(129 135 144 / 0.05);
}
.n-border-neutral-45\/50 {
  border-color:rgb(129 135 144 / 0.5);
}
.n-border-neutral-45\/55 {
  border-color:rgb(129 135 144 / 0.55);
}
.n-border-neutral-45\/60 {
  border-color:rgb(129 135 144 / 0.6);
}
.n-border-neutral-45\/65 {
  border-color:rgb(129 135 144 / 0.65);
}
.n-border-neutral-45\/70 {
  border-color:rgb(129 135 144 / 0.7);
}
.n-border-neutral-45\/75 {
  border-color:rgb(129 135 144 / 0.75);
}
.n-border-neutral-45\/80 {
  border-color:rgb(129 135 144 / 0.8);
}
.n-border-neutral-45\/85 {
  border-color:rgb(129 135 144 / 0.85);
}
.n-border-neutral-45\/90 {
  border-color:rgb(129 135 144 / 0.9);
}
.n-border-neutral-45\/95 {
  border-color:rgb(129 135 144 / 0.95);
}
.n-border-neutral-50 {
  --tw-border-opacity:1;
  border-color:rgb(111 117 126 / var(--tw-border-opacity));
}
.n-border-neutral-50\/0 {
  border-color:rgb(111 117 126 / 0);
}
.n-border-neutral-50\/10 {
  border-color:rgb(111 117 126 / 0.1);
}
.n-border-neutral-50\/100 {
  border-color:rgb(111 117 126 / 1);
}
.n-border-neutral-50\/15 {
  border-color:rgb(111 117 126 / 0.15);
}
.n-border-neutral-50\/20 {
  border-color:rgb(111 117 126 / 0.2);
}
.n-border-neutral-50\/25 {
  border-color:rgb(111 117 126 / 0.25);
}
.n-border-neutral-50\/30 {
  border-color:rgb(111 117 126 / 0.3);
}
.n-border-neutral-50\/35 {
  border-color:rgb(111 117 126 / 0.35);
}
.n-border-neutral-50\/40 {
  border-color:rgb(111 117 126 / 0.4);
}
.n-border-neutral-50\/45 {
  border-color:rgb(111 117 126 / 0.45);
}
.n-border-neutral-50\/5 {
  border-color:rgb(111 117 126 / 0.05);
}
.n-border-neutral-50\/50 {
  border-color:rgb(111 117 126 / 0.5);
}
.n-border-neutral-50\/55 {
  border-color:rgb(111 117 126 / 0.55);
}
.n-border-neutral-50\/60 {
  border-color:rgb(111 117 126 / 0.6);
}
.n-border-neutral-50\/65 {
  border-color:rgb(111 117 126 / 0.65);
}
.n-border-neutral-50\/70 {
  border-color:rgb(111 117 126 / 0.7);
}
.n-border-neutral-50\/75 {
  border-color:rgb(111 117 126 / 0.75);
}
.n-border-neutral-50\/80 {
  border-color:rgb(111 117 126 / 0.8);
}
.n-border-neutral-50\/85 {
  border-color:rgb(111 117 126 / 0.85);
}
.n-border-neutral-50\/90 {
  border-color:rgb(111 117 126 / 0.9);
}
.n-border-neutral-50\/95 {
  border-color:rgb(111 117 126 / 0.95);
}
.n-border-neutral-55 {
  --tw-border-opacity:1;
  border-color:rgb(94 99 106 / var(--tw-border-opacity));
}
.n-border-neutral-55\/0 {
  border-color:rgb(94 99 106 / 0);
}
.n-border-neutral-55\/10 {
  border-color:rgb(94 99 106 / 0.1);
}
.n-border-neutral-55\/100 {
  border-color:rgb(94 99 106 / 1);
}
.n-border-neutral-55\/15 {
  border-color:rgb(94 99 106 / 0.15);
}
.n-border-neutral-55\/20 {
  border-color:rgb(94 99 106 / 0.2);
}
.n-border-neutral-55\/25 {
  border-color:rgb(94 99 106 / 0.25);
}
.n-border-neutral-55\/30 {
  border-color:rgb(94 99 106 / 0.3);
}
.n-border-neutral-55\/35 {
  border-color:rgb(94 99 106 / 0.35);
}
.n-border-neutral-55\/40 {
  border-color:rgb(94 99 106 / 0.4);
}
.n-border-neutral-55\/45 {
  border-color:rgb(94 99 106 / 0.45);
}
.n-border-neutral-55\/5 {
  border-color:rgb(94 99 106 / 0.05);
}
.n-border-neutral-55\/50 {
  border-color:rgb(94 99 106 / 0.5);
}
.n-border-neutral-55\/55 {
  border-color:rgb(94 99 106 / 0.55);
}
.n-border-neutral-55\/60 {
  border-color:rgb(94 99 106 / 0.6);
}
.n-border-neutral-55\/65 {
  border-color:rgb(94 99 106 / 0.65);
}
.n-border-neutral-55\/70 {
  border-color:rgb(94 99 106 / 0.7);
}
.n-border-neutral-55\/75 {
  border-color:rgb(94 99 106 / 0.75);
}
.n-border-neutral-55\/80 {
  border-color:rgb(94 99 106 / 0.8);
}
.n-border-neutral-55\/85 {
  border-color:rgb(94 99 106 / 0.85);
}
.n-border-neutral-55\/90 {
  border-color:rgb(94 99 106 / 0.9);
}
.n-border-neutral-55\/95 {
  border-color:rgb(94 99 106 / 0.95);
}
.n-border-neutral-60 {
  --tw-border-opacity:1;
  border-color:rgb(77 81 87 / var(--tw-border-opacity));
}
.n-border-neutral-60\/0 {
  border-color:rgb(77 81 87 / 0);
}
.n-border-neutral-60\/10 {
  border-color:rgb(77 81 87 / 0.1);
}
.n-border-neutral-60\/100 {
  border-color:rgb(77 81 87 / 1);
}
.n-border-neutral-60\/15 {
  border-color:rgb(77 81 87 / 0.15);
}
.n-border-neutral-60\/20 {
  border-color:rgb(77 81 87 / 0.2);
}
.n-border-neutral-60\/25 {
  border-color:rgb(77 81 87 / 0.25);
}
.n-border-neutral-60\/30 {
  border-color:rgb(77 81 87 / 0.3);
}
.n-border-neutral-60\/35 {
  border-color:rgb(77 81 87 / 0.35);
}
.n-border-neutral-60\/40 {
  border-color:rgb(77 81 87 / 0.4);
}
.n-border-neutral-60\/45 {
  border-color:rgb(77 81 87 / 0.45);
}
.n-border-neutral-60\/5 {
  border-color:rgb(77 81 87 / 0.05);
}
.n-border-neutral-60\/50 {
  border-color:rgb(77 81 87 / 0.5);
}
.n-border-neutral-60\/55 {
  border-color:rgb(77 81 87 / 0.55);
}
.n-border-neutral-60\/60 {
  border-color:rgb(77 81 87 / 0.6);
}
.n-border-neutral-60\/65 {
  border-color:rgb(77 81 87 / 0.65);
}
.n-border-neutral-60\/70 {
  border-color:rgb(77 81 87 / 0.7);
}
.n-border-neutral-60\/75 {
  border-color:rgb(77 81 87 / 0.75);
}
.n-border-neutral-60\/80 {
  border-color:rgb(77 81 87 / 0.8);
}
.n-border-neutral-60\/85 {
  border-color:rgb(77 81 87 / 0.85);
}
.n-border-neutral-60\/90 {
  border-color:rgb(77 81 87 / 0.9);
}
.n-border-neutral-60\/95 {
  border-color:rgb(77 81 87 / 0.95);
}
.n-border-neutral-65 {
  --tw-border-opacity:1;
  border-color:rgb(60 63 68 / var(--tw-border-opacity));
}
.n-border-neutral-65\/0 {
  border-color:rgb(60 63 68 / 0);
}
.n-border-neutral-65\/10 {
  border-color:rgb(60 63 68 / 0.1);
}
.n-border-neutral-65\/100 {
  border-color:rgb(60 63 68 / 1);
}
.n-border-neutral-65\/15 {
  border-color:rgb(60 63 68 / 0.15);
}
.n-border-neutral-65\/20 {
  border-color:rgb(60 63 68 / 0.2);
}
.n-border-neutral-65\/25 {
  border-color:rgb(60 63 68 / 0.25);
}
.n-border-neutral-65\/30 {
  border-color:rgb(60 63 68 / 0.3);
}
.n-border-neutral-65\/35 {
  border-color:rgb(60 63 68 / 0.35);
}
.n-border-neutral-65\/40 {
  border-color:rgb(60 63 68 / 0.4);
}
.n-border-neutral-65\/45 {
  border-color:rgb(60 63 68 / 0.45);
}
.n-border-neutral-65\/5 {
  border-color:rgb(60 63 68 / 0.05);
}
.n-border-neutral-65\/50 {
  border-color:rgb(60 63 68 / 0.5);
}
.n-border-neutral-65\/55 {
  border-color:rgb(60 63 68 / 0.55);
}
.n-border-neutral-65\/60 {
  border-color:rgb(60 63 68 / 0.6);
}
.n-border-neutral-65\/65 {
  border-color:rgb(60 63 68 / 0.65);
}
.n-border-neutral-65\/70 {
  border-color:rgb(60 63 68 / 0.7);
}
.n-border-neutral-65\/75 {
  border-color:rgb(60 63 68 / 0.75);
}
.n-border-neutral-65\/80 {
  border-color:rgb(60 63 68 / 0.8);
}
.n-border-neutral-65\/85 {
  border-color:rgb(60 63 68 / 0.85);
}
.n-border-neutral-65\/90 {
  border-color:rgb(60 63 68 / 0.9);
}
.n-border-neutral-65\/95 {
  border-color:rgb(60 63 68 / 0.95);
}
.n-border-neutral-70 {
  --tw-border-opacity:1;
  border-color:rgb(33 35 37 / var(--tw-border-opacity));
}
.n-border-neutral-70\/0 {
  border-color:rgb(33 35 37 / 0);
}
.n-border-neutral-70\/10 {
  border-color:rgb(33 35 37 / 0.1);
}
.n-border-neutral-70\/100 {
  border-color:rgb(33 35 37 / 1);
}
.n-border-neutral-70\/15 {
  border-color:rgb(33 35 37 / 0.15);
}
.n-border-neutral-70\/20 {
  border-color:rgb(33 35 37 / 0.2);
}
.n-border-neutral-70\/25 {
  border-color:rgb(33 35 37 / 0.25);
}
.n-border-neutral-70\/30 {
  border-color:rgb(33 35 37 / 0.3);
}
.n-border-neutral-70\/35 {
  border-color:rgb(33 35 37 / 0.35);
}
.n-border-neutral-70\/40 {
  border-color:rgb(33 35 37 / 0.4);
}
.n-border-neutral-70\/45 {
  border-color:rgb(33 35 37 / 0.45);
}
.n-border-neutral-70\/5 {
  border-color:rgb(33 35 37 / 0.05);
}
.n-border-neutral-70\/50 {
  border-color:rgb(33 35 37 / 0.5);
}
.n-border-neutral-70\/55 {
  border-color:rgb(33 35 37 / 0.55);
}
.n-border-neutral-70\/60 {
  border-color:rgb(33 35 37 / 0.6);
}
.n-border-neutral-70\/65 {
  border-color:rgb(33 35 37 / 0.65);
}
.n-border-neutral-70\/70 {
  border-color:rgb(33 35 37 / 0.7);
}
.n-border-neutral-70\/75 {
  border-color:rgb(33 35 37 / 0.75);
}
.n-border-neutral-70\/80 {
  border-color:rgb(33 35 37 / 0.8);
}
.n-border-neutral-70\/85 {
  border-color:rgb(33 35 37 / 0.85);
}
.n-border-neutral-70\/90 {
  border-color:rgb(33 35 37 / 0.9);
}
.n-border-neutral-70\/95 {
  border-color:rgb(33 35 37 / 0.95);
}
.n-border-neutral-75 {
  --tw-border-opacity:1;
  border-color:rgb(26 27 29 / var(--tw-border-opacity));
}
.n-border-neutral-75\/0 {
  border-color:rgb(26 27 29 / 0);
}
.n-border-neutral-75\/10 {
  border-color:rgb(26 27 29 / 0.1);
}
.n-border-neutral-75\/100 {
  border-color:rgb(26 27 29 / 1);
}
.n-border-neutral-75\/15 {
  border-color:rgb(26 27 29 / 0.15);
}
.n-border-neutral-75\/20 {
  border-color:rgb(26 27 29 / 0.2);
}
.n-border-neutral-75\/25 {
  border-color:rgb(26 27 29 / 0.25);
}
.n-border-neutral-75\/30 {
  border-color:rgb(26 27 29 / 0.3);
}
.n-border-neutral-75\/35 {
  border-color:rgb(26 27 29 / 0.35);
}
.n-border-neutral-75\/40 {
  border-color:rgb(26 27 29 / 0.4);
}
.n-border-neutral-75\/45 {
  border-color:rgb(26 27 29 / 0.45);
}
.n-border-neutral-75\/5 {
  border-color:rgb(26 27 29 / 0.05);
}
.n-border-neutral-75\/50 {
  border-color:rgb(26 27 29 / 0.5);
}
.n-border-neutral-75\/55 {
  border-color:rgb(26 27 29 / 0.55);
}
.n-border-neutral-75\/60 {
  border-color:rgb(26 27 29 / 0.6);
}
.n-border-neutral-75\/65 {
  border-color:rgb(26 27 29 / 0.65);
}
.n-border-neutral-75\/70 {
  border-color:rgb(26 27 29 / 0.7);
}
.n-border-neutral-75\/75 {
  border-color:rgb(26 27 29 / 0.75);
}
.n-border-neutral-75\/80 {
  border-color:rgb(26 27 29 / 0.8);
}
.n-border-neutral-75\/85 {
  border-color:rgb(26 27 29 / 0.85);
}
.n-border-neutral-75\/90 {
  border-color:rgb(26 27 29 / 0.9);
}
.n-border-neutral-75\/95 {
  border-color:rgb(26 27 29 / 0.95);
}
.n-border-neutral-80 {
  --tw-border-opacity:1;
  border-color:rgb(9 9 10 / var(--tw-border-opacity));
}
.n-border-neutral-80\/0 {
  border-color:rgb(9 9 10 / 0);
}
.n-border-neutral-80\/10 {
  border-color:rgb(9 9 10 / 0.1);
}
.n-border-neutral-80\/100 {
  border-color:rgb(9 9 10 / 1);
}
.n-border-neutral-80\/15 {
  border-color:rgb(9 9 10 / 0.15);
}
.n-border-neutral-80\/20 {
  border-color:rgb(9 9 10 / 0.2);
}
.n-border-neutral-80\/25 {
  border-color:rgb(9 9 10 / 0.25);
}
.n-border-neutral-80\/30 {
  border-color:rgb(9 9 10 / 0.3);
}
.n-border-neutral-80\/35 {
  border-color:rgb(9 9 10 / 0.35);
}
.n-border-neutral-80\/40 {
  border-color:rgb(9 9 10 / 0.4);
}
.n-border-neutral-80\/45 {
  border-color:rgb(9 9 10 / 0.45);
}
.n-border-neutral-80\/5 {
  border-color:rgb(9 9 10 / 0.05);
}
.n-border-neutral-80\/50 {
  border-color:rgb(9 9 10 / 0.5);
}
.n-border-neutral-80\/55 {
  border-color:rgb(9 9 10 / 0.55);
}
.n-border-neutral-80\/60 {
  border-color:rgb(9 9 10 / 0.6);
}
.n-border-neutral-80\/65 {
  border-color:rgb(9 9 10 / 0.65);
}
.n-border-neutral-80\/70 {
  border-color:rgb(9 9 10 / 0.7);
}
.n-border-neutral-80\/75 {
  border-color:rgb(9 9 10 / 0.75);
}
.n-border-neutral-80\/80 {
  border-color:rgb(9 9 10 / 0.8);
}
.n-border-neutral-80\/85 {
  border-color:rgb(9 9 10 / 0.85);
}
.n-border-neutral-80\/90 {
  border-color:rgb(9 9 10 / 0.9);
}
.n-border-neutral-80\/95 {
  border-color:rgb(9 9 10 / 0.95);
}
.n-border-palette-danger-bg-status {
  border-color:rgb(var(--theme-palette-danger-bg-status));
}
.n-border-palette-danger-bg-status\/0 {
  border-color:rgb(var(--theme-palette-danger-bg-status) / 0);
}
.n-border-palette-danger-bg-status\/10 {
  border-color:rgb(var(--theme-palette-danger-bg-status) / 0.1);
}
.n-border-palette-danger-bg-status\/100 {
  border-color:rgb(var(--theme-palette-danger-bg-status) / 1);
}
.n-border-palette-danger-bg-status\/15 {
  border-color:rgb(var(--theme-palette-danger-bg-status) / 0.15);
}
.n-border-palette-danger-bg-status\/20 {
  border-color:rgb(var(--theme-palette-danger-bg-status) / 0.2);
}
.n-border-palette-danger-bg-status\/25 {
  border-color:rgb(var(--theme-palette-danger-bg-status) / 0.25);
}
.n-border-palette-danger-bg-status\/30 {
  border-color:rgb(var(--theme-palette-danger-bg-status) / 0.3);
}
.n-border-palette-danger-bg-status\/35 {
  border-color:rgb(var(--theme-palette-danger-bg-status) / 0.35);
}
.n-border-palette-danger-bg-status\/40 {
  border-color:rgb(var(--theme-palette-danger-bg-status) / 0.4);
}
.n-border-palette-danger-bg-status\/45 {
  border-color:rgb(var(--theme-palette-danger-bg-status) / 0.45);
}
.n-border-palette-danger-bg-status\/5 {
  border-color:rgb(var(--theme-palette-danger-bg-status) / 0.05);
}
.n-border-palette-danger-bg-status\/50 {
  border-color:rgb(var(--theme-palette-danger-bg-status) / 0.5);
}
.n-border-palette-danger-bg-status\/55 {
  border-color:rgb(var(--theme-palette-danger-bg-status) / 0.55);
}
.n-border-palette-danger-bg-status\/60 {
  border-color:rgb(var(--theme-palette-danger-bg-status) / 0.6);
}
.n-border-palette-danger-bg-status\/65 {
  border-color:rgb(var(--theme-palette-danger-bg-status) / 0.65);
}
.n-border-palette-danger-bg-status\/70 {
  border-color:rgb(var(--theme-palette-danger-bg-status) / 0.7);
}
.n-border-palette-danger-bg-status\/75 {
  border-color:rgb(var(--theme-palette-danger-bg-status) / 0.75);
}
.n-border-palette-danger-bg-status\/80 {
  border-color:rgb(var(--theme-palette-danger-bg-status) / 0.8);
}
.n-border-palette-danger-bg-status\/85 {
  border-color:rgb(var(--theme-palette-danger-bg-status) / 0.85);
}
.n-border-palette-danger-bg-status\/90 {
  border-color:rgb(var(--theme-palette-danger-bg-status) / 0.9);
}
.n-border-palette-danger-bg-status\/95 {
  border-color:rgb(var(--theme-palette-danger-bg-status) / 0.95);
}
.n-border-palette-danger-bg-strong {
  border-color:rgb(var(--theme-palette-danger-bg-strong));
}
.n-border-palette-danger-bg-strong\/0 {
  border-color:rgb(var(--theme-palette-danger-bg-strong) / 0);
}
.n-border-palette-danger-bg-strong\/10 {
  border-color:rgb(var(--theme-palette-danger-bg-strong) / 0.1);
}
.n-border-palette-danger-bg-strong\/100 {
  border-color:rgb(var(--theme-palette-danger-bg-strong) / 1);
}
.n-border-palette-danger-bg-strong\/15 {
  border-color:rgb(var(--theme-palette-danger-bg-strong) / 0.15);
}
.n-border-palette-danger-bg-strong\/20 {
  border-color:rgb(var(--theme-palette-danger-bg-strong) / 0.2);
}
.n-border-palette-danger-bg-strong\/25 {
  border-color:rgb(var(--theme-palette-danger-bg-strong) / 0.25);
}
.n-border-palette-danger-bg-strong\/30 {
  border-color:rgb(var(--theme-palette-danger-bg-strong) / 0.3);
}
.n-border-palette-danger-bg-strong\/35 {
  border-color:rgb(var(--theme-palette-danger-bg-strong) / 0.35);
}
.n-border-palette-danger-bg-strong\/40 {
  border-color:rgb(var(--theme-palette-danger-bg-strong) / 0.4);
}
.n-border-palette-danger-bg-strong\/45 {
  border-color:rgb(var(--theme-palette-danger-bg-strong) / 0.45);
}
.n-border-palette-danger-bg-strong\/5 {
  border-color:rgb(var(--theme-palette-danger-bg-strong) / 0.05);
}
.n-border-palette-danger-bg-strong\/50 {
  border-color:rgb(var(--theme-palette-danger-bg-strong) / 0.5);
}
.n-border-palette-danger-bg-strong\/55 {
  border-color:rgb(var(--theme-palette-danger-bg-strong) / 0.55);
}
.n-border-palette-danger-bg-strong\/60 {
  border-color:rgb(var(--theme-palette-danger-bg-strong) / 0.6);
}
.n-border-palette-danger-bg-strong\/65 {
  border-color:rgb(var(--theme-palette-danger-bg-strong) / 0.65);
}
.n-border-palette-danger-bg-strong\/70 {
  border-color:rgb(var(--theme-palette-danger-bg-strong) / 0.7);
}
.n-border-palette-danger-bg-strong\/75 {
  border-color:rgb(var(--theme-palette-danger-bg-strong) / 0.75);
}
.n-border-palette-danger-bg-strong\/80 {
  border-color:rgb(var(--theme-palette-danger-bg-strong) / 0.8);
}
.n-border-palette-danger-bg-strong\/85 {
  border-color:rgb(var(--theme-palette-danger-bg-strong) / 0.85);
}
.n-border-palette-danger-bg-strong\/90 {
  border-color:rgb(var(--theme-palette-danger-bg-strong) / 0.9);
}
.n-border-palette-danger-bg-strong\/95 {
  border-color:rgb(var(--theme-palette-danger-bg-strong) / 0.95);
}
.n-border-palette-danger-bg-weak {
  border-color:rgb(var(--theme-palette-danger-bg-weak));
}
.n-border-palette-danger-bg-weak\/0 {
  border-color:rgb(var(--theme-palette-danger-bg-weak) / 0);
}
.n-border-palette-danger-bg-weak\/10 {
  border-color:rgb(var(--theme-palette-danger-bg-weak) / 0.1);
}
.n-border-palette-danger-bg-weak\/100 {
  border-color:rgb(var(--theme-palette-danger-bg-weak) / 1);
}
.n-border-palette-danger-bg-weak\/15 {
  border-color:rgb(var(--theme-palette-danger-bg-weak) / 0.15);
}
.n-border-palette-danger-bg-weak\/20 {
  border-color:rgb(var(--theme-palette-danger-bg-weak) / 0.2);
}
.n-border-palette-danger-bg-weak\/25 {
  border-color:rgb(var(--theme-palette-danger-bg-weak) / 0.25);
}
.n-border-palette-danger-bg-weak\/30 {
  border-color:rgb(var(--theme-palette-danger-bg-weak) / 0.3);
}
.n-border-palette-danger-bg-weak\/35 {
  border-color:rgb(var(--theme-palette-danger-bg-weak) / 0.35);
}
.n-border-palette-danger-bg-weak\/40 {
  border-color:rgb(var(--theme-palette-danger-bg-weak) / 0.4);
}
.n-border-palette-danger-bg-weak\/45 {
  border-color:rgb(var(--theme-palette-danger-bg-weak) / 0.45);
}
.n-border-palette-danger-bg-weak\/5 {
  border-color:rgb(var(--theme-palette-danger-bg-weak) / 0.05);
}
.n-border-palette-danger-bg-weak\/50 {
  border-color:rgb(var(--theme-palette-danger-bg-weak) / 0.5);
}
.n-border-palette-danger-bg-weak\/55 {
  border-color:rgb(var(--theme-palette-danger-bg-weak) / 0.55);
}
.n-border-palette-danger-bg-weak\/60 {
  border-color:rgb(var(--theme-palette-danger-bg-weak) / 0.6);
}
.n-border-palette-danger-bg-weak\/65 {
  border-color:rgb(var(--theme-palette-danger-bg-weak) / 0.65);
}
.n-border-palette-danger-bg-weak\/70 {
  border-color:rgb(var(--theme-palette-danger-bg-weak) / 0.7);
}
.n-border-palette-danger-bg-weak\/75 {
  border-color:rgb(var(--theme-palette-danger-bg-weak) / 0.75);
}
.n-border-palette-danger-bg-weak\/80 {
  border-color:rgb(var(--theme-palette-danger-bg-weak) / 0.8);
}
.n-border-palette-danger-bg-weak\/85 {
  border-color:rgb(var(--theme-palette-danger-bg-weak) / 0.85);
}
.n-border-palette-danger-bg-weak\/90 {
  border-color:rgb(var(--theme-palette-danger-bg-weak) / 0.9);
}
.n-border-palette-danger-bg-weak\/95 {
  border-color:rgb(var(--theme-palette-danger-bg-weak) / 0.95);
}
.n-border-palette-danger-border-strong {
  border-color:rgb(var(--theme-palette-danger-border-strong));
}
.n-border-palette-danger-border-strong\/0 {
  border-color:rgb(var(--theme-palette-danger-border-strong) / 0);
}
.n-border-palette-danger-border-strong\/10 {
  border-color:rgb(var(--theme-palette-danger-border-strong) / 0.1);
}
.n-border-palette-danger-border-strong\/100 {
  border-color:rgb(var(--theme-palette-danger-border-strong) / 1);
}
.n-border-palette-danger-border-strong\/15 {
  border-color:rgb(var(--theme-palette-danger-border-strong) / 0.15);
}
.n-border-palette-danger-border-strong\/20 {
  border-color:rgb(var(--theme-palette-danger-border-strong) / 0.2);
}
.n-border-palette-danger-border-strong\/25 {
  border-color:rgb(var(--theme-palette-danger-border-strong) / 0.25);
}
.n-border-palette-danger-border-strong\/30 {
  border-color:rgb(var(--theme-palette-danger-border-strong) / 0.3);
}
.n-border-palette-danger-border-strong\/35 {
  border-color:rgb(var(--theme-palette-danger-border-strong) / 0.35);
}
.n-border-palette-danger-border-strong\/40 {
  border-color:rgb(var(--theme-palette-danger-border-strong) / 0.4);
}
.n-border-palette-danger-border-strong\/45 {
  border-color:rgb(var(--theme-palette-danger-border-strong) / 0.45);
}
.n-border-palette-danger-border-strong\/5 {
  border-color:rgb(var(--theme-palette-danger-border-strong) / 0.05);
}
.n-border-palette-danger-border-strong\/50 {
  border-color:rgb(var(--theme-palette-danger-border-strong) / 0.5);
}
.n-border-palette-danger-border-strong\/55 {
  border-color:rgb(var(--theme-palette-danger-border-strong) / 0.55);
}
.n-border-palette-danger-border-strong\/60 {
  border-color:rgb(var(--theme-palette-danger-border-strong) / 0.6);
}
.n-border-palette-danger-border-strong\/65 {
  border-color:rgb(var(--theme-palette-danger-border-strong) / 0.65);
}
.n-border-palette-danger-border-strong\/70 {
  border-color:rgb(var(--theme-palette-danger-border-strong) / 0.7);
}
.n-border-palette-danger-border-strong\/75 {
  border-color:rgb(var(--theme-palette-danger-border-strong) / 0.75);
}
.n-border-palette-danger-border-strong\/80 {
  border-color:rgb(var(--theme-palette-danger-border-strong) / 0.8);
}
.n-border-palette-danger-border-strong\/85 {
  border-color:rgb(var(--theme-palette-danger-border-strong) / 0.85);
}
.n-border-palette-danger-border-strong\/90 {
  border-color:rgb(var(--theme-palette-danger-border-strong) / 0.9);
}
.n-border-palette-danger-border-strong\/95 {
  border-color:rgb(var(--theme-palette-danger-border-strong) / 0.95);
}
.n-border-palette-danger-border-weak {
  border-color:rgb(var(--theme-palette-danger-border-weak));
}
.n-border-palette-danger-border-weak\/0 {
  border-color:rgb(var(--theme-palette-danger-border-weak) / 0);
}
.n-border-palette-danger-border-weak\/10 {
  border-color:rgb(var(--theme-palette-danger-border-weak) / 0.1);
}
.n-border-palette-danger-border-weak\/100 {
  border-color:rgb(var(--theme-palette-danger-border-weak) / 1);
}
.n-border-palette-danger-border-weak\/15 {
  border-color:rgb(var(--theme-palette-danger-border-weak) / 0.15);
}
.n-border-palette-danger-border-weak\/20 {
  border-color:rgb(var(--theme-palette-danger-border-weak) / 0.2);
}
.n-border-palette-danger-border-weak\/25 {
  border-color:rgb(var(--theme-palette-danger-border-weak) / 0.25);
}
.n-border-palette-danger-border-weak\/30 {
  border-color:rgb(var(--theme-palette-danger-border-weak) / 0.3);
}
.n-border-palette-danger-border-weak\/35 {
  border-color:rgb(var(--theme-palette-danger-border-weak) / 0.35);
}
.n-border-palette-danger-border-weak\/40 {
  border-color:rgb(var(--theme-palette-danger-border-weak) / 0.4);
}
.n-border-palette-danger-border-weak\/45 {
  border-color:rgb(var(--theme-palette-danger-border-weak) / 0.45);
}
.n-border-palette-danger-border-weak\/5 {
  border-color:rgb(var(--theme-palette-danger-border-weak) / 0.05);
}
.n-border-palette-danger-border-weak\/50 {
  border-color:rgb(var(--theme-palette-danger-border-weak) / 0.5);
}
.n-border-palette-danger-border-weak\/55 {
  border-color:rgb(var(--theme-palette-danger-border-weak) / 0.55);
}
.n-border-palette-danger-border-weak\/60 {
  border-color:rgb(var(--theme-palette-danger-border-weak) / 0.6);
}
.n-border-palette-danger-border-weak\/65 {
  border-color:rgb(var(--theme-palette-danger-border-weak) / 0.65);
}
.n-border-palette-danger-border-weak\/70 {
  border-color:rgb(var(--theme-palette-danger-border-weak) / 0.7);
}
.n-border-palette-danger-border-weak\/75 {
  border-color:rgb(var(--theme-palette-danger-border-weak) / 0.75);
}
.n-border-palette-danger-border-weak\/80 {
  border-color:rgb(var(--theme-palette-danger-border-weak) / 0.8);
}
.n-border-palette-danger-border-weak\/85 {
  border-color:rgb(var(--theme-palette-danger-border-weak) / 0.85);
}
.n-border-palette-danger-border-weak\/90 {
  border-color:rgb(var(--theme-palette-danger-border-weak) / 0.9);
}
.n-border-palette-danger-border-weak\/95 {
  border-color:rgb(var(--theme-palette-danger-border-weak) / 0.95);
}
.n-border-palette-danger-hover-strong {
  border-color:rgb(var(--theme-palette-danger-hover-strong));
}
.n-border-palette-danger-hover-strong\/0 {
  border-color:rgb(var(--theme-palette-danger-hover-strong) / 0);
}
.n-border-palette-danger-hover-strong\/10 {
  border-color:rgb(var(--theme-palette-danger-hover-strong) / 0.1);
}
.n-border-palette-danger-hover-strong\/100 {
  border-color:rgb(var(--theme-palette-danger-hover-strong) / 1);
}
.n-border-palette-danger-hover-strong\/15 {
  border-color:rgb(var(--theme-palette-danger-hover-strong) / 0.15);
}
.n-border-palette-danger-hover-strong\/20 {
  border-color:rgb(var(--theme-palette-danger-hover-strong) / 0.2);
}
.n-border-palette-danger-hover-strong\/25 {
  border-color:rgb(var(--theme-palette-danger-hover-strong) / 0.25);
}
.n-border-palette-danger-hover-strong\/30 {
  border-color:rgb(var(--theme-palette-danger-hover-strong) / 0.3);
}
.n-border-palette-danger-hover-strong\/35 {
  border-color:rgb(var(--theme-palette-danger-hover-strong) / 0.35);
}
.n-border-palette-danger-hover-strong\/40 {
  border-color:rgb(var(--theme-palette-danger-hover-strong) / 0.4);
}
.n-border-palette-danger-hover-strong\/45 {
  border-color:rgb(var(--theme-palette-danger-hover-strong) / 0.45);
}
.n-border-palette-danger-hover-strong\/5 {
  border-color:rgb(var(--theme-palette-danger-hover-strong) / 0.05);
}
.n-border-palette-danger-hover-strong\/50 {
  border-color:rgb(var(--theme-palette-danger-hover-strong) / 0.5);
}
.n-border-palette-danger-hover-strong\/55 {
  border-color:rgb(var(--theme-palette-danger-hover-strong) / 0.55);
}
.n-border-palette-danger-hover-strong\/60 {
  border-color:rgb(var(--theme-palette-danger-hover-strong) / 0.6);
}
.n-border-palette-danger-hover-strong\/65 {
  border-color:rgb(var(--theme-palette-danger-hover-strong) / 0.65);
}
.n-border-palette-danger-hover-strong\/70 {
  border-color:rgb(var(--theme-palette-danger-hover-strong) / 0.7);
}
.n-border-palette-danger-hover-strong\/75 {
  border-color:rgb(var(--theme-palette-danger-hover-strong) / 0.75);
}
.n-border-palette-danger-hover-strong\/80 {
  border-color:rgb(var(--theme-palette-danger-hover-strong) / 0.8);
}
.n-border-palette-danger-hover-strong\/85 {
  border-color:rgb(var(--theme-palette-danger-hover-strong) / 0.85);
}
.n-border-palette-danger-hover-strong\/90 {
  border-color:rgb(var(--theme-palette-danger-hover-strong) / 0.9);
}
.n-border-palette-danger-hover-strong\/95 {
  border-color:rgb(var(--theme-palette-danger-hover-strong) / 0.95);
}
.n-border-palette-danger-hover-weak {
  border-color:rgb(var(--theme-palette-danger-hover-weak));
}
.n-border-palette-danger-hover-weak\/0 {
  border-color:rgb(var(--theme-palette-danger-hover-weak) / 0);
}
.n-border-palette-danger-hover-weak\/10 {
  border-color:rgb(var(--theme-palette-danger-hover-weak) / 0.1);
}
.n-border-palette-danger-hover-weak\/100 {
  border-color:rgb(var(--theme-palette-danger-hover-weak) / 1);
}
.n-border-palette-danger-hover-weak\/15 {
  border-color:rgb(var(--theme-palette-danger-hover-weak) / 0.15);
}
.n-border-palette-danger-hover-weak\/20 {
  border-color:rgb(var(--theme-palette-danger-hover-weak) / 0.2);
}
.n-border-palette-danger-hover-weak\/25 {
  border-color:rgb(var(--theme-palette-danger-hover-weak) / 0.25);
}
.n-border-palette-danger-hover-weak\/30 {
  border-color:rgb(var(--theme-palette-danger-hover-weak) / 0.3);
}
.n-border-palette-danger-hover-weak\/35 {
  border-color:rgb(var(--theme-palette-danger-hover-weak) / 0.35);
}
.n-border-palette-danger-hover-weak\/40 {
  border-color:rgb(var(--theme-palette-danger-hover-weak) / 0.4);
}
.n-border-palette-danger-hover-weak\/45 {
  border-color:rgb(var(--theme-palette-danger-hover-weak) / 0.45);
}
.n-border-palette-danger-hover-weak\/5 {
  border-color:rgb(var(--theme-palette-danger-hover-weak) / 0.05);
}
.n-border-palette-danger-hover-weak\/50 {
  border-color:rgb(var(--theme-palette-danger-hover-weak) / 0.5);
}
.n-border-palette-danger-hover-weak\/55 {
  border-color:rgb(var(--theme-palette-danger-hover-weak) / 0.55);
}
.n-border-palette-danger-hover-weak\/60 {
  border-color:rgb(var(--theme-palette-danger-hover-weak) / 0.6);
}
.n-border-palette-danger-hover-weak\/65 {
  border-color:rgb(var(--theme-palette-danger-hover-weak) / 0.65);
}
.n-border-palette-danger-hover-weak\/70 {
  border-color:rgb(var(--theme-palette-danger-hover-weak) / 0.7);
}
.n-border-palette-danger-hover-weak\/75 {
  border-color:rgb(var(--theme-palette-danger-hover-weak) / 0.75);
}
.n-border-palette-danger-hover-weak\/80 {
  border-color:rgb(var(--theme-palette-danger-hover-weak) / 0.8);
}
.n-border-palette-danger-hover-weak\/85 {
  border-color:rgb(var(--theme-palette-danger-hover-weak) / 0.85);
}
.n-border-palette-danger-hover-weak\/90 {
  border-color:rgb(var(--theme-palette-danger-hover-weak) / 0.9);
}
.n-border-palette-danger-hover-weak\/95 {
  border-color:rgb(var(--theme-palette-danger-hover-weak) / 0.95);
}
.n-border-palette-danger-icon {
  border-color:rgb(var(--theme-palette-danger-icon));
}
.n-border-palette-danger-icon\/0 {
  border-color:rgb(var(--theme-palette-danger-icon) / 0);
}
.n-border-palette-danger-icon\/10 {
  border-color:rgb(var(--theme-palette-danger-icon) / 0.1);
}
.n-border-palette-danger-icon\/100 {
  border-color:rgb(var(--theme-palette-danger-icon) / 1);
}
.n-border-palette-danger-icon\/15 {
  border-color:rgb(var(--theme-palette-danger-icon) / 0.15);
}
.n-border-palette-danger-icon\/20 {
  border-color:rgb(var(--theme-palette-danger-icon) / 0.2);
}
.n-border-palette-danger-icon\/25 {
  border-color:rgb(var(--theme-palette-danger-icon) / 0.25);
}
.n-border-palette-danger-icon\/30 {
  border-color:rgb(var(--theme-palette-danger-icon) / 0.3);
}
.n-border-palette-danger-icon\/35 {
  border-color:rgb(var(--theme-palette-danger-icon) / 0.35);
}
.n-border-palette-danger-icon\/40 {
  border-color:rgb(var(--theme-palette-danger-icon) / 0.4);
}
.n-border-palette-danger-icon\/45 {
  border-color:rgb(var(--theme-palette-danger-icon) / 0.45);
}
.n-border-palette-danger-icon\/5 {
  border-color:rgb(var(--theme-palette-danger-icon) / 0.05);
}
.n-border-palette-danger-icon\/50 {
  border-color:rgb(var(--theme-palette-danger-icon) / 0.5);
}
.n-border-palette-danger-icon\/55 {
  border-color:rgb(var(--theme-palette-danger-icon) / 0.55);
}
.n-border-palette-danger-icon\/60 {
  border-color:rgb(var(--theme-palette-danger-icon) / 0.6);
}
.n-border-palette-danger-icon\/65 {
  border-color:rgb(var(--theme-palette-danger-icon) / 0.65);
}
.n-border-palette-danger-icon\/70 {
  border-color:rgb(var(--theme-palette-danger-icon) / 0.7);
}
.n-border-palette-danger-icon\/75 {
  border-color:rgb(var(--theme-palette-danger-icon) / 0.75);
}
.n-border-palette-danger-icon\/80 {
  border-color:rgb(var(--theme-palette-danger-icon) / 0.8);
}
.n-border-palette-danger-icon\/85 {
  border-color:rgb(var(--theme-palette-danger-icon) / 0.85);
}
.n-border-palette-danger-icon\/90 {
  border-color:rgb(var(--theme-palette-danger-icon) / 0.9);
}
.n-border-palette-danger-icon\/95 {
  border-color:rgb(var(--theme-palette-danger-icon) / 0.95);
}
.n-border-palette-danger-pressed-strong {
  border-color:rgb(var(--theme-palette-danger-pressed-strong));
}
.n-border-palette-danger-pressed-strong\/0 {
  border-color:rgb(var(--theme-palette-danger-pressed-strong) / 0);
}
.n-border-palette-danger-pressed-strong\/10 {
  border-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.1);
}
.n-border-palette-danger-pressed-strong\/100 {
  border-color:rgb(var(--theme-palette-danger-pressed-strong) / 1);
}
.n-border-palette-danger-pressed-strong\/15 {
  border-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.15);
}
.n-border-palette-danger-pressed-strong\/20 {
  border-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.2);
}
.n-border-palette-danger-pressed-strong\/25 {
  border-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.25);
}
.n-border-palette-danger-pressed-strong\/30 {
  border-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.3);
}
.n-border-palette-danger-pressed-strong\/35 {
  border-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.35);
}
.n-border-palette-danger-pressed-strong\/40 {
  border-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.4);
}
.n-border-palette-danger-pressed-strong\/45 {
  border-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.45);
}
.n-border-palette-danger-pressed-strong\/5 {
  border-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.05);
}
.n-border-palette-danger-pressed-strong\/50 {
  border-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.5);
}
.n-border-palette-danger-pressed-strong\/55 {
  border-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.55);
}
.n-border-palette-danger-pressed-strong\/60 {
  border-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.6);
}
.n-border-palette-danger-pressed-strong\/65 {
  border-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.65);
}
.n-border-palette-danger-pressed-strong\/70 {
  border-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.7);
}
.n-border-palette-danger-pressed-strong\/75 {
  border-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.75);
}
.n-border-palette-danger-pressed-strong\/80 {
  border-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.8);
}
.n-border-palette-danger-pressed-strong\/85 {
  border-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.85);
}
.n-border-palette-danger-pressed-strong\/90 {
  border-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.9);
}
.n-border-palette-danger-pressed-strong\/95 {
  border-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.95);
}
.n-border-palette-danger-pressed-weak {
  border-color:rgb(var(--theme-palette-danger-pressed-weak));
}
.n-border-palette-danger-pressed-weak\/0 {
  border-color:rgb(var(--theme-palette-danger-pressed-weak) / 0);
}
.n-border-palette-danger-pressed-weak\/10 {
  border-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.1);
}
.n-border-palette-danger-pressed-weak\/100 {
  border-color:rgb(var(--theme-palette-danger-pressed-weak) / 1);
}
.n-border-palette-danger-pressed-weak\/15 {
  border-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.15);
}
.n-border-palette-danger-pressed-weak\/20 {
  border-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.2);
}
.n-border-palette-danger-pressed-weak\/25 {
  border-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.25);
}
.n-border-palette-danger-pressed-weak\/30 {
  border-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.3);
}
.n-border-palette-danger-pressed-weak\/35 {
  border-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.35);
}
.n-border-palette-danger-pressed-weak\/40 {
  border-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.4);
}
.n-border-palette-danger-pressed-weak\/45 {
  border-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.45);
}
.n-border-palette-danger-pressed-weak\/5 {
  border-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.05);
}
.n-border-palette-danger-pressed-weak\/50 {
  border-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.5);
}
.n-border-palette-danger-pressed-weak\/55 {
  border-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.55);
}
.n-border-palette-danger-pressed-weak\/60 {
  border-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.6);
}
.n-border-palette-danger-pressed-weak\/65 {
  border-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.65);
}
.n-border-palette-danger-pressed-weak\/70 {
  border-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.7);
}
.n-border-palette-danger-pressed-weak\/75 {
  border-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.75);
}
.n-border-palette-danger-pressed-weak\/80 {
  border-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.8);
}
.n-border-palette-danger-pressed-weak\/85 {
  border-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.85);
}
.n-border-palette-danger-pressed-weak\/90 {
  border-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.9);
}
.n-border-palette-danger-pressed-weak\/95 {
  border-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.95);
}
.n-border-palette-danger-text {
  border-color:rgb(var(--theme-palette-danger-text));
}
.n-border-palette-danger-text\/0 {
  border-color:rgb(var(--theme-palette-danger-text) / 0);
}
.n-border-palette-danger-text\/10 {
  border-color:rgb(var(--theme-palette-danger-text) / 0.1);
}
.n-border-palette-danger-text\/100 {
  border-color:rgb(var(--theme-palette-danger-text) / 1);
}
.n-border-palette-danger-text\/15 {
  border-color:rgb(var(--theme-palette-danger-text) / 0.15);
}
.n-border-palette-danger-text\/20 {
  border-color:rgb(var(--theme-palette-danger-text) / 0.2);
}
.n-border-palette-danger-text\/25 {
  border-color:rgb(var(--theme-palette-danger-text) / 0.25);
}
.n-border-palette-danger-text\/30 {
  border-color:rgb(var(--theme-palette-danger-text) / 0.3);
}
.n-border-palette-danger-text\/35 {
  border-color:rgb(var(--theme-palette-danger-text) / 0.35);
}
.n-border-palette-danger-text\/40 {
  border-color:rgb(var(--theme-palette-danger-text) / 0.4);
}
.n-border-palette-danger-text\/45 {
  border-color:rgb(var(--theme-palette-danger-text) / 0.45);
}
.n-border-palette-danger-text\/5 {
  border-color:rgb(var(--theme-palette-danger-text) / 0.05);
}
.n-border-palette-danger-text\/50 {
  border-color:rgb(var(--theme-palette-danger-text) / 0.5);
}
.n-border-palette-danger-text\/55 {
  border-color:rgb(var(--theme-palette-danger-text) / 0.55);
}
.n-border-palette-danger-text\/60 {
  border-color:rgb(var(--theme-palette-danger-text) / 0.6);
}
.n-border-palette-danger-text\/65 {
  border-color:rgb(var(--theme-palette-danger-text) / 0.65);
}
.n-border-palette-danger-text\/70 {
  border-color:rgb(var(--theme-palette-danger-text) / 0.7);
}
.n-border-palette-danger-text\/75 {
  border-color:rgb(var(--theme-palette-danger-text) / 0.75);
}
.n-border-palette-danger-text\/80 {
  border-color:rgb(var(--theme-palette-danger-text) / 0.8);
}
.n-border-palette-danger-text\/85 {
  border-color:rgb(var(--theme-palette-danger-text) / 0.85);
}
.n-border-palette-danger-text\/90 {
  border-color:rgb(var(--theme-palette-danger-text) / 0.9);
}
.n-border-palette-danger-text\/95 {
  border-color:rgb(var(--theme-palette-danger-text) / 0.95);
}
.n-border-palette-discovery-bg-status {
  border-color:rgb(var(--theme-palette-discovery-bg-status));
}
.n-border-palette-discovery-bg-status\/0 {
  border-color:rgb(var(--theme-palette-discovery-bg-status) / 0);
}
.n-border-palette-discovery-bg-status\/10 {
  border-color:rgb(var(--theme-palette-discovery-bg-status) / 0.1);
}
.n-border-palette-discovery-bg-status\/100 {
  border-color:rgb(var(--theme-palette-discovery-bg-status) / 1);
}
.n-border-palette-discovery-bg-status\/15 {
  border-color:rgb(var(--theme-palette-discovery-bg-status) / 0.15);
}
.n-border-palette-discovery-bg-status\/20 {
  border-color:rgb(var(--theme-palette-discovery-bg-status) / 0.2);
}
.n-border-palette-discovery-bg-status\/25 {
  border-color:rgb(var(--theme-palette-discovery-bg-status) / 0.25);
}
.n-border-palette-discovery-bg-status\/30 {
  border-color:rgb(var(--theme-palette-discovery-bg-status) / 0.3);
}
.n-border-palette-discovery-bg-status\/35 {
  border-color:rgb(var(--theme-palette-discovery-bg-status) / 0.35);
}
.n-border-palette-discovery-bg-status\/40 {
  border-color:rgb(var(--theme-palette-discovery-bg-status) / 0.4);
}
.n-border-palette-discovery-bg-status\/45 {
  border-color:rgb(var(--theme-palette-discovery-bg-status) / 0.45);
}
.n-border-palette-discovery-bg-status\/5 {
  border-color:rgb(var(--theme-palette-discovery-bg-status) / 0.05);
}
.n-border-palette-discovery-bg-status\/50 {
  border-color:rgb(var(--theme-palette-discovery-bg-status) / 0.5);
}
.n-border-palette-discovery-bg-status\/55 {
  border-color:rgb(var(--theme-palette-discovery-bg-status) / 0.55);
}
.n-border-palette-discovery-bg-status\/60 {
  border-color:rgb(var(--theme-palette-discovery-bg-status) / 0.6);
}
.n-border-palette-discovery-bg-status\/65 {
  border-color:rgb(var(--theme-palette-discovery-bg-status) / 0.65);
}
.n-border-palette-discovery-bg-status\/70 {
  border-color:rgb(var(--theme-palette-discovery-bg-status) / 0.7);
}
.n-border-palette-discovery-bg-status\/75 {
  border-color:rgb(var(--theme-palette-discovery-bg-status) / 0.75);
}
.n-border-palette-discovery-bg-status\/80 {
  border-color:rgb(var(--theme-palette-discovery-bg-status) / 0.8);
}
.n-border-palette-discovery-bg-status\/85 {
  border-color:rgb(var(--theme-palette-discovery-bg-status) / 0.85);
}
.n-border-palette-discovery-bg-status\/90 {
  border-color:rgb(var(--theme-palette-discovery-bg-status) / 0.9);
}
.n-border-palette-discovery-bg-status\/95 {
  border-color:rgb(var(--theme-palette-discovery-bg-status) / 0.95);
}
.n-border-palette-discovery-bg-strong {
  border-color:rgb(var(--theme-palette-discovery-bg-strong));
}
.n-border-palette-discovery-bg-strong\/0 {
  border-color:rgb(var(--theme-palette-discovery-bg-strong) / 0);
}
.n-border-palette-discovery-bg-strong\/10 {
  border-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.1);
}
.n-border-palette-discovery-bg-strong\/100 {
  border-color:rgb(var(--theme-palette-discovery-bg-strong) / 1);
}
.n-border-palette-discovery-bg-strong\/15 {
  border-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.15);
}
.n-border-palette-discovery-bg-strong\/20 {
  border-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.2);
}
.n-border-palette-discovery-bg-strong\/25 {
  border-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.25);
}
.n-border-palette-discovery-bg-strong\/30 {
  border-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.3);
}
.n-border-palette-discovery-bg-strong\/35 {
  border-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.35);
}
.n-border-palette-discovery-bg-strong\/40 {
  border-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.4);
}
.n-border-palette-discovery-bg-strong\/45 {
  border-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.45);
}
.n-border-palette-discovery-bg-strong\/5 {
  border-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.05);
}
.n-border-palette-discovery-bg-strong\/50 {
  border-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.5);
}
.n-border-palette-discovery-bg-strong\/55 {
  border-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.55);
}
.n-border-palette-discovery-bg-strong\/60 {
  border-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.6);
}
.n-border-palette-discovery-bg-strong\/65 {
  border-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.65);
}
.n-border-palette-discovery-bg-strong\/70 {
  border-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.7);
}
.n-border-palette-discovery-bg-strong\/75 {
  border-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.75);
}
.n-border-palette-discovery-bg-strong\/80 {
  border-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.8);
}
.n-border-palette-discovery-bg-strong\/85 {
  border-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.85);
}
.n-border-palette-discovery-bg-strong\/90 {
  border-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.9);
}
.n-border-palette-discovery-bg-strong\/95 {
  border-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.95);
}
.n-border-palette-discovery-bg-weak {
  border-color:rgb(var(--theme-palette-discovery-bg-weak));
}
.n-border-palette-discovery-bg-weak\/0 {
  border-color:rgb(var(--theme-palette-discovery-bg-weak) / 0);
}
.n-border-palette-discovery-bg-weak\/10 {
  border-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.1);
}
.n-border-palette-discovery-bg-weak\/100 {
  border-color:rgb(var(--theme-palette-discovery-bg-weak) / 1);
}
.n-border-palette-discovery-bg-weak\/15 {
  border-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.15);
}
.n-border-palette-discovery-bg-weak\/20 {
  border-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.2);
}
.n-border-palette-discovery-bg-weak\/25 {
  border-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.25);
}
.n-border-palette-discovery-bg-weak\/30 {
  border-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.3);
}
.n-border-palette-discovery-bg-weak\/35 {
  border-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.35);
}
.n-border-palette-discovery-bg-weak\/40 {
  border-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.4);
}
.n-border-palette-discovery-bg-weak\/45 {
  border-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.45);
}
.n-border-palette-discovery-bg-weak\/5 {
  border-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.05);
}
.n-border-palette-discovery-bg-weak\/50 {
  border-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.5);
}
.n-border-palette-discovery-bg-weak\/55 {
  border-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.55);
}
.n-border-palette-discovery-bg-weak\/60 {
  border-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.6);
}
.n-border-palette-discovery-bg-weak\/65 {
  border-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.65);
}
.n-border-palette-discovery-bg-weak\/70 {
  border-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.7);
}
.n-border-palette-discovery-bg-weak\/75 {
  border-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.75);
}
.n-border-palette-discovery-bg-weak\/80 {
  border-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.8);
}
.n-border-palette-discovery-bg-weak\/85 {
  border-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.85);
}
.n-border-palette-discovery-bg-weak\/90 {
  border-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.9);
}
.n-border-palette-discovery-bg-weak\/95 {
  border-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.95);
}
.n-border-palette-discovery-border-strong {
  border-color:rgb(var(--theme-palette-discovery-border-strong));
}
.n-border-palette-discovery-border-strong\/0 {
  border-color:rgb(var(--theme-palette-discovery-border-strong) / 0);
}
.n-border-palette-discovery-border-strong\/10 {
  border-color:rgb(var(--theme-palette-discovery-border-strong) / 0.1);
}
.n-border-palette-discovery-border-strong\/100 {
  border-color:rgb(var(--theme-palette-discovery-border-strong) / 1);
}
.n-border-palette-discovery-border-strong\/15 {
  border-color:rgb(var(--theme-palette-discovery-border-strong) / 0.15);
}
.n-border-palette-discovery-border-strong\/20 {
  border-color:rgb(var(--theme-palette-discovery-border-strong) / 0.2);
}
.n-border-palette-discovery-border-strong\/25 {
  border-color:rgb(var(--theme-palette-discovery-border-strong) / 0.25);
}
.n-border-palette-discovery-border-strong\/30 {
  border-color:rgb(var(--theme-palette-discovery-border-strong) / 0.3);
}
.n-border-palette-discovery-border-strong\/35 {
  border-color:rgb(var(--theme-palette-discovery-border-strong) / 0.35);
}
.n-border-palette-discovery-border-strong\/40 {
  border-color:rgb(var(--theme-palette-discovery-border-strong) / 0.4);
}
.n-border-palette-discovery-border-strong\/45 {
  border-color:rgb(var(--theme-palette-discovery-border-strong) / 0.45);
}
.n-border-palette-discovery-border-strong\/5 {
  border-color:rgb(var(--theme-palette-discovery-border-strong) / 0.05);
}
.n-border-palette-discovery-border-strong\/50 {
  border-color:rgb(var(--theme-palette-discovery-border-strong) / 0.5);
}
.n-border-palette-discovery-border-strong\/55 {
  border-color:rgb(var(--theme-palette-discovery-border-strong) / 0.55);
}
.n-border-palette-discovery-border-strong\/60 {
  border-color:rgb(var(--theme-palette-discovery-border-strong) / 0.6);
}
.n-border-palette-discovery-border-strong\/65 {
  border-color:rgb(var(--theme-palette-discovery-border-strong) / 0.65);
}
.n-border-palette-discovery-border-strong\/70 {
  border-color:rgb(var(--theme-palette-discovery-border-strong) / 0.7);
}
.n-border-palette-discovery-border-strong\/75 {
  border-color:rgb(var(--theme-palette-discovery-border-strong) / 0.75);
}
.n-border-palette-discovery-border-strong\/80 {
  border-color:rgb(var(--theme-palette-discovery-border-strong) / 0.8);
}
.n-border-palette-discovery-border-strong\/85 {
  border-color:rgb(var(--theme-palette-discovery-border-strong) / 0.85);
}
.n-border-palette-discovery-border-strong\/90 {
  border-color:rgb(var(--theme-palette-discovery-border-strong) / 0.9);
}
.n-border-palette-discovery-border-strong\/95 {
  border-color:rgb(var(--theme-palette-discovery-border-strong) / 0.95);
}
.n-border-palette-discovery-border-weak {
  border-color:rgb(var(--theme-palette-discovery-border-weak));
}
.n-border-palette-discovery-border-weak\/0 {
  border-color:rgb(var(--theme-palette-discovery-border-weak) / 0);
}
.n-border-palette-discovery-border-weak\/10 {
  border-color:rgb(var(--theme-palette-discovery-border-weak) / 0.1);
}
.n-border-palette-discovery-border-weak\/100 {
  border-color:rgb(var(--theme-palette-discovery-border-weak) / 1);
}
.n-border-palette-discovery-border-weak\/15 {
  border-color:rgb(var(--theme-palette-discovery-border-weak) / 0.15);
}
.n-border-palette-discovery-border-weak\/20 {
  border-color:rgb(var(--theme-palette-discovery-border-weak) / 0.2);
}
.n-border-palette-discovery-border-weak\/25 {
  border-color:rgb(var(--theme-palette-discovery-border-weak) / 0.25);
}
.n-border-palette-discovery-border-weak\/30 {
  border-color:rgb(var(--theme-palette-discovery-border-weak) / 0.3);
}
.n-border-palette-discovery-border-weak\/35 {
  border-color:rgb(var(--theme-palette-discovery-border-weak) / 0.35);
}
.n-border-palette-discovery-border-weak\/40 {
  border-color:rgb(var(--theme-palette-discovery-border-weak) / 0.4);
}
.n-border-palette-discovery-border-weak\/45 {
  border-color:rgb(var(--theme-palette-discovery-border-weak) / 0.45);
}
.n-border-palette-discovery-border-weak\/5 {
  border-color:rgb(var(--theme-palette-discovery-border-weak) / 0.05);
}
.n-border-palette-discovery-border-weak\/50 {
  border-color:rgb(var(--theme-palette-discovery-border-weak) / 0.5);
}
.n-border-palette-discovery-border-weak\/55 {
  border-color:rgb(var(--theme-palette-discovery-border-weak) / 0.55);
}
.n-border-palette-discovery-border-weak\/60 {
  border-color:rgb(var(--theme-palette-discovery-border-weak) / 0.6);
}
.n-border-palette-discovery-border-weak\/65 {
  border-color:rgb(var(--theme-palette-discovery-border-weak) / 0.65);
}
.n-border-palette-discovery-border-weak\/70 {
  border-color:rgb(var(--theme-palette-discovery-border-weak) / 0.7);
}
.n-border-palette-discovery-border-weak\/75 {
  border-color:rgb(var(--theme-palette-discovery-border-weak) / 0.75);
}
.n-border-palette-discovery-border-weak\/80 {
  border-color:rgb(var(--theme-palette-discovery-border-weak) / 0.8);
}
.n-border-palette-discovery-border-weak\/85 {
  border-color:rgb(var(--theme-palette-discovery-border-weak) / 0.85);
}
.n-border-palette-discovery-border-weak\/90 {
  border-color:rgb(var(--theme-palette-discovery-border-weak) / 0.9);
}
.n-border-palette-discovery-border-weak\/95 {
  border-color:rgb(var(--theme-palette-discovery-border-weak) / 0.95);
}
.n-border-palette-discovery-icon {
  border-color:rgb(var(--theme-palette-discovery-icon));
}
.n-border-palette-discovery-icon\/0 {
  border-color:rgb(var(--theme-palette-discovery-icon) / 0);
}
.n-border-palette-discovery-icon\/10 {
  border-color:rgb(var(--theme-palette-discovery-icon) / 0.1);
}
.n-border-palette-discovery-icon\/100 {
  border-color:rgb(var(--theme-palette-discovery-icon) / 1);
}
.n-border-palette-discovery-icon\/15 {
  border-color:rgb(var(--theme-palette-discovery-icon) / 0.15);
}
.n-border-palette-discovery-icon\/20 {
  border-color:rgb(var(--theme-palette-discovery-icon) / 0.2);
}
.n-border-palette-discovery-icon\/25 {
  border-color:rgb(var(--theme-palette-discovery-icon) / 0.25);
}
.n-border-palette-discovery-icon\/30 {
  border-color:rgb(var(--theme-palette-discovery-icon) / 0.3);
}
.n-border-palette-discovery-icon\/35 {
  border-color:rgb(var(--theme-palette-discovery-icon) / 0.35);
}
.n-border-palette-discovery-icon\/40 {
  border-color:rgb(var(--theme-palette-discovery-icon) / 0.4);
}
.n-border-palette-discovery-icon\/45 {
  border-color:rgb(var(--theme-palette-discovery-icon) / 0.45);
}
.n-border-palette-discovery-icon\/5 {
  border-color:rgb(var(--theme-palette-discovery-icon) / 0.05);
}
.n-border-palette-discovery-icon\/50 {
  border-color:rgb(var(--theme-palette-discovery-icon) / 0.5);
}
.n-border-palette-discovery-icon\/55 {
  border-color:rgb(var(--theme-palette-discovery-icon) / 0.55);
}
.n-border-palette-discovery-icon\/60 {
  border-color:rgb(var(--theme-palette-discovery-icon) / 0.6);
}
.n-border-palette-discovery-icon\/65 {
  border-color:rgb(var(--theme-palette-discovery-icon) / 0.65);
}
.n-border-palette-discovery-icon\/70 {
  border-color:rgb(var(--theme-palette-discovery-icon) / 0.7);
}
.n-border-palette-discovery-icon\/75 {
  border-color:rgb(var(--theme-palette-discovery-icon) / 0.75);
}
.n-border-palette-discovery-icon\/80 {
  border-color:rgb(var(--theme-palette-discovery-icon) / 0.8);
}
.n-border-palette-discovery-icon\/85 {
  border-color:rgb(var(--theme-palette-discovery-icon) / 0.85);
}
.n-border-palette-discovery-icon\/90 {
  border-color:rgb(var(--theme-palette-discovery-icon) / 0.9);
}
.n-border-palette-discovery-icon\/95 {
  border-color:rgb(var(--theme-palette-discovery-icon) / 0.95);
}
.n-border-palette-discovery-text {
  border-color:rgb(var(--theme-palette-discovery-text));
}
.n-border-palette-discovery-text\/0 {
  border-color:rgb(var(--theme-palette-discovery-text) / 0);
}
.n-border-palette-discovery-text\/10 {
  border-color:rgb(var(--theme-palette-discovery-text) / 0.1);
}
.n-border-palette-discovery-text\/100 {
  border-color:rgb(var(--theme-palette-discovery-text) / 1);
}
.n-border-palette-discovery-text\/15 {
  border-color:rgb(var(--theme-palette-discovery-text) / 0.15);
}
.n-border-palette-discovery-text\/20 {
  border-color:rgb(var(--theme-palette-discovery-text) / 0.2);
}
.n-border-palette-discovery-text\/25 {
  border-color:rgb(var(--theme-palette-discovery-text) / 0.25);
}
.n-border-palette-discovery-text\/30 {
  border-color:rgb(var(--theme-palette-discovery-text) / 0.3);
}
.n-border-palette-discovery-text\/35 {
  border-color:rgb(var(--theme-palette-discovery-text) / 0.35);
}
.n-border-palette-discovery-text\/40 {
  border-color:rgb(var(--theme-palette-discovery-text) / 0.4);
}
.n-border-palette-discovery-text\/45 {
  border-color:rgb(var(--theme-palette-discovery-text) / 0.45);
}
.n-border-palette-discovery-text\/5 {
  border-color:rgb(var(--theme-palette-discovery-text) / 0.05);
}
.n-border-palette-discovery-text\/50 {
  border-color:rgb(var(--theme-palette-discovery-text) / 0.5);
}
.n-border-palette-discovery-text\/55 {
  border-color:rgb(var(--theme-palette-discovery-text) / 0.55);
}
.n-border-palette-discovery-text\/60 {
  border-color:rgb(var(--theme-palette-discovery-text) / 0.6);
}
.n-border-palette-discovery-text\/65 {
  border-color:rgb(var(--theme-palette-discovery-text) / 0.65);
}
.n-border-palette-discovery-text\/70 {
  border-color:rgb(var(--theme-palette-discovery-text) / 0.7);
}
.n-border-palette-discovery-text\/75 {
  border-color:rgb(var(--theme-palette-discovery-text) / 0.75);
}
.n-border-palette-discovery-text\/80 {
  border-color:rgb(var(--theme-palette-discovery-text) / 0.8);
}
.n-border-palette-discovery-text\/85 {
  border-color:rgb(var(--theme-palette-discovery-text) / 0.85);
}
.n-border-palette-discovery-text\/90 {
  border-color:rgb(var(--theme-palette-discovery-text) / 0.9);
}
.n-border-palette-discovery-text\/95 {
  border-color:rgb(var(--theme-palette-discovery-text) / 0.95);
}
.n-border-palette-neutral-bg-default {
  border-color:rgb(var(--theme-palette-neutral-bg-default));
}
.n-border-palette-neutral-bg-default\/0 {
  border-color:rgb(var(--theme-palette-neutral-bg-default) / 0);
}
.n-border-palette-neutral-bg-default\/10 {
  border-color:rgb(var(--theme-palette-neutral-bg-default) / 0.1);
}
.n-border-palette-neutral-bg-default\/100 {
  border-color:rgb(var(--theme-palette-neutral-bg-default) / 1);
}
.n-border-palette-neutral-bg-default\/15 {
  border-color:rgb(var(--theme-palette-neutral-bg-default) / 0.15);
}
.n-border-palette-neutral-bg-default\/20 {
  border-color:rgb(var(--theme-palette-neutral-bg-default) / 0.2);
}
.n-border-palette-neutral-bg-default\/25 {
  border-color:rgb(var(--theme-palette-neutral-bg-default) / 0.25);
}
.n-border-palette-neutral-bg-default\/30 {
  border-color:rgb(var(--theme-palette-neutral-bg-default) / 0.3);
}
.n-border-palette-neutral-bg-default\/35 {
  border-color:rgb(var(--theme-palette-neutral-bg-default) / 0.35);
}
.n-border-palette-neutral-bg-default\/40 {
  border-color:rgb(var(--theme-palette-neutral-bg-default) / 0.4);
}
.n-border-palette-neutral-bg-default\/45 {
  border-color:rgb(var(--theme-palette-neutral-bg-default) / 0.45);
}
.n-border-palette-neutral-bg-default\/5 {
  border-color:rgb(var(--theme-palette-neutral-bg-default) / 0.05);
}
.n-border-palette-neutral-bg-default\/50 {
  border-color:rgb(var(--theme-palette-neutral-bg-default) / 0.5);
}
.n-border-palette-neutral-bg-default\/55 {
  border-color:rgb(var(--theme-palette-neutral-bg-default) / 0.55);
}
.n-border-palette-neutral-bg-default\/60 {
  border-color:rgb(var(--theme-palette-neutral-bg-default) / 0.6);
}
.n-border-palette-neutral-bg-default\/65 {
  border-color:rgb(var(--theme-palette-neutral-bg-default) / 0.65);
}
.n-border-palette-neutral-bg-default\/70 {
  border-color:rgb(var(--theme-palette-neutral-bg-default) / 0.7);
}
.n-border-palette-neutral-bg-default\/75 {
  border-color:rgb(var(--theme-palette-neutral-bg-default) / 0.75);
}
.n-border-palette-neutral-bg-default\/80 {
  border-color:rgb(var(--theme-palette-neutral-bg-default) / 0.8);
}
.n-border-palette-neutral-bg-default\/85 {
  border-color:rgb(var(--theme-palette-neutral-bg-default) / 0.85);
}
.n-border-palette-neutral-bg-default\/90 {
  border-color:rgb(var(--theme-palette-neutral-bg-default) / 0.9);
}
.n-border-palette-neutral-bg-default\/95 {
  border-color:rgb(var(--theme-palette-neutral-bg-default) / 0.95);
}
.n-border-palette-neutral-bg-on-bg-weak {
  border-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak));
}
.n-border-palette-neutral-bg-on-bg-weak\/0 {
  border-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0);
}
.n-border-palette-neutral-bg-on-bg-weak\/10 {
  border-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.1);
}
.n-border-palette-neutral-bg-on-bg-weak\/100 {
  border-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 1);
}
.n-border-palette-neutral-bg-on-bg-weak\/15 {
  border-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.15);
}
.n-border-palette-neutral-bg-on-bg-weak\/20 {
  border-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.2);
}
.n-border-palette-neutral-bg-on-bg-weak\/25 {
  border-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.25);
}
.n-border-palette-neutral-bg-on-bg-weak\/30 {
  border-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.3);
}
.n-border-palette-neutral-bg-on-bg-weak\/35 {
  border-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.35);
}
.n-border-palette-neutral-bg-on-bg-weak\/40 {
  border-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.4);
}
.n-border-palette-neutral-bg-on-bg-weak\/45 {
  border-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.45);
}
.n-border-palette-neutral-bg-on-bg-weak\/5 {
  border-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.05);
}
.n-border-palette-neutral-bg-on-bg-weak\/50 {
  border-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.5);
}
.n-border-palette-neutral-bg-on-bg-weak\/55 {
  border-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.55);
}
.n-border-palette-neutral-bg-on-bg-weak\/60 {
  border-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.6);
}
.n-border-palette-neutral-bg-on-bg-weak\/65 {
  border-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.65);
}
.n-border-palette-neutral-bg-on-bg-weak\/70 {
  border-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.7);
}
.n-border-palette-neutral-bg-on-bg-weak\/75 {
  border-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.75);
}
.n-border-palette-neutral-bg-on-bg-weak\/80 {
  border-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.8);
}
.n-border-palette-neutral-bg-on-bg-weak\/85 {
  border-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.85);
}
.n-border-palette-neutral-bg-on-bg-weak\/90 {
  border-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.9);
}
.n-border-palette-neutral-bg-on-bg-weak\/95 {
  border-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.95);
}
.n-border-palette-neutral-bg-status {
  border-color:rgb(var(--theme-palette-neutral-bg-status));
}
.n-border-palette-neutral-bg-status\/0 {
  border-color:rgb(var(--theme-palette-neutral-bg-status) / 0);
}
.n-border-palette-neutral-bg-status\/10 {
  border-color:rgb(var(--theme-palette-neutral-bg-status) / 0.1);
}
.n-border-palette-neutral-bg-status\/100 {
  border-color:rgb(var(--theme-palette-neutral-bg-status) / 1);
}
.n-border-palette-neutral-bg-status\/15 {
  border-color:rgb(var(--theme-palette-neutral-bg-status) / 0.15);
}
.n-border-palette-neutral-bg-status\/20 {
  border-color:rgb(var(--theme-palette-neutral-bg-status) / 0.2);
}
.n-border-palette-neutral-bg-status\/25 {
  border-color:rgb(var(--theme-palette-neutral-bg-status) / 0.25);
}
.n-border-palette-neutral-bg-status\/30 {
  border-color:rgb(var(--theme-palette-neutral-bg-status) / 0.3);
}
.n-border-palette-neutral-bg-status\/35 {
  border-color:rgb(var(--theme-palette-neutral-bg-status) / 0.35);
}
.n-border-palette-neutral-bg-status\/40 {
  border-color:rgb(var(--theme-palette-neutral-bg-status) / 0.4);
}
.n-border-palette-neutral-bg-status\/45 {
  border-color:rgb(var(--theme-palette-neutral-bg-status) / 0.45);
}
.n-border-palette-neutral-bg-status\/5 {
  border-color:rgb(var(--theme-palette-neutral-bg-status) / 0.05);
}
.n-border-palette-neutral-bg-status\/50 {
  border-color:rgb(var(--theme-palette-neutral-bg-status) / 0.5);
}
.n-border-palette-neutral-bg-status\/55 {
  border-color:rgb(var(--theme-palette-neutral-bg-status) / 0.55);
}
.n-border-palette-neutral-bg-status\/60 {
  border-color:rgb(var(--theme-palette-neutral-bg-status) / 0.6);
}
.n-border-palette-neutral-bg-status\/65 {
  border-color:rgb(var(--theme-palette-neutral-bg-status) / 0.65);
}
.n-border-palette-neutral-bg-status\/70 {
  border-color:rgb(var(--theme-palette-neutral-bg-status) / 0.7);
}
.n-border-palette-neutral-bg-status\/75 {
  border-color:rgb(var(--theme-palette-neutral-bg-status) / 0.75);
}
.n-border-palette-neutral-bg-status\/80 {
  border-color:rgb(var(--theme-palette-neutral-bg-status) / 0.8);
}
.n-border-palette-neutral-bg-status\/85 {
  border-color:rgb(var(--theme-palette-neutral-bg-status) / 0.85);
}
.n-border-palette-neutral-bg-status\/90 {
  border-color:rgb(var(--theme-palette-neutral-bg-status) / 0.9);
}
.n-border-palette-neutral-bg-status\/95 {
  border-color:rgb(var(--theme-palette-neutral-bg-status) / 0.95);
}
.n-border-palette-neutral-bg-strong {
  border-color:rgb(var(--theme-palette-neutral-bg-strong));
}
.n-border-palette-neutral-bg-strong\/0 {
  border-color:rgb(var(--theme-palette-neutral-bg-strong) / 0);
}
.n-border-palette-neutral-bg-strong\/10 {
  border-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.1);
}
.n-border-palette-neutral-bg-strong\/100 {
  border-color:rgb(var(--theme-palette-neutral-bg-strong) / 1);
}
.n-border-palette-neutral-bg-strong\/15 {
  border-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.15);
}
.n-border-palette-neutral-bg-strong\/20 {
  border-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.2);
}
.n-border-palette-neutral-bg-strong\/25 {
  border-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.25);
}
.n-border-palette-neutral-bg-strong\/30 {
  border-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.3);
}
.n-border-palette-neutral-bg-strong\/35 {
  border-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.35);
}
.n-border-palette-neutral-bg-strong\/40 {
  border-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.4);
}
.n-border-palette-neutral-bg-strong\/45 {
  border-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.45);
}
.n-border-palette-neutral-bg-strong\/5 {
  border-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.05);
}
.n-border-palette-neutral-bg-strong\/50 {
  border-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.5);
}
.n-border-palette-neutral-bg-strong\/55 {
  border-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.55);
}
.n-border-palette-neutral-bg-strong\/60 {
  border-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.6);
}
.n-border-palette-neutral-bg-strong\/65 {
  border-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.65);
}
.n-border-palette-neutral-bg-strong\/70 {
  border-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.7);
}
.n-border-palette-neutral-bg-strong\/75 {
  border-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.75);
}
.n-border-palette-neutral-bg-strong\/80 {
  border-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.8);
}
.n-border-palette-neutral-bg-strong\/85 {
  border-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.85);
}
.n-border-palette-neutral-bg-strong\/90 {
  border-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.9);
}
.n-border-palette-neutral-bg-strong\/95 {
  border-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.95);
}
.n-border-palette-neutral-bg-stronger {
  border-color:rgb(var(--theme-palette-neutral-bg-stronger));
}
.n-border-palette-neutral-bg-stronger\/0 {
  border-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0);
}
.n-border-palette-neutral-bg-stronger\/10 {
  border-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.1);
}
.n-border-palette-neutral-bg-stronger\/100 {
  border-color:rgb(var(--theme-palette-neutral-bg-stronger) / 1);
}
.n-border-palette-neutral-bg-stronger\/15 {
  border-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.15);
}
.n-border-palette-neutral-bg-stronger\/20 {
  border-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.2);
}
.n-border-palette-neutral-bg-stronger\/25 {
  border-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.25);
}
.n-border-palette-neutral-bg-stronger\/30 {
  border-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.3);
}
.n-border-palette-neutral-bg-stronger\/35 {
  border-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.35);
}
.n-border-palette-neutral-bg-stronger\/40 {
  border-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.4);
}
.n-border-palette-neutral-bg-stronger\/45 {
  border-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.45);
}
.n-border-palette-neutral-bg-stronger\/5 {
  border-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.05);
}
.n-border-palette-neutral-bg-stronger\/50 {
  border-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.5);
}
.n-border-palette-neutral-bg-stronger\/55 {
  border-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.55);
}
.n-border-palette-neutral-bg-stronger\/60 {
  border-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.6);
}
.n-border-palette-neutral-bg-stronger\/65 {
  border-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.65);
}
.n-border-palette-neutral-bg-stronger\/70 {
  border-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.7);
}
.n-border-palette-neutral-bg-stronger\/75 {
  border-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.75);
}
.n-border-palette-neutral-bg-stronger\/80 {
  border-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.8);
}
.n-border-palette-neutral-bg-stronger\/85 {
  border-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.85);
}
.n-border-palette-neutral-bg-stronger\/90 {
  border-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.9);
}
.n-border-palette-neutral-bg-stronger\/95 {
  border-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.95);
}
.n-border-palette-neutral-bg-strongest {
  border-color:rgb(var(--theme-palette-neutral-bg-strongest));
}
.n-border-palette-neutral-bg-strongest\/0 {
  border-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0);
}
.n-border-palette-neutral-bg-strongest\/10 {
  border-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.1);
}
.n-border-palette-neutral-bg-strongest\/100 {
  border-color:rgb(var(--theme-palette-neutral-bg-strongest) / 1);
}
.n-border-palette-neutral-bg-strongest\/15 {
  border-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.15);
}
.n-border-palette-neutral-bg-strongest\/20 {
  border-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.2);
}
.n-border-palette-neutral-bg-strongest\/25 {
  border-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.25);
}
.n-border-palette-neutral-bg-strongest\/30 {
  border-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.3);
}
.n-border-palette-neutral-bg-strongest\/35 {
  border-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.35);
}
.n-border-palette-neutral-bg-strongest\/40 {
  border-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.4);
}
.n-border-palette-neutral-bg-strongest\/45 {
  border-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.45);
}
.n-border-palette-neutral-bg-strongest\/5 {
  border-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.05);
}
.n-border-palette-neutral-bg-strongest\/50 {
  border-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.5);
}
.n-border-palette-neutral-bg-strongest\/55 {
  border-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.55);
}
.n-border-palette-neutral-bg-strongest\/60 {
  border-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.6);
}
.n-border-palette-neutral-bg-strongest\/65 {
  border-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.65);
}
.n-border-palette-neutral-bg-strongest\/70 {
  border-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.7);
}
.n-border-palette-neutral-bg-strongest\/75 {
  border-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.75);
}
.n-border-palette-neutral-bg-strongest\/80 {
  border-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.8);
}
.n-border-palette-neutral-bg-strongest\/85 {
  border-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.85);
}
.n-border-palette-neutral-bg-strongest\/90 {
  border-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.9);
}
.n-border-palette-neutral-bg-strongest\/95 {
  border-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.95);
}
.n-border-palette-neutral-bg-weak {
  border-color:rgb(var(--theme-palette-neutral-bg-weak));
}
.n-border-palette-neutral-bg-weak\/0 {
  border-color:rgb(var(--theme-palette-neutral-bg-weak) / 0);
}
.n-border-palette-neutral-bg-weak\/10 {
  border-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.1);
}
.n-border-palette-neutral-bg-weak\/100 {
  border-color:rgb(var(--theme-palette-neutral-bg-weak) / 1);
}
.n-border-palette-neutral-bg-weak\/15 {
  border-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.15);
}
.n-border-palette-neutral-bg-weak\/20 {
  border-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.2);
}
.n-border-palette-neutral-bg-weak\/25 {
  border-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.25);
}
.n-border-palette-neutral-bg-weak\/30 {
  border-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.3);
}
.n-border-palette-neutral-bg-weak\/35 {
  border-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.35);
}
.n-border-palette-neutral-bg-weak\/40 {
  border-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.4);
}
.n-border-palette-neutral-bg-weak\/45 {
  border-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.45);
}
.n-border-palette-neutral-bg-weak\/5 {
  border-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.05);
}
.n-border-palette-neutral-bg-weak\/50 {
  border-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.5);
}
.n-border-palette-neutral-bg-weak\/55 {
  border-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.55);
}
.n-border-palette-neutral-bg-weak\/60 {
  border-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.6);
}
.n-border-palette-neutral-bg-weak\/65 {
  border-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.65);
}
.n-border-palette-neutral-bg-weak\/70 {
  border-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.7);
}
.n-border-palette-neutral-bg-weak\/75 {
  border-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.75);
}
.n-border-palette-neutral-bg-weak\/80 {
  border-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.8);
}
.n-border-palette-neutral-bg-weak\/85 {
  border-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.85);
}
.n-border-palette-neutral-bg-weak\/90 {
  border-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.9);
}
.n-border-palette-neutral-bg-weak\/95 {
  border-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.95);
}
.n-border-palette-neutral-border-strong {
  border-color:rgb(var(--theme-palette-neutral-border-strong));
}
.n-border-palette-neutral-border-strong\/0 {
  border-color:rgb(var(--theme-palette-neutral-border-strong) / 0);
}
.n-border-palette-neutral-border-strong\/10 {
  border-color:rgb(var(--theme-palette-neutral-border-strong) / 0.1);
}
.n-border-palette-neutral-border-strong\/100 {
  border-color:rgb(var(--theme-palette-neutral-border-strong) / 1);
}
.n-border-palette-neutral-border-strong\/15 {
  border-color:rgb(var(--theme-palette-neutral-border-strong) / 0.15);
}
.n-border-palette-neutral-border-strong\/20 {
  border-color:rgb(var(--theme-palette-neutral-border-strong) / 0.2);
}
.n-border-palette-neutral-border-strong\/25 {
  border-color:rgb(var(--theme-palette-neutral-border-strong) / 0.25);
}
.n-border-palette-neutral-border-strong\/30 {
  border-color:rgb(var(--theme-palette-neutral-border-strong) / 0.3);
}
.n-border-palette-neutral-border-strong\/35 {
  border-color:rgb(var(--theme-palette-neutral-border-strong) / 0.35);
}
.n-border-palette-neutral-border-strong\/40 {
  border-color:rgb(var(--theme-palette-neutral-border-strong) / 0.4);
}
.n-border-palette-neutral-border-strong\/45 {
  border-color:rgb(var(--theme-palette-neutral-border-strong) / 0.45);
}
.n-border-palette-neutral-border-strong\/5 {
  border-color:rgb(var(--theme-palette-neutral-border-strong) / 0.05);
}
.n-border-palette-neutral-border-strong\/50 {
  border-color:rgb(var(--theme-palette-neutral-border-strong) / 0.5);
}
.n-border-palette-neutral-border-strong\/55 {
  border-color:rgb(var(--theme-palette-neutral-border-strong) / 0.55);
}
.n-border-palette-neutral-border-strong\/60 {
  border-color:rgb(var(--theme-palette-neutral-border-strong) / 0.6);
}
.n-border-palette-neutral-border-strong\/65 {
  border-color:rgb(var(--theme-palette-neutral-border-strong) / 0.65);
}
.n-border-palette-neutral-border-strong\/70 {
  border-color:rgb(var(--theme-palette-neutral-border-strong) / 0.7);
}
.n-border-palette-neutral-border-strong\/75 {
  border-color:rgb(var(--theme-palette-neutral-border-strong) / 0.75);
}
.n-border-palette-neutral-border-strong\/80 {
  border-color:rgb(var(--theme-palette-neutral-border-strong) / 0.8);
}
.n-border-palette-neutral-border-strong\/85 {
  border-color:rgb(var(--theme-palette-neutral-border-strong) / 0.85);
}
.n-border-palette-neutral-border-strong\/90 {
  border-color:rgb(var(--theme-palette-neutral-border-strong) / 0.9);
}
.n-border-palette-neutral-border-strong\/95 {
  border-color:rgb(var(--theme-palette-neutral-border-strong) / 0.95);
}
.n-border-palette-neutral-border-strongest {
  border-color:rgb(var(--theme-palette-neutral-border-strongest));
}
.n-border-palette-neutral-border-strongest\/0 {
  border-color:rgb(var(--theme-palette-neutral-border-strongest) / 0);
}
.n-border-palette-neutral-border-strongest\/10 {
  border-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.1);
}
.n-border-palette-neutral-border-strongest\/100 {
  border-color:rgb(var(--theme-palette-neutral-border-strongest) / 1);
}
.n-border-palette-neutral-border-strongest\/15 {
  border-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.15);
}
.n-border-palette-neutral-border-strongest\/20 {
  border-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.2);
}
.n-border-palette-neutral-border-strongest\/25 {
  border-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.25);
}
.n-border-palette-neutral-border-strongest\/30 {
  border-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.3);
}
.n-border-palette-neutral-border-strongest\/35 {
  border-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.35);
}
.n-border-palette-neutral-border-strongest\/40 {
  border-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.4);
}
.n-border-palette-neutral-border-strongest\/45 {
  border-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.45);
}
.n-border-palette-neutral-border-strongest\/5 {
  border-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.05);
}
.n-border-palette-neutral-border-strongest\/50 {
  border-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.5);
}
.n-border-palette-neutral-border-strongest\/55 {
  border-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.55);
}
.n-border-palette-neutral-border-strongest\/60 {
  border-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.6);
}
.n-border-palette-neutral-border-strongest\/65 {
  border-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.65);
}
.n-border-palette-neutral-border-strongest\/70 {
  border-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.7);
}
.n-border-palette-neutral-border-strongest\/75 {
  border-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.75);
}
.n-border-palette-neutral-border-strongest\/80 {
  border-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.8);
}
.n-border-palette-neutral-border-strongest\/85 {
  border-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.85);
}
.n-border-palette-neutral-border-strongest\/90 {
  border-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.9);
}
.n-border-palette-neutral-border-strongest\/95 {
  border-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.95);
}
.n-border-palette-neutral-border-weak {
  border-color:rgb(var(--theme-palette-neutral-border-weak));
}
.n-border-palette-neutral-border-weak\/0 {
  border-color:rgb(var(--theme-palette-neutral-border-weak) / 0);
}
.n-border-palette-neutral-border-weak\/10 {
  border-color:rgb(var(--theme-palette-neutral-border-weak) / 0.1);
}
.n-border-palette-neutral-border-weak\/100 {
  border-color:rgb(var(--theme-palette-neutral-border-weak) / 1);
}
.n-border-palette-neutral-border-weak\/15 {
  border-color:rgb(var(--theme-palette-neutral-border-weak) / 0.15);
}
.n-border-palette-neutral-border-weak\/20 {
  border-color:rgb(var(--theme-palette-neutral-border-weak) / 0.2);
}
.n-border-palette-neutral-border-weak\/25 {
  border-color:rgb(var(--theme-palette-neutral-border-weak) / 0.25);
}
.n-border-palette-neutral-border-weak\/30 {
  border-color:rgb(var(--theme-palette-neutral-border-weak) / 0.3);
}
.n-border-palette-neutral-border-weak\/35 {
  border-color:rgb(var(--theme-palette-neutral-border-weak) / 0.35);
}
.n-border-palette-neutral-border-weak\/40 {
  border-color:rgb(var(--theme-palette-neutral-border-weak) / 0.4);
}
.n-border-palette-neutral-border-weak\/45 {
  border-color:rgb(var(--theme-palette-neutral-border-weak) / 0.45);
}
.n-border-palette-neutral-border-weak\/5 {
  border-color:rgb(var(--theme-palette-neutral-border-weak) / 0.05);
}
.n-border-palette-neutral-border-weak\/50 {
  border-color:rgb(var(--theme-palette-neutral-border-weak) / 0.5);
}
.n-border-palette-neutral-border-weak\/55 {
  border-color:rgb(var(--theme-palette-neutral-border-weak) / 0.55);
}
.n-border-palette-neutral-border-weak\/60 {
  border-color:rgb(var(--theme-palette-neutral-border-weak) / 0.6);
}
.n-border-palette-neutral-border-weak\/65 {
  border-color:rgb(var(--theme-palette-neutral-border-weak) / 0.65);
}
.n-border-palette-neutral-border-weak\/70 {
  border-color:rgb(var(--theme-palette-neutral-border-weak) / 0.7);
}
.n-border-palette-neutral-border-weak\/75 {
  border-color:rgb(var(--theme-palette-neutral-border-weak) / 0.75);
}
.n-border-palette-neutral-border-weak\/80 {
  border-color:rgb(var(--theme-palette-neutral-border-weak) / 0.8);
}
.n-border-palette-neutral-border-weak\/85 {
  border-color:rgb(var(--theme-palette-neutral-border-weak) / 0.85);
}
.n-border-palette-neutral-border-weak\/90 {
  border-color:rgb(var(--theme-palette-neutral-border-weak) / 0.9);
}
.n-border-palette-neutral-border-weak\/95 {
  border-color:rgb(var(--theme-palette-neutral-border-weak) / 0.95);
}
.n-border-palette-neutral-hover {
  border-color:rgb(var(--theme-palette-neutral-hover));
}
.n-border-palette-neutral-hover\/0 {
  border-color:rgb(var(--theme-palette-neutral-hover) / 0);
}
.n-border-palette-neutral-hover\/10 {
  border-color:rgb(var(--theme-palette-neutral-hover) / 0.1);
}
.n-border-palette-neutral-hover\/100 {
  border-color:rgb(var(--theme-palette-neutral-hover) / 1);
}
.n-border-palette-neutral-hover\/15 {
  border-color:rgb(var(--theme-palette-neutral-hover) / 0.15);
}
.n-border-palette-neutral-hover\/20 {
  border-color:rgb(var(--theme-palette-neutral-hover) / 0.2);
}
.n-border-palette-neutral-hover\/25 {
  border-color:rgb(var(--theme-palette-neutral-hover) / 0.25);
}
.n-border-palette-neutral-hover\/30 {
  border-color:rgb(var(--theme-palette-neutral-hover) / 0.3);
}
.n-border-palette-neutral-hover\/35 {
  border-color:rgb(var(--theme-palette-neutral-hover) / 0.35);
}
.n-border-palette-neutral-hover\/40 {
  border-color:rgb(var(--theme-palette-neutral-hover) / 0.4);
}
.n-border-palette-neutral-hover\/45 {
  border-color:rgb(var(--theme-palette-neutral-hover) / 0.45);
}
.n-border-palette-neutral-hover\/5 {
  border-color:rgb(var(--theme-palette-neutral-hover) / 0.05);
}
.n-border-palette-neutral-hover\/50 {
  border-color:rgb(var(--theme-palette-neutral-hover) / 0.5);
}
.n-border-palette-neutral-hover\/55 {
  border-color:rgb(var(--theme-palette-neutral-hover) / 0.55);
}
.n-border-palette-neutral-hover\/60 {
  border-color:rgb(var(--theme-palette-neutral-hover) / 0.6);
}
.n-border-palette-neutral-hover\/65 {
  border-color:rgb(var(--theme-palette-neutral-hover) / 0.65);
}
.n-border-palette-neutral-hover\/70 {
  border-color:rgb(var(--theme-palette-neutral-hover) / 0.7);
}
.n-border-palette-neutral-hover\/75 {
  border-color:rgb(var(--theme-palette-neutral-hover) / 0.75);
}
.n-border-palette-neutral-hover\/80 {
  border-color:rgb(var(--theme-palette-neutral-hover) / 0.8);
}
.n-border-palette-neutral-hover\/85 {
  border-color:rgb(var(--theme-palette-neutral-hover) / 0.85);
}
.n-border-palette-neutral-hover\/90 {
  border-color:rgb(var(--theme-palette-neutral-hover) / 0.9);
}
.n-border-palette-neutral-hover\/95 {
  border-color:rgb(var(--theme-palette-neutral-hover) / 0.95);
}
.n-border-palette-neutral-icon {
  border-color:rgb(var(--theme-palette-neutral-icon));
}
.n-border-palette-neutral-icon\/0 {
  border-color:rgb(var(--theme-palette-neutral-icon) / 0);
}
.n-border-palette-neutral-icon\/10 {
  border-color:rgb(var(--theme-palette-neutral-icon) / 0.1);
}
.n-border-palette-neutral-icon\/100 {
  border-color:rgb(var(--theme-palette-neutral-icon) / 1);
}
.n-border-palette-neutral-icon\/15 {
  border-color:rgb(var(--theme-palette-neutral-icon) / 0.15);
}
.n-border-palette-neutral-icon\/20 {
  border-color:rgb(var(--theme-palette-neutral-icon) / 0.2);
}
.n-border-palette-neutral-icon\/25 {
  border-color:rgb(var(--theme-palette-neutral-icon) / 0.25);
}
.n-border-palette-neutral-icon\/30 {
  border-color:rgb(var(--theme-palette-neutral-icon) / 0.3);
}
.n-border-palette-neutral-icon\/35 {
  border-color:rgb(var(--theme-palette-neutral-icon) / 0.35);
}
.n-border-palette-neutral-icon\/40 {
  border-color:rgb(var(--theme-palette-neutral-icon) / 0.4);
}
.n-border-palette-neutral-icon\/45 {
  border-color:rgb(var(--theme-palette-neutral-icon) / 0.45);
}
.n-border-palette-neutral-icon\/5 {
  border-color:rgb(var(--theme-palette-neutral-icon) / 0.05);
}
.n-border-palette-neutral-icon\/50 {
  border-color:rgb(var(--theme-palette-neutral-icon) / 0.5);
}
.n-border-palette-neutral-icon\/55 {
  border-color:rgb(var(--theme-palette-neutral-icon) / 0.55);
}
.n-border-palette-neutral-icon\/60 {
  border-color:rgb(var(--theme-palette-neutral-icon) / 0.6);
}
.n-border-palette-neutral-icon\/65 {
  border-color:rgb(var(--theme-palette-neutral-icon) / 0.65);
}
.n-border-palette-neutral-icon\/70 {
  border-color:rgb(var(--theme-palette-neutral-icon) / 0.7);
}
.n-border-palette-neutral-icon\/75 {
  border-color:rgb(var(--theme-palette-neutral-icon) / 0.75);
}
.n-border-palette-neutral-icon\/80 {
  border-color:rgb(var(--theme-palette-neutral-icon) / 0.8);
}
.n-border-palette-neutral-icon\/85 {
  border-color:rgb(var(--theme-palette-neutral-icon) / 0.85);
}
.n-border-palette-neutral-icon\/90 {
  border-color:rgb(var(--theme-palette-neutral-icon) / 0.9);
}
.n-border-palette-neutral-icon\/95 {
  border-color:rgb(var(--theme-palette-neutral-icon) / 0.95);
}
.n-border-palette-neutral-pressed {
  border-color:rgb(var(--theme-palette-neutral-pressed));
}
.n-border-palette-neutral-pressed\/0 {
  border-color:rgb(var(--theme-palette-neutral-pressed) / 0);
}
.n-border-palette-neutral-pressed\/10 {
  border-color:rgb(var(--theme-palette-neutral-pressed) / 0.1);
}
.n-border-palette-neutral-pressed\/100 {
  border-color:rgb(var(--theme-palette-neutral-pressed) / 1);
}
.n-border-palette-neutral-pressed\/15 {
  border-color:rgb(var(--theme-palette-neutral-pressed) / 0.15);
}
.n-border-palette-neutral-pressed\/20 {
  border-color:rgb(var(--theme-palette-neutral-pressed) / 0.2);
}
.n-border-palette-neutral-pressed\/25 {
  border-color:rgb(var(--theme-palette-neutral-pressed) / 0.25);
}
.n-border-palette-neutral-pressed\/30 {
  border-color:rgb(var(--theme-palette-neutral-pressed) / 0.3);
}
.n-border-palette-neutral-pressed\/35 {
  border-color:rgb(var(--theme-palette-neutral-pressed) / 0.35);
}
.n-border-palette-neutral-pressed\/40 {
  border-color:rgb(var(--theme-palette-neutral-pressed) / 0.4);
}
.n-border-palette-neutral-pressed\/45 {
  border-color:rgb(var(--theme-palette-neutral-pressed) / 0.45);
}
.n-border-palette-neutral-pressed\/5 {
  border-color:rgb(var(--theme-palette-neutral-pressed) / 0.05);
}
.n-border-palette-neutral-pressed\/50 {
  border-color:rgb(var(--theme-palette-neutral-pressed) / 0.5);
}
.n-border-palette-neutral-pressed\/55 {
  border-color:rgb(var(--theme-palette-neutral-pressed) / 0.55);
}
.n-border-palette-neutral-pressed\/60 {
  border-color:rgb(var(--theme-palette-neutral-pressed) / 0.6);
}
.n-border-palette-neutral-pressed\/65 {
  border-color:rgb(var(--theme-palette-neutral-pressed) / 0.65);
}
.n-border-palette-neutral-pressed\/70 {
  border-color:rgb(var(--theme-palette-neutral-pressed) / 0.7);
}
.n-border-palette-neutral-pressed\/75 {
  border-color:rgb(var(--theme-palette-neutral-pressed) / 0.75);
}
.n-border-palette-neutral-pressed\/80 {
  border-color:rgb(var(--theme-palette-neutral-pressed) / 0.8);
}
.n-border-palette-neutral-pressed\/85 {
  border-color:rgb(var(--theme-palette-neutral-pressed) / 0.85);
}
.n-border-palette-neutral-pressed\/90 {
  border-color:rgb(var(--theme-palette-neutral-pressed) / 0.9);
}
.n-border-palette-neutral-pressed\/95 {
  border-color:rgb(var(--theme-palette-neutral-pressed) / 0.95);
}
.n-border-palette-neutral-text-default {
  border-color:rgb(var(--theme-palette-neutral-text-default));
}
.n-border-palette-neutral-text-default\/0 {
  border-color:rgb(var(--theme-palette-neutral-text-default) / 0);
}
.n-border-palette-neutral-text-default\/10 {
  border-color:rgb(var(--theme-palette-neutral-text-default) / 0.1);
}
.n-border-palette-neutral-text-default\/100 {
  border-color:rgb(var(--theme-palette-neutral-text-default) / 1);
}
.n-border-palette-neutral-text-default\/15 {
  border-color:rgb(var(--theme-palette-neutral-text-default) / 0.15);
}
.n-border-palette-neutral-text-default\/20 {
  border-color:rgb(var(--theme-palette-neutral-text-default) / 0.2);
}
.n-border-palette-neutral-text-default\/25 {
  border-color:rgb(var(--theme-palette-neutral-text-default) / 0.25);
}
.n-border-palette-neutral-text-default\/30 {
  border-color:rgb(var(--theme-palette-neutral-text-default) / 0.3);
}
.n-border-palette-neutral-text-default\/35 {
  border-color:rgb(var(--theme-palette-neutral-text-default) / 0.35);
}
.n-border-palette-neutral-text-default\/40 {
  border-color:rgb(var(--theme-palette-neutral-text-default) / 0.4);
}
.n-border-palette-neutral-text-default\/45 {
  border-color:rgb(var(--theme-palette-neutral-text-default) / 0.45);
}
.n-border-palette-neutral-text-default\/5 {
  border-color:rgb(var(--theme-palette-neutral-text-default) / 0.05);
}
.n-border-palette-neutral-text-default\/50 {
  border-color:rgb(var(--theme-palette-neutral-text-default) / 0.5);
}
.n-border-palette-neutral-text-default\/55 {
  border-color:rgb(var(--theme-palette-neutral-text-default) / 0.55);
}
.n-border-palette-neutral-text-default\/60 {
  border-color:rgb(var(--theme-palette-neutral-text-default) / 0.6);
}
.n-border-palette-neutral-text-default\/65 {
  border-color:rgb(var(--theme-palette-neutral-text-default) / 0.65);
}
.n-border-palette-neutral-text-default\/70 {
  border-color:rgb(var(--theme-palette-neutral-text-default) / 0.7);
}
.n-border-palette-neutral-text-default\/75 {
  border-color:rgb(var(--theme-palette-neutral-text-default) / 0.75);
}
.n-border-palette-neutral-text-default\/80 {
  border-color:rgb(var(--theme-palette-neutral-text-default) / 0.8);
}
.n-border-palette-neutral-text-default\/85 {
  border-color:rgb(var(--theme-palette-neutral-text-default) / 0.85);
}
.n-border-palette-neutral-text-default\/90 {
  border-color:rgb(var(--theme-palette-neutral-text-default) / 0.9);
}
.n-border-palette-neutral-text-default\/95 {
  border-color:rgb(var(--theme-palette-neutral-text-default) / 0.95);
}
.n-border-palette-neutral-text-inverse {
  border-color:rgb(var(--theme-palette-neutral-text-inverse));
}
.n-border-palette-neutral-text-inverse\/0 {
  border-color:rgb(var(--theme-palette-neutral-text-inverse) / 0);
}
.n-border-palette-neutral-text-inverse\/10 {
  border-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.1);
}
.n-border-palette-neutral-text-inverse\/100 {
  border-color:rgb(var(--theme-palette-neutral-text-inverse) / 1);
}
.n-border-palette-neutral-text-inverse\/15 {
  border-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.15);
}
.n-border-palette-neutral-text-inverse\/20 {
  border-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.2);
}
.n-border-palette-neutral-text-inverse\/25 {
  border-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.25);
}
.n-border-palette-neutral-text-inverse\/30 {
  border-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.3);
}
.n-border-palette-neutral-text-inverse\/35 {
  border-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.35);
}
.n-border-palette-neutral-text-inverse\/40 {
  border-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.4);
}
.n-border-palette-neutral-text-inverse\/45 {
  border-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.45);
}
.n-border-palette-neutral-text-inverse\/5 {
  border-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.05);
}
.n-border-palette-neutral-text-inverse\/50 {
  border-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.5);
}
.n-border-palette-neutral-text-inverse\/55 {
  border-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.55);
}
.n-border-palette-neutral-text-inverse\/60 {
  border-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.6);
}
.n-border-palette-neutral-text-inverse\/65 {
  border-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.65);
}
.n-border-palette-neutral-text-inverse\/70 {
  border-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.7);
}
.n-border-palette-neutral-text-inverse\/75 {
  border-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.75);
}
.n-border-palette-neutral-text-inverse\/80 {
  border-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.8);
}
.n-border-palette-neutral-text-inverse\/85 {
  border-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.85);
}
.n-border-palette-neutral-text-inverse\/90 {
  border-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.9);
}
.n-border-palette-neutral-text-inverse\/95 {
  border-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.95);
}
.n-border-palette-neutral-text-weak {
  border-color:rgb(var(--theme-palette-neutral-text-weak));
}
.n-border-palette-neutral-text-weak\/0 {
  border-color:rgb(var(--theme-palette-neutral-text-weak) / 0);
}
.n-border-palette-neutral-text-weak\/10 {
  border-color:rgb(var(--theme-palette-neutral-text-weak) / 0.1);
}
.n-border-palette-neutral-text-weak\/100 {
  border-color:rgb(var(--theme-palette-neutral-text-weak) / 1);
}
.n-border-palette-neutral-text-weak\/15 {
  border-color:rgb(var(--theme-palette-neutral-text-weak) / 0.15);
}
.n-border-palette-neutral-text-weak\/20 {
  border-color:rgb(var(--theme-palette-neutral-text-weak) / 0.2);
}
.n-border-palette-neutral-text-weak\/25 {
  border-color:rgb(var(--theme-palette-neutral-text-weak) / 0.25);
}
.n-border-palette-neutral-text-weak\/30 {
  border-color:rgb(var(--theme-palette-neutral-text-weak) / 0.3);
}
.n-border-palette-neutral-text-weak\/35 {
  border-color:rgb(var(--theme-palette-neutral-text-weak) / 0.35);
}
.n-border-palette-neutral-text-weak\/40 {
  border-color:rgb(var(--theme-palette-neutral-text-weak) / 0.4);
}
.n-border-palette-neutral-text-weak\/45 {
  border-color:rgb(var(--theme-palette-neutral-text-weak) / 0.45);
}
.n-border-palette-neutral-text-weak\/5 {
  border-color:rgb(var(--theme-palette-neutral-text-weak) / 0.05);
}
.n-border-palette-neutral-text-weak\/50 {
  border-color:rgb(var(--theme-palette-neutral-text-weak) / 0.5);
}
.n-border-palette-neutral-text-weak\/55 {
  border-color:rgb(var(--theme-palette-neutral-text-weak) / 0.55);
}
.n-border-palette-neutral-text-weak\/60 {
  border-color:rgb(var(--theme-palette-neutral-text-weak) / 0.6);
}
.n-border-palette-neutral-text-weak\/65 {
  border-color:rgb(var(--theme-palette-neutral-text-weak) / 0.65);
}
.n-border-palette-neutral-text-weak\/70 {
  border-color:rgb(var(--theme-palette-neutral-text-weak) / 0.7);
}
.n-border-palette-neutral-text-weak\/75 {
  border-color:rgb(var(--theme-palette-neutral-text-weak) / 0.75);
}
.n-border-palette-neutral-text-weak\/80 {
  border-color:rgb(var(--theme-palette-neutral-text-weak) / 0.8);
}
.n-border-palette-neutral-text-weak\/85 {
  border-color:rgb(var(--theme-palette-neutral-text-weak) / 0.85);
}
.n-border-palette-neutral-text-weak\/90 {
  border-color:rgb(var(--theme-palette-neutral-text-weak) / 0.9);
}
.n-border-palette-neutral-text-weak\/95 {
  border-color:rgb(var(--theme-palette-neutral-text-weak) / 0.95);
}
.n-border-palette-neutral-text-weaker {
  border-color:rgb(var(--theme-palette-neutral-text-weaker));
}
.n-border-palette-neutral-text-weaker\/0 {
  border-color:rgb(var(--theme-palette-neutral-text-weaker) / 0);
}
.n-border-palette-neutral-text-weaker\/10 {
  border-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.1);
}
.n-border-palette-neutral-text-weaker\/100 {
  border-color:rgb(var(--theme-palette-neutral-text-weaker) / 1);
}
.n-border-palette-neutral-text-weaker\/15 {
  border-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.15);
}
.n-border-palette-neutral-text-weaker\/20 {
  border-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.2);
}
.n-border-palette-neutral-text-weaker\/25 {
  border-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.25);
}
.n-border-palette-neutral-text-weaker\/30 {
  border-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.3);
}
.n-border-palette-neutral-text-weaker\/35 {
  border-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.35);
}
.n-border-palette-neutral-text-weaker\/40 {
  border-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.4);
}
.n-border-palette-neutral-text-weaker\/45 {
  border-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.45);
}
.n-border-palette-neutral-text-weaker\/5 {
  border-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.05);
}
.n-border-palette-neutral-text-weaker\/50 {
  border-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.5);
}
.n-border-palette-neutral-text-weaker\/55 {
  border-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.55);
}
.n-border-palette-neutral-text-weaker\/60 {
  border-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.6);
}
.n-border-palette-neutral-text-weaker\/65 {
  border-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.65);
}
.n-border-palette-neutral-text-weaker\/70 {
  border-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.7);
}
.n-border-palette-neutral-text-weaker\/75 {
  border-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.75);
}
.n-border-palette-neutral-text-weaker\/80 {
  border-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.8);
}
.n-border-palette-neutral-text-weaker\/85 {
  border-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.85);
}
.n-border-palette-neutral-text-weaker\/90 {
  border-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.9);
}
.n-border-palette-neutral-text-weaker\/95 {
  border-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.95);
}
.n-border-palette-neutral-text-weakest {
  border-color:rgb(var(--theme-palette-neutral-text-weakest));
}
.n-border-palette-neutral-text-weakest\/0 {
  border-color:rgb(var(--theme-palette-neutral-text-weakest) / 0);
}
.n-border-palette-neutral-text-weakest\/10 {
  border-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.1);
}
.n-border-palette-neutral-text-weakest\/100 {
  border-color:rgb(var(--theme-palette-neutral-text-weakest) / 1);
}
.n-border-palette-neutral-text-weakest\/15 {
  border-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.15);
}
.n-border-palette-neutral-text-weakest\/20 {
  border-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.2);
}
.n-border-palette-neutral-text-weakest\/25 {
  border-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.25);
}
.n-border-palette-neutral-text-weakest\/30 {
  border-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.3);
}
.n-border-palette-neutral-text-weakest\/35 {
  border-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.35);
}
.n-border-palette-neutral-text-weakest\/40 {
  border-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.4);
}
.n-border-palette-neutral-text-weakest\/45 {
  border-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.45);
}
.n-border-palette-neutral-text-weakest\/5 {
  border-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.05);
}
.n-border-palette-neutral-text-weakest\/50 {
  border-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.5);
}
.n-border-palette-neutral-text-weakest\/55 {
  border-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.55);
}
.n-border-palette-neutral-text-weakest\/60 {
  border-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.6);
}
.n-border-palette-neutral-text-weakest\/65 {
  border-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.65);
}
.n-border-palette-neutral-text-weakest\/70 {
  border-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.7);
}
.n-border-palette-neutral-text-weakest\/75 {
  border-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.75);
}
.n-border-palette-neutral-text-weakest\/80 {
  border-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.8);
}
.n-border-palette-neutral-text-weakest\/85 {
  border-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.85);
}
.n-border-palette-neutral-text-weakest\/90 {
  border-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.9);
}
.n-border-palette-neutral-text-weakest\/95 {
  border-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.95);
}
.n-border-palette-primary-bg-selected {
  border-color:rgb(var(--theme-palette-primary-bg-selected));
}
.n-border-palette-primary-bg-selected\/0 {
  border-color:rgb(var(--theme-palette-primary-bg-selected) / 0);
}
.n-border-palette-primary-bg-selected\/10 {
  border-color:rgb(var(--theme-palette-primary-bg-selected) / 0.1);
}
.n-border-palette-primary-bg-selected\/100 {
  border-color:rgb(var(--theme-palette-primary-bg-selected) / 1);
}
.n-border-palette-primary-bg-selected\/15 {
  border-color:rgb(var(--theme-palette-primary-bg-selected) / 0.15);
}
.n-border-palette-primary-bg-selected\/20 {
  border-color:rgb(var(--theme-palette-primary-bg-selected) / 0.2);
}
.n-border-palette-primary-bg-selected\/25 {
  border-color:rgb(var(--theme-palette-primary-bg-selected) / 0.25);
}
.n-border-palette-primary-bg-selected\/30 {
  border-color:rgb(var(--theme-palette-primary-bg-selected) / 0.3);
}
.n-border-palette-primary-bg-selected\/35 {
  border-color:rgb(var(--theme-palette-primary-bg-selected) / 0.35);
}
.n-border-palette-primary-bg-selected\/40 {
  border-color:rgb(var(--theme-palette-primary-bg-selected) / 0.4);
}
.n-border-palette-primary-bg-selected\/45 {
  border-color:rgb(var(--theme-palette-primary-bg-selected) / 0.45);
}
.n-border-palette-primary-bg-selected\/5 {
  border-color:rgb(var(--theme-palette-primary-bg-selected) / 0.05);
}
.n-border-palette-primary-bg-selected\/50 {
  border-color:rgb(var(--theme-palette-primary-bg-selected) / 0.5);
}
.n-border-palette-primary-bg-selected\/55 {
  border-color:rgb(var(--theme-palette-primary-bg-selected) / 0.55);
}
.n-border-palette-primary-bg-selected\/60 {
  border-color:rgb(var(--theme-palette-primary-bg-selected) / 0.6);
}
.n-border-palette-primary-bg-selected\/65 {
  border-color:rgb(var(--theme-palette-primary-bg-selected) / 0.65);
}
.n-border-palette-primary-bg-selected\/70 {
  border-color:rgb(var(--theme-palette-primary-bg-selected) / 0.7);
}
.n-border-palette-primary-bg-selected\/75 {
  border-color:rgb(var(--theme-palette-primary-bg-selected) / 0.75);
}
.n-border-palette-primary-bg-selected\/80 {
  border-color:rgb(var(--theme-palette-primary-bg-selected) / 0.8);
}
.n-border-palette-primary-bg-selected\/85 {
  border-color:rgb(var(--theme-palette-primary-bg-selected) / 0.85);
}
.n-border-palette-primary-bg-selected\/90 {
  border-color:rgb(var(--theme-palette-primary-bg-selected) / 0.9);
}
.n-border-palette-primary-bg-selected\/95 {
  border-color:rgb(var(--theme-palette-primary-bg-selected) / 0.95);
}
.n-border-palette-primary-bg-status {
  border-color:rgb(var(--theme-palette-primary-bg-status));
}
.n-border-palette-primary-bg-status\/0 {
  border-color:rgb(var(--theme-palette-primary-bg-status) / 0);
}
.n-border-palette-primary-bg-status\/10 {
  border-color:rgb(var(--theme-palette-primary-bg-status) / 0.1);
}
.n-border-palette-primary-bg-status\/100 {
  border-color:rgb(var(--theme-palette-primary-bg-status) / 1);
}
.n-border-palette-primary-bg-status\/15 {
  border-color:rgb(var(--theme-palette-primary-bg-status) / 0.15);
}
.n-border-palette-primary-bg-status\/20 {
  border-color:rgb(var(--theme-palette-primary-bg-status) / 0.2);
}
.n-border-palette-primary-bg-status\/25 {
  border-color:rgb(var(--theme-palette-primary-bg-status) / 0.25);
}
.n-border-palette-primary-bg-status\/30 {
  border-color:rgb(var(--theme-palette-primary-bg-status) / 0.3);
}
.n-border-palette-primary-bg-status\/35 {
  border-color:rgb(var(--theme-palette-primary-bg-status) / 0.35);
}
.n-border-palette-primary-bg-status\/40 {
  border-color:rgb(var(--theme-palette-primary-bg-status) / 0.4);
}
.n-border-palette-primary-bg-status\/45 {
  border-color:rgb(var(--theme-palette-primary-bg-status) / 0.45);
}
.n-border-palette-primary-bg-status\/5 {
  border-color:rgb(var(--theme-palette-primary-bg-status) / 0.05);
}
.n-border-palette-primary-bg-status\/50 {
  border-color:rgb(var(--theme-palette-primary-bg-status) / 0.5);
}
.n-border-palette-primary-bg-status\/55 {
  border-color:rgb(var(--theme-palette-primary-bg-status) / 0.55);
}
.n-border-palette-primary-bg-status\/60 {
  border-color:rgb(var(--theme-palette-primary-bg-status) / 0.6);
}
.n-border-palette-primary-bg-status\/65 {
  border-color:rgb(var(--theme-palette-primary-bg-status) / 0.65);
}
.n-border-palette-primary-bg-status\/70 {
  border-color:rgb(var(--theme-palette-primary-bg-status) / 0.7);
}
.n-border-palette-primary-bg-status\/75 {
  border-color:rgb(var(--theme-palette-primary-bg-status) / 0.75);
}
.n-border-palette-primary-bg-status\/80 {
  border-color:rgb(var(--theme-palette-primary-bg-status) / 0.8);
}
.n-border-palette-primary-bg-status\/85 {
  border-color:rgb(var(--theme-palette-primary-bg-status) / 0.85);
}
.n-border-palette-primary-bg-status\/90 {
  border-color:rgb(var(--theme-palette-primary-bg-status) / 0.9);
}
.n-border-palette-primary-bg-status\/95 {
  border-color:rgb(var(--theme-palette-primary-bg-status) / 0.95);
}
.n-border-palette-primary-bg-strong {
  border-color:rgb(var(--theme-palette-primary-bg-strong));
}
.n-border-palette-primary-bg-strong\/0 {
  border-color:rgb(var(--theme-palette-primary-bg-strong) / 0);
}
.n-border-palette-primary-bg-strong\/10 {
  border-color:rgb(var(--theme-palette-primary-bg-strong) / 0.1);
}
.n-border-palette-primary-bg-strong\/100 {
  border-color:rgb(var(--theme-palette-primary-bg-strong) / 1);
}
.n-border-palette-primary-bg-strong\/15 {
  border-color:rgb(var(--theme-palette-primary-bg-strong) / 0.15);
}
.n-border-palette-primary-bg-strong\/20 {
  border-color:rgb(var(--theme-palette-primary-bg-strong) / 0.2);
}
.n-border-palette-primary-bg-strong\/25 {
  border-color:rgb(var(--theme-palette-primary-bg-strong) / 0.25);
}
.n-border-palette-primary-bg-strong\/30 {
  border-color:rgb(var(--theme-palette-primary-bg-strong) / 0.3);
}
.n-border-palette-primary-bg-strong\/35 {
  border-color:rgb(var(--theme-palette-primary-bg-strong) / 0.35);
}
.n-border-palette-primary-bg-strong\/40 {
  border-color:rgb(var(--theme-palette-primary-bg-strong) / 0.4);
}
.n-border-palette-primary-bg-strong\/45 {
  border-color:rgb(var(--theme-palette-primary-bg-strong) / 0.45);
}
.n-border-palette-primary-bg-strong\/5 {
  border-color:rgb(var(--theme-palette-primary-bg-strong) / 0.05);
}
.n-border-palette-primary-bg-strong\/50 {
  border-color:rgb(var(--theme-palette-primary-bg-strong) / 0.5);
}
.n-border-palette-primary-bg-strong\/55 {
  border-color:rgb(var(--theme-palette-primary-bg-strong) / 0.55);
}
.n-border-palette-primary-bg-strong\/60 {
  border-color:rgb(var(--theme-palette-primary-bg-strong) / 0.6);
}
.n-border-palette-primary-bg-strong\/65 {
  border-color:rgb(var(--theme-palette-primary-bg-strong) / 0.65);
}
.n-border-palette-primary-bg-strong\/70 {
  border-color:rgb(var(--theme-palette-primary-bg-strong) / 0.7);
}
.n-border-palette-primary-bg-strong\/75 {
  border-color:rgb(var(--theme-palette-primary-bg-strong) / 0.75);
}
.n-border-palette-primary-bg-strong\/80 {
  border-color:rgb(var(--theme-palette-primary-bg-strong) / 0.8);
}
.n-border-palette-primary-bg-strong\/85 {
  border-color:rgb(var(--theme-palette-primary-bg-strong) / 0.85);
}
.n-border-palette-primary-bg-strong\/90 {
  border-color:rgb(var(--theme-palette-primary-bg-strong) / 0.9);
}
.n-border-palette-primary-bg-strong\/95 {
  border-color:rgb(var(--theme-palette-primary-bg-strong) / 0.95);
}
.n-border-palette-primary-bg-weak {
  border-color:rgb(var(--theme-palette-primary-bg-weak));
}
.n-border-palette-primary-bg-weak\/0 {
  border-color:rgb(var(--theme-palette-primary-bg-weak) / 0);
}
.n-border-palette-primary-bg-weak\/10 {
  border-color:rgb(var(--theme-palette-primary-bg-weak) / 0.1);
}
.n-border-palette-primary-bg-weak\/100 {
  border-color:rgb(var(--theme-palette-primary-bg-weak) / 1);
}
.n-border-palette-primary-bg-weak\/15 {
  border-color:rgb(var(--theme-palette-primary-bg-weak) / 0.15);
}
.n-border-palette-primary-bg-weak\/20 {
  border-color:rgb(var(--theme-palette-primary-bg-weak) / 0.2);
}
.n-border-palette-primary-bg-weak\/25 {
  border-color:rgb(var(--theme-palette-primary-bg-weak) / 0.25);
}
.n-border-palette-primary-bg-weak\/30 {
  border-color:rgb(var(--theme-palette-primary-bg-weak) / 0.3);
}
.n-border-palette-primary-bg-weak\/35 {
  border-color:rgb(var(--theme-palette-primary-bg-weak) / 0.35);
}
.n-border-palette-primary-bg-weak\/40 {
  border-color:rgb(var(--theme-palette-primary-bg-weak) / 0.4);
}
.n-border-palette-primary-bg-weak\/45 {
  border-color:rgb(var(--theme-palette-primary-bg-weak) / 0.45);
}
.n-border-palette-primary-bg-weak\/5 {
  border-color:rgb(var(--theme-palette-primary-bg-weak) / 0.05);
}
.n-border-palette-primary-bg-weak\/50 {
  border-color:rgb(var(--theme-palette-primary-bg-weak) / 0.5);
}
.n-border-palette-primary-bg-weak\/55 {
  border-color:rgb(var(--theme-palette-primary-bg-weak) / 0.55);
}
.n-border-palette-primary-bg-weak\/60 {
  border-color:rgb(var(--theme-palette-primary-bg-weak) / 0.6);
}
.n-border-palette-primary-bg-weak\/65 {
  border-color:rgb(var(--theme-palette-primary-bg-weak) / 0.65);
}
.n-border-palette-primary-bg-weak\/70 {
  border-color:rgb(var(--theme-palette-primary-bg-weak) / 0.7);
}
.n-border-palette-primary-bg-weak\/75 {
  border-color:rgb(var(--theme-palette-primary-bg-weak) / 0.75);
}
.n-border-palette-primary-bg-weak\/80 {
  border-color:rgb(var(--theme-palette-primary-bg-weak) / 0.8);
}
.n-border-palette-primary-bg-weak\/85 {
  border-color:rgb(var(--theme-palette-primary-bg-weak) / 0.85);
}
.n-border-palette-primary-bg-weak\/90 {
  border-color:rgb(var(--theme-palette-primary-bg-weak) / 0.9);
}
.n-border-palette-primary-bg-weak\/95 {
  border-color:rgb(var(--theme-palette-primary-bg-weak) / 0.95);
}
.n-border-palette-primary-border-strong {
  border-color:rgb(var(--theme-palette-primary-border-strong));
}
.n-border-palette-primary-border-strong\/0 {
  border-color:rgb(var(--theme-palette-primary-border-strong) / 0);
}
.n-border-palette-primary-border-strong\/10 {
  border-color:rgb(var(--theme-palette-primary-border-strong) / 0.1);
}
.n-border-palette-primary-border-strong\/100 {
  border-color:rgb(var(--theme-palette-primary-border-strong) / 1);
}
.n-border-palette-primary-border-strong\/15 {
  border-color:rgb(var(--theme-palette-primary-border-strong) / 0.15);
}
.n-border-palette-primary-border-strong\/20 {
  border-color:rgb(var(--theme-palette-primary-border-strong) / 0.2);
}
.n-border-palette-primary-border-strong\/25 {
  border-color:rgb(var(--theme-palette-primary-border-strong) / 0.25);
}
.n-border-palette-primary-border-strong\/30 {
  border-color:rgb(var(--theme-palette-primary-border-strong) / 0.3);
}
.n-border-palette-primary-border-strong\/35 {
  border-color:rgb(var(--theme-palette-primary-border-strong) / 0.35);
}
.n-border-palette-primary-border-strong\/40 {
  border-color:rgb(var(--theme-palette-primary-border-strong) / 0.4);
}
.n-border-palette-primary-border-strong\/45 {
  border-color:rgb(var(--theme-palette-primary-border-strong) / 0.45);
}
.n-border-palette-primary-border-strong\/5 {
  border-color:rgb(var(--theme-palette-primary-border-strong) / 0.05);
}
.n-border-palette-primary-border-strong\/50 {
  border-color:rgb(var(--theme-palette-primary-border-strong) / 0.5);
}
.n-border-palette-primary-border-strong\/55 {
  border-color:rgb(var(--theme-palette-primary-border-strong) / 0.55);
}
.n-border-palette-primary-border-strong\/60 {
  border-color:rgb(var(--theme-palette-primary-border-strong) / 0.6);
}
.n-border-palette-primary-border-strong\/65 {
  border-color:rgb(var(--theme-palette-primary-border-strong) / 0.65);
}
.n-border-palette-primary-border-strong\/70 {
  border-color:rgb(var(--theme-palette-primary-border-strong) / 0.7);
}
.n-border-palette-primary-border-strong\/75 {
  border-color:rgb(var(--theme-palette-primary-border-strong) / 0.75);
}
.n-border-palette-primary-border-strong\/80 {
  border-color:rgb(var(--theme-palette-primary-border-strong) / 0.8);
}
.n-border-palette-primary-border-strong\/85 {
  border-color:rgb(var(--theme-palette-primary-border-strong) / 0.85);
}
.n-border-palette-primary-border-strong\/90 {
  border-color:rgb(var(--theme-palette-primary-border-strong) / 0.9);
}
.n-border-palette-primary-border-strong\/95 {
  border-color:rgb(var(--theme-palette-primary-border-strong) / 0.95);
}
.n-border-palette-primary-border-weak {
  border-color:rgb(var(--theme-palette-primary-border-weak));
}
.n-border-palette-primary-border-weak\/0 {
  border-color:rgb(var(--theme-palette-primary-border-weak) / 0);
}
.n-border-palette-primary-border-weak\/10 {
  border-color:rgb(var(--theme-palette-primary-border-weak) / 0.1);
}
.n-border-palette-primary-border-weak\/100 {
  border-color:rgb(var(--theme-palette-primary-border-weak) / 1);
}
.n-border-palette-primary-border-weak\/15 {
  border-color:rgb(var(--theme-palette-primary-border-weak) / 0.15);
}
.n-border-palette-primary-border-weak\/20 {
  border-color:rgb(var(--theme-palette-primary-border-weak) / 0.2);
}
.n-border-palette-primary-border-weak\/25 {
  border-color:rgb(var(--theme-palette-primary-border-weak) / 0.25);
}
.n-border-palette-primary-border-weak\/30 {
  border-color:rgb(var(--theme-palette-primary-border-weak) / 0.3);
}
.n-border-palette-primary-border-weak\/35 {
  border-color:rgb(var(--theme-palette-primary-border-weak) / 0.35);
}
.n-border-palette-primary-border-weak\/40 {
  border-color:rgb(var(--theme-palette-primary-border-weak) / 0.4);
}
.n-border-palette-primary-border-weak\/45 {
  border-color:rgb(var(--theme-palette-primary-border-weak) / 0.45);
}
.n-border-palette-primary-border-weak\/5 {
  border-color:rgb(var(--theme-palette-primary-border-weak) / 0.05);
}
.n-border-palette-primary-border-weak\/50 {
  border-color:rgb(var(--theme-palette-primary-border-weak) / 0.5);
}
.n-border-palette-primary-border-weak\/55 {
  border-color:rgb(var(--theme-palette-primary-border-weak) / 0.55);
}
.n-border-palette-primary-border-weak\/60 {
  border-color:rgb(var(--theme-palette-primary-border-weak) / 0.6);
}
.n-border-palette-primary-border-weak\/65 {
  border-color:rgb(var(--theme-palette-primary-border-weak) / 0.65);
}
.n-border-palette-primary-border-weak\/70 {
  border-color:rgb(var(--theme-palette-primary-border-weak) / 0.7);
}
.n-border-palette-primary-border-weak\/75 {
  border-color:rgb(var(--theme-palette-primary-border-weak) / 0.75);
}
.n-border-palette-primary-border-weak\/80 {
  border-color:rgb(var(--theme-palette-primary-border-weak) / 0.8);
}
.n-border-palette-primary-border-weak\/85 {
  border-color:rgb(var(--theme-palette-primary-border-weak) / 0.85);
}
.n-border-palette-primary-border-weak\/90 {
  border-color:rgb(var(--theme-palette-primary-border-weak) / 0.9);
}
.n-border-palette-primary-border-weak\/95 {
  border-color:rgb(var(--theme-palette-primary-border-weak) / 0.95);
}
.n-border-palette-primary-focus {
  border-color:rgb(var(--theme-palette-primary-focus));
}
.n-border-palette-primary-focus\/0 {
  border-color:rgb(var(--theme-palette-primary-focus) / 0);
}
.n-border-palette-primary-focus\/10 {
  border-color:rgb(var(--theme-palette-primary-focus) / 0.1);
}
.n-border-palette-primary-focus\/100 {
  border-color:rgb(var(--theme-palette-primary-focus) / 1);
}
.n-border-palette-primary-focus\/15 {
  border-color:rgb(var(--theme-palette-primary-focus) / 0.15);
}
.n-border-palette-primary-focus\/20 {
  border-color:rgb(var(--theme-palette-primary-focus) / 0.2);
}
.n-border-palette-primary-focus\/25 {
  border-color:rgb(var(--theme-palette-primary-focus) / 0.25);
}
.n-border-palette-primary-focus\/30 {
  border-color:rgb(var(--theme-palette-primary-focus) / 0.3);
}
.n-border-palette-primary-focus\/35 {
  border-color:rgb(var(--theme-palette-primary-focus) / 0.35);
}
.n-border-palette-primary-focus\/40 {
  border-color:rgb(var(--theme-palette-primary-focus) / 0.4);
}
.n-border-palette-primary-focus\/45 {
  border-color:rgb(var(--theme-palette-primary-focus) / 0.45);
}
.n-border-palette-primary-focus\/5 {
  border-color:rgb(var(--theme-palette-primary-focus) / 0.05);
}
.n-border-palette-primary-focus\/50 {
  border-color:rgb(var(--theme-palette-primary-focus) / 0.5);
}
.n-border-palette-primary-focus\/55 {
  border-color:rgb(var(--theme-palette-primary-focus) / 0.55);
}
.n-border-palette-primary-focus\/60 {
  border-color:rgb(var(--theme-palette-primary-focus) / 0.6);
}
.n-border-palette-primary-focus\/65 {
  border-color:rgb(var(--theme-palette-primary-focus) / 0.65);
}
.n-border-palette-primary-focus\/70 {
  border-color:rgb(var(--theme-palette-primary-focus) / 0.7);
}
.n-border-palette-primary-focus\/75 {
  border-color:rgb(var(--theme-palette-primary-focus) / 0.75);
}
.n-border-palette-primary-focus\/80 {
  border-color:rgb(var(--theme-palette-primary-focus) / 0.8);
}
.n-border-palette-primary-focus\/85 {
  border-color:rgb(var(--theme-palette-primary-focus) / 0.85);
}
.n-border-palette-primary-focus\/90 {
  border-color:rgb(var(--theme-palette-primary-focus) / 0.9);
}
.n-border-palette-primary-focus\/95 {
  border-color:rgb(var(--theme-palette-primary-focus) / 0.95);
}
.n-border-palette-primary-hover-strong {
  border-color:rgb(var(--theme-palette-primary-hover-strong));
}
.n-border-palette-primary-hover-strong\/0 {
  border-color:rgb(var(--theme-palette-primary-hover-strong) / 0);
}
.n-border-palette-primary-hover-strong\/10 {
  border-color:rgb(var(--theme-palette-primary-hover-strong) / 0.1);
}
.n-border-palette-primary-hover-strong\/100 {
  border-color:rgb(var(--theme-palette-primary-hover-strong) / 1);
}
.n-border-palette-primary-hover-strong\/15 {
  border-color:rgb(var(--theme-palette-primary-hover-strong) / 0.15);
}
.n-border-palette-primary-hover-strong\/20 {
  border-color:rgb(var(--theme-palette-primary-hover-strong) / 0.2);
}
.n-border-palette-primary-hover-strong\/25 {
  border-color:rgb(var(--theme-palette-primary-hover-strong) / 0.25);
}
.n-border-palette-primary-hover-strong\/30 {
  border-color:rgb(var(--theme-palette-primary-hover-strong) / 0.3);
}
.n-border-palette-primary-hover-strong\/35 {
  border-color:rgb(var(--theme-palette-primary-hover-strong) / 0.35);
}
.n-border-palette-primary-hover-strong\/40 {
  border-color:rgb(var(--theme-palette-primary-hover-strong) / 0.4);
}
.n-border-palette-primary-hover-strong\/45 {
  border-color:rgb(var(--theme-palette-primary-hover-strong) / 0.45);
}
.n-border-palette-primary-hover-strong\/5 {
  border-color:rgb(var(--theme-palette-primary-hover-strong) / 0.05);
}
.n-border-palette-primary-hover-strong\/50 {
  border-color:rgb(var(--theme-palette-primary-hover-strong) / 0.5);
}
.n-border-palette-primary-hover-strong\/55 {
  border-color:rgb(var(--theme-palette-primary-hover-strong) / 0.55);
}
.n-border-palette-primary-hover-strong\/60 {
  border-color:rgb(var(--theme-palette-primary-hover-strong) / 0.6);
}
.n-border-palette-primary-hover-strong\/65 {
  border-color:rgb(var(--theme-palette-primary-hover-strong) / 0.65);
}
.n-border-palette-primary-hover-strong\/70 {
  border-color:rgb(var(--theme-palette-primary-hover-strong) / 0.7);
}
.n-border-palette-primary-hover-strong\/75 {
  border-color:rgb(var(--theme-palette-primary-hover-strong) / 0.75);
}
.n-border-palette-primary-hover-strong\/80 {
  border-color:rgb(var(--theme-palette-primary-hover-strong) / 0.8);
}
.n-border-palette-primary-hover-strong\/85 {
  border-color:rgb(var(--theme-palette-primary-hover-strong) / 0.85);
}
.n-border-palette-primary-hover-strong\/90 {
  border-color:rgb(var(--theme-palette-primary-hover-strong) / 0.9);
}
.n-border-palette-primary-hover-strong\/95 {
  border-color:rgb(var(--theme-palette-primary-hover-strong) / 0.95);
}
.n-border-palette-primary-hover-weak {
  border-color:rgb(var(--theme-palette-primary-hover-weak));
}
.n-border-palette-primary-hover-weak\/0 {
  border-color:rgb(var(--theme-palette-primary-hover-weak) / 0);
}
.n-border-palette-primary-hover-weak\/10 {
  border-color:rgb(var(--theme-palette-primary-hover-weak) / 0.1);
}
.n-border-palette-primary-hover-weak\/100 {
  border-color:rgb(var(--theme-palette-primary-hover-weak) / 1);
}
.n-border-palette-primary-hover-weak\/15 {
  border-color:rgb(var(--theme-palette-primary-hover-weak) / 0.15);
}
.n-border-palette-primary-hover-weak\/20 {
  border-color:rgb(var(--theme-palette-primary-hover-weak) / 0.2);
}
.n-border-palette-primary-hover-weak\/25 {
  border-color:rgb(var(--theme-palette-primary-hover-weak) / 0.25);
}
.n-border-palette-primary-hover-weak\/30 {
  border-color:rgb(var(--theme-palette-primary-hover-weak) / 0.3);
}
.n-border-palette-primary-hover-weak\/35 {
  border-color:rgb(var(--theme-palette-primary-hover-weak) / 0.35);
}
.n-border-palette-primary-hover-weak\/40 {
  border-color:rgb(var(--theme-palette-primary-hover-weak) / 0.4);
}
.n-border-palette-primary-hover-weak\/45 {
  border-color:rgb(var(--theme-palette-primary-hover-weak) / 0.45);
}
.n-border-palette-primary-hover-weak\/5 {
  border-color:rgb(var(--theme-palette-primary-hover-weak) / 0.05);
}
.n-border-palette-primary-hover-weak\/50 {
  border-color:rgb(var(--theme-palette-primary-hover-weak) / 0.5);
}
.n-border-palette-primary-hover-weak\/55 {
  border-color:rgb(var(--theme-palette-primary-hover-weak) / 0.55);
}
.n-border-palette-primary-hover-weak\/60 {
  border-color:rgb(var(--theme-palette-primary-hover-weak) / 0.6);
}
.n-border-palette-primary-hover-weak\/65 {
  border-color:rgb(var(--theme-palette-primary-hover-weak) / 0.65);
}
.n-border-palette-primary-hover-weak\/70 {
  border-color:rgb(var(--theme-palette-primary-hover-weak) / 0.7);
}
.n-border-palette-primary-hover-weak\/75 {
  border-color:rgb(var(--theme-palette-primary-hover-weak) / 0.75);
}
.n-border-palette-primary-hover-weak\/80 {
  border-color:rgb(var(--theme-palette-primary-hover-weak) / 0.8);
}
.n-border-palette-primary-hover-weak\/85 {
  border-color:rgb(var(--theme-palette-primary-hover-weak) / 0.85);
}
.n-border-palette-primary-hover-weak\/90 {
  border-color:rgb(var(--theme-palette-primary-hover-weak) / 0.9);
}
.n-border-palette-primary-hover-weak\/95 {
  border-color:rgb(var(--theme-palette-primary-hover-weak) / 0.95);
}
.n-border-palette-primary-icon {
  border-color:rgb(var(--theme-palette-primary-icon));
}
.n-border-palette-primary-icon\/0 {
  border-color:rgb(var(--theme-palette-primary-icon) / 0);
}
.n-border-palette-primary-icon\/10 {
  border-color:rgb(var(--theme-palette-primary-icon) / 0.1);
}
.n-border-palette-primary-icon\/100 {
  border-color:rgb(var(--theme-palette-primary-icon) / 1);
}
.n-border-palette-primary-icon\/15 {
  border-color:rgb(var(--theme-palette-primary-icon) / 0.15);
}
.n-border-palette-primary-icon\/20 {
  border-color:rgb(var(--theme-palette-primary-icon) / 0.2);
}
.n-border-palette-primary-icon\/25 {
  border-color:rgb(var(--theme-palette-primary-icon) / 0.25);
}
.n-border-palette-primary-icon\/30 {
  border-color:rgb(var(--theme-palette-primary-icon) / 0.3);
}
.n-border-palette-primary-icon\/35 {
  border-color:rgb(var(--theme-palette-primary-icon) / 0.35);
}
.n-border-palette-primary-icon\/40 {
  border-color:rgb(var(--theme-palette-primary-icon) / 0.4);
}
.n-border-palette-primary-icon\/45 {
  border-color:rgb(var(--theme-palette-primary-icon) / 0.45);
}
.n-border-palette-primary-icon\/5 {
  border-color:rgb(var(--theme-palette-primary-icon) / 0.05);
}
.n-border-palette-primary-icon\/50 {
  border-color:rgb(var(--theme-palette-primary-icon) / 0.5);
}
.n-border-palette-primary-icon\/55 {
  border-color:rgb(var(--theme-palette-primary-icon) / 0.55);
}
.n-border-palette-primary-icon\/60 {
  border-color:rgb(var(--theme-palette-primary-icon) / 0.6);
}
.n-border-palette-primary-icon\/65 {
  border-color:rgb(var(--theme-palette-primary-icon) / 0.65);
}
.n-border-palette-primary-icon\/70 {
  border-color:rgb(var(--theme-palette-primary-icon) / 0.7);
}
.n-border-palette-primary-icon\/75 {
  border-color:rgb(var(--theme-palette-primary-icon) / 0.75);
}
.n-border-palette-primary-icon\/80 {
  border-color:rgb(var(--theme-palette-primary-icon) / 0.8);
}
.n-border-palette-primary-icon\/85 {
  border-color:rgb(var(--theme-palette-primary-icon) / 0.85);
}
.n-border-palette-primary-icon\/90 {
  border-color:rgb(var(--theme-palette-primary-icon) / 0.9);
}
.n-border-palette-primary-icon\/95 {
  border-color:rgb(var(--theme-palette-primary-icon) / 0.95);
}
.n-border-palette-primary-pressed-strong {
  border-color:rgb(var(--theme-palette-primary-pressed-strong));
}
.n-border-palette-primary-pressed-strong\/0 {
  border-color:rgb(var(--theme-palette-primary-pressed-strong) / 0);
}
.n-border-palette-primary-pressed-strong\/10 {
  border-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.1);
}
.n-border-palette-primary-pressed-strong\/100 {
  border-color:rgb(var(--theme-palette-primary-pressed-strong) / 1);
}
.n-border-palette-primary-pressed-strong\/15 {
  border-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.15);
}
.n-border-palette-primary-pressed-strong\/20 {
  border-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.2);
}
.n-border-palette-primary-pressed-strong\/25 {
  border-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.25);
}
.n-border-palette-primary-pressed-strong\/30 {
  border-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.3);
}
.n-border-palette-primary-pressed-strong\/35 {
  border-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.35);
}
.n-border-palette-primary-pressed-strong\/40 {
  border-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.4);
}
.n-border-palette-primary-pressed-strong\/45 {
  border-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.45);
}
.n-border-palette-primary-pressed-strong\/5 {
  border-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.05);
}
.n-border-palette-primary-pressed-strong\/50 {
  border-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.5);
}
.n-border-palette-primary-pressed-strong\/55 {
  border-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.55);
}
.n-border-palette-primary-pressed-strong\/60 {
  border-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.6);
}
.n-border-palette-primary-pressed-strong\/65 {
  border-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.65);
}
.n-border-palette-primary-pressed-strong\/70 {
  border-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.7);
}
.n-border-palette-primary-pressed-strong\/75 {
  border-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.75);
}
.n-border-palette-primary-pressed-strong\/80 {
  border-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.8);
}
.n-border-palette-primary-pressed-strong\/85 {
  border-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.85);
}
.n-border-palette-primary-pressed-strong\/90 {
  border-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.9);
}
.n-border-palette-primary-pressed-strong\/95 {
  border-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.95);
}
.n-border-palette-primary-pressed-weak {
  border-color:rgb(var(--theme-palette-primary-pressed-weak));
}
.n-border-palette-primary-pressed-weak\/0 {
  border-color:rgb(var(--theme-palette-primary-pressed-weak) / 0);
}
.n-border-palette-primary-pressed-weak\/10 {
  border-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.1);
}
.n-border-palette-primary-pressed-weak\/100 {
  border-color:rgb(var(--theme-palette-primary-pressed-weak) / 1);
}
.n-border-palette-primary-pressed-weak\/15 {
  border-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.15);
}
.n-border-palette-primary-pressed-weak\/20 {
  border-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.2);
}
.n-border-palette-primary-pressed-weak\/25 {
  border-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.25);
}
.n-border-palette-primary-pressed-weak\/30 {
  border-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.3);
}
.n-border-palette-primary-pressed-weak\/35 {
  border-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.35);
}
.n-border-palette-primary-pressed-weak\/40 {
  border-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.4);
}
.n-border-palette-primary-pressed-weak\/45 {
  border-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.45);
}
.n-border-palette-primary-pressed-weak\/5 {
  border-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.05);
}
.n-border-palette-primary-pressed-weak\/50 {
  border-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.5);
}
.n-border-palette-primary-pressed-weak\/55 {
  border-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.55);
}
.n-border-palette-primary-pressed-weak\/60 {
  border-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.6);
}
.n-border-palette-primary-pressed-weak\/65 {
  border-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.65);
}
.n-border-palette-primary-pressed-weak\/70 {
  border-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.7);
}
.n-border-palette-primary-pressed-weak\/75 {
  border-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.75);
}
.n-border-palette-primary-pressed-weak\/80 {
  border-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.8);
}
.n-border-palette-primary-pressed-weak\/85 {
  border-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.85);
}
.n-border-palette-primary-pressed-weak\/90 {
  border-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.9);
}
.n-border-palette-primary-pressed-weak\/95 {
  border-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.95);
}
.n-border-palette-primary-text {
  border-color:rgb(var(--theme-palette-primary-text));
}
.n-border-palette-primary-text\/0 {
  border-color:rgb(var(--theme-palette-primary-text) / 0);
}
.n-border-palette-primary-text\/10 {
  border-color:rgb(var(--theme-palette-primary-text) / 0.1);
}
.n-border-palette-primary-text\/100 {
  border-color:rgb(var(--theme-palette-primary-text) / 1);
}
.n-border-palette-primary-text\/15 {
  border-color:rgb(var(--theme-palette-primary-text) / 0.15);
}
.n-border-palette-primary-text\/20 {
  border-color:rgb(var(--theme-palette-primary-text) / 0.2);
}
.n-border-palette-primary-text\/25 {
  border-color:rgb(var(--theme-palette-primary-text) / 0.25);
}
.n-border-palette-primary-text\/30 {
  border-color:rgb(var(--theme-palette-primary-text) / 0.3);
}
.n-border-palette-primary-text\/35 {
  border-color:rgb(var(--theme-palette-primary-text) / 0.35);
}
.n-border-palette-primary-text\/40 {
  border-color:rgb(var(--theme-palette-primary-text) / 0.4);
}
.n-border-palette-primary-text\/45 {
  border-color:rgb(var(--theme-palette-primary-text) / 0.45);
}
.n-border-palette-primary-text\/5 {
  border-color:rgb(var(--theme-palette-primary-text) / 0.05);
}
.n-border-palette-primary-text\/50 {
  border-color:rgb(var(--theme-palette-primary-text) / 0.5);
}
.n-border-palette-primary-text\/55 {
  border-color:rgb(var(--theme-palette-primary-text) / 0.55);
}
.n-border-palette-primary-text\/60 {
  border-color:rgb(var(--theme-palette-primary-text) / 0.6);
}
.n-border-palette-primary-text\/65 {
  border-color:rgb(var(--theme-palette-primary-text) / 0.65);
}
.n-border-palette-primary-text\/70 {
  border-color:rgb(var(--theme-palette-primary-text) / 0.7);
}
.n-border-palette-primary-text\/75 {
  border-color:rgb(var(--theme-palette-primary-text) / 0.75);
}
.n-border-palette-primary-text\/80 {
  border-color:rgb(var(--theme-palette-primary-text) / 0.8);
}
.n-border-palette-primary-text\/85 {
  border-color:rgb(var(--theme-palette-primary-text) / 0.85);
}
.n-border-palette-primary-text\/90 {
  border-color:rgb(var(--theme-palette-primary-text) / 0.9);
}
.n-border-palette-primary-text\/95 {
  border-color:rgb(var(--theme-palette-primary-text) / 0.95);
}
.n-border-palette-success-bg-status {
  border-color:rgb(var(--theme-palette-success-bg-status));
}
.n-border-palette-success-bg-status\/0 {
  border-color:rgb(var(--theme-palette-success-bg-status) / 0);
}
.n-border-palette-success-bg-status\/10 {
  border-color:rgb(var(--theme-palette-success-bg-status) / 0.1);
}
.n-border-palette-success-bg-status\/100 {
  border-color:rgb(var(--theme-palette-success-bg-status) / 1);
}
.n-border-palette-success-bg-status\/15 {
  border-color:rgb(var(--theme-palette-success-bg-status) / 0.15);
}
.n-border-palette-success-bg-status\/20 {
  border-color:rgb(var(--theme-palette-success-bg-status) / 0.2);
}
.n-border-palette-success-bg-status\/25 {
  border-color:rgb(var(--theme-palette-success-bg-status) / 0.25);
}
.n-border-palette-success-bg-status\/30 {
  border-color:rgb(var(--theme-palette-success-bg-status) / 0.3);
}
.n-border-palette-success-bg-status\/35 {
  border-color:rgb(var(--theme-palette-success-bg-status) / 0.35);
}
.n-border-palette-success-bg-status\/40 {
  border-color:rgb(var(--theme-palette-success-bg-status) / 0.4);
}
.n-border-palette-success-bg-status\/45 {
  border-color:rgb(var(--theme-palette-success-bg-status) / 0.45);
}
.n-border-palette-success-bg-status\/5 {
  border-color:rgb(var(--theme-palette-success-bg-status) / 0.05);
}
.n-border-palette-success-bg-status\/50 {
  border-color:rgb(var(--theme-palette-success-bg-status) / 0.5);
}
.n-border-palette-success-bg-status\/55 {
  border-color:rgb(var(--theme-palette-success-bg-status) / 0.55);
}
.n-border-palette-success-bg-status\/60 {
  border-color:rgb(var(--theme-palette-success-bg-status) / 0.6);
}
.n-border-palette-success-bg-status\/65 {
  border-color:rgb(var(--theme-palette-success-bg-status) / 0.65);
}
.n-border-palette-success-bg-status\/70 {
  border-color:rgb(var(--theme-palette-success-bg-status) / 0.7);
}
.n-border-palette-success-bg-status\/75 {
  border-color:rgb(var(--theme-palette-success-bg-status) / 0.75);
}
.n-border-palette-success-bg-status\/80 {
  border-color:rgb(var(--theme-palette-success-bg-status) / 0.8);
}
.n-border-palette-success-bg-status\/85 {
  border-color:rgb(var(--theme-palette-success-bg-status) / 0.85);
}
.n-border-palette-success-bg-status\/90 {
  border-color:rgb(var(--theme-palette-success-bg-status) / 0.9);
}
.n-border-palette-success-bg-status\/95 {
  border-color:rgb(var(--theme-palette-success-bg-status) / 0.95);
}
.n-border-palette-success-bg-strong {
  border-color:rgb(var(--theme-palette-success-bg-strong));
}
.n-border-palette-success-bg-strong\/0 {
  border-color:rgb(var(--theme-palette-success-bg-strong) / 0);
}
.n-border-palette-success-bg-strong\/10 {
  border-color:rgb(var(--theme-palette-success-bg-strong) / 0.1);
}
.n-border-palette-success-bg-strong\/100 {
  border-color:rgb(var(--theme-palette-success-bg-strong) / 1);
}
.n-border-palette-success-bg-strong\/15 {
  border-color:rgb(var(--theme-palette-success-bg-strong) / 0.15);
}
.n-border-palette-success-bg-strong\/20 {
  border-color:rgb(var(--theme-palette-success-bg-strong) / 0.2);
}
.n-border-palette-success-bg-strong\/25 {
  border-color:rgb(var(--theme-palette-success-bg-strong) / 0.25);
}
.n-border-palette-success-bg-strong\/30 {
  border-color:rgb(var(--theme-palette-success-bg-strong) / 0.3);
}
.n-border-palette-success-bg-strong\/35 {
  border-color:rgb(var(--theme-palette-success-bg-strong) / 0.35);
}
.n-border-palette-success-bg-strong\/40 {
  border-color:rgb(var(--theme-palette-success-bg-strong) / 0.4);
}
.n-border-palette-success-bg-strong\/45 {
  border-color:rgb(var(--theme-palette-success-bg-strong) / 0.45);
}
.n-border-palette-success-bg-strong\/5 {
  border-color:rgb(var(--theme-palette-success-bg-strong) / 0.05);
}
.n-border-palette-success-bg-strong\/50 {
  border-color:rgb(var(--theme-palette-success-bg-strong) / 0.5);
}
.n-border-palette-success-bg-strong\/55 {
  border-color:rgb(var(--theme-palette-success-bg-strong) / 0.55);
}
.n-border-palette-success-bg-strong\/60 {
  border-color:rgb(var(--theme-palette-success-bg-strong) / 0.6);
}
.n-border-palette-success-bg-strong\/65 {
  border-color:rgb(var(--theme-palette-success-bg-strong) / 0.65);
}
.n-border-palette-success-bg-strong\/70 {
  border-color:rgb(var(--theme-palette-success-bg-strong) / 0.7);
}
.n-border-palette-success-bg-strong\/75 {
  border-color:rgb(var(--theme-palette-success-bg-strong) / 0.75);
}
.n-border-palette-success-bg-strong\/80 {
  border-color:rgb(var(--theme-palette-success-bg-strong) / 0.8);
}
.n-border-palette-success-bg-strong\/85 {
  border-color:rgb(var(--theme-palette-success-bg-strong) / 0.85);
}
.n-border-palette-success-bg-strong\/90 {
  border-color:rgb(var(--theme-palette-success-bg-strong) / 0.9);
}
.n-border-palette-success-bg-strong\/95 {
  border-color:rgb(var(--theme-palette-success-bg-strong) / 0.95);
}
.n-border-palette-success-bg-weak {
  border-color:rgb(var(--theme-palette-success-bg-weak));
}
.n-border-palette-success-bg-weak\/0 {
  border-color:rgb(var(--theme-palette-success-bg-weak) / 0);
}
.n-border-palette-success-bg-weak\/10 {
  border-color:rgb(var(--theme-palette-success-bg-weak) / 0.1);
}
.n-border-palette-success-bg-weak\/100 {
  border-color:rgb(var(--theme-palette-success-bg-weak) / 1);
}
.n-border-palette-success-bg-weak\/15 {
  border-color:rgb(var(--theme-palette-success-bg-weak) / 0.15);
}
.n-border-palette-success-bg-weak\/20 {
  border-color:rgb(var(--theme-palette-success-bg-weak) / 0.2);
}
.n-border-palette-success-bg-weak\/25 {
  border-color:rgb(var(--theme-palette-success-bg-weak) / 0.25);
}
.n-border-palette-success-bg-weak\/30 {
  border-color:rgb(var(--theme-palette-success-bg-weak) / 0.3);
}
.n-border-palette-success-bg-weak\/35 {
  border-color:rgb(var(--theme-palette-success-bg-weak) / 0.35);
}
.n-border-palette-success-bg-weak\/40 {
  border-color:rgb(var(--theme-palette-success-bg-weak) / 0.4);
}
.n-border-palette-success-bg-weak\/45 {
  border-color:rgb(var(--theme-palette-success-bg-weak) / 0.45);
}
.n-border-palette-success-bg-weak\/5 {
  border-color:rgb(var(--theme-palette-success-bg-weak) / 0.05);
}
.n-border-palette-success-bg-weak\/50 {
  border-color:rgb(var(--theme-palette-success-bg-weak) / 0.5);
}
.n-border-palette-success-bg-weak\/55 {
  border-color:rgb(var(--theme-palette-success-bg-weak) / 0.55);
}
.n-border-palette-success-bg-weak\/60 {
  border-color:rgb(var(--theme-palette-success-bg-weak) / 0.6);
}
.n-border-palette-success-bg-weak\/65 {
  border-color:rgb(var(--theme-palette-success-bg-weak) / 0.65);
}
.n-border-palette-success-bg-weak\/70 {
  border-color:rgb(var(--theme-palette-success-bg-weak) / 0.7);
}
.n-border-palette-success-bg-weak\/75 {
  border-color:rgb(var(--theme-palette-success-bg-weak) / 0.75);
}
.n-border-palette-success-bg-weak\/80 {
  border-color:rgb(var(--theme-palette-success-bg-weak) / 0.8);
}
.n-border-palette-success-bg-weak\/85 {
  border-color:rgb(var(--theme-palette-success-bg-weak) / 0.85);
}
.n-border-palette-success-bg-weak\/90 {
  border-color:rgb(var(--theme-palette-success-bg-weak) / 0.9);
}
.n-border-palette-success-bg-weak\/95 {
  border-color:rgb(var(--theme-palette-success-bg-weak) / 0.95);
}
.n-border-palette-success-border-strong {
  border-color:rgb(var(--theme-palette-success-border-strong));
}
.n-border-palette-success-border-strong\/0 {
  border-color:rgb(var(--theme-palette-success-border-strong) / 0);
}
.n-border-palette-success-border-strong\/10 {
  border-color:rgb(var(--theme-palette-success-border-strong) / 0.1);
}
.n-border-palette-success-border-strong\/100 {
  border-color:rgb(var(--theme-palette-success-border-strong) / 1);
}
.n-border-palette-success-border-strong\/15 {
  border-color:rgb(var(--theme-palette-success-border-strong) / 0.15);
}
.n-border-palette-success-border-strong\/20 {
  border-color:rgb(var(--theme-palette-success-border-strong) / 0.2);
}
.n-border-palette-success-border-strong\/25 {
  border-color:rgb(var(--theme-palette-success-border-strong) / 0.25);
}
.n-border-palette-success-border-strong\/30 {
  border-color:rgb(var(--theme-palette-success-border-strong) / 0.3);
}
.n-border-palette-success-border-strong\/35 {
  border-color:rgb(var(--theme-palette-success-border-strong) / 0.35);
}
.n-border-palette-success-border-strong\/40 {
  border-color:rgb(var(--theme-palette-success-border-strong) / 0.4);
}
.n-border-palette-success-border-strong\/45 {
  border-color:rgb(var(--theme-palette-success-border-strong) / 0.45);
}
.n-border-palette-success-border-strong\/5 {
  border-color:rgb(var(--theme-palette-success-border-strong) / 0.05);
}
.n-border-palette-success-border-strong\/50 {
  border-color:rgb(var(--theme-palette-success-border-strong) / 0.5);
}
.n-border-palette-success-border-strong\/55 {
  border-color:rgb(var(--theme-palette-success-border-strong) / 0.55);
}
.n-border-palette-success-border-strong\/60 {
  border-color:rgb(var(--theme-palette-success-border-strong) / 0.6);
}
.n-border-palette-success-border-strong\/65 {
  border-color:rgb(var(--theme-palette-success-border-strong) / 0.65);
}
.n-border-palette-success-border-strong\/70 {
  border-color:rgb(var(--theme-palette-success-border-strong) / 0.7);
}
.n-border-palette-success-border-strong\/75 {
  border-color:rgb(var(--theme-palette-success-border-strong) / 0.75);
}
.n-border-palette-success-border-strong\/80 {
  border-color:rgb(var(--theme-palette-success-border-strong) / 0.8);
}
.n-border-palette-success-border-strong\/85 {
  border-color:rgb(var(--theme-palette-success-border-strong) / 0.85);
}
.n-border-palette-success-border-strong\/90 {
  border-color:rgb(var(--theme-palette-success-border-strong) / 0.9);
}
.n-border-palette-success-border-strong\/95 {
  border-color:rgb(var(--theme-palette-success-border-strong) / 0.95);
}
.n-border-palette-success-border-weak {
  border-color:rgb(var(--theme-palette-success-border-weak));
}
.n-border-palette-success-border-weak\/0 {
  border-color:rgb(var(--theme-palette-success-border-weak) / 0);
}
.n-border-palette-success-border-weak\/10 {
  border-color:rgb(var(--theme-palette-success-border-weak) / 0.1);
}
.n-border-palette-success-border-weak\/100 {
  border-color:rgb(var(--theme-palette-success-border-weak) / 1);
}
.n-border-palette-success-border-weak\/15 {
  border-color:rgb(var(--theme-palette-success-border-weak) / 0.15);
}
.n-border-palette-success-border-weak\/20 {
  border-color:rgb(var(--theme-palette-success-border-weak) / 0.2);
}
.n-border-palette-success-border-weak\/25 {
  border-color:rgb(var(--theme-palette-success-border-weak) / 0.25);
}
.n-border-palette-success-border-weak\/30 {
  border-color:rgb(var(--theme-palette-success-border-weak) / 0.3);
}
.n-border-palette-success-border-weak\/35 {
  border-color:rgb(var(--theme-palette-success-border-weak) / 0.35);
}
.n-border-palette-success-border-weak\/40 {
  border-color:rgb(var(--theme-palette-success-border-weak) / 0.4);
}
.n-border-palette-success-border-weak\/45 {
  border-color:rgb(var(--theme-palette-success-border-weak) / 0.45);
}
.n-border-palette-success-border-weak\/5 {
  border-color:rgb(var(--theme-palette-success-border-weak) / 0.05);
}
.n-border-palette-success-border-weak\/50 {
  border-color:rgb(var(--theme-palette-success-border-weak) / 0.5);
}
.n-border-palette-success-border-weak\/55 {
  border-color:rgb(var(--theme-palette-success-border-weak) / 0.55);
}
.n-border-palette-success-border-weak\/60 {
  border-color:rgb(var(--theme-palette-success-border-weak) / 0.6);
}
.n-border-palette-success-border-weak\/65 {
  border-color:rgb(var(--theme-palette-success-border-weak) / 0.65);
}
.n-border-palette-success-border-weak\/70 {
  border-color:rgb(var(--theme-palette-success-border-weak) / 0.7);
}
.n-border-palette-success-border-weak\/75 {
  border-color:rgb(var(--theme-palette-success-border-weak) / 0.75);
}
.n-border-palette-success-border-weak\/80 {
  border-color:rgb(var(--theme-palette-success-border-weak) / 0.8);
}
.n-border-palette-success-border-weak\/85 {
  border-color:rgb(var(--theme-palette-success-border-weak) / 0.85);
}
.n-border-palette-success-border-weak\/90 {
  border-color:rgb(var(--theme-palette-success-border-weak) / 0.9);
}
.n-border-palette-success-border-weak\/95 {
  border-color:rgb(var(--theme-palette-success-border-weak) / 0.95);
}
.n-border-palette-success-icon {
  border-color:rgb(var(--theme-palette-success-icon));
}
.n-border-palette-success-icon\/0 {
  border-color:rgb(var(--theme-palette-success-icon) / 0);
}
.n-border-palette-success-icon\/10 {
  border-color:rgb(var(--theme-palette-success-icon) / 0.1);
}
.n-border-palette-success-icon\/100 {
  border-color:rgb(var(--theme-palette-success-icon) / 1);
}
.n-border-palette-success-icon\/15 {
  border-color:rgb(var(--theme-palette-success-icon) / 0.15);
}
.n-border-palette-success-icon\/20 {
  border-color:rgb(var(--theme-palette-success-icon) / 0.2);
}
.n-border-palette-success-icon\/25 {
  border-color:rgb(var(--theme-palette-success-icon) / 0.25);
}
.n-border-palette-success-icon\/30 {
  border-color:rgb(var(--theme-palette-success-icon) / 0.3);
}
.n-border-palette-success-icon\/35 {
  border-color:rgb(var(--theme-palette-success-icon) / 0.35);
}
.n-border-palette-success-icon\/40 {
  border-color:rgb(var(--theme-palette-success-icon) / 0.4);
}
.n-border-palette-success-icon\/45 {
  border-color:rgb(var(--theme-palette-success-icon) / 0.45);
}
.n-border-palette-success-icon\/5 {
  border-color:rgb(var(--theme-palette-success-icon) / 0.05);
}
.n-border-palette-success-icon\/50 {
  border-color:rgb(var(--theme-palette-success-icon) / 0.5);
}
.n-border-palette-success-icon\/55 {
  border-color:rgb(var(--theme-palette-success-icon) / 0.55);
}
.n-border-palette-success-icon\/60 {
  border-color:rgb(var(--theme-palette-success-icon) / 0.6);
}
.n-border-palette-success-icon\/65 {
  border-color:rgb(var(--theme-palette-success-icon) / 0.65);
}
.n-border-palette-success-icon\/70 {
  border-color:rgb(var(--theme-palette-success-icon) / 0.7);
}
.n-border-palette-success-icon\/75 {
  border-color:rgb(var(--theme-palette-success-icon) / 0.75);
}
.n-border-palette-success-icon\/80 {
  border-color:rgb(var(--theme-palette-success-icon) / 0.8);
}
.n-border-palette-success-icon\/85 {
  border-color:rgb(var(--theme-palette-success-icon) / 0.85);
}
.n-border-palette-success-icon\/90 {
  border-color:rgb(var(--theme-palette-success-icon) / 0.9);
}
.n-border-palette-success-icon\/95 {
  border-color:rgb(var(--theme-palette-success-icon) / 0.95);
}
.n-border-palette-success-text {
  border-color:rgb(var(--theme-palette-success-text));
}
.n-border-palette-success-text\/0 {
  border-color:rgb(var(--theme-palette-success-text) / 0);
}
.n-border-palette-success-text\/10 {
  border-color:rgb(var(--theme-palette-success-text) / 0.1);
}
.n-border-palette-success-text\/100 {
  border-color:rgb(var(--theme-palette-success-text) / 1);
}
.n-border-palette-success-text\/15 {
  border-color:rgb(var(--theme-palette-success-text) / 0.15);
}
.n-border-palette-success-text\/20 {
  border-color:rgb(var(--theme-palette-success-text) / 0.2);
}
.n-border-palette-success-text\/25 {
  border-color:rgb(var(--theme-palette-success-text) / 0.25);
}
.n-border-palette-success-text\/30 {
  border-color:rgb(var(--theme-palette-success-text) / 0.3);
}
.n-border-palette-success-text\/35 {
  border-color:rgb(var(--theme-palette-success-text) / 0.35);
}
.n-border-palette-success-text\/40 {
  border-color:rgb(var(--theme-palette-success-text) / 0.4);
}
.n-border-palette-success-text\/45 {
  border-color:rgb(var(--theme-palette-success-text) / 0.45);
}
.n-border-palette-success-text\/5 {
  border-color:rgb(var(--theme-palette-success-text) / 0.05);
}
.n-border-palette-success-text\/50 {
  border-color:rgb(var(--theme-palette-success-text) / 0.5);
}
.n-border-palette-success-text\/55 {
  border-color:rgb(var(--theme-palette-success-text) / 0.55);
}
.n-border-palette-success-text\/60 {
  border-color:rgb(var(--theme-palette-success-text) / 0.6);
}
.n-border-palette-success-text\/65 {
  border-color:rgb(var(--theme-palette-success-text) / 0.65);
}
.n-border-palette-success-text\/70 {
  border-color:rgb(var(--theme-palette-success-text) / 0.7);
}
.n-border-palette-success-text\/75 {
  border-color:rgb(var(--theme-palette-success-text) / 0.75);
}
.n-border-palette-success-text\/80 {
  border-color:rgb(var(--theme-palette-success-text) / 0.8);
}
.n-border-palette-success-text\/85 {
  border-color:rgb(var(--theme-palette-success-text) / 0.85);
}
.n-border-palette-success-text\/90 {
  border-color:rgb(var(--theme-palette-success-text) / 0.9);
}
.n-border-palette-success-text\/95 {
  border-color:rgb(var(--theme-palette-success-text) / 0.95);
}
.n-border-palette-warning-bg-status {
  border-color:rgb(var(--theme-palette-warning-bg-status));
}
.n-border-palette-warning-bg-status\/0 {
  border-color:rgb(var(--theme-palette-warning-bg-status) / 0);
}
.n-border-palette-warning-bg-status\/10 {
  border-color:rgb(var(--theme-palette-warning-bg-status) / 0.1);
}
.n-border-palette-warning-bg-status\/100 {
  border-color:rgb(var(--theme-palette-warning-bg-status) / 1);
}
.n-border-palette-warning-bg-status\/15 {
  border-color:rgb(var(--theme-palette-warning-bg-status) / 0.15);
}
.n-border-palette-warning-bg-status\/20 {
  border-color:rgb(var(--theme-palette-warning-bg-status) / 0.2);
}
.n-border-palette-warning-bg-status\/25 {
  border-color:rgb(var(--theme-palette-warning-bg-status) / 0.25);
}
.n-border-palette-warning-bg-status\/30 {
  border-color:rgb(var(--theme-palette-warning-bg-status) / 0.3);
}
.n-border-palette-warning-bg-status\/35 {
  border-color:rgb(var(--theme-palette-warning-bg-status) / 0.35);
}
.n-border-palette-warning-bg-status\/40 {
  border-color:rgb(var(--theme-palette-warning-bg-status) / 0.4);
}
.n-border-palette-warning-bg-status\/45 {
  border-color:rgb(var(--theme-palette-warning-bg-status) / 0.45);
}
.n-border-palette-warning-bg-status\/5 {
  border-color:rgb(var(--theme-palette-warning-bg-status) / 0.05);
}
.n-border-palette-warning-bg-status\/50 {
  border-color:rgb(var(--theme-palette-warning-bg-status) / 0.5);
}
.n-border-palette-warning-bg-status\/55 {
  border-color:rgb(var(--theme-palette-warning-bg-status) / 0.55);
}
.n-border-palette-warning-bg-status\/60 {
  border-color:rgb(var(--theme-palette-warning-bg-status) / 0.6);
}
.n-border-palette-warning-bg-status\/65 {
  border-color:rgb(var(--theme-palette-warning-bg-status) / 0.65);
}
.n-border-palette-warning-bg-status\/70 {
  border-color:rgb(var(--theme-palette-warning-bg-status) / 0.7);
}
.n-border-palette-warning-bg-status\/75 {
  border-color:rgb(var(--theme-palette-warning-bg-status) / 0.75);
}
.n-border-palette-warning-bg-status\/80 {
  border-color:rgb(var(--theme-palette-warning-bg-status) / 0.8);
}
.n-border-palette-warning-bg-status\/85 {
  border-color:rgb(var(--theme-palette-warning-bg-status) / 0.85);
}
.n-border-palette-warning-bg-status\/90 {
  border-color:rgb(var(--theme-palette-warning-bg-status) / 0.9);
}
.n-border-palette-warning-bg-status\/95 {
  border-color:rgb(var(--theme-palette-warning-bg-status) / 0.95);
}
.n-border-palette-warning-bg-strong {
  border-color:rgb(var(--theme-palette-warning-bg-strong));
}
.n-border-palette-warning-bg-strong\/0 {
  border-color:rgb(var(--theme-palette-warning-bg-strong) / 0);
}
.n-border-palette-warning-bg-strong\/10 {
  border-color:rgb(var(--theme-palette-warning-bg-strong) / 0.1);
}
.n-border-palette-warning-bg-strong\/100 {
  border-color:rgb(var(--theme-palette-warning-bg-strong) / 1);
}
.n-border-palette-warning-bg-strong\/15 {
  border-color:rgb(var(--theme-palette-warning-bg-strong) / 0.15);
}
.n-border-palette-warning-bg-strong\/20 {
  border-color:rgb(var(--theme-palette-warning-bg-strong) / 0.2);
}
.n-border-palette-warning-bg-strong\/25 {
  border-color:rgb(var(--theme-palette-warning-bg-strong) / 0.25);
}
.n-border-palette-warning-bg-strong\/30 {
  border-color:rgb(var(--theme-palette-warning-bg-strong) / 0.3);
}
.n-border-palette-warning-bg-strong\/35 {
  border-color:rgb(var(--theme-palette-warning-bg-strong) / 0.35);
}
.n-border-palette-warning-bg-strong\/40 {
  border-color:rgb(var(--theme-palette-warning-bg-strong) / 0.4);
}
.n-border-palette-warning-bg-strong\/45 {
  border-color:rgb(var(--theme-palette-warning-bg-strong) / 0.45);
}
.n-border-palette-warning-bg-strong\/5 {
  border-color:rgb(var(--theme-palette-warning-bg-strong) / 0.05);
}
.n-border-palette-warning-bg-strong\/50 {
  border-color:rgb(var(--theme-palette-warning-bg-strong) / 0.5);
}
.n-border-palette-warning-bg-strong\/55 {
  border-color:rgb(var(--theme-palette-warning-bg-strong) / 0.55);
}
.n-border-palette-warning-bg-strong\/60 {
  border-color:rgb(var(--theme-palette-warning-bg-strong) / 0.6);
}
.n-border-palette-warning-bg-strong\/65 {
  border-color:rgb(var(--theme-palette-warning-bg-strong) / 0.65);
}
.n-border-palette-warning-bg-strong\/70 {
  border-color:rgb(var(--theme-palette-warning-bg-strong) / 0.7);
}
.n-border-palette-warning-bg-strong\/75 {
  border-color:rgb(var(--theme-palette-warning-bg-strong) / 0.75);
}
.n-border-palette-warning-bg-strong\/80 {
  border-color:rgb(var(--theme-palette-warning-bg-strong) / 0.8);
}
.n-border-palette-warning-bg-strong\/85 {
  border-color:rgb(var(--theme-palette-warning-bg-strong) / 0.85);
}
.n-border-palette-warning-bg-strong\/90 {
  border-color:rgb(var(--theme-palette-warning-bg-strong) / 0.9);
}
.n-border-palette-warning-bg-strong\/95 {
  border-color:rgb(var(--theme-palette-warning-bg-strong) / 0.95);
}
.n-border-palette-warning-bg-weak {
  border-color:rgb(var(--theme-palette-warning-bg-weak));
}
.n-border-palette-warning-bg-weak\/0 {
  border-color:rgb(var(--theme-palette-warning-bg-weak) / 0);
}
.n-border-palette-warning-bg-weak\/10 {
  border-color:rgb(var(--theme-palette-warning-bg-weak) / 0.1);
}
.n-border-palette-warning-bg-weak\/100 {
  border-color:rgb(var(--theme-palette-warning-bg-weak) / 1);
}
.n-border-palette-warning-bg-weak\/15 {
  border-color:rgb(var(--theme-palette-warning-bg-weak) / 0.15);
}
.n-border-palette-warning-bg-weak\/20 {
  border-color:rgb(var(--theme-palette-warning-bg-weak) / 0.2);
}
.n-border-palette-warning-bg-weak\/25 {
  border-color:rgb(var(--theme-palette-warning-bg-weak) / 0.25);
}
.n-border-palette-warning-bg-weak\/30 {
  border-color:rgb(var(--theme-palette-warning-bg-weak) / 0.3);
}
.n-border-palette-warning-bg-weak\/35 {
  border-color:rgb(var(--theme-palette-warning-bg-weak) / 0.35);
}
.n-border-palette-warning-bg-weak\/40 {
  border-color:rgb(var(--theme-palette-warning-bg-weak) / 0.4);
}
.n-border-palette-warning-bg-weak\/45 {
  border-color:rgb(var(--theme-palette-warning-bg-weak) / 0.45);
}
.n-border-palette-warning-bg-weak\/5 {
  border-color:rgb(var(--theme-palette-warning-bg-weak) / 0.05);
}
.n-border-palette-warning-bg-weak\/50 {
  border-color:rgb(var(--theme-palette-warning-bg-weak) / 0.5);
}
.n-border-palette-warning-bg-weak\/55 {
  border-color:rgb(var(--theme-palette-warning-bg-weak) / 0.55);
}
.n-border-palette-warning-bg-weak\/60 {
  border-color:rgb(var(--theme-palette-warning-bg-weak) / 0.6);
}
.n-border-palette-warning-bg-weak\/65 {
  border-color:rgb(var(--theme-palette-warning-bg-weak) / 0.65);
}
.n-border-palette-warning-bg-weak\/70 {
  border-color:rgb(var(--theme-palette-warning-bg-weak) / 0.7);
}
.n-border-palette-warning-bg-weak\/75 {
  border-color:rgb(var(--theme-palette-warning-bg-weak) / 0.75);
}
.n-border-palette-warning-bg-weak\/80 {
  border-color:rgb(var(--theme-palette-warning-bg-weak) / 0.8);
}
.n-border-palette-warning-bg-weak\/85 {
  border-color:rgb(var(--theme-palette-warning-bg-weak) / 0.85);
}
.n-border-palette-warning-bg-weak\/90 {
  border-color:rgb(var(--theme-palette-warning-bg-weak) / 0.9);
}
.n-border-palette-warning-bg-weak\/95 {
  border-color:rgb(var(--theme-palette-warning-bg-weak) / 0.95);
}
.n-border-palette-warning-border-strong {
  border-color:rgb(var(--theme-palette-warning-border-strong));
}
.n-border-palette-warning-border-strong\/0 {
  border-color:rgb(var(--theme-palette-warning-border-strong) / 0);
}
.n-border-palette-warning-border-strong\/10 {
  border-color:rgb(var(--theme-palette-warning-border-strong) / 0.1);
}
.n-border-palette-warning-border-strong\/100 {
  border-color:rgb(var(--theme-palette-warning-border-strong) / 1);
}
.n-border-palette-warning-border-strong\/15 {
  border-color:rgb(var(--theme-palette-warning-border-strong) / 0.15);
}
.n-border-palette-warning-border-strong\/20 {
  border-color:rgb(var(--theme-palette-warning-border-strong) / 0.2);
}
.n-border-palette-warning-border-strong\/25 {
  border-color:rgb(var(--theme-palette-warning-border-strong) / 0.25);
}
.n-border-palette-warning-border-strong\/30 {
  border-color:rgb(var(--theme-palette-warning-border-strong) / 0.3);
}
.n-border-palette-warning-border-strong\/35 {
  border-color:rgb(var(--theme-palette-warning-border-strong) / 0.35);
}
.n-border-palette-warning-border-strong\/40 {
  border-color:rgb(var(--theme-palette-warning-border-strong) / 0.4);
}
.n-border-palette-warning-border-strong\/45 {
  border-color:rgb(var(--theme-palette-warning-border-strong) / 0.45);
}
.n-border-palette-warning-border-strong\/5 {
  border-color:rgb(var(--theme-palette-warning-border-strong) / 0.05);
}
.n-border-palette-warning-border-strong\/50 {
  border-color:rgb(var(--theme-palette-warning-border-strong) / 0.5);
}
.n-border-palette-warning-border-strong\/55 {
  border-color:rgb(var(--theme-palette-warning-border-strong) / 0.55);
}
.n-border-palette-warning-border-strong\/60 {
  border-color:rgb(var(--theme-palette-warning-border-strong) / 0.6);
}
.n-border-palette-warning-border-strong\/65 {
  border-color:rgb(var(--theme-palette-warning-border-strong) / 0.65);
}
.n-border-palette-warning-border-strong\/70 {
  border-color:rgb(var(--theme-palette-warning-border-strong) / 0.7);
}
.n-border-palette-warning-border-strong\/75 {
  border-color:rgb(var(--theme-palette-warning-border-strong) / 0.75);
}
.n-border-palette-warning-border-strong\/80 {
  border-color:rgb(var(--theme-palette-warning-border-strong) / 0.8);
}
.n-border-palette-warning-border-strong\/85 {
  border-color:rgb(var(--theme-palette-warning-border-strong) / 0.85);
}
.n-border-palette-warning-border-strong\/90 {
  border-color:rgb(var(--theme-palette-warning-border-strong) / 0.9);
}
.n-border-palette-warning-border-strong\/95 {
  border-color:rgb(var(--theme-palette-warning-border-strong) / 0.95);
}
.n-border-palette-warning-border-weak {
  border-color:rgb(var(--theme-palette-warning-border-weak));
}
.n-border-palette-warning-border-weak\/0 {
  border-color:rgb(var(--theme-palette-warning-border-weak) / 0);
}
.n-border-palette-warning-border-weak\/10 {
  border-color:rgb(var(--theme-palette-warning-border-weak) / 0.1);
}
.n-border-palette-warning-border-weak\/100 {
  border-color:rgb(var(--theme-palette-warning-border-weak) / 1);
}
.n-border-palette-warning-border-weak\/15 {
  border-color:rgb(var(--theme-palette-warning-border-weak) / 0.15);
}
.n-border-palette-warning-border-weak\/20 {
  border-color:rgb(var(--theme-palette-warning-border-weak) / 0.2);
}
.n-border-palette-warning-border-weak\/25 {
  border-color:rgb(var(--theme-palette-warning-border-weak) / 0.25);
}
.n-border-palette-warning-border-weak\/30 {
  border-color:rgb(var(--theme-palette-warning-border-weak) / 0.3);
}
.n-border-palette-warning-border-weak\/35 {
  border-color:rgb(var(--theme-palette-warning-border-weak) / 0.35);
}
.n-border-palette-warning-border-weak\/40 {
  border-color:rgb(var(--theme-palette-warning-border-weak) / 0.4);
}
.n-border-palette-warning-border-weak\/45 {
  border-color:rgb(var(--theme-palette-warning-border-weak) / 0.45);
}
.n-border-palette-warning-border-weak\/5 {
  border-color:rgb(var(--theme-palette-warning-border-weak) / 0.05);
}
.n-border-palette-warning-border-weak\/50 {
  border-color:rgb(var(--theme-palette-warning-border-weak) / 0.5);
}
.n-border-palette-warning-border-weak\/55 {
  border-color:rgb(var(--theme-palette-warning-border-weak) / 0.55);
}
.n-border-palette-warning-border-weak\/60 {
  border-color:rgb(var(--theme-palette-warning-border-weak) / 0.6);
}
.n-border-palette-warning-border-weak\/65 {
  border-color:rgb(var(--theme-palette-warning-border-weak) / 0.65);
}
.n-border-palette-warning-border-weak\/70 {
  border-color:rgb(var(--theme-palette-warning-border-weak) / 0.7);
}
.n-border-palette-warning-border-weak\/75 {
  border-color:rgb(var(--theme-palette-warning-border-weak) / 0.75);
}
.n-border-palette-warning-border-weak\/80 {
  border-color:rgb(var(--theme-palette-warning-border-weak) / 0.8);
}
.n-border-palette-warning-border-weak\/85 {
  border-color:rgb(var(--theme-palette-warning-border-weak) / 0.85);
}
.n-border-palette-warning-border-weak\/90 {
  border-color:rgb(var(--theme-palette-warning-border-weak) / 0.9);
}
.n-border-palette-warning-border-weak\/95 {
  border-color:rgb(var(--theme-palette-warning-border-weak) / 0.95);
}
.n-border-palette-warning-icon {
  border-color:rgb(var(--theme-palette-warning-icon));
}
.n-border-palette-warning-icon\/0 {
  border-color:rgb(var(--theme-palette-warning-icon) / 0);
}
.n-border-palette-warning-icon\/10 {
  border-color:rgb(var(--theme-palette-warning-icon) / 0.1);
}
.n-border-palette-warning-icon\/100 {
  border-color:rgb(var(--theme-palette-warning-icon) / 1);
}
.n-border-palette-warning-icon\/15 {
  border-color:rgb(var(--theme-palette-warning-icon) / 0.15);
}
.n-border-palette-warning-icon\/20 {
  border-color:rgb(var(--theme-palette-warning-icon) / 0.2);
}
.n-border-palette-warning-icon\/25 {
  border-color:rgb(var(--theme-palette-warning-icon) / 0.25);
}
.n-border-palette-warning-icon\/30 {
  border-color:rgb(var(--theme-palette-warning-icon) / 0.3);
}
.n-border-palette-warning-icon\/35 {
  border-color:rgb(var(--theme-palette-warning-icon) / 0.35);
}
.n-border-palette-warning-icon\/40 {
  border-color:rgb(var(--theme-palette-warning-icon) / 0.4);
}
.n-border-palette-warning-icon\/45 {
  border-color:rgb(var(--theme-palette-warning-icon) / 0.45);
}
.n-border-palette-warning-icon\/5 {
  border-color:rgb(var(--theme-palette-warning-icon) / 0.05);
}
.n-border-palette-warning-icon\/50 {
  border-color:rgb(var(--theme-palette-warning-icon) / 0.5);
}
.n-border-palette-warning-icon\/55 {
  border-color:rgb(var(--theme-palette-warning-icon) / 0.55);
}
.n-border-palette-warning-icon\/60 {
  border-color:rgb(var(--theme-palette-warning-icon) / 0.6);
}
.n-border-palette-warning-icon\/65 {
  border-color:rgb(var(--theme-palette-warning-icon) / 0.65);
}
.n-border-palette-warning-icon\/70 {
  border-color:rgb(var(--theme-palette-warning-icon) / 0.7);
}
.n-border-palette-warning-icon\/75 {
  border-color:rgb(var(--theme-palette-warning-icon) / 0.75);
}
.n-border-palette-warning-icon\/80 {
  border-color:rgb(var(--theme-palette-warning-icon) / 0.8);
}
.n-border-palette-warning-icon\/85 {
  border-color:rgb(var(--theme-palette-warning-icon) / 0.85);
}
.n-border-palette-warning-icon\/90 {
  border-color:rgb(var(--theme-palette-warning-icon) / 0.9);
}
.n-border-palette-warning-icon\/95 {
  border-color:rgb(var(--theme-palette-warning-icon) / 0.95);
}
.n-border-palette-warning-text {
  border-color:rgb(var(--theme-palette-warning-text));
}
.n-border-palette-warning-text\/0 {
  border-color:rgb(var(--theme-palette-warning-text) / 0);
}
.n-border-palette-warning-text\/10 {
  border-color:rgb(var(--theme-palette-warning-text) / 0.1);
}
.n-border-palette-warning-text\/100 {
  border-color:rgb(var(--theme-palette-warning-text) / 1);
}
.n-border-palette-warning-text\/15 {
  border-color:rgb(var(--theme-palette-warning-text) / 0.15);
}
.n-border-palette-warning-text\/20 {
  border-color:rgb(var(--theme-palette-warning-text) / 0.2);
}
.n-border-palette-warning-text\/25 {
  border-color:rgb(var(--theme-palette-warning-text) / 0.25);
}
.n-border-palette-warning-text\/30 {
  border-color:rgb(var(--theme-palette-warning-text) / 0.3);
}
.n-border-palette-warning-text\/35 {
  border-color:rgb(var(--theme-palette-warning-text) / 0.35);
}
.n-border-palette-warning-text\/40 {
  border-color:rgb(var(--theme-palette-warning-text) / 0.4);
}
.n-border-palette-warning-text\/45 {
  border-color:rgb(var(--theme-palette-warning-text) / 0.45);
}
.n-border-palette-warning-text\/5 {
  border-color:rgb(var(--theme-palette-warning-text) / 0.05);
}
.n-border-palette-warning-text\/50 {
  border-color:rgb(var(--theme-palette-warning-text) / 0.5);
}
.n-border-palette-warning-text\/55 {
  border-color:rgb(var(--theme-palette-warning-text) / 0.55);
}
.n-border-palette-warning-text\/60 {
  border-color:rgb(var(--theme-palette-warning-text) / 0.6);
}
.n-border-palette-warning-text\/65 {
  border-color:rgb(var(--theme-palette-warning-text) / 0.65);
}
.n-border-palette-warning-text\/70 {
  border-color:rgb(var(--theme-palette-warning-text) / 0.7);
}
.n-border-palette-warning-text\/75 {
  border-color:rgb(var(--theme-palette-warning-text) / 0.75);
}
.n-border-palette-warning-text\/80 {
  border-color:rgb(var(--theme-palette-warning-text) / 0.8);
}
.n-border-palette-warning-text\/85 {
  border-color:rgb(var(--theme-palette-warning-text) / 0.85);
}
.n-border-palette-warning-text\/90 {
  border-color:rgb(var(--theme-palette-warning-text) / 0.9);
}
.n-border-palette-warning-text\/95 {
  border-color:rgb(var(--theme-palette-warning-text) / 0.95);
}
.n-bg-baltic-10 {
  --tw-bg-opacity:1;
  background-color:rgb(231 250 251 / var(--tw-bg-opacity));
}
.n-bg-baltic-40 {
  --tw-bg-opacity:1;
  background-color:rgb(76 153 164 / var(--tw-bg-opacity));
}
.n-bg-baltic-50 {
  --tw-bg-opacity:1;
  background-color:rgb(10 97 144 / var(--tw-bg-opacity));
}
.n-bg-dark-danger-bg-status {
  --tw-bg-opacity:1;
  background-color:rgb(255 170 151 / var(--tw-bg-opacity));
}
.n-bg-dark-danger-bg-status\/0 {
  background-color:rgb(255 170 151 / 0);
}
.n-bg-dark-danger-bg-status\/10 {
  background-color:rgb(255 170 151 / 0.1);
}
.n-bg-dark-danger-bg-status\/100 {
  background-color:rgb(255 170 151 / 1);
}
.n-bg-dark-danger-bg-status\/15 {
  background-color:rgb(255 170 151 / 0.15);
}
.n-bg-dark-danger-bg-status\/20 {
  background-color:rgb(255 170 151 / 0.2);
}
.n-bg-dark-danger-bg-status\/25 {
  background-color:rgb(255 170 151 / 0.25);
}
.n-bg-dark-danger-bg-status\/30 {
  background-color:rgb(255 170 151 / 0.3);
}
.n-bg-dark-danger-bg-status\/35 {
  background-color:rgb(255 170 151 / 0.35);
}
.n-bg-dark-danger-bg-status\/40 {
  background-color:rgb(255 170 151 / 0.4);
}
.n-bg-dark-danger-bg-status\/45 {
  background-color:rgb(255 170 151 / 0.45);
}
.n-bg-dark-danger-bg-status\/5 {
  background-color:rgb(255 170 151 / 0.05);
}
.n-bg-dark-danger-bg-status\/50 {
  background-color:rgb(255 170 151 / 0.5);
}
.n-bg-dark-danger-bg-status\/55 {
  background-color:rgb(255 170 151 / 0.55);
}
.n-bg-dark-danger-bg-status\/60 {
  background-color:rgb(255 170 151 / 0.6);
}
.n-bg-dark-danger-bg-status\/65 {
  background-color:rgb(255 170 151 / 0.65);
}
.n-bg-dark-danger-bg-status\/70 {
  background-color:rgb(255 170 151 / 0.7);
}
.n-bg-dark-danger-bg-status\/75 {
  background-color:rgb(255 170 151 / 0.75);
}
.n-bg-dark-danger-bg-status\/80 {
  background-color:rgb(255 170 151 / 0.8);
}
.n-bg-dark-danger-bg-status\/85 {
  background-color:rgb(255 170 151 / 0.85);
}
.n-bg-dark-danger-bg-status\/90 {
  background-color:rgb(255 170 151 / 0.9);
}
.n-bg-dark-danger-bg-status\/95 {
  background-color:rgb(255 170 151 / 0.95);
}
.n-bg-dark-danger-bg-strong {
  --tw-bg-opacity:1;
  background-color:rgb(255 170 151 / var(--tw-bg-opacity));
}
.n-bg-dark-danger-bg-strong\/0 {
  background-color:rgb(255 170 151 / 0);
}
.n-bg-dark-danger-bg-strong\/10 {
  background-color:rgb(255 170 151 / 0.1);
}
.n-bg-dark-danger-bg-strong\/100 {
  background-color:rgb(255 170 151 / 1);
}
.n-bg-dark-danger-bg-strong\/15 {
  background-color:rgb(255 170 151 / 0.15);
}
.n-bg-dark-danger-bg-strong\/20 {
  background-color:rgb(255 170 151 / 0.2);
}
.n-bg-dark-danger-bg-strong\/25 {
  background-color:rgb(255 170 151 / 0.25);
}
.n-bg-dark-danger-bg-strong\/30 {
  background-color:rgb(255 170 151 / 0.3);
}
.n-bg-dark-danger-bg-strong\/35 {
  background-color:rgb(255 170 151 / 0.35);
}
.n-bg-dark-danger-bg-strong\/40 {
  background-color:rgb(255 170 151 / 0.4);
}
.n-bg-dark-danger-bg-strong\/45 {
  background-color:rgb(255 170 151 / 0.45);
}
.n-bg-dark-danger-bg-strong\/5 {
  background-color:rgb(255 170 151 / 0.05);
}
.n-bg-dark-danger-bg-strong\/50 {
  background-color:rgb(255 170 151 / 0.5);
}
.n-bg-dark-danger-bg-strong\/55 {
  background-color:rgb(255 170 151 / 0.55);
}
.n-bg-dark-danger-bg-strong\/60 {
  background-color:rgb(255 170 151 / 0.6);
}
.n-bg-dark-danger-bg-strong\/65 {
  background-color:rgb(255 170 151 / 0.65);
}
.n-bg-dark-danger-bg-strong\/70 {
  background-color:rgb(255 170 151 / 0.7);
}
.n-bg-dark-danger-bg-strong\/75 {
  background-color:rgb(255 170 151 / 0.75);
}
.n-bg-dark-danger-bg-strong\/80 {
  background-color:rgb(255 170 151 / 0.8);
}
.n-bg-dark-danger-bg-strong\/85 {
  background-color:rgb(255 170 151 / 0.85);
}
.n-bg-dark-danger-bg-strong\/90 {
  background-color:rgb(255 170 151 / 0.9);
}
.n-bg-dark-danger-bg-strong\/95 {
  background-color:rgb(255 170 151 / 0.95);
}
.n-bg-dark-danger-bg-weak {
  --tw-bg-opacity:1;
  background-color:rgb(67 37 32 / var(--tw-bg-opacity));
}
.n-bg-dark-danger-bg-weak\/0 {
  background-color:rgb(67 37 32 / 0);
}
.n-bg-dark-danger-bg-weak\/10 {
  background-color:rgb(67 37 32 / 0.1);
}
.n-bg-dark-danger-bg-weak\/100 {
  background-color:rgb(67 37 32 / 1);
}
.n-bg-dark-danger-bg-weak\/15 {
  background-color:rgb(67 37 32 / 0.15);
}
.n-bg-dark-danger-bg-weak\/20 {
  background-color:rgb(67 37 32 / 0.2);
}
.n-bg-dark-danger-bg-weak\/25 {
  background-color:rgb(67 37 32 / 0.25);
}
.n-bg-dark-danger-bg-weak\/30 {
  background-color:rgb(67 37 32 / 0.3);
}
.n-bg-dark-danger-bg-weak\/35 {
  background-color:rgb(67 37 32 / 0.35);
}
.n-bg-dark-danger-bg-weak\/40 {
  background-color:rgb(67 37 32 / 0.4);
}
.n-bg-dark-danger-bg-weak\/45 {
  background-color:rgb(67 37 32 / 0.45);
}
.n-bg-dark-danger-bg-weak\/5 {
  background-color:rgb(67 37 32 / 0.05);
}
.n-bg-dark-danger-bg-weak\/50 {
  background-color:rgb(67 37 32 / 0.5);
}
.n-bg-dark-danger-bg-weak\/55 {
  background-color:rgb(67 37 32 / 0.55);
}
.n-bg-dark-danger-bg-weak\/60 {
  background-color:rgb(67 37 32 / 0.6);
}
.n-bg-dark-danger-bg-weak\/65 {
  background-color:rgb(67 37 32 / 0.65);
}
.n-bg-dark-danger-bg-weak\/70 {
  background-color:rgb(67 37 32 / 0.7);
}
.n-bg-dark-danger-bg-weak\/75 {
  background-color:rgb(67 37 32 / 0.75);
}
.n-bg-dark-danger-bg-weak\/80 {
  background-color:rgb(67 37 32 / 0.8);
}
.n-bg-dark-danger-bg-weak\/85 {
  background-color:rgb(67 37 32 / 0.85);
}
.n-bg-dark-danger-bg-weak\/90 {
  background-color:rgb(67 37 32 / 0.9);
}
.n-bg-dark-danger-bg-weak\/95 {
  background-color:rgb(67 37 32 / 0.95);
}
.n-bg-dark-danger-border-strong {
  --tw-bg-opacity:1;
  background-color:rgb(255 170 151 / var(--tw-bg-opacity));
}
.n-bg-dark-danger-border-strong\/0 {
  background-color:rgb(255 170 151 / 0);
}
.n-bg-dark-danger-border-strong\/10 {
  background-color:rgb(255 170 151 / 0.1);
}
.n-bg-dark-danger-border-strong\/100 {
  background-color:rgb(255 170 151 / 1);
}
.n-bg-dark-danger-border-strong\/15 {
  background-color:rgb(255 170 151 / 0.15);
}
.n-bg-dark-danger-border-strong\/20 {
  background-color:rgb(255 170 151 / 0.2);
}
.n-bg-dark-danger-border-strong\/25 {
  background-color:rgb(255 170 151 / 0.25);
}
.n-bg-dark-danger-border-strong\/30 {
  background-color:rgb(255 170 151 / 0.3);
}
.n-bg-dark-danger-border-strong\/35 {
  background-color:rgb(255 170 151 / 0.35);
}
.n-bg-dark-danger-border-strong\/40 {
  background-color:rgb(255 170 151 / 0.4);
}
.n-bg-dark-danger-border-strong\/45 {
  background-color:rgb(255 170 151 / 0.45);
}
.n-bg-dark-danger-border-strong\/5 {
  background-color:rgb(255 170 151 / 0.05);
}
.n-bg-dark-danger-border-strong\/50 {
  background-color:rgb(255 170 151 / 0.5);
}
.n-bg-dark-danger-border-strong\/55 {
  background-color:rgb(255 170 151 / 0.55);
}
.n-bg-dark-danger-border-strong\/60 {
  background-color:rgb(255 170 151 / 0.6);
}
.n-bg-dark-danger-border-strong\/65 {
  background-color:rgb(255 170 151 / 0.65);
}
.n-bg-dark-danger-border-strong\/70 {
  background-color:rgb(255 170 151 / 0.7);
}
.n-bg-dark-danger-border-strong\/75 {
  background-color:rgb(255 170 151 / 0.75);
}
.n-bg-dark-danger-border-strong\/80 {
  background-color:rgb(255 170 151 / 0.8);
}
.n-bg-dark-danger-border-strong\/85 {
  background-color:rgb(255 170 151 / 0.85);
}
.n-bg-dark-danger-border-strong\/90 {
  background-color:rgb(255 170 151 / 0.9);
}
.n-bg-dark-danger-border-strong\/95 {
  background-color:rgb(255 170 151 / 0.95);
}
.n-bg-dark-danger-border-weak {
  --tw-bg-opacity:1;
  background-color:rgb(115 14 0 / var(--tw-bg-opacity));
}
.n-bg-dark-danger-border-weak\/0 {
  background-color:rgb(115 14 0 / 0);
}
.n-bg-dark-danger-border-weak\/10 {
  background-color:rgb(115 14 0 / 0.1);
}
.n-bg-dark-danger-border-weak\/100 {
  background-color:rgb(115 14 0 / 1);
}
.n-bg-dark-danger-border-weak\/15 {
  background-color:rgb(115 14 0 / 0.15);
}
.n-bg-dark-danger-border-weak\/20 {
  background-color:rgb(115 14 0 / 0.2);
}
.n-bg-dark-danger-border-weak\/25 {
  background-color:rgb(115 14 0 / 0.25);
}
.n-bg-dark-danger-border-weak\/30 {
  background-color:rgb(115 14 0 / 0.3);
}
.n-bg-dark-danger-border-weak\/35 {
  background-color:rgb(115 14 0 / 0.35);
}
.n-bg-dark-danger-border-weak\/40 {
  background-color:rgb(115 14 0 / 0.4);
}
.n-bg-dark-danger-border-weak\/45 {
  background-color:rgb(115 14 0 / 0.45);
}
.n-bg-dark-danger-border-weak\/5 {
  background-color:rgb(115 14 0 / 0.05);
}
.n-bg-dark-danger-border-weak\/50 {
  background-color:rgb(115 14 0 / 0.5);
}
.n-bg-dark-danger-border-weak\/55 {
  background-color:rgb(115 14 0 / 0.55);
}
.n-bg-dark-danger-border-weak\/60 {
  background-color:rgb(115 14 0 / 0.6);
}
.n-bg-dark-danger-border-weak\/65 {
  background-color:rgb(115 14 0 / 0.65);
}
.n-bg-dark-danger-border-weak\/70 {
  background-color:rgb(115 14 0 / 0.7);
}
.n-bg-dark-danger-border-weak\/75 {
  background-color:rgb(115 14 0 / 0.75);
}
.n-bg-dark-danger-border-weak\/80 {
  background-color:rgb(115 14 0 / 0.8);
}
.n-bg-dark-danger-border-weak\/85 {
  background-color:rgb(115 14 0 / 0.85);
}
.n-bg-dark-danger-border-weak\/90 {
  background-color:rgb(115 14 0 / 0.9);
}
.n-bg-dark-danger-border-weak\/95 {
  background-color:rgb(115 14 0 / 0.95);
}
.n-bg-dark-danger-hover-strong {
  --tw-bg-opacity:1;
  background-color:rgb(249 103 70 / var(--tw-bg-opacity));
}
.n-bg-dark-danger-hover-strong\/0 {
  background-color:rgb(249 103 70 / 0);
}
.n-bg-dark-danger-hover-strong\/10 {
  background-color:rgb(249 103 70 / 0.1);
}
.n-bg-dark-danger-hover-strong\/100 {
  background-color:rgb(249 103 70 / 1);
}
.n-bg-dark-danger-hover-strong\/15 {
  background-color:rgb(249 103 70 / 0.15);
}
.n-bg-dark-danger-hover-strong\/20 {
  background-color:rgb(249 103 70 / 0.2);
}
.n-bg-dark-danger-hover-strong\/25 {
  background-color:rgb(249 103 70 / 0.25);
}
.n-bg-dark-danger-hover-strong\/30 {
  background-color:rgb(249 103 70 / 0.3);
}
.n-bg-dark-danger-hover-strong\/35 {
  background-color:rgb(249 103 70 / 0.35);
}
.n-bg-dark-danger-hover-strong\/40 {
  background-color:rgb(249 103 70 / 0.4);
}
.n-bg-dark-danger-hover-strong\/45 {
  background-color:rgb(249 103 70 / 0.45);
}
.n-bg-dark-danger-hover-strong\/5 {
  background-color:rgb(249 103 70 / 0.05);
}
.n-bg-dark-danger-hover-strong\/50 {
  background-color:rgb(249 103 70 / 0.5);
}
.n-bg-dark-danger-hover-strong\/55 {
  background-color:rgb(249 103 70 / 0.55);
}
.n-bg-dark-danger-hover-strong\/60 {
  background-color:rgb(249 103 70 / 0.6);
}
.n-bg-dark-danger-hover-strong\/65 {
  background-color:rgb(249 103 70 / 0.65);
}
.n-bg-dark-danger-hover-strong\/70 {
  background-color:rgb(249 103 70 / 0.7);
}
.n-bg-dark-danger-hover-strong\/75 {
  background-color:rgb(249 103 70 / 0.75);
}
.n-bg-dark-danger-hover-strong\/80 {
  background-color:rgb(249 103 70 / 0.8);
}
.n-bg-dark-danger-hover-strong\/85 {
  background-color:rgb(249 103 70 / 0.85);
}
.n-bg-dark-danger-hover-strong\/90 {
  background-color:rgb(249 103 70 / 0.9);
}
.n-bg-dark-danger-hover-strong\/95 {
  background-color:rgb(249 103 70 / 0.95);
}
.n-bg-dark-danger-hover-weak {
  --tw-bg-opacity:1;
  background-color:rgb(255 170 151 / var(--tw-bg-opacity));
}
.n-bg-dark-danger-hover-weak\/0 {
  background-color:rgb(255 170 151 / 0);
}
.n-bg-dark-danger-hover-weak\/10 {
  background-color:rgb(255 170 151 / 0.1);
}
.n-bg-dark-danger-hover-weak\/100 {
  background-color:rgb(255 170 151 / 1);
}
.n-bg-dark-danger-hover-weak\/15 {
  background-color:rgb(255 170 151 / 0.15);
}
.n-bg-dark-danger-hover-weak\/20 {
  background-color:rgb(255 170 151 / 0.2);
}
.n-bg-dark-danger-hover-weak\/25 {
  background-color:rgb(255 170 151 / 0.25);
}
.n-bg-dark-danger-hover-weak\/30 {
  background-color:rgb(255 170 151 / 0.3);
}
.n-bg-dark-danger-hover-weak\/35 {
  background-color:rgb(255 170 151 / 0.35);
}
.n-bg-dark-danger-hover-weak\/40 {
  background-color:rgb(255 170 151 / 0.4);
}
.n-bg-dark-danger-hover-weak\/45 {
  background-color:rgb(255 170 151 / 0.45);
}
.n-bg-dark-danger-hover-weak\/5 {
  background-color:rgb(255 170 151 / 0.05);
}
.n-bg-dark-danger-hover-weak\/50 {
  background-color:rgb(255 170 151 / 0.5);
}
.n-bg-dark-danger-hover-weak\/55 {
  background-color:rgb(255 170 151 / 0.55);
}
.n-bg-dark-danger-hover-weak\/60 {
  background-color:rgb(255 170 151 / 0.6);
}
.n-bg-dark-danger-hover-weak\/65 {
  background-color:rgb(255 170 151 / 0.65);
}
.n-bg-dark-danger-hover-weak\/70 {
  background-color:rgb(255 170 151 / 0.7);
}
.n-bg-dark-danger-hover-weak\/75 {
  background-color:rgb(255 170 151 / 0.75);
}
.n-bg-dark-danger-hover-weak\/80 {
  background-color:rgb(255 170 151 / 0.8);
}
.n-bg-dark-danger-hover-weak\/85 {
  background-color:rgb(255 170 151 / 0.85);
}
.n-bg-dark-danger-hover-weak\/90 {
  background-color:rgb(255 170 151 / 0.9);
}
.n-bg-dark-danger-hover-weak\/95 {
  background-color:rgb(255 170 151 / 0.95);
}
.n-bg-dark-danger-icon {
  --tw-bg-opacity:1;
  background-color:rgb(255 170 151 / var(--tw-bg-opacity));
}
.n-bg-dark-danger-icon\/0 {
  background-color:rgb(255 170 151 / 0);
}
.n-bg-dark-danger-icon\/10 {
  background-color:rgb(255 170 151 / 0.1);
}
.n-bg-dark-danger-icon\/100 {
  background-color:rgb(255 170 151 / 1);
}
.n-bg-dark-danger-icon\/15 {
  background-color:rgb(255 170 151 / 0.15);
}
.n-bg-dark-danger-icon\/20 {
  background-color:rgb(255 170 151 / 0.2);
}
.n-bg-dark-danger-icon\/25 {
  background-color:rgb(255 170 151 / 0.25);
}
.n-bg-dark-danger-icon\/30 {
  background-color:rgb(255 170 151 / 0.3);
}
.n-bg-dark-danger-icon\/35 {
  background-color:rgb(255 170 151 / 0.35);
}
.n-bg-dark-danger-icon\/40 {
  background-color:rgb(255 170 151 / 0.4);
}
.n-bg-dark-danger-icon\/45 {
  background-color:rgb(255 170 151 / 0.45);
}
.n-bg-dark-danger-icon\/5 {
  background-color:rgb(255 170 151 / 0.05);
}
.n-bg-dark-danger-icon\/50 {
  background-color:rgb(255 170 151 / 0.5);
}
.n-bg-dark-danger-icon\/55 {
  background-color:rgb(255 170 151 / 0.55);
}
.n-bg-dark-danger-icon\/60 {
  background-color:rgb(255 170 151 / 0.6);
}
.n-bg-dark-danger-icon\/65 {
  background-color:rgb(255 170 151 / 0.65);
}
.n-bg-dark-danger-icon\/70 {
  background-color:rgb(255 170 151 / 0.7);
}
.n-bg-dark-danger-icon\/75 {
  background-color:rgb(255 170 151 / 0.75);
}
.n-bg-dark-danger-icon\/80 {
  background-color:rgb(255 170 151 / 0.8);
}
.n-bg-dark-danger-icon\/85 {
  background-color:rgb(255 170 151 / 0.85);
}
.n-bg-dark-danger-icon\/90 {
  background-color:rgb(255 170 151 / 0.9);
}
.n-bg-dark-danger-icon\/95 {
  background-color:rgb(255 170 151 / 0.95);
}
.n-bg-dark-danger-pressed-strong {
  --tw-bg-opacity:1;
  background-color:rgb(232 78 44 / var(--tw-bg-opacity));
}
.n-bg-dark-danger-pressed-strong\/0 {
  background-color:rgb(232 78 44 / 0);
}
.n-bg-dark-danger-pressed-strong\/10 {
  background-color:rgb(232 78 44 / 0.1);
}
.n-bg-dark-danger-pressed-strong\/100 {
  background-color:rgb(232 78 44 / 1);
}
.n-bg-dark-danger-pressed-strong\/15 {
  background-color:rgb(232 78 44 / 0.15);
}
.n-bg-dark-danger-pressed-strong\/20 {
  background-color:rgb(232 78 44 / 0.2);
}
.n-bg-dark-danger-pressed-strong\/25 {
  background-color:rgb(232 78 44 / 0.25);
}
.n-bg-dark-danger-pressed-strong\/30 {
  background-color:rgb(232 78 44 / 0.3);
}
.n-bg-dark-danger-pressed-strong\/35 {
  background-color:rgb(232 78 44 / 0.35);
}
.n-bg-dark-danger-pressed-strong\/40 {
  background-color:rgb(232 78 44 / 0.4);
}
.n-bg-dark-danger-pressed-strong\/45 {
  background-color:rgb(232 78 44 / 0.45);
}
.n-bg-dark-danger-pressed-strong\/5 {
  background-color:rgb(232 78 44 / 0.05);
}
.n-bg-dark-danger-pressed-strong\/50 {
  background-color:rgb(232 78 44 / 0.5);
}
.n-bg-dark-danger-pressed-strong\/55 {
  background-color:rgb(232 78 44 / 0.55);
}
.n-bg-dark-danger-pressed-strong\/60 {
  background-color:rgb(232 78 44 / 0.6);
}
.n-bg-dark-danger-pressed-strong\/65 {
  background-color:rgb(232 78 44 / 0.65);
}
.n-bg-dark-danger-pressed-strong\/70 {
  background-color:rgb(232 78 44 / 0.7);
}
.n-bg-dark-danger-pressed-strong\/75 {
  background-color:rgb(232 78 44 / 0.75);
}
.n-bg-dark-danger-pressed-strong\/80 {
  background-color:rgb(232 78 44 / 0.8);
}
.n-bg-dark-danger-pressed-strong\/85 {
  background-color:rgb(232 78 44 / 0.85);
}
.n-bg-dark-danger-pressed-strong\/90 {
  background-color:rgb(232 78 44 / 0.9);
}
.n-bg-dark-danger-pressed-strong\/95 {
  background-color:rgb(232 78 44 / 0.95);
}
.n-bg-dark-danger-pressed-weak {
  --tw-bg-opacity:1;
  background-color:rgb(255 170 151 / var(--tw-bg-opacity));
}
.n-bg-dark-danger-pressed-weak\/0 {
  background-color:rgb(255 170 151 / 0);
}
.n-bg-dark-danger-pressed-weak\/10 {
  background-color:rgb(255 170 151 / 0.1);
}
.n-bg-dark-danger-pressed-weak\/100 {
  background-color:rgb(255 170 151 / 1);
}
.n-bg-dark-danger-pressed-weak\/15 {
  background-color:rgb(255 170 151 / 0.15);
}
.n-bg-dark-danger-pressed-weak\/20 {
  background-color:rgb(255 170 151 / 0.2);
}
.n-bg-dark-danger-pressed-weak\/25 {
  background-color:rgb(255 170 151 / 0.25);
}
.n-bg-dark-danger-pressed-weak\/30 {
  background-color:rgb(255 170 151 / 0.3);
}
.n-bg-dark-danger-pressed-weak\/35 {
  background-color:rgb(255 170 151 / 0.35);
}
.n-bg-dark-danger-pressed-weak\/40 {
  background-color:rgb(255 170 151 / 0.4);
}
.n-bg-dark-danger-pressed-weak\/45 {
  background-color:rgb(255 170 151 / 0.45);
}
.n-bg-dark-danger-pressed-weak\/5 {
  background-color:rgb(255 170 151 / 0.05);
}
.n-bg-dark-danger-pressed-weak\/50 {
  background-color:rgb(255 170 151 / 0.5);
}
.n-bg-dark-danger-pressed-weak\/55 {
  background-color:rgb(255 170 151 / 0.55);
}
.n-bg-dark-danger-pressed-weak\/60 {
  background-color:rgb(255 170 151 / 0.6);
}
.n-bg-dark-danger-pressed-weak\/65 {
  background-color:rgb(255 170 151 / 0.65);
}
.n-bg-dark-danger-pressed-weak\/70 {
  background-color:rgb(255 170 151 / 0.7);
}
.n-bg-dark-danger-pressed-weak\/75 {
  background-color:rgb(255 170 151 / 0.75);
}
.n-bg-dark-danger-pressed-weak\/80 {
  background-color:rgb(255 170 151 / 0.8);
}
.n-bg-dark-danger-pressed-weak\/85 {
  background-color:rgb(255 170 151 / 0.85);
}
.n-bg-dark-danger-pressed-weak\/90 {
  background-color:rgb(255 170 151 / 0.9);
}
.n-bg-dark-danger-pressed-weak\/95 {
  background-color:rgb(255 170 151 / 0.95);
}
.n-bg-dark-danger-text {
  --tw-bg-opacity:1;
  background-color:rgb(255 170 151 / var(--tw-bg-opacity));
}
.n-bg-dark-danger-text\/0 {
  background-color:rgb(255 170 151 / 0);
}
.n-bg-dark-danger-text\/10 {
  background-color:rgb(255 170 151 / 0.1);
}
.n-bg-dark-danger-text\/100 {
  background-color:rgb(255 170 151 / 1);
}
.n-bg-dark-danger-text\/15 {
  background-color:rgb(255 170 151 / 0.15);
}
.n-bg-dark-danger-text\/20 {
  background-color:rgb(255 170 151 / 0.2);
}
.n-bg-dark-danger-text\/25 {
  background-color:rgb(255 170 151 / 0.25);
}
.n-bg-dark-danger-text\/30 {
  background-color:rgb(255 170 151 / 0.3);
}
.n-bg-dark-danger-text\/35 {
  background-color:rgb(255 170 151 / 0.35);
}
.n-bg-dark-danger-text\/40 {
  background-color:rgb(255 170 151 / 0.4);
}
.n-bg-dark-danger-text\/45 {
  background-color:rgb(255 170 151 / 0.45);
}
.n-bg-dark-danger-text\/5 {
  background-color:rgb(255 170 151 / 0.05);
}
.n-bg-dark-danger-text\/50 {
  background-color:rgb(255 170 151 / 0.5);
}
.n-bg-dark-danger-text\/55 {
  background-color:rgb(255 170 151 / 0.55);
}
.n-bg-dark-danger-text\/60 {
  background-color:rgb(255 170 151 / 0.6);
}
.n-bg-dark-danger-text\/65 {
  background-color:rgb(255 170 151 / 0.65);
}
.n-bg-dark-danger-text\/70 {
  background-color:rgb(255 170 151 / 0.7);
}
.n-bg-dark-danger-text\/75 {
  background-color:rgb(255 170 151 / 0.75);
}
.n-bg-dark-danger-text\/80 {
  background-color:rgb(255 170 151 / 0.8);
}
.n-bg-dark-danger-text\/85 {
  background-color:rgb(255 170 151 / 0.85);
}
.n-bg-dark-danger-text\/90 {
  background-color:rgb(255 170 151 / 0.9);
}
.n-bg-dark-danger-text\/95 {
  background-color:rgb(255 170 151 / 0.95);
}
.n-bg-dark-discovery-bg-status {
  --tw-bg-opacity:1;
  background-color:rgb(204 180 255 / var(--tw-bg-opacity));
}
.n-bg-dark-discovery-bg-status\/0 {
  background-color:rgb(204 180 255 / 0);
}
.n-bg-dark-discovery-bg-status\/10 {
  background-color:rgb(204 180 255 / 0.1);
}
.n-bg-dark-discovery-bg-status\/100 {
  background-color:rgb(204 180 255 / 1);
}
.n-bg-dark-discovery-bg-status\/15 {
  background-color:rgb(204 180 255 / 0.15);
}
.n-bg-dark-discovery-bg-status\/20 {
  background-color:rgb(204 180 255 / 0.2);
}
.n-bg-dark-discovery-bg-status\/25 {
  background-color:rgb(204 180 255 / 0.25);
}
.n-bg-dark-discovery-bg-status\/30 {
  background-color:rgb(204 180 255 / 0.3);
}
.n-bg-dark-discovery-bg-status\/35 {
  background-color:rgb(204 180 255 / 0.35);
}
.n-bg-dark-discovery-bg-status\/40 {
  background-color:rgb(204 180 255 / 0.4);
}
.n-bg-dark-discovery-bg-status\/45 {
  background-color:rgb(204 180 255 / 0.45);
}
.n-bg-dark-discovery-bg-status\/5 {
  background-color:rgb(204 180 255 / 0.05);
}
.n-bg-dark-discovery-bg-status\/50 {
  background-color:rgb(204 180 255 / 0.5);
}
.n-bg-dark-discovery-bg-status\/55 {
  background-color:rgb(204 180 255 / 0.55);
}
.n-bg-dark-discovery-bg-status\/60 {
  background-color:rgb(204 180 255 / 0.6);
}
.n-bg-dark-discovery-bg-status\/65 {
  background-color:rgb(204 180 255 / 0.65);
}
.n-bg-dark-discovery-bg-status\/70 {
  background-color:rgb(204 180 255 / 0.7);
}
.n-bg-dark-discovery-bg-status\/75 {
  background-color:rgb(204 180 255 / 0.75);
}
.n-bg-dark-discovery-bg-status\/80 {
  background-color:rgb(204 180 255 / 0.8);
}
.n-bg-dark-discovery-bg-status\/85 {
  background-color:rgb(204 180 255 / 0.85);
}
.n-bg-dark-discovery-bg-status\/90 {
  background-color:rgb(204 180 255 / 0.9);
}
.n-bg-dark-discovery-bg-status\/95 {
  background-color:rgb(204 180 255 / 0.95);
}
.n-bg-dark-discovery-bg-strong {
  --tw-bg-opacity:1;
  background-color:rgb(204 180 255 / var(--tw-bg-opacity));
}
.n-bg-dark-discovery-bg-strong\/0 {
  background-color:rgb(204 180 255 / 0);
}
.n-bg-dark-discovery-bg-strong\/10 {
  background-color:rgb(204 180 255 / 0.1);
}
.n-bg-dark-discovery-bg-strong\/100 {
  background-color:rgb(204 180 255 / 1);
}
.n-bg-dark-discovery-bg-strong\/15 {
  background-color:rgb(204 180 255 / 0.15);
}
.n-bg-dark-discovery-bg-strong\/20 {
  background-color:rgb(204 180 255 / 0.2);
}
.n-bg-dark-discovery-bg-strong\/25 {
  background-color:rgb(204 180 255 / 0.25);
}
.n-bg-dark-discovery-bg-strong\/30 {
  background-color:rgb(204 180 255 / 0.3);
}
.n-bg-dark-discovery-bg-strong\/35 {
  background-color:rgb(204 180 255 / 0.35);
}
.n-bg-dark-discovery-bg-strong\/40 {
  background-color:rgb(204 180 255 / 0.4);
}
.n-bg-dark-discovery-bg-strong\/45 {
  background-color:rgb(204 180 255 / 0.45);
}
.n-bg-dark-discovery-bg-strong\/5 {
  background-color:rgb(204 180 255 / 0.05);
}
.n-bg-dark-discovery-bg-strong\/50 {
  background-color:rgb(204 180 255 / 0.5);
}
.n-bg-dark-discovery-bg-strong\/55 {
  background-color:rgb(204 180 255 / 0.55);
}
.n-bg-dark-discovery-bg-strong\/60 {
  background-color:rgb(204 180 255 / 0.6);
}
.n-bg-dark-discovery-bg-strong\/65 {
  background-color:rgb(204 180 255 / 0.65);
}
.n-bg-dark-discovery-bg-strong\/70 {
  background-color:rgb(204 180 255 / 0.7);
}
.n-bg-dark-discovery-bg-strong\/75 {
  background-color:rgb(204 180 255 / 0.75);
}
.n-bg-dark-discovery-bg-strong\/80 {
  background-color:rgb(204 180 255 / 0.8);
}
.n-bg-dark-discovery-bg-strong\/85 {
  background-color:rgb(204 180 255 / 0.85);
}
.n-bg-dark-discovery-bg-strong\/90 {
  background-color:rgb(204 180 255 / 0.9);
}
.n-bg-dark-discovery-bg-strong\/95 {
  background-color:rgb(204 180 255 / 0.95);
}
.n-bg-dark-discovery-bg-weak {
  --tw-bg-opacity:1;
  background-color:rgb(44 42 52 / var(--tw-bg-opacity));
}
.n-bg-dark-discovery-bg-weak\/0 {
  background-color:rgb(44 42 52 / 0);
}
.n-bg-dark-discovery-bg-weak\/10 {
  background-color:rgb(44 42 52 / 0.1);
}
.n-bg-dark-discovery-bg-weak\/100 {
  background-color:rgb(44 42 52 / 1);
}
.n-bg-dark-discovery-bg-weak\/15 {
  background-color:rgb(44 42 52 / 0.15);
}
.n-bg-dark-discovery-bg-weak\/20 {
  background-color:rgb(44 42 52 / 0.2);
}
.n-bg-dark-discovery-bg-weak\/25 {
  background-color:rgb(44 42 52 / 0.25);
}
.n-bg-dark-discovery-bg-weak\/30 {
  background-color:rgb(44 42 52 / 0.3);
}
.n-bg-dark-discovery-bg-weak\/35 {
  background-color:rgb(44 42 52 / 0.35);
}
.n-bg-dark-discovery-bg-weak\/40 {
  background-color:rgb(44 42 52 / 0.4);
}
.n-bg-dark-discovery-bg-weak\/45 {
  background-color:rgb(44 42 52 / 0.45);
}
.n-bg-dark-discovery-bg-weak\/5 {
  background-color:rgb(44 42 52 / 0.05);
}
.n-bg-dark-discovery-bg-weak\/50 {
  background-color:rgb(44 42 52 / 0.5);
}
.n-bg-dark-discovery-bg-weak\/55 {
  background-color:rgb(44 42 52 / 0.55);
}
.n-bg-dark-discovery-bg-weak\/60 {
  background-color:rgb(44 42 52 / 0.6);
}
.n-bg-dark-discovery-bg-weak\/65 {
  background-color:rgb(44 42 52 / 0.65);
}
.n-bg-dark-discovery-bg-weak\/70 {
  background-color:rgb(44 42 52 / 0.7);
}
.n-bg-dark-discovery-bg-weak\/75 {
  background-color:rgb(44 42 52 / 0.75);
}
.n-bg-dark-discovery-bg-weak\/80 {
  background-color:rgb(44 42 52 / 0.8);
}
.n-bg-dark-discovery-bg-weak\/85 {
  background-color:rgb(44 42 52 / 0.85);
}
.n-bg-dark-discovery-bg-weak\/90 {
  background-color:rgb(44 42 52 / 0.9);
}
.n-bg-dark-discovery-bg-weak\/95 {
  background-color:rgb(44 42 52 / 0.95);
}
.n-bg-dark-discovery-border-strong {
  --tw-bg-opacity:1;
  background-color:rgb(204 180 255 / var(--tw-bg-opacity));
}
.n-bg-dark-discovery-border-strong\/0 {
  background-color:rgb(204 180 255 / 0);
}
.n-bg-dark-discovery-border-strong\/10 {
  background-color:rgb(204 180 255 / 0.1);
}
.n-bg-dark-discovery-border-strong\/100 {
  background-color:rgb(204 180 255 / 1);
}
.n-bg-dark-discovery-border-strong\/15 {
  background-color:rgb(204 180 255 / 0.15);
}
.n-bg-dark-discovery-border-strong\/20 {
  background-color:rgb(204 180 255 / 0.2);
}
.n-bg-dark-discovery-border-strong\/25 {
  background-color:rgb(204 180 255 / 0.25);
}
.n-bg-dark-discovery-border-strong\/30 {
  background-color:rgb(204 180 255 / 0.3);
}
.n-bg-dark-discovery-border-strong\/35 {
  background-color:rgb(204 180 255 / 0.35);
}
.n-bg-dark-discovery-border-strong\/40 {
  background-color:rgb(204 180 255 / 0.4);
}
.n-bg-dark-discovery-border-strong\/45 {
  background-color:rgb(204 180 255 / 0.45);
}
.n-bg-dark-discovery-border-strong\/5 {
  background-color:rgb(204 180 255 / 0.05);
}
.n-bg-dark-discovery-border-strong\/50 {
  background-color:rgb(204 180 255 / 0.5);
}
.n-bg-dark-discovery-border-strong\/55 {
  background-color:rgb(204 180 255 / 0.55);
}
.n-bg-dark-discovery-border-strong\/60 {
  background-color:rgb(204 180 255 / 0.6);
}
.n-bg-dark-discovery-border-strong\/65 {
  background-color:rgb(204 180 255 / 0.65);
}
.n-bg-dark-discovery-border-strong\/70 {
  background-color:rgb(204 180 255 / 0.7);
}
.n-bg-dark-discovery-border-strong\/75 {
  background-color:rgb(204 180 255 / 0.75);
}
.n-bg-dark-discovery-border-strong\/80 {
  background-color:rgb(204 180 255 / 0.8);
}
.n-bg-dark-discovery-border-strong\/85 {
  background-color:rgb(204 180 255 / 0.85);
}
.n-bg-dark-discovery-border-strong\/90 {
  background-color:rgb(204 180 255 / 0.9);
}
.n-bg-dark-discovery-border-strong\/95 {
  background-color:rgb(204 180 255 / 0.95);
}
.n-bg-dark-discovery-border-weak {
  --tw-bg-opacity:1;
  background-color:rgb(75 40 148 / var(--tw-bg-opacity));
}
.n-bg-dark-discovery-border-weak\/0 {
  background-color:rgb(75 40 148 / 0);
}
.n-bg-dark-discovery-border-weak\/10 {
  background-color:rgb(75 40 148 / 0.1);
}
.n-bg-dark-discovery-border-weak\/100 {
  background-color:rgb(75 40 148 / 1);
}
.n-bg-dark-discovery-border-weak\/15 {
  background-color:rgb(75 40 148 / 0.15);
}
.n-bg-dark-discovery-border-weak\/20 {
  background-color:rgb(75 40 148 / 0.2);
}
.n-bg-dark-discovery-border-weak\/25 {
  background-color:rgb(75 40 148 / 0.25);
}
.n-bg-dark-discovery-border-weak\/30 {
  background-color:rgb(75 40 148 / 0.3);
}
.n-bg-dark-discovery-border-weak\/35 {
  background-color:rgb(75 40 148 / 0.35);
}
.n-bg-dark-discovery-border-weak\/40 {
  background-color:rgb(75 40 148 / 0.4);
}
.n-bg-dark-discovery-border-weak\/45 {
  background-color:rgb(75 40 148 / 0.45);
}
.n-bg-dark-discovery-border-weak\/5 {
  background-color:rgb(75 40 148 / 0.05);
}
.n-bg-dark-discovery-border-weak\/50 {
  background-color:rgb(75 40 148 / 0.5);
}
.n-bg-dark-discovery-border-weak\/55 {
  background-color:rgb(75 40 148 / 0.55);
}
.n-bg-dark-discovery-border-weak\/60 {
  background-color:rgb(75 40 148 / 0.6);
}
.n-bg-dark-discovery-border-weak\/65 {
  background-color:rgb(75 40 148 / 0.65);
}
.n-bg-dark-discovery-border-weak\/70 {
  background-color:rgb(75 40 148 / 0.7);
}
.n-bg-dark-discovery-border-weak\/75 {
  background-color:rgb(75 40 148 / 0.75);
}
.n-bg-dark-discovery-border-weak\/80 {
  background-color:rgb(75 40 148 / 0.8);
}
.n-bg-dark-discovery-border-weak\/85 {
  background-color:rgb(75 40 148 / 0.85);
}
.n-bg-dark-discovery-border-weak\/90 {
  background-color:rgb(75 40 148 / 0.9);
}
.n-bg-dark-discovery-border-weak\/95 {
  background-color:rgb(75 40 148 / 0.95);
}
.n-bg-dark-discovery-icon {
  --tw-bg-opacity:1;
  background-color:rgb(204 180 255 / var(--tw-bg-opacity));
}
.n-bg-dark-discovery-icon\/0 {
  background-color:rgb(204 180 255 / 0);
}
.n-bg-dark-discovery-icon\/10 {
  background-color:rgb(204 180 255 / 0.1);
}
.n-bg-dark-discovery-icon\/100 {
  background-color:rgb(204 180 255 / 1);
}
.n-bg-dark-discovery-icon\/15 {
  background-color:rgb(204 180 255 / 0.15);
}
.n-bg-dark-discovery-icon\/20 {
  background-color:rgb(204 180 255 / 0.2);
}
.n-bg-dark-discovery-icon\/25 {
  background-color:rgb(204 180 255 / 0.25);
}
.n-bg-dark-discovery-icon\/30 {
  background-color:rgb(204 180 255 / 0.3);
}
.n-bg-dark-discovery-icon\/35 {
  background-color:rgb(204 180 255 / 0.35);
}
.n-bg-dark-discovery-icon\/40 {
  background-color:rgb(204 180 255 / 0.4);
}
.n-bg-dark-discovery-icon\/45 {
  background-color:rgb(204 180 255 / 0.45);
}
.n-bg-dark-discovery-icon\/5 {
  background-color:rgb(204 180 255 / 0.05);
}
.n-bg-dark-discovery-icon\/50 {
  background-color:rgb(204 180 255 / 0.5);
}
.n-bg-dark-discovery-icon\/55 {
  background-color:rgb(204 180 255 / 0.55);
}
.n-bg-dark-discovery-icon\/60 {
  background-color:rgb(204 180 255 / 0.6);
}
.n-bg-dark-discovery-icon\/65 {
  background-color:rgb(204 180 255 / 0.65);
}
.n-bg-dark-discovery-icon\/70 {
  background-color:rgb(204 180 255 / 0.7);
}
.n-bg-dark-discovery-icon\/75 {
  background-color:rgb(204 180 255 / 0.75);
}
.n-bg-dark-discovery-icon\/80 {
  background-color:rgb(204 180 255 / 0.8);
}
.n-bg-dark-discovery-icon\/85 {
  background-color:rgb(204 180 255 / 0.85);
}
.n-bg-dark-discovery-icon\/90 {
  background-color:rgb(204 180 255 / 0.9);
}
.n-bg-dark-discovery-icon\/95 {
  background-color:rgb(204 180 255 / 0.95);
}
.n-bg-dark-discovery-text {
  --tw-bg-opacity:1;
  background-color:rgb(204 180 255 / var(--tw-bg-opacity));
}
.n-bg-dark-discovery-text\/0 {
  background-color:rgb(204 180 255 / 0);
}
.n-bg-dark-discovery-text\/10 {
  background-color:rgb(204 180 255 / 0.1);
}
.n-bg-dark-discovery-text\/100 {
  background-color:rgb(204 180 255 / 1);
}
.n-bg-dark-discovery-text\/15 {
  background-color:rgb(204 180 255 / 0.15);
}
.n-bg-dark-discovery-text\/20 {
  background-color:rgb(204 180 255 / 0.2);
}
.n-bg-dark-discovery-text\/25 {
  background-color:rgb(204 180 255 / 0.25);
}
.n-bg-dark-discovery-text\/30 {
  background-color:rgb(204 180 255 / 0.3);
}
.n-bg-dark-discovery-text\/35 {
  background-color:rgb(204 180 255 / 0.35);
}
.n-bg-dark-discovery-text\/40 {
  background-color:rgb(204 180 255 / 0.4);
}
.n-bg-dark-discovery-text\/45 {
  background-color:rgb(204 180 255 / 0.45);
}
.n-bg-dark-discovery-text\/5 {
  background-color:rgb(204 180 255 / 0.05);
}
.n-bg-dark-discovery-text\/50 {
  background-color:rgb(204 180 255 / 0.5);
}
.n-bg-dark-discovery-text\/55 {
  background-color:rgb(204 180 255 / 0.55);
}
.n-bg-dark-discovery-text\/60 {
  background-color:rgb(204 180 255 / 0.6);
}
.n-bg-dark-discovery-text\/65 {
  background-color:rgb(204 180 255 / 0.65);
}
.n-bg-dark-discovery-text\/70 {
  background-color:rgb(204 180 255 / 0.7);
}
.n-bg-dark-discovery-text\/75 {
  background-color:rgb(204 180 255 / 0.75);
}
.n-bg-dark-discovery-text\/80 {
  background-color:rgb(204 180 255 / 0.8);
}
.n-bg-dark-discovery-text\/85 {
  background-color:rgb(204 180 255 / 0.85);
}
.n-bg-dark-discovery-text\/90 {
  background-color:rgb(204 180 255 / 0.9);
}
.n-bg-dark-discovery-text\/95 {
  background-color:rgb(204 180 255 / 0.95);
}
.n-bg-dark-neutral-bg-default {
  --tw-bg-opacity:1;
  background-color:rgb(26 27 29 / var(--tw-bg-opacity));
}
.n-bg-dark-neutral-bg-default\/0 {
  background-color:rgb(26 27 29 / 0);
}
.n-bg-dark-neutral-bg-default\/10 {
  background-color:rgb(26 27 29 / 0.1);
}
.n-bg-dark-neutral-bg-default\/100 {
  background-color:rgb(26 27 29 / 1);
}
.n-bg-dark-neutral-bg-default\/15 {
  background-color:rgb(26 27 29 / 0.15);
}
.n-bg-dark-neutral-bg-default\/20 {
  background-color:rgb(26 27 29 / 0.2);
}
.n-bg-dark-neutral-bg-default\/25 {
  background-color:rgb(26 27 29 / 0.25);
}
.n-bg-dark-neutral-bg-default\/30 {
  background-color:rgb(26 27 29 / 0.3);
}
.n-bg-dark-neutral-bg-default\/35 {
  background-color:rgb(26 27 29 / 0.35);
}
.n-bg-dark-neutral-bg-default\/40 {
  background-color:rgb(26 27 29 / 0.4);
}
.n-bg-dark-neutral-bg-default\/45 {
  background-color:rgb(26 27 29 / 0.45);
}
.n-bg-dark-neutral-bg-default\/5 {
  background-color:rgb(26 27 29 / 0.05);
}
.n-bg-dark-neutral-bg-default\/50 {
  background-color:rgb(26 27 29 / 0.5);
}
.n-bg-dark-neutral-bg-default\/55 {
  background-color:rgb(26 27 29 / 0.55);
}
.n-bg-dark-neutral-bg-default\/60 {
  background-color:rgb(26 27 29 / 0.6);
}
.n-bg-dark-neutral-bg-default\/65 {
  background-color:rgb(26 27 29 / 0.65);
}
.n-bg-dark-neutral-bg-default\/70 {
  background-color:rgb(26 27 29 / 0.7);
}
.n-bg-dark-neutral-bg-default\/75 {
  background-color:rgb(26 27 29 / 0.75);
}
.n-bg-dark-neutral-bg-default\/80 {
  background-color:rgb(26 27 29 / 0.8);
}
.n-bg-dark-neutral-bg-default\/85 {
  background-color:rgb(26 27 29 / 0.85);
}
.n-bg-dark-neutral-bg-default\/90 {
  background-color:rgb(26 27 29 / 0.9);
}
.n-bg-dark-neutral-bg-default\/95 {
  background-color:rgb(26 27 29 / 0.95);
}
.n-bg-dark-neutral-bg-on-bg-weak {
  --tw-bg-opacity:1;
  background-color:rgb(129 135 144 / var(--tw-bg-opacity));
}
.n-bg-dark-neutral-bg-on-bg-weak\/0 {
  background-color:rgb(129 135 144 / 0);
}
.n-bg-dark-neutral-bg-on-bg-weak\/10 {
  background-color:rgb(129 135 144 / 0.1);
}
.n-bg-dark-neutral-bg-on-bg-weak\/100 {
  background-color:rgb(129 135 144 / 1);
}
.n-bg-dark-neutral-bg-on-bg-weak\/15 {
  background-color:rgb(129 135 144 / 0.15);
}
.n-bg-dark-neutral-bg-on-bg-weak\/20 {
  background-color:rgb(129 135 144 / 0.2);
}
.n-bg-dark-neutral-bg-on-bg-weak\/25 {
  background-color:rgb(129 135 144 / 0.25);
}
.n-bg-dark-neutral-bg-on-bg-weak\/30 {
  background-color:rgb(129 135 144 / 0.3);
}
.n-bg-dark-neutral-bg-on-bg-weak\/35 {
  background-color:rgb(129 135 144 / 0.35);
}
.n-bg-dark-neutral-bg-on-bg-weak\/40 {
  background-color:rgb(129 135 144 / 0.4);
}
.n-bg-dark-neutral-bg-on-bg-weak\/45 {
  background-color:rgb(129 135 144 / 0.45);
}
.n-bg-dark-neutral-bg-on-bg-weak\/5 {
  background-color:rgb(129 135 144 / 0.05);
}
.n-bg-dark-neutral-bg-on-bg-weak\/50 {
  background-color:rgb(129 135 144 / 0.5);
}
.n-bg-dark-neutral-bg-on-bg-weak\/55 {
  background-color:rgb(129 135 144 / 0.55);
}
.n-bg-dark-neutral-bg-on-bg-weak\/60 {
  background-color:rgb(129 135 144 / 0.6);
}
.n-bg-dark-neutral-bg-on-bg-weak\/65 {
  background-color:rgb(129 135 144 / 0.65);
}
.n-bg-dark-neutral-bg-on-bg-weak\/70 {
  background-color:rgb(129 135 144 / 0.7);
}
.n-bg-dark-neutral-bg-on-bg-weak\/75 {
  background-color:rgb(129 135 144 / 0.75);
}
.n-bg-dark-neutral-bg-on-bg-weak\/80 {
  background-color:rgb(129 135 144 / 0.8);
}
.n-bg-dark-neutral-bg-on-bg-weak\/85 {
  background-color:rgb(129 135 144 / 0.85);
}
.n-bg-dark-neutral-bg-on-bg-weak\/90 {
  background-color:rgb(129 135 144 / 0.9);
}
.n-bg-dark-neutral-bg-on-bg-weak\/95 {
  background-color:rgb(129 135 144 / 0.95);
}
.n-bg-dark-neutral-bg-status {
  --tw-bg-opacity:1;
  background-color:rgb(168 172 178 / var(--tw-bg-opacity));
}
.n-bg-dark-neutral-bg-status\/0 {
  background-color:rgb(168 172 178 / 0);
}
.n-bg-dark-neutral-bg-status\/10 {
  background-color:rgb(168 172 178 / 0.1);
}
.n-bg-dark-neutral-bg-status\/100 {
  background-color:rgb(168 172 178 / 1);
}
.n-bg-dark-neutral-bg-status\/15 {
  background-color:rgb(168 172 178 / 0.15);
}
.n-bg-dark-neutral-bg-status\/20 {
  background-color:rgb(168 172 178 / 0.2);
}
.n-bg-dark-neutral-bg-status\/25 {
  background-color:rgb(168 172 178 / 0.25);
}
.n-bg-dark-neutral-bg-status\/30 {
  background-color:rgb(168 172 178 / 0.3);
}
.n-bg-dark-neutral-bg-status\/35 {
  background-color:rgb(168 172 178 / 0.35);
}
.n-bg-dark-neutral-bg-status\/40 {
  background-color:rgb(168 172 178 / 0.4);
}
.n-bg-dark-neutral-bg-status\/45 {
  background-color:rgb(168 172 178 / 0.45);
}
.n-bg-dark-neutral-bg-status\/5 {
  background-color:rgb(168 172 178 / 0.05);
}
.n-bg-dark-neutral-bg-status\/50 {
  background-color:rgb(168 172 178 / 0.5);
}
.n-bg-dark-neutral-bg-status\/55 {
  background-color:rgb(168 172 178 / 0.55);
}
.n-bg-dark-neutral-bg-status\/60 {
  background-color:rgb(168 172 178 / 0.6);
}
.n-bg-dark-neutral-bg-status\/65 {
  background-color:rgb(168 172 178 / 0.65);
}
.n-bg-dark-neutral-bg-status\/70 {
  background-color:rgb(168 172 178 / 0.7);
}
.n-bg-dark-neutral-bg-status\/75 {
  background-color:rgb(168 172 178 / 0.75);
}
.n-bg-dark-neutral-bg-status\/80 {
  background-color:rgb(168 172 178 / 0.8);
}
.n-bg-dark-neutral-bg-status\/85 {
  background-color:rgb(168 172 178 / 0.85);
}
.n-bg-dark-neutral-bg-status\/90 {
  background-color:rgb(168 172 178 / 0.9);
}
.n-bg-dark-neutral-bg-status\/95 {
  background-color:rgb(168 172 178 / 0.95);
}
.n-bg-dark-neutral-bg-strong {
  --tw-bg-opacity:1;
  background-color:rgb(60 63 68 / var(--tw-bg-opacity));
}
.n-bg-dark-neutral-bg-strong\/0 {
  background-color:rgb(60 63 68 / 0);
}
.n-bg-dark-neutral-bg-strong\/10 {
  background-color:rgb(60 63 68 / 0.1);
}
.n-bg-dark-neutral-bg-strong\/100 {
  background-color:rgb(60 63 68 / 1);
}
.n-bg-dark-neutral-bg-strong\/15 {
  background-color:rgb(60 63 68 / 0.15);
}
.n-bg-dark-neutral-bg-strong\/20 {
  background-color:rgb(60 63 68 / 0.2);
}
.n-bg-dark-neutral-bg-strong\/25 {
  background-color:rgb(60 63 68 / 0.25);
}
.n-bg-dark-neutral-bg-strong\/30 {
  background-color:rgb(60 63 68 / 0.3);
}
.n-bg-dark-neutral-bg-strong\/35 {
  background-color:rgb(60 63 68 / 0.35);
}
.n-bg-dark-neutral-bg-strong\/40 {
  background-color:rgb(60 63 68 / 0.4);
}
.n-bg-dark-neutral-bg-strong\/45 {
  background-color:rgb(60 63 68 / 0.45);
}
.n-bg-dark-neutral-bg-strong\/5 {
  background-color:rgb(60 63 68 / 0.05);
}
.n-bg-dark-neutral-bg-strong\/50 {
  background-color:rgb(60 63 68 / 0.5);
}
.n-bg-dark-neutral-bg-strong\/55 {
  background-color:rgb(60 63 68 / 0.55);
}
.n-bg-dark-neutral-bg-strong\/60 {
  background-color:rgb(60 63 68 / 0.6);
}
.n-bg-dark-neutral-bg-strong\/65 {
  background-color:rgb(60 63 68 / 0.65);
}
.n-bg-dark-neutral-bg-strong\/70 {
  background-color:rgb(60 63 68 / 0.7);
}
.n-bg-dark-neutral-bg-strong\/75 {
  background-color:rgb(60 63 68 / 0.75);
}
.n-bg-dark-neutral-bg-strong\/80 {
  background-color:rgb(60 63 68 / 0.8);
}
.n-bg-dark-neutral-bg-strong\/85 {
  background-color:rgb(60 63 68 / 0.85);
}
.n-bg-dark-neutral-bg-strong\/90 {
  background-color:rgb(60 63 68 / 0.9);
}
.n-bg-dark-neutral-bg-strong\/95 {
  background-color:rgb(60 63 68 / 0.95);
}
.n-bg-dark-neutral-bg-stronger {
  --tw-bg-opacity:1;
  background-color:rgb(111 117 126 / var(--tw-bg-opacity));
}
.n-bg-dark-neutral-bg-stronger\/0 {
  background-color:rgb(111 117 126 / 0);
}
.n-bg-dark-neutral-bg-stronger\/10 {
  background-color:rgb(111 117 126 / 0.1);
}
.n-bg-dark-neutral-bg-stronger\/100 {
  background-color:rgb(111 117 126 / 1);
}
.n-bg-dark-neutral-bg-stronger\/15 {
  background-color:rgb(111 117 126 / 0.15);
}
.n-bg-dark-neutral-bg-stronger\/20 {
  background-color:rgb(111 117 126 / 0.2);
}
.n-bg-dark-neutral-bg-stronger\/25 {
  background-color:rgb(111 117 126 / 0.25);
}
.n-bg-dark-neutral-bg-stronger\/30 {
  background-color:rgb(111 117 126 / 0.3);
}
.n-bg-dark-neutral-bg-stronger\/35 {
  background-color:rgb(111 117 126 / 0.35);
}
.n-bg-dark-neutral-bg-stronger\/40 {
  background-color:rgb(111 117 126 / 0.4);
}
.n-bg-dark-neutral-bg-stronger\/45 {
  background-color:rgb(111 117 126 / 0.45);
}
.n-bg-dark-neutral-bg-stronger\/5 {
  background-color:rgb(111 117 126 / 0.05);
}
.n-bg-dark-neutral-bg-stronger\/50 {
  background-color:rgb(111 117 126 / 0.5);
}
.n-bg-dark-neutral-bg-stronger\/55 {
  background-color:rgb(111 117 126 / 0.55);
}
.n-bg-dark-neutral-bg-stronger\/60 {
  background-color:rgb(111 117 126 / 0.6);
}
.n-bg-dark-neutral-bg-stronger\/65 {
  background-color:rgb(111 117 126 / 0.65);
}
.n-bg-dark-neutral-bg-stronger\/70 {
  background-color:rgb(111 117 126 / 0.7);
}
.n-bg-dark-neutral-bg-stronger\/75 {
  background-color:rgb(111 117 126 / 0.75);
}
.n-bg-dark-neutral-bg-stronger\/80 {
  background-color:rgb(111 117 126 / 0.8);
}
.n-bg-dark-neutral-bg-stronger\/85 {
  background-color:rgb(111 117 126 / 0.85);
}
.n-bg-dark-neutral-bg-stronger\/90 {
  background-color:rgb(111 117 126 / 0.9);
}
.n-bg-dark-neutral-bg-stronger\/95 {
  background-color:rgb(111 117 126 / 0.95);
}
.n-bg-dark-neutral-bg-strongest {
  --tw-bg-opacity:1;
  background-color:rgb(255 255 255 / var(--tw-bg-opacity));
}
.n-bg-dark-neutral-bg-strongest\/0 {
  background-color:rgb(255 255 255 / 0);
}
.n-bg-dark-neutral-bg-strongest\/10 {
  background-color:rgb(255 255 255 / 0.1);
}
.n-bg-dark-neutral-bg-strongest\/100 {
  background-color:rgb(255 255 255 / 1);
}
.n-bg-dark-neutral-bg-strongest\/15 {
  background-color:rgb(255 255 255 / 0.15);
}
.n-bg-dark-neutral-bg-strongest\/20 {
  background-color:rgb(255 255 255 / 0.2);
}
.n-bg-dark-neutral-bg-strongest\/25 {
  background-color:rgb(255 255 255 / 0.25);
}
.n-bg-dark-neutral-bg-strongest\/30 {
  background-color:rgb(255 255 255 / 0.3);
}
.n-bg-dark-neutral-bg-strongest\/35 {
  background-color:rgb(255 255 255 / 0.35);
}
.n-bg-dark-neutral-bg-strongest\/40 {
  background-color:rgb(255 255 255 / 0.4);
}
.n-bg-dark-neutral-bg-strongest\/45 {
  background-color:rgb(255 255 255 / 0.45);
}
.n-bg-dark-neutral-bg-strongest\/5 {
  background-color:rgb(255 255 255 / 0.05);
}
.n-bg-dark-neutral-bg-strongest\/50 {
  background-color:rgb(255 255 255 / 0.5);
}
.n-bg-dark-neutral-bg-strongest\/55 {
  background-color:rgb(255 255 255 / 0.55);
}
.n-bg-dark-neutral-bg-strongest\/60 {
  background-color:rgb(255 255 255 / 0.6);
}
.n-bg-dark-neutral-bg-strongest\/65 {
  background-color:rgb(255 255 255 / 0.65);
}
.n-bg-dark-neutral-bg-strongest\/70 {
  background-color:rgb(255 255 255 / 0.7);
}
.n-bg-dark-neutral-bg-strongest\/75 {
  background-color:rgb(255 255 255 / 0.75);
}
.n-bg-dark-neutral-bg-strongest\/80 {
  background-color:rgb(255 255 255 / 0.8);
}
.n-bg-dark-neutral-bg-strongest\/85 {
  background-color:rgb(255 255 255 / 0.85);
}
.n-bg-dark-neutral-bg-strongest\/90 {
  background-color:rgb(255 255 255 / 0.9);
}
.n-bg-dark-neutral-bg-strongest\/95 {
  background-color:rgb(255 255 255 / 0.95);
}
.n-bg-dark-neutral-bg-weak {
  --tw-bg-opacity:1;
  background-color:rgb(33 35 37 / var(--tw-bg-opacity));
}
.n-bg-dark-neutral-bg-weak\/0 {
  background-color:rgb(33 35 37 / 0);
}
.n-bg-dark-neutral-bg-weak\/10 {
  background-color:rgb(33 35 37 / 0.1);
}
.n-bg-dark-neutral-bg-weak\/100 {
  background-color:rgb(33 35 37 / 1);
}
.n-bg-dark-neutral-bg-weak\/15 {
  background-color:rgb(33 35 37 / 0.15);
}
.n-bg-dark-neutral-bg-weak\/20 {
  background-color:rgb(33 35 37 / 0.2);
}
.n-bg-dark-neutral-bg-weak\/25 {
  background-color:rgb(33 35 37 / 0.25);
}
.n-bg-dark-neutral-bg-weak\/30 {
  background-color:rgb(33 35 37 / 0.3);
}
.n-bg-dark-neutral-bg-weak\/35 {
  background-color:rgb(33 35 37 / 0.35);
}
.n-bg-dark-neutral-bg-weak\/40 {
  background-color:rgb(33 35 37 / 0.4);
}
.n-bg-dark-neutral-bg-weak\/45 {
  background-color:rgb(33 35 37 / 0.45);
}
.n-bg-dark-neutral-bg-weak\/5 {
  background-color:rgb(33 35 37 / 0.05);
}
.n-bg-dark-neutral-bg-weak\/50 {
  background-color:rgb(33 35 37 / 0.5);
}
.n-bg-dark-neutral-bg-weak\/55 {
  background-color:rgb(33 35 37 / 0.55);
}
.n-bg-dark-neutral-bg-weak\/60 {
  background-color:rgb(33 35 37 / 0.6);
}
.n-bg-dark-neutral-bg-weak\/65 {
  background-color:rgb(33 35 37 / 0.65);
}
.n-bg-dark-neutral-bg-weak\/70 {
  background-color:rgb(33 35 37 / 0.7);
}
.n-bg-dark-neutral-bg-weak\/75 {
  background-color:rgb(33 35 37 / 0.75);
}
.n-bg-dark-neutral-bg-weak\/80 {
  background-color:rgb(33 35 37 / 0.8);
}
.n-bg-dark-neutral-bg-weak\/85 {
  background-color:rgb(33 35 37 / 0.85);
}
.n-bg-dark-neutral-bg-weak\/90 {
  background-color:rgb(33 35 37 / 0.9);
}
.n-bg-dark-neutral-bg-weak\/95 {
  background-color:rgb(33 35 37 / 0.95);
}
.n-bg-dark-neutral-border-strong {
  --tw-bg-opacity:1;
  background-color:rgb(111 117 126 / var(--tw-bg-opacity));
}
.n-bg-dark-neutral-border-strong\/0 {
  background-color:rgb(111 117 126 / 0);
}
.n-bg-dark-neutral-border-strong\/10 {
  background-color:rgb(111 117 126 / 0.1);
}
.n-bg-dark-neutral-border-strong\/100 {
  background-color:rgb(111 117 126 / 1);
}
.n-bg-dark-neutral-border-strong\/15 {
  background-color:rgb(111 117 126 / 0.15);
}
.n-bg-dark-neutral-border-strong\/20 {
  background-color:rgb(111 117 126 / 0.2);
}
.n-bg-dark-neutral-border-strong\/25 {
  background-color:rgb(111 117 126 / 0.25);
}
.n-bg-dark-neutral-border-strong\/30 {
  background-color:rgb(111 117 126 / 0.3);
}
.n-bg-dark-neutral-border-strong\/35 {
  background-color:rgb(111 117 126 / 0.35);
}
.n-bg-dark-neutral-border-strong\/40 {
  background-color:rgb(111 117 126 / 0.4);
}
.n-bg-dark-neutral-border-strong\/45 {
  background-color:rgb(111 117 126 / 0.45);
}
.n-bg-dark-neutral-border-strong\/5 {
  background-color:rgb(111 117 126 / 0.05);
}
.n-bg-dark-neutral-border-strong\/50 {
  background-color:rgb(111 117 126 / 0.5);
}
.n-bg-dark-neutral-border-strong\/55 {
  background-color:rgb(111 117 126 / 0.55);
}
.n-bg-dark-neutral-border-strong\/60 {
  background-color:rgb(111 117 126 / 0.6);
}
.n-bg-dark-neutral-border-strong\/65 {
  background-color:rgb(111 117 126 / 0.65);
}
.n-bg-dark-neutral-border-strong\/70 {
  background-color:rgb(111 117 126 / 0.7);
}
.n-bg-dark-neutral-border-strong\/75 {
  background-color:rgb(111 117 126 / 0.75);
}
.n-bg-dark-neutral-border-strong\/80 {
  background-color:rgb(111 117 126 / 0.8);
}
.n-bg-dark-neutral-border-strong\/85 {
  background-color:rgb(111 117 126 / 0.85);
}
.n-bg-dark-neutral-border-strong\/90 {
  background-color:rgb(111 117 126 / 0.9);
}
.n-bg-dark-neutral-border-strong\/95 {
  background-color:rgb(111 117 126 / 0.95);
}
.n-bg-dark-neutral-border-strongest {
  --tw-bg-opacity:1;
  background-color:rgb(187 190 195 / var(--tw-bg-opacity));
}
.n-bg-dark-neutral-border-strongest\/0 {
  background-color:rgb(187 190 195 / 0);
}
.n-bg-dark-neutral-border-strongest\/10 {
  background-color:rgb(187 190 195 / 0.1);
}
.n-bg-dark-neutral-border-strongest\/100 {
  background-color:rgb(187 190 195 / 1);
}
.n-bg-dark-neutral-border-strongest\/15 {
  background-color:rgb(187 190 195 / 0.15);
}
.n-bg-dark-neutral-border-strongest\/20 {
  background-color:rgb(187 190 195 / 0.2);
}
.n-bg-dark-neutral-border-strongest\/25 {
  background-color:rgb(187 190 195 / 0.25);
}
.n-bg-dark-neutral-border-strongest\/30 {
  background-color:rgb(187 190 195 / 0.3);
}
.n-bg-dark-neutral-border-strongest\/35 {
  background-color:rgb(187 190 195 / 0.35);
}
.n-bg-dark-neutral-border-strongest\/40 {
  background-color:rgb(187 190 195 / 0.4);
}
.n-bg-dark-neutral-border-strongest\/45 {
  background-color:rgb(187 190 195 / 0.45);
}
.n-bg-dark-neutral-border-strongest\/5 {
  background-color:rgb(187 190 195 / 0.05);
}
.n-bg-dark-neutral-border-strongest\/50 {
  background-color:rgb(187 190 195 / 0.5);
}
.n-bg-dark-neutral-border-strongest\/55 {
  background-color:rgb(187 190 195 / 0.55);
}
.n-bg-dark-neutral-border-strongest\/60 {
  background-color:rgb(187 190 195 / 0.6);
}
.n-bg-dark-neutral-border-strongest\/65 {
  background-color:rgb(187 190 195 / 0.65);
}
.n-bg-dark-neutral-border-strongest\/70 {
  background-color:rgb(187 190 195 / 0.7);
}
.n-bg-dark-neutral-border-strongest\/75 {
  background-color:rgb(187 190 195 / 0.75);
}
.n-bg-dark-neutral-border-strongest\/80 {
  background-color:rgb(187 190 195 / 0.8);
}
.n-bg-dark-neutral-border-strongest\/85 {
  background-color:rgb(187 190 195 / 0.85);
}
.n-bg-dark-neutral-border-strongest\/90 {
  background-color:rgb(187 190 195 / 0.9);
}
.n-bg-dark-neutral-border-strongest\/95 {
  background-color:rgb(187 190 195 / 0.95);
}
.n-bg-dark-neutral-border-weak {
  --tw-bg-opacity:1;
  background-color:rgb(60 63 68 / var(--tw-bg-opacity));
}
.n-bg-dark-neutral-border-weak\/0 {
  background-color:rgb(60 63 68 / 0);
}
.n-bg-dark-neutral-border-weak\/10 {
  background-color:rgb(60 63 68 / 0.1);
}
.n-bg-dark-neutral-border-weak\/100 {
  background-color:rgb(60 63 68 / 1);
}
.n-bg-dark-neutral-border-weak\/15 {
  background-color:rgb(60 63 68 / 0.15);
}
.n-bg-dark-neutral-border-weak\/20 {
  background-color:rgb(60 63 68 / 0.2);
}
.n-bg-dark-neutral-border-weak\/25 {
  background-color:rgb(60 63 68 / 0.25);
}
.n-bg-dark-neutral-border-weak\/30 {
  background-color:rgb(60 63 68 / 0.3);
}
.n-bg-dark-neutral-border-weak\/35 {
  background-color:rgb(60 63 68 / 0.35);
}
.n-bg-dark-neutral-border-weak\/40 {
  background-color:rgb(60 63 68 / 0.4);
}
.n-bg-dark-neutral-border-weak\/45 {
  background-color:rgb(60 63 68 / 0.45);
}
.n-bg-dark-neutral-border-weak\/5 {
  background-color:rgb(60 63 68 / 0.05);
}
.n-bg-dark-neutral-border-weak\/50 {
  background-color:rgb(60 63 68 / 0.5);
}
.n-bg-dark-neutral-border-weak\/55 {
  background-color:rgb(60 63 68 / 0.55);
}
.n-bg-dark-neutral-border-weak\/60 {
  background-color:rgb(60 63 68 / 0.6);
}
.n-bg-dark-neutral-border-weak\/65 {
  background-color:rgb(60 63 68 / 0.65);
}
.n-bg-dark-neutral-border-weak\/70 {
  background-color:rgb(60 63 68 / 0.7);
}
.n-bg-dark-neutral-border-weak\/75 {
  background-color:rgb(60 63 68 / 0.75);
}
.n-bg-dark-neutral-border-weak\/80 {
  background-color:rgb(60 63 68 / 0.8);
}
.n-bg-dark-neutral-border-weak\/85 {
  background-color:rgb(60 63 68 / 0.85);
}
.n-bg-dark-neutral-border-weak\/90 {
  background-color:rgb(60 63 68 / 0.9);
}
.n-bg-dark-neutral-border-weak\/95 {
  background-color:rgb(60 63 68 / 0.95);
}
.n-bg-dark-neutral-hover {
  --tw-bg-opacity:1;
  background-color:rgb(149 154 161 / var(--tw-bg-opacity));
}
.n-bg-dark-neutral-hover\/0 {
  background-color:rgb(149 154 161 / 0);
}
.n-bg-dark-neutral-hover\/10 {
  background-color:rgb(149 154 161 / 0.1);
}
.n-bg-dark-neutral-hover\/100 {
  background-color:rgb(149 154 161 / 1);
}
.n-bg-dark-neutral-hover\/15 {
  background-color:rgb(149 154 161 / 0.15);
}
.n-bg-dark-neutral-hover\/20 {
  background-color:rgb(149 154 161 / 0.2);
}
.n-bg-dark-neutral-hover\/25 {
  background-color:rgb(149 154 161 / 0.25);
}
.n-bg-dark-neutral-hover\/30 {
  background-color:rgb(149 154 161 / 0.3);
}
.n-bg-dark-neutral-hover\/35 {
  background-color:rgb(149 154 161 / 0.35);
}
.n-bg-dark-neutral-hover\/40 {
  background-color:rgb(149 154 161 / 0.4);
}
.n-bg-dark-neutral-hover\/45 {
  background-color:rgb(149 154 161 / 0.45);
}
.n-bg-dark-neutral-hover\/5 {
  background-color:rgb(149 154 161 / 0.05);
}
.n-bg-dark-neutral-hover\/50 {
  background-color:rgb(149 154 161 / 0.5);
}
.n-bg-dark-neutral-hover\/55 {
  background-color:rgb(149 154 161 / 0.55);
}
.n-bg-dark-neutral-hover\/60 {
  background-color:rgb(149 154 161 / 0.6);
}
.n-bg-dark-neutral-hover\/65 {
  background-color:rgb(149 154 161 / 0.65);
}
.n-bg-dark-neutral-hover\/70 {
  background-color:rgb(149 154 161 / 0.7);
}
.n-bg-dark-neutral-hover\/75 {
  background-color:rgb(149 154 161 / 0.75);
}
.n-bg-dark-neutral-hover\/80 {
  background-color:rgb(149 154 161 / 0.8);
}
.n-bg-dark-neutral-hover\/85 {
  background-color:rgb(149 154 161 / 0.85);
}
.n-bg-dark-neutral-hover\/90 {
  background-color:rgb(149 154 161 / 0.9);
}
.n-bg-dark-neutral-hover\/95 {
  background-color:rgb(149 154 161 / 0.95);
}
.n-bg-dark-neutral-icon {
  --tw-bg-opacity:1;
  background-color:rgb(207 209 212 / var(--tw-bg-opacity));
}
.n-bg-dark-neutral-icon\/0 {
  background-color:rgb(207 209 212 / 0);
}
.n-bg-dark-neutral-icon\/10 {
  background-color:rgb(207 209 212 / 0.1);
}
.n-bg-dark-neutral-icon\/100 {
  background-color:rgb(207 209 212 / 1);
}
.n-bg-dark-neutral-icon\/15 {
  background-color:rgb(207 209 212 / 0.15);
}
.n-bg-dark-neutral-icon\/20 {
  background-color:rgb(207 209 212 / 0.2);
}
.n-bg-dark-neutral-icon\/25 {
  background-color:rgb(207 209 212 / 0.25);
}
.n-bg-dark-neutral-icon\/30 {
  background-color:rgb(207 209 212 / 0.3);
}
.n-bg-dark-neutral-icon\/35 {
  background-color:rgb(207 209 212 / 0.35);
}
.n-bg-dark-neutral-icon\/40 {
  background-color:rgb(207 209 212 / 0.4);
}
.n-bg-dark-neutral-icon\/45 {
  background-color:rgb(207 209 212 / 0.45);
}
.n-bg-dark-neutral-icon\/5 {
  background-color:rgb(207 209 212 / 0.05);
}
.n-bg-dark-neutral-icon\/50 {
  background-color:rgb(207 209 212 / 0.5);
}
.n-bg-dark-neutral-icon\/55 {
  background-color:rgb(207 209 212 / 0.55);
}
.n-bg-dark-neutral-icon\/60 {
  background-color:rgb(207 209 212 / 0.6);
}
.n-bg-dark-neutral-icon\/65 {
  background-color:rgb(207 209 212 / 0.65);
}
.n-bg-dark-neutral-icon\/70 {
  background-color:rgb(207 209 212 / 0.7);
}
.n-bg-dark-neutral-icon\/75 {
  background-color:rgb(207 209 212 / 0.75);
}
.n-bg-dark-neutral-icon\/80 {
  background-color:rgb(207 209 212 / 0.8);
}
.n-bg-dark-neutral-icon\/85 {
  background-color:rgb(207 209 212 / 0.85);
}
.n-bg-dark-neutral-icon\/90 {
  background-color:rgb(207 209 212 / 0.9);
}
.n-bg-dark-neutral-icon\/95 {
  background-color:rgb(207 209 212 / 0.95);
}
.n-bg-dark-neutral-pressed {
  --tw-bg-opacity:1;
  background-color:rgb(149 154 161 / var(--tw-bg-opacity));
}
.n-bg-dark-neutral-pressed\/0 {
  background-color:rgb(149 154 161 / 0);
}
.n-bg-dark-neutral-pressed\/10 {
  background-color:rgb(149 154 161 / 0.1);
}
.n-bg-dark-neutral-pressed\/100 {
  background-color:rgb(149 154 161 / 1);
}
.n-bg-dark-neutral-pressed\/15 {
  background-color:rgb(149 154 161 / 0.15);
}
.n-bg-dark-neutral-pressed\/20 {
  background-color:rgb(149 154 161 / 0.2);
}
.n-bg-dark-neutral-pressed\/25 {
  background-color:rgb(149 154 161 / 0.25);
}
.n-bg-dark-neutral-pressed\/30 {
  background-color:rgb(149 154 161 / 0.3);
}
.n-bg-dark-neutral-pressed\/35 {
  background-color:rgb(149 154 161 / 0.35);
}
.n-bg-dark-neutral-pressed\/40 {
  background-color:rgb(149 154 161 / 0.4);
}
.n-bg-dark-neutral-pressed\/45 {
  background-color:rgb(149 154 161 / 0.45);
}
.n-bg-dark-neutral-pressed\/5 {
  background-color:rgb(149 154 161 / 0.05);
}
.n-bg-dark-neutral-pressed\/50 {
  background-color:rgb(149 154 161 / 0.5);
}
.n-bg-dark-neutral-pressed\/55 {
  background-color:rgb(149 154 161 / 0.55);
}
.n-bg-dark-neutral-pressed\/60 {
  background-color:rgb(149 154 161 / 0.6);
}
.n-bg-dark-neutral-pressed\/65 {
  background-color:rgb(149 154 161 / 0.65);
}
.n-bg-dark-neutral-pressed\/70 {
  background-color:rgb(149 154 161 / 0.7);
}
.n-bg-dark-neutral-pressed\/75 {
  background-color:rgb(149 154 161 / 0.75);
}
.n-bg-dark-neutral-pressed\/80 {
  background-color:rgb(149 154 161 / 0.8);
}
.n-bg-dark-neutral-pressed\/85 {
  background-color:rgb(149 154 161 / 0.85);
}
.n-bg-dark-neutral-pressed\/90 {
  background-color:rgb(149 154 161 / 0.9);
}
.n-bg-dark-neutral-pressed\/95 {
  background-color:rgb(149 154 161 / 0.95);
}
.n-bg-dark-neutral-text-default {
  --tw-bg-opacity:1;
  background-color:rgb(245 246 246 / var(--tw-bg-opacity));
}
.n-bg-dark-neutral-text-default\/0 {
  background-color:rgb(245 246 246 / 0);
}
.n-bg-dark-neutral-text-default\/10 {
  background-color:rgb(245 246 246 / 0.1);
}
.n-bg-dark-neutral-text-default\/100 {
  background-color:rgb(245 246 246 / 1);
}
.n-bg-dark-neutral-text-default\/15 {
  background-color:rgb(245 246 246 / 0.15);
}
.n-bg-dark-neutral-text-default\/20 {
  background-color:rgb(245 246 246 / 0.2);
}
.n-bg-dark-neutral-text-default\/25 {
  background-color:rgb(245 246 246 / 0.25);
}
.n-bg-dark-neutral-text-default\/30 {
  background-color:rgb(245 246 246 / 0.3);
}
.n-bg-dark-neutral-text-default\/35 {
  background-color:rgb(245 246 246 / 0.35);
}
.n-bg-dark-neutral-text-default\/40 {
  background-color:rgb(245 246 246 / 0.4);
}
.n-bg-dark-neutral-text-default\/45 {
  background-color:rgb(245 246 246 / 0.45);
}
.n-bg-dark-neutral-text-default\/5 {
  background-color:rgb(245 246 246 / 0.05);
}
.n-bg-dark-neutral-text-default\/50 {
  background-color:rgb(245 246 246 / 0.5);
}
.n-bg-dark-neutral-text-default\/55 {
  background-color:rgb(245 246 246 / 0.55);
}
.n-bg-dark-neutral-text-default\/60 {
  background-color:rgb(245 246 246 / 0.6);
}
.n-bg-dark-neutral-text-default\/65 {
  background-color:rgb(245 246 246 / 0.65);
}
.n-bg-dark-neutral-text-default\/70 {
  background-color:rgb(245 246 246 / 0.7);
}
.n-bg-dark-neutral-text-default\/75 {
  background-color:rgb(245 246 246 / 0.75);
}
.n-bg-dark-neutral-text-default\/80 {
  background-color:rgb(245 246 246 / 0.8);
}
.n-bg-dark-neutral-text-default\/85 {
  background-color:rgb(245 246 246 / 0.85);
}
.n-bg-dark-neutral-text-default\/90 {
  background-color:rgb(245 246 246 / 0.9);
}
.n-bg-dark-neutral-text-default\/95 {
  background-color:rgb(245 246 246 / 0.95);
}
.n-bg-dark-neutral-text-inverse {
  --tw-bg-opacity:1;
  background-color:rgb(26 27 29 / var(--tw-bg-opacity));
}
.n-bg-dark-neutral-text-inverse\/0 {
  background-color:rgb(26 27 29 / 0);
}
.n-bg-dark-neutral-text-inverse\/10 {
  background-color:rgb(26 27 29 / 0.1);
}
.n-bg-dark-neutral-text-inverse\/100 {
  background-color:rgb(26 27 29 / 1);
}
.n-bg-dark-neutral-text-inverse\/15 {
  background-color:rgb(26 27 29 / 0.15);
}
.n-bg-dark-neutral-text-inverse\/20 {
  background-color:rgb(26 27 29 / 0.2);
}
.n-bg-dark-neutral-text-inverse\/25 {
  background-color:rgb(26 27 29 / 0.25);
}
.n-bg-dark-neutral-text-inverse\/30 {
  background-color:rgb(26 27 29 / 0.3);
}
.n-bg-dark-neutral-text-inverse\/35 {
  background-color:rgb(26 27 29 / 0.35);
}
.n-bg-dark-neutral-text-inverse\/40 {
  background-color:rgb(26 27 29 / 0.4);
}
.n-bg-dark-neutral-text-inverse\/45 {
  background-color:rgb(26 27 29 / 0.45);
}
.n-bg-dark-neutral-text-inverse\/5 {
  background-color:rgb(26 27 29 / 0.05);
}
.n-bg-dark-neutral-text-inverse\/50 {
  background-color:rgb(26 27 29 / 0.5);
}
.n-bg-dark-neutral-text-inverse\/55 {
  background-color:rgb(26 27 29 / 0.55);
}
.n-bg-dark-neutral-text-inverse\/60 {
  background-color:rgb(26 27 29 / 0.6);
}
.n-bg-dark-neutral-text-inverse\/65 {
  background-color:rgb(26 27 29 / 0.65);
}
.n-bg-dark-neutral-text-inverse\/70 {
  background-color:rgb(26 27 29 / 0.7);
}
.n-bg-dark-neutral-text-inverse\/75 {
  background-color:rgb(26 27 29 / 0.75);
}
.n-bg-dark-neutral-text-inverse\/80 {
  background-color:rgb(26 27 29 / 0.8);
}
.n-bg-dark-neutral-text-inverse\/85 {
  background-color:rgb(26 27 29 / 0.85);
}
.n-bg-dark-neutral-text-inverse\/90 {
  background-color:rgb(26 27 29 / 0.9);
}
.n-bg-dark-neutral-text-inverse\/95 {
  background-color:rgb(26 27 29 / 0.95);
}
.n-bg-dark-neutral-text-weak {
  --tw-bg-opacity:1;
  background-color:rgb(207 209 212 / var(--tw-bg-opacity));
}
.n-bg-dark-neutral-text-weak\/0 {
  background-color:rgb(207 209 212 / 0);
}
.n-bg-dark-neutral-text-weak\/10 {
  background-color:rgb(207 209 212 / 0.1);
}
.n-bg-dark-neutral-text-weak\/100 {
  background-color:rgb(207 209 212 / 1);
}
.n-bg-dark-neutral-text-weak\/15 {
  background-color:rgb(207 209 212 / 0.15);
}
.n-bg-dark-neutral-text-weak\/20 {
  background-color:rgb(207 209 212 / 0.2);
}
.n-bg-dark-neutral-text-weak\/25 {
  background-color:rgb(207 209 212 / 0.25);
}
.n-bg-dark-neutral-text-weak\/30 {
  background-color:rgb(207 209 212 / 0.3);
}
.n-bg-dark-neutral-text-weak\/35 {
  background-color:rgb(207 209 212 / 0.35);
}
.n-bg-dark-neutral-text-weak\/40 {
  background-color:rgb(207 209 212 / 0.4);
}
.n-bg-dark-neutral-text-weak\/45 {
  background-color:rgb(207 209 212 / 0.45);
}
.n-bg-dark-neutral-text-weak\/5 {
  background-color:rgb(207 209 212 / 0.05);
}
.n-bg-dark-neutral-text-weak\/50 {
  background-color:rgb(207 209 212 / 0.5);
}
.n-bg-dark-neutral-text-weak\/55 {
  background-color:rgb(207 209 212 / 0.55);
}
.n-bg-dark-neutral-text-weak\/60 {
  background-color:rgb(207 209 212 / 0.6);
}
.n-bg-dark-neutral-text-weak\/65 {
  background-color:rgb(207 209 212 / 0.65);
}
.n-bg-dark-neutral-text-weak\/70 {
  background-color:rgb(207 209 212 / 0.7);
}
.n-bg-dark-neutral-text-weak\/75 {
  background-color:rgb(207 209 212 / 0.75);
}
.n-bg-dark-neutral-text-weak\/80 {
  background-color:rgb(207 209 212 / 0.8);
}
.n-bg-dark-neutral-text-weak\/85 {
  background-color:rgb(207 209 212 / 0.85);
}
.n-bg-dark-neutral-text-weak\/90 {
  background-color:rgb(207 209 212 / 0.9);
}
.n-bg-dark-neutral-text-weak\/95 {
  background-color:rgb(207 209 212 / 0.95);
}
.n-bg-dark-neutral-text-weaker {
  --tw-bg-opacity:1;
  background-color:rgb(168 172 178 / var(--tw-bg-opacity));
}
.n-bg-dark-neutral-text-weaker\/0 {
  background-color:rgb(168 172 178 / 0);
}
.n-bg-dark-neutral-text-weaker\/10 {
  background-color:rgb(168 172 178 / 0.1);
}
.n-bg-dark-neutral-text-weaker\/100 {
  background-color:rgb(168 172 178 / 1);
}
.n-bg-dark-neutral-text-weaker\/15 {
  background-color:rgb(168 172 178 / 0.15);
}
.n-bg-dark-neutral-text-weaker\/20 {
  background-color:rgb(168 172 178 / 0.2);
}
.n-bg-dark-neutral-text-weaker\/25 {
  background-color:rgb(168 172 178 / 0.25);
}
.n-bg-dark-neutral-text-weaker\/30 {
  background-color:rgb(168 172 178 / 0.3);
}
.n-bg-dark-neutral-text-weaker\/35 {
  background-color:rgb(168 172 178 / 0.35);
}
.n-bg-dark-neutral-text-weaker\/40 {
  background-color:rgb(168 172 178 / 0.4);
}
.n-bg-dark-neutral-text-weaker\/45 {
  background-color:rgb(168 172 178 / 0.45);
}
.n-bg-dark-neutral-text-weaker\/5 {
  background-color:rgb(168 172 178 / 0.05);
}
.n-bg-dark-neutral-text-weaker\/50 {
  background-color:rgb(168 172 178 / 0.5);
}
.n-bg-dark-neutral-text-weaker\/55 {
  background-color:rgb(168 172 178 / 0.55);
}
.n-bg-dark-neutral-text-weaker\/60 {
  background-color:rgb(168 172 178 / 0.6);
}
.n-bg-dark-neutral-text-weaker\/65 {
  background-color:rgb(168 172 178 / 0.65);
}
.n-bg-dark-neutral-text-weaker\/70 {
  background-color:rgb(168 172 178 / 0.7);
}
.n-bg-dark-neutral-text-weaker\/75 {
  background-color:rgb(168 172 178 / 0.75);
}
.n-bg-dark-neutral-text-weaker\/80 {
  background-color:rgb(168 172 178 / 0.8);
}
.n-bg-dark-neutral-text-weaker\/85 {
  background-color:rgb(168 172 178 / 0.85);
}
.n-bg-dark-neutral-text-weaker\/90 {
  background-color:rgb(168 172 178 / 0.9);
}
.n-bg-dark-neutral-text-weaker\/95 {
  background-color:rgb(168 172 178 / 0.95);
}
.n-bg-dark-neutral-text-weakest {
  --tw-bg-opacity:1;
  background-color:rgb(129 135 144 / var(--tw-bg-opacity));
}
.n-bg-dark-neutral-text-weakest\/0 {
  background-color:rgb(129 135 144 / 0);
}
.n-bg-dark-neutral-text-weakest\/10 {
  background-color:rgb(129 135 144 / 0.1);
}
.n-bg-dark-neutral-text-weakest\/100 {
  background-color:rgb(129 135 144 / 1);
}
.n-bg-dark-neutral-text-weakest\/15 {
  background-color:rgb(129 135 144 / 0.15);
}
.n-bg-dark-neutral-text-weakest\/20 {
  background-color:rgb(129 135 144 / 0.2);
}
.n-bg-dark-neutral-text-weakest\/25 {
  background-color:rgb(129 135 144 / 0.25);
}
.n-bg-dark-neutral-text-weakest\/30 {
  background-color:rgb(129 135 144 / 0.3);
}
.n-bg-dark-neutral-text-weakest\/35 {
  background-color:rgb(129 135 144 / 0.35);
}
.n-bg-dark-neutral-text-weakest\/40 {
  background-color:rgb(129 135 144 / 0.4);
}
.n-bg-dark-neutral-text-weakest\/45 {
  background-color:rgb(129 135 144 / 0.45);
}
.n-bg-dark-neutral-text-weakest\/5 {
  background-color:rgb(129 135 144 / 0.05);
}
.n-bg-dark-neutral-text-weakest\/50 {
  background-color:rgb(129 135 144 / 0.5);
}
.n-bg-dark-neutral-text-weakest\/55 {
  background-color:rgb(129 135 144 / 0.55);
}
.n-bg-dark-neutral-text-weakest\/60 {
  background-color:rgb(129 135 144 / 0.6);
}
.n-bg-dark-neutral-text-weakest\/65 {
  background-color:rgb(129 135 144 / 0.65);
}
.n-bg-dark-neutral-text-weakest\/70 {
  background-color:rgb(129 135 144 / 0.7);
}
.n-bg-dark-neutral-text-weakest\/75 {
  background-color:rgb(129 135 144 / 0.75);
}
.n-bg-dark-neutral-text-weakest\/80 {
  background-color:rgb(129 135 144 / 0.8);
}
.n-bg-dark-neutral-text-weakest\/85 {
  background-color:rgb(129 135 144 / 0.85);
}
.n-bg-dark-neutral-text-weakest\/90 {
  background-color:rgb(129 135 144 / 0.9);
}
.n-bg-dark-neutral-text-weakest\/95 {
  background-color:rgb(129 135 144 / 0.95);
}
.n-bg-dark-primary-bg-selected {
  --tw-bg-opacity:1;
  background-color:rgb(38 47 49 / var(--tw-bg-opacity));
}
.n-bg-dark-primary-bg-selected\/0 {
  background-color:rgb(38 47 49 / 0);
}
.n-bg-dark-primary-bg-selected\/10 {
  background-color:rgb(38 47 49 / 0.1);
}
.n-bg-dark-primary-bg-selected\/100 {
  background-color:rgb(38 47 49 / 1);
}
.n-bg-dark-primary-bg-selected\/15 {
  background-color:rgb(38 47 49 / 0.15);
}
.n-bg-dark-primary-bg-selected\/20 {
  background-color:rgb(38 47 49 / 0.2);
}
.n-bg-dark-primary-bg-selected\/25 {
  background-color:rgb(38 47 49 / 0.25);
}
.n-bg-dark-primary-bg-selected\/30 {
  background-color:rgb(38 47 49 / 0.3);
}
.n-bg-dark-primary-bg-selected\/35 {
  background-color:rgb(38 47 49 / 0.35);
}
.n-bg-dark-primary-bg-selected\/40 {
  background-color:rgb(38 47 49 / 0.4);
}
.n-bg-dark-primary-bg-selected\/45 {
  background-color:rgb(38 47 49 / 0.45);
}
.n-bg-dark-primary-bg-selected\/5 {
  background-color:rgb(38 47 49 / 0.05);
}
.n-bg-dark-primary-bg-selected\/50 {
  background-color:rgb(38 47 49 / 0.5);
}
.n-bg-dark-primary-bg-selected\/55 {
  background-color:rgb(38 47 49 / 0.55);
}
.n-bg-dark-primary-bg-selected\/60 {
  background-color:rgb(38 47 49 / 0.6);
}
.n-bg-dark-primary-bg-selected\/65 {
  background-color:rgb(38 47 49 / 0.65);
}
.n-bg-dark-primary-bg-selected\/70 {
  background-color:rgb(38 47 49 / 0.7);
}
.n-bg-dark-primary-bg-selected\/75 {
  background-color:rgb(38 47 49 / 0.75);
}
.n-bg-dark-primary-bg-selected\/80 {
  background-color:rgb(38 47 49 / 0.8);
}
.n-bg-dark-primary-bg-selected\/85 {
  background-color:rgb(38 47 49 / 0.85);
}
.n-bg-dark-primary-bg-selected\/90 {
  background-color:rgb(38 47 49 / 0.9);
}
.n-bg-dark-primary-bg-selected\/95 {
  background-color:rgb(38 47 49 / 0.95);
}
.n-bg-dark-primary-bg-status {
  --tw-bg-opacity:1;
  background-color:rgb(143 227 232 / var(--tw-bg-opacity));
}
.n-bg-dark-primary-bg-status\/0 {
  background-color:rgb(143 227 232 / 0);
}
.n-bg-dark-primary-bg-status\/10 {
  background-color:rgb(143 227 232 / 0.1);
}
.n-bg-dark-primary-bg-status\/100 {
  background-color:rgb(143 227 232 / 1);
}
.n-bg-dark-primary-bg-status\/15 {
  background-color:rgb(143 227 232 / 0.15);
}
.n-bg-dark-primary-bg-status\/20 {
  background-color:rgb(143 227 232 / 0.2);
}
.n-bg-dark-primary-bg-status\/25 {
  background-color:rgb(143 227 232 / 0.25);
}
.n-bg-dark-primary-bg-status\/30 {
  background-color:rgb(143 227 232 / 0.3);
}
.n-bg-dark-primary-bg-status\/35 {
  background-color:rgb(143 227 232 / 0.35);
}
.n-bg-dark-primary-bg-status\/40 {
  background-color:rgb(143 227 232 / 0.4);
}
.n-bg-dark-primary-bg-status\/45 {
  background-color:rgb(143 227 232 / 0.45);
}
.n-bg-dark-primary-bg-status\/5 {
  background-color:rgb(143 227 232 / 0.05);
}
.n-bg-dark-primary-bg-status\/50 {
  background-color:rgb(143 227 232 / 0.5);
}
.n-bg-dark-primary-bg-status\/55 {
  background-color:rgb(143 227 232 / 0.55);
}
.n-bg-dark-primary-bg-status\/60 {
  background-color:rgb(143 227 232 / 0.6);
}
.n-bg-dark-primary-bg-status\/65 {
  background-color:rgb(143 227 232 / 0.65);
}
.n-bg-dark-primary-bg-status\/70 {
  background-color:rgb(143 227 232 / 0.7);
}
.n-bg-dark-primary-bg-status\/75 {
  background-color:rgb(143 227 232 / 0.75);
}
.n-bg-dark-primary-bg-status\/80 {
  background-color:rgb(143 227 232 / 0.8);
}
.n-bg-dark-primary-bg-status\/85 {
  background-color:rgb(143 227 232 / 0.85);
}
.n-bg-dark-primary-bg-status\/90 {
  background-color:rgb(143 227 232 / 0.9);
}
.n-bg-dark-primary-bg-status\/95 {
  background-color:rgb(143 227 232 / 0.95);
}
.n-bg-dark-primary-bg-strong {
  --tw-bg-opacity:1;
  background-color:rgb(143 227 232 / var(--tw-bg-opacity));
}
.n-bg-dark-primary-bg-strong\/0 {
  background-color:rgb(143 227 232 / 0);
}
.n-bg-dark-primary-bg-strong\/10 {
  background-color:rgb(143 227 232 / 0.1);
}
.n-bg-dark-primary-bg-strong\/100 {
  background-color:rgb(143 227 232 / 1);
}
.n-bg-dark-primary-bg-strong\/15 {
  background-color:rgb(143 227 232 / 0.15);
}
.n-bg-dark-primary-bg-strong\/20 {
  background-color:rgb(143 227 232 / 0.2);
}
.n-bg-dark-primary-bg-strong\/25 {
  background-color:rgb(143 227 232 / 0.25);
}
.n-bg-dark-primary-bg-strong\/30 {
  background-color:rgb(143 227 232 / 0.3);
}
.n-bg-dark-primary-bg-strong\/35 {
  background-color:rgb(143 227 232 / 0.35);
}
.n-bg-dark-primary-bg-strong\/40 {
  background-color:rgb(143 227 232 / 0.4);
}
.n-bg-dark-primary-bg-strong\/45 {
  background-color:rgb(143 227 232 / 0.45);
}
.n-bg-dark-primary-bg-strong\/5 {
  background-color:rgb(143 227 232 / 0.05);
}
.n-bg-dark-primary-bg-strong\/50 {
  background-color:rgb(143 227 232 / 0.5);
}
.n-bg-dark-primary-bg-strong\/55 {
  background-color:rgb(143 227 232 / 0.55);
}
.n-bg-dark-primary-bg-strong\/60 {
  background-color:rgb(143 227 232 / 0.6);
}
.n-bg-dark-primary-bg-strong\/65 {
  background-color:rgb(143 227 232 / 0.65);
}
.n-bg-dark-primary-bg-strong\/70 {
  background-color:rgb(143 227 232 / 0.7);
}
.n-bg-dark-primary-bg-strong\/75 {
  background-color:rgb(143 227 232 / 0.75);
}
.n-bg-dark-primary-bg-strong\/80 {
  background-color:rgb(143 227 232 / 0.8);
}
.n-bg-dark-primary-bg-strong\/85 {
  background-color:rgb(143 227 232 / 0.85);
}
.n-bg-dark-primary-bg-strong\/90 {
  background-color:rgb(143 227 232 / 0.9);
}
.n-bg-dark-primary-bg-strong\/95 {
  background-color:rgb(143 227 232 / 0.95);
}
.n-bg-dark-primary-bg-weak {
  --tw-bg-opacity:1;
  background-color:rgb(38 47 49 / var(--tw-bg-opacity));
}
.n-bg-dark-primary-bg-weak\/0 {
  background-color:rgb(38 47 49 / 0);
}
.n-bg-dark-primary-bg-weak\/10 {
  background-color:rgb(38 47 49 / 0.1);
}
.n-bg-dark-primary-bg-weak\/100 {
  background-color:rgb(38 47 49 / 1);
}
.n-bg-dark-primary-bg-weak\/15 {
  background-color:rgb(38 47 49 / 0.15);
}
.n-bg-dark-primary-bg-weak\/20 {
  background-color:rgb(38 47 49 / 0.2);
}
.n-bg-dark-primary-bg-weak\/25 {
  background-color:rgb(38 47 49 / 0.25);
}
.n-bg-dark-primary-bg-weak\/30 {
  background-color:rgb(38 47 49 / 0.3);
}
.n-bg-dark-primary-bg-weak\/35 {
  background-color:rgb(38 47 49 / 0.35);
}
.n-bg-dark-primary-bg-weak\/40 {
  background-color:rgb(38 47 49 / 0.4);
}
.n-bg-dark-primary-bg-weak\/45 {
  background-color:rgb(38 47 49 / 0.45);
}
.n-bg-dark-primary-bg-weak\/5 {
  background-color:rgb(38 47 49 / 0.05);
}
.n-bg-dark-primary-bg-weak\/50 {
  background-color:rgb(38 47 49 / 0.5);
}
.n-bg-dark-primary-bg-weak\/55 {
  background-color:rgb(38 47 49 / 0.55);
}
.n-bg-dark-primary-bg-weak\/60 {
  background-color:rgb(38 47 49 / 0.6);
}
.n-bg-dark-primary-bg-weak\/65 {
  background-color:rgb(38 47 49 / 0.65);
}
.n-bg-dark-primary-bg-weak\/70 {
  background-color:rgb(38 47 49 / 0.7);
}
.n-bg-dark-primary-bg-weak\/75 {
  background-color:rgb(38 47 49 / 0.75);
}
.n-bg-dark-primary-bg-weak\/80 {
  background-color:rgb(38 47 49 / 0.8);
}
.n-bg-dark-primary-bg-weak\/85 {
  background-color:rgb(38 47 49 / 0.85);
}
.n-bg-dark-primary-bg-weak\/90 {
  background-color:rgb(38 47 49 / 0.9);
}
.n-bg-dark-primary-bg-weak\/95 {
  background-color:rgb(38 47 49 / 0.95);
}
.n-bg-dark-primary-border-strong {
  --tw-bg-opacity:1;
  background-color:rgb(143 227 232 / var(--tw-bg-opacity));
}
.n-bg-dark-primary-border-strong\/0 {
  background-color:rgb(143 227 232 / 0);
}
.n-bg-dark-primary-border-strong\/10 {
  background-color:rgb(143 227 232 / 0.1);
}
.n-bg-dark-primary-border-strong\/100 {
  background-color:rgb(143 227 232 / 1);
}
.n-bg-dark-primary-border-strong\/15 {
  background-color:rgb(143 227 232 / 0.15);
}
.n-bg-dark-primary-border-strong\/20 {
  background-color:rgb(143 227 232 / 0.2);
}
.n-bg-dark-primary-border-strong\/25 {
  background-color:rgb(143 227 232 / 0.25);
}
.n-bg-dark-primary-border-strong\/30 {
  background-color:rgb(143 227 232 / 0.3);
}
.n-bg-dark-primary-border-strong\/35 {
  background-color:rgb(143 227 232 / 0.35);
}
.n-bg-dark-primary-border-strong\/40 {
  background-color:rgb(143 227 232 / 0.4);
}
.n-bg-dark-primary-border-strong\/45 {
  background-color:rgb(143 227 232 / 0.45);
}
.n-bg-dark-primary-border-strong\/5 {
  background-color:rgb(143 227 232 / 0.05);
}
.n-bg-dark-primary-border-strong\/50 {
  background-color:rgb(143 227 232 / 0.5);
}
.n-bg-dark-primary-border-strong\/55 {
  background-color:rgb(143 227 232 / 0.55);
}
.n-bg-dark-primary-border-strong\/60 {
  background-color:rgb(143 227 232 / 0.6);
}
.n-bg-dark-primary-border-strong\/65 {
  background-color:rgb(143 227 232 / 0.65);
}
.n-bg-dark-primary-border-strong\/70 {
  background-color:rgb(143 227 232 / 0.7);
}
.n-bg-dark-primary-border-strong\/75 {
  background-color:rgb(143 227 232 / 0.75);
}
.n-bg-dark-primary-border-strong\/80 {
  background-color:rgb(143 227 232 / 0.8);
}
.n-bg-dark-primary-border-strong\/85 {
  background-color:rgb(143 227 232 / 0.85);
}
.n-bg-dark-primary-border-strong\/90 {
  background-color:rgb(143 227 232 / 0.9);
}
.n-bg-dark-primary-border-strong\/95 {
  background-color:rgb(143 227 232 / 0.95);
}
.n-bg-dark-primary-border-weak {
  --tw-bg-opacity:1;
  background-color:rgb(2 80 123 / var(--tw-bg-opacity));
}
.n-bg-dark-primary-border-weak\/0 {
  background-color:rgb(2 80 123 / 0);
}
.n-bg-dark-primary-border-weak\/10 {
  background-color:rgb(2 80 123 / 0.1);
}
.n-bg-dark-primary-border-weak\/100 {
  background-color:rgb(2 80 123 / 1);
}
.n-bg-dark-primary-border-weak\/15 {
  background-color:rgb(2 80 123 / 0.15);
}
.n-bg-dark-primary-border-weak\/20 {
  background-color:rgb(2 80 123 / 0.2);
}
.n-bg-dark-primary-border-weak\/25 {
  background-color:rgb(2 80 123 / 0.25);
}
.n-bg-dark-primary-border-weak\/30 {
  background-color:rgb(2 80 123 / 0.3);
}
.n-bg-dark-primary-border-weak\/35 {
  background-color:rgb(2 80 123 / 0.35);
}
.n-bg-dark-primary-border-weak\/40 {
  background-color:rgb(2 80 123 / 0.4);
}
.n-bg-dark-primary-border-weak\/45 {
  background-color:rgb(2 80 123 / 0.45);
}
.n-bg-dark-primary-border-weak\/5 {
  background-color:rgb(2 80 123 / 0.05);
}
.n-bg-dark-primary-border-weak\/50 {
  background-color:rgb(2 80 123 / 0.5);
}
.n-bg-dark-primary-border-weak\/55 {
  background-color:rgb(2 80 123 / 0.55);
}
.n-bg-dark-primary-border-weak\/60 {
  background-color:rgb(2 80 123 / 0.6);
}
.n-bg-dark-primary-border-weak\/65 {
  background-color:rgb(2 80 123 / 0.65);
}
.n-bg-dark-primary-border-weak\/70 {
  background-color:rgb(2 80 123 / 0.7);
}
.n-bg-dark-primary-border-weak\/75 {
  background-color:rgb(2 80 123 / 0.75);
}
.n-bg-dark-primary-border-weak\/80 {
  background-color:rgb(2 80 123 / 0.8);
}
.n-bg-dark-primary-border-weak\/85 {
  background-color:rgb(2 80 123 / 0.85);
}
.n-bg-dark-primary-border-weak\/90 {
  background-color:rgb(2 80 123 / 0.9);
}
.n-bg-dark-primary-border-weak\/95 {
  background-color:rgb(2 80 123 / 0.95);
}
.n-bg-dark-primary-focus {
  --tw-bg-opacity:1;
  background-color:rgb(93 179 191 / var(--tw-bg-opacity));
}
.n-bg-dark-primary-focus\/0 {
  background-color:rgb(93 179 191 / 0);
}
.n-bg-dark-primary-focus\/10 {
  background-color:rgb(93 179 191 / 0.1);
}
.n-bg-dark-primary-focus\/100 {
  background-color:rgb(93 179 191 / 1);
}
.n-bg-dark-primary-focus\/15 {
  background-color:rgb(93 179 191 / 0.15);
}
.n-bg-dark-primary-focus\/20 {
  background-color:rgb(93 179 191 / 0.2);
}
.n-bg-dark-primary-focus\/25 {
  background-color:rgb(93 179 191 / 0.25);
}
.n-bg-dark-primary-focus\/30 {
  background-color:rgb(93 179 191 / 0.3);
}
.n-bg-dark-primary-focus\/35 {
  background-color:rgb(93 179 191 / 0.35);
}
.n-bg-dark-primary-focus\/40 {
  background-color:rgb(93 179 191 / 0.4);
}
.n-bg-dark-primary-focus\/45 {
  background-color:rgb(93 179 191 / 0.45);
}
.n-bg-dark-primary-focus\/5 {
  background-color:rgb(93 179 191 / 0.05);
}
.n-bg-dark-primary-focus\/50 {
  background-color:rgb(93 179 191 / 0.5);
}
.n-bg-dark-primary-focus\/55 {
  background-color:rgb(93 179 191 / 0.55);
}
.n-bg-dark-primary-focus\/60 {
  background-color:rgb(93 179 191 / 0.6);
}
.n-bg-dark-primary-focus\/65 {
  background-color:rgb(93 179 191 / 0.65);
}
.n-bg-dark-primary-focus\/70 {
  background-color:rgb(93 179 191 / 0.7);
}
.n-bg-dark-primary-focus\/75 {
  background-color:rgb(93 179 191 / 0.75);
}
.n-bg-dark-primary-focus\/80 {
  background-color:rgb(93 179 191 / 0.8);
}
.n-bg-dark-primary-focus\/85 {
  background-color:rgb(93 179 191 / 0.85);
}
.n-bg-dark-primary-focus\/90 {
  background-color:rgb(93 179 191 / 0.9);
}
.n-bg-dark-primary-focus\/95 {
  background-color:rgb(93 179 191 / 0.95);
}
.n-bg-dark-primary-hover-strong {
  --tw-bg-opacity:1;
  background-color:rgb(93 179 191 / var(--tw-bg-opacity));
}
.n-bg-dark-primary-hover-strong\/0 {
  background-color:rgb(93 179 191 / 0);
}
.n-bg-dark-primary-hover-strong\/10 {
  background-color:rgb(93 179 191 / 0.1);
}
.n-bg-dark-primary-hover-strong\/100 {
  background-color:rgb(93 179 191 / 1);
}
.n-bg-dark-primary-hover-strong\/15 {
  background-color:rgb(93 179 191 / 0.15);
}
.n-bg-dark-primary-hover-strong\/20 {
  background-color:rgb(93 179 191 / 0.2);
}
.n-bg-dark-primary-hover-strong\/25 {
  background-color:rgb(93 179 191 / 0.25);
}
.n-bg-dark-primary-hover-strong\/30 {
  background-color:rgb(93 179 191 / 0.3);
}
.n-bg-dark-primary-hover-strong\/35 {
  background-color:rgb(93 179 191 / 0.35);
}
.n-bg-dark-primary-hover-strong\/40 {
  background-color:rgb(93 179 191 / 0.4);
}
.n-bg-dark-primary-hover-strong\/45 {
  background-color:rgb(93 179 191 / 0.45);
}
.n-bg-dark-primary-hover-strong\/5 {
  background-color:rgb(93 179 191 / 0.05);
}
.n-bg-dark-primary-hover-strong\/50 {
  background-color:rgb(93 179 191 / 0.5);
}
.n-bg-dark-primary-hover-strong\/55 {
  background-color:rgb(93 179 191 / 0.55);
}
.n-bg-dark-primary-hover-strong\/60 {
  background-color:rgb(93 179 191 / 0.6);
}
.n-bg-dark-primary-hover-strong\/65 {
  background-color:rgb(93 179 191 / 0.65);
}
.n-bg-dark-primary-hover-strong\/70 {
  background-color:rgb(93 179 191 / 0.7);
}
.n-bg-dark-primary-hover-strong\/75 {
  background-color:rgb(93 179 191 / 0.75);
}
.n-bg-dark-primary-hover-strong\/80 {
  background-color:rgb(93 179 191 / 0.8);
}
.n-bg-dark-primary-hover-strong\/85 {
  background-color:rgb(93 179 191 / 0.85);
}
.n-bg-dark-primary-hover-strong\/90 {
  background-color:rgb(93 179 191 / 0.9);
}
.n-bg-dark-primary-hover-strong\/95 {
  background-color:rgb(93 179 191 / 0.95);
}
.n-bg-dark-primary-hover-weak {
  --tw-bg-opacity:1;
  background-color:rgb(143 227 232 / var(--tw-bg-opacity));
}
.n-bg-dark-primary-hover-weak\/0 {
  background-color:rgb(143 227 232 / 0);
}
.n-bg-dark-primary-hover-weak\/10 {
  background-color:rgb(143 227 232 / 0.1);
}
.n-bg-dark-primary-hover-weak\/100 {
  background-color:rgb(143 227 232 / 1);
}
.n-bg-dark-primary-hover-weak\/15 {
  background-color:rgb(143 227 232 / 0.15);
}
.n-bg-dark-primary-hover-weak\/20 {
  background-color:rgb(143 227 232 / 0.2);
}
.n-bg-dark-primary-hover-weak\/25 {
  background-color:rgb(143 227 232 / 0.25);
}
.n-bg-dark-primary-hover-weak\/30 {
  background-color:rgb(143 227 232 / 0.3);
}
.n-bg-dark-primary-hover-weak\/35 {
  background-color:rgb(143 227 232 / 0.35);
}
.n-bg-dark-primary-hover-weak\/40 {
  background-color:rgb(143 227 232 / 0.4);
}
.n-bg-dark-primary-hover-weak\/45 {
  background-color:rgb(143 227 232 / 0.45);
}
.n-bg-dark-primary-hover-weak\/5 {
  background-color:rgb(143 227 232 / 0.05);
}
.n-bg-dark-primary-hover-weak\/50 {
  background-color:rgb(143 227 232 / 0.5);
}
.n-bg-dark-primary-hover-weak\/55 {
  background-color:rgb(143 227 232 / 0.55);
}
.n-bg-dark-primary-hover-weak\/60 {
  background-color:rgb(143 227 232 / 0.6);
}
.n-bg-dark-primary-hover-weak\/65 {
  background-color:rgb(143 227 232 / 0.65);
}
.n-bg-dark-primary-hover-weak\/70 {
  background-color:rgb(143 227 232 / 0.7);
}
.n-bg-dark-primary-hover-weak\/75 {
  background-color:rgb(143 227 232 / 0.75);
}
.n-bg-dark-primary-hover-weak\/80 {
  background-color:rgb(143 227 232 / 0.8);
}
.n-bg-dark-primary-hover-weak\/85 {
  background-color:rgb(143 227 232 / 0.85);
}
.n-bg-dark-primary-hover-weak\/90 {
  background-color:rgb(143 227 232 / 0.9);
}
.n-bg-dark-primary-hover-weak\/95 {
  background-color:rgb(143 227 232 / 0.95);
}
.n-bg-dark-primary-icon {
  --tw-bg-opacity:1;
  background-color:rgb(143 227 232 / var(--tw-bg-opacity));
}
.n-bg-dark-primary-icon\/0 {
  background-color:rgb(143 227 232 / 0);
}
.n-bg-dark-primary-icon\/10 {
  background-color:rgb(143 227 232 / 0.1);
}
.n-bg-dark-primary-icon\/100 {
  background-color:rgb(143 227 232 / 1);
}
.n-bg-dark-primary-icon\/15 {
  background-color:rgb(143 227 232 / 0.15);
}
.n-bg-dark-primary-icon\/20 {
  background-color:rgb(143 227 232 / 0.2);
}
.n-bg-dark-primary-icon\/25 {
  background-color:rgb(143 227 232 / 0.25);
}
.n-bg-dark-primary-icon\/30 {
  background-color:rgb(143 227 232 / 0.3);
}
.n-bg-dark-primary-icon\/35 {
  background-color:rgb(143 227 232 / 0.35);
}
.n-bg-dark-primary-icon\/40 {
  background-color:rgb(143 227 232 / 0.4);
}
.n-bg-dark-primary-icon\/45 {
  background-color:rgb(143 227 232 / 0.45);
}
.n-bg-dark-primary-icon\/5 {
  background-color:rgb(143 227 232 / 0.05);
}
.n-bg-dark-primary-icon\/50 {
  background-color:rgb(143 227 232 / 0.5);
}
.n-bg-dark-primary-icon\/55 {
  background-color:rgb(143 227 232 / 0.55);
}
.n-bg-dark-primary-icon\/60 {
  background-color:rgb(143 227 232 / 0.6);
}
.n-bg-dark-primary-icon\/65 {
  background-color:rgb(143 227 232 / 0.65);
}
.n-bg-dark-primary-icon\/70 {
  background-color:rgb(143 227 232 / 0.7);
}
.n-bg-dark-primary-icon\/75 {
  background-color:rgb(143 227 232 / 0.75);
}
.n-bg-dark-primary-icon\/80 {
  background-color:rgb(143 227 232 / 0.8);
}
.n-bg-dark-primary-icon\/85 {
  background-color:rgb(143 227 232 / 0.85);
}
.n-bg-dark-primary-icon\/90 {
  background-color:rgb(143 227 232 / 0.9);
}
.n-bg-dark-primary-icon\/95 {
  background-color:rgb(143 227 232 / 0.95);
}
.n-bg-dark-primary-pressed-strong {
  --tw-bg-opacity:1;
  background-color:rgb(76 153 164 / var(--tw-bg-opacity));
}
.n-bg-dark-primary-pressed-strong\/0 {
  background-color:rgb(76 153 164 / 0);
}
.n-bg-dark-primary-pressed-strong\/10 {
  background-color:rgb(76 153 164 / 0.1);
}
.n-bg-dark-primary-pressed-strong\/100 {
  background-color:rgb(76 153 164 / 1);
}
.n-bg-dark-primary-pressed-strong\/15 {
  background-color:rgb(76 153 164 / 0.15);
}
.n-bg-dark-primary-pressed-strong\/20 {
  background-color:rgb(76 153 164 / 0.2);
}
.n-bg-dark-primary-pressed-strong\/25 {
  background-color:rgb(76 153 164 / 0.25);
}
.n-bg-dark-primary-pressed-strong\/30 {
  background-color:rgb(76 153 164 / 0.3);
}
.n-bg-dark-primary-pressed-strong\/35 {
  background-color:rgb(76 153 164 / 0.35);
}
.n-bg-dark-primary-pressed-strong\/40 {
  background-color:rgb(76 153 164 / 0.4);
}
.n-bg-dark-primary-pressed-strong\/45 {
  background-color:rgb(76 153 164 / 0.45);
}
.n-bg-dark-primary-pressed-strong\/5 {
  background-color:rgb(76 153 164 / 0.05);
}
.n-bg-dark-primary-pressed-strong\/50 {
  background-color:rgb(76 153 164 / 0.5);
}
.n-bg-dark-primary-pressed-strong\/55 {
  background-color:rgb(76 153 164 / 0.55);
}
.n-bg-dark-primary-pressed-strong\/60 {
  background-color:rgb(76 153 164 / 0.6);
}
.n-bg-dark-primary-pressed-strong\/65 {
  background-color:rgb(76 153 164 / 0.65);
}
.n-bg-dark-primary-pressed-strong\/70 {
  background-color:rgb(76 153 164 / 0.7);
}
.n-bg-dark-primary-pressed-strong\/75 {
  background-color:rgb(76 153 164 / 0.75);
}
.n-bg-dark-primary-pressed-strong\/80 {
  background-color:rgb(76 153 164 / 0.8);
}
.n-bg-dark-primary-pressed-strong\/85 {
  background-color:rgb(76 153 164 / 0.85);
}
.n-bg-dark-primary-pressed-strong\/90 {
  background-color:rgb(76 153 164 / 0.9);
}
.n-bg-dark-primary-pressed-strong\/95 {
  background-color:rgb(76 153 164 / 0.95);
}
.n-bg-dark-primary-pressed-weak {
  --tw-bg-opacity:1;
  background-color:rgb(143 227 232 / var(--tw-bg-opacity));
}
.n-bg-dark-primary-pressed-weak\/0 {
  background-color:rgb(143 227 232 / 0);
}
.n-bg-dark-primary-pressed-weak\/10 {
  background-color:rgb(143 227 232 / 0.1);
}
.n-bg-dark-primary-pressed-weak\/100 {
  background-color:rgb(143 227 232 / 1);
}
.n-bg-dark-primary-pressed-weak\/15 {
  background-color:rgb(143 227 232 / 0.15);
}
.n-bg-dark-primary-pressed-weak\/20 {
  background-color:rgb(143 227 232 / 0.2);
}
.n-bg-dark-primary-pressed-weak\/25 {
  background-color:rgb(143 227 232 / 0.25);
}
.n-bg-dark-primary-pressed-weak\/30 {
  background-color:rgb(143 227 232 / 0.3);
}
.n-bg-dark-primary-pressed-weak\/35 {
  background-color:rgb(143 227 232 / 0.35);
}
.n-bg-dark-primary-pressed-weak\/40 {
  background-color:rgb(143 227 232 / 0.4);
}
.n-bg-dark-primary-pressed-weak\/45 {
  background-color:rgb(143 227 232 / 0.45);
}
.n-bg-dark-primary-pressed-weak\/5 {
  background-color:rgb(143 227 232 / 0.05);
}
.n-bg-dark-primary-pressed-weak\/50 {
  background-color:rgb(143 227 232 / 0.5);
}
.n-bg-dark-primary-pressed-weak\/55 {
  background-color:rgb(143 227 232 / 0.55);
}
.n-bg-dark-primary-pressed-weak\/60 {
  background-color:rgb(143 227 232 / 0.6);
}
.n-bg-dark-primary-pressed-weak\/65 {
  background-color:rgb(143 227 232 / 0.65);
}
.n-bg-dark-primary-pressed-weak\/70 {
  background-color:rgb(143 227 232 / 0.7);
}
.n-bg-dark-primary-pressed-weak\/75 {
  background-color:rgb(143 227 232 / 0.75);
}
.n-bg-dark-primary-pressed-weak\/80 {
  background-color:rgb(143 227 232 / 0.8);
}
.n-bg-dark-primary-pressed-weak\/85 {
  background-color:rgb(143 227 232 / 0.85);
}
.n-bg-dark-primary-pressed-weak\/90 {
  background-color:rgb(143 227 232 / 0.9);
}
.n-bg-dark-primary-pressed-weak\/95 {
  background-color:rgb(143 227 232 / 0.95);
}
.n-bg-dark-primary-text {
  --tw-bg-opacity:1;
  background-color:rgb(143 227 232 / var(--tw-bg-opacity));
}
.n-bg-dark-primary-text\/0 {
  background-color:rgb(143 227 232 / 0);
}
.n-bg-dark-primary-text\/10 {
  background-color:rgb(143 227 232 / 0.1);
}
.n-bg-dark-primary-text\/100 {
  background-color:rgb(143 227 232 / 1);
}
.n-bg-dark-primary-text\/15 {
  background-color:rgb(143 227 232 / 0.15);
}
.n-bg-dark-primary-text\/20 {
  background-color:rgb(143 227 232 / 0.2);
}
.n-bg-dark-primary-text\/25 {
  background-color:rgb(143 227 232 / 0.25);
}
.n-bg-dark-primary-text\/30 {
  background-color:rgb(143 227 232 / 0.3);
}
.n-bg-dark-primary-text\/35 {
  background-color:rgb(143 227 232 / 0.35);
}
.n-bg-dark-primary-text\/40 {
  background-color:rgb(143 227 232 / 0.4);
}
.n-bg-dark-primary-text\/45 {
  background-color:rgb(143 227 232 / 0.45);
}
.n-bg-dark-primary-text\/5 {
  background-color:rgb(143 227 232 / 0.05);
}
.n-bg-dark-primary-text\/50 {
  background-color:rgb(143 227 232 / 0.5);
}
.n-bg-dark-primary-text\/55 {
  background-color:rgb(143 227 232 / 0.55);
}
.n-bg-dark-primary-text\/60 {
  background-color:rgb(143 227 232 / 0.6);
}
.n-bg-dark-primary-text\/65 {
  background-color:rgb(143 227 232 / 0.65);
}
.n-bg-dark-primary-text\/70 {
  background-color:rgb(143 227 232 / 0.7);
}
.n-bg-dark-primary-text\/75 {
  background-color:rgb(143 227 232 / 0.75);
}
.n-bg-dark-primary-text\/80 {
  background-color:rgb(143 227 232 / 0.8);
}
.n-bg-dark-primary-text\/85 {
  background-color:rgb(143 227 232 / 0.85);
}
.n-bg-dark-primary-text\/90 {
  background-color:rgb(143 227 232 / 0.9);
}
.n-bg-dark-primary-text\/95 {
  background-color:rgb(143 227 232 / 0.95);
}
.n-bg-dark-success-bg-status {
  --tw-bg-opacity:1;
  background-color:rgb(144 203 98 / var(--tw-bg-opacity));
}
.n-bg-dark-success-bg-status\/0 {
  background-color:rgb(144 203 98 / 0);
}
.n-bg-dark-success-bg-status\/10 {
  background-color:rgb(144 203 98 / 0.1);
}
.n-bg-dark-success-bg-status\/100 {
  background-color:rgb(144 203 98 / 1);
}
.n-bg-dark-success-bg-status\/15 {
  background-color:rgb(144 203 98 / 0.15);
}
.n-bg-dark-success-bg-status\/20 {
  background-color:rgb(144 203 98 / 0.2);
}
.n-bg-dark-success-bg-status\/25 {
  background-color:rgb(144 203 98 / 0.25);
}
.n-bg-dark-success-bg-status\/30 {
  background-color:rgb(144 203 98 / 0.3);
}
.n-bg-dark-success-bg-status\/35 {
  background-color:rgb(144 203 98 / 0.35);
}
.n-bg-dark-success-bg-status\/40 {
  background-color:rgb(144 203 98 / 0.4);
}
.n-bg-dark-success-bg-status\/45 {
  background-color:rgb(144 203 98 / 0.45);
}
.n-bg-dark-success-bg-status\/5 {
  background-color:rgb(144 203 98 / 0.05);
}
.n-bg-dark-success-bg-status\/50 {
  background-color:rgb(144 203 98 / 0.5);
}
.n-bg-dark-success-bg-status\/55 {
  background-color:rgb(144 203 98 / 0.55);
}
.n-bg-dark-success-bg-status\/60 {
  background-color:rgb(144 203 98 / 0.6);
}
.n-bg-dark-success-bg-status\/65 {
  background-color:rgb(144 203 98 / 0.65);
}
.n-bg-dark-success-bg-status\/70 {
  background-color:rgb(144 203 98 / 0.7);
}
.n-bg-dark-success-bg-status\/75 {
  background-color:rgb(144 203 98 / 0.75);
}
.n-bg-dark-success-bg-status\/80 {
  background-color:rgb(144 203 98 / 0.8);
}
.n-bg-dark-success-bg-status\/85 {
  background-color:rgb(144 203 98 / 0.85);
}
.n-bg-dark-success-bg-status\/90 {
  background-color:rgb(144 203 98 / 0.9);
}
.n-bg-dark-success-bg-status\/95 {
  background-color:rgb(144 203 98 / 0.95);
}
.n-bg-dark-success-bg-strong {
  --tw-bg-opacity:1;
  background-color:rgb(144 203 98 / var(--tw-bg-opacity));
}
.n-bg-dark-success-bg-strong\/0 {
  background-color:rgb(144 203 98 / 0);
}
.n-bg-dark-success-bg-strong\/10 {
  background-color:rgb(144 203 98 / 0.1);
}
.n-bg-dark-success-bg-strong\/100 {
  background-color:rgb(144 203 98 / 1);
}
.n-bg-dark-success-bg-strong\/15 {
  background-color:rgb(144 203 98 / 0.15);
}
.n-bg-dark-success-bg-strong\/20 {
  background-color:rgb(144 203 98 / 0.2);
}
.n-bg-dark-success-bg-strong\/25 {
  background-color:rgb(144 203 98 / 0.25);
}
.n-bg-dark-success-bg-strong\/30 {
  background-color:rgb(144 203 98 / 0.3);
}
.n-bg-dark-success-bg-strong\/35 {
  background-color:rgb(144 203 98 / 0.35);
}
.n-bg-dark-success-bg-strong\/40 {
  background-color:rgb(144 203 98 / 0.4);
}
.n-bg-dark-success-bg-strong\/45 {
  background-color:rgb(144 203 98 / 0.45);
}
.n-bg-dark-success-bg-strong\/5 {
  background-color:rgb(144 203 98 / 0.05);
}
.n-bg-dark-success-bg-strong\/50 {
  background-color:rgb(144 203 98 / 0.5);
}
.n-bg-dark-success-bg-strong\/55 {
  background-color:rgb(144 203 98 / 0.55);
}
.n-bg-dark-success-bg-strong\/60 {
  background-color:rgb(144 203 98 / 0.6);
}
.n-bg-dark-success-bg-strong\/65 {
  background-color:rgb(144 203 98 / 0.65);
}
.n-bg-dark-success-bg-strong\/70 {
  background-color:rgb(144 203 98 / 0.7);
}
.n-bg-dark-success-bg-strong\/75 {
  background-color:rgb(144 203 98 / 0.75);
}
.n-bg-dark-success-bg-strong\/80 {
  background-color:rgb(144 203 98 / 0.8);
}
.n-bg-dark-success-bg-strong\/85 {
  background-color:rgb(144 203 98 / 0.85);
}
.n-bg-dark-success-bg-strong\/90 {
  background-color:rgb(144 203 98 / 0.9);
}
.n-bg-dark-success-bg-strong\/95 {
  background-color:rgb(144 203 98 / 0.95);
}
.n-bg-dark-success-bg-weak {
  --tw-bg-opacity:1;
  background-color:rgb(38 45 36 / var(--tw-bg-opacity));
}
.n-bg-dark-success-bg-weak\/0 {
  background-color:rgb(38 45 36 / 0);
}
.n-bg-dark-success-bg-weak\/10 {
  background-color:rgb(38 45 36 / 0.1);
}
.n-bg-dark-success-bg-weak\/100 {
  background-color:rgb(38 45 36 / 1);
}
.n-bg-dark-success-bg-weak\/15 {
  background-color:rgb(38 45 36 / 0.15);
}
.n-bg-dark-success-bg-weak\/20 {
  background-color:rgb(38 45 36 / 0.2);
}
.n-bg-dark-success-bg-weak\/25 {
  background-color:rgb(38 45 36 / 0.25);
}
.n-bg-dark-success-bg-weak\/30 {
  background-color:rgb(38 45 36 / 0.3);
}
.n-bg-dark-success-bg-weak\/35 {
  background-color:rgb(38 45 36 / 0.35);
}
.n-bg-dark-success-bg-weak\/40 {
  background-color:rgb(38 45 36 / 0.4);
}
.n-bg-dark-success-bg-weak\/45 {
  background-color:rgb(38 45 36 / 0.45);
}
.n-bg-dark-success-bg-weak\/5 {
  background-color:rgb(38 45 36 / 0.05);
}
.n-bg-dark-success-bg-weak\/50 {
  background-color:rgb(38 45 36 / 0.5);
}
.n-bg-dark-success-bg-weak\/55 {
  background-color:rgb(38 45 36 / 0.55);
}
.n-bg-dark-success-bg-weak\/60 {
  background-color:rgb(38 45 36 / 0.6);
}
.n-bg-dark-success-bg-weak\/65 {
  background-color:rgb(38 45 36 / 0.65);
}
.n-bg-dark-success-bg-weak\/70 {
  background-color:rgb(38 45 36 / 0.7);
}
.n-bg-dark-success-bg-weak\/75 {
  background-color:rgb(38 45 36 / 0.75);
}
.n-bg-dark-success-bg-weak\/80 {
  background-color:rgb(38 45 36 / 0.8);
}
.n-bg-dark-success-bg-weak\/85 {
  background-color:rgb(38 45 36 / 0.85);
}
.n-bg-dark-success-bg-weak\/90 {
  background-color:rgb(38 45 36 / 0.9);
}
.n-bg-dark-success-bg-weak\/95 {
  background-color:rgb(38 45 36 / 0.95);
}
.n-bg-dark-success-border-strong {
  --tw-bg-opacity:1;
  background-color:rgb(144 203 98 / var(--tw-bg-opacity));
}
.n-bg-dark-success-border-strong\/0 {
  background-color:rgb(144 203 98 / 0);
}
.n-bg-dark-success-border-strong\/10 {
  background-color:rgb(144 203 98 / 0.1);
}
.n-bg-dark-success-border-strong\/100 {
  background-color:rgb(144 203 98 / 1);
}
.n-bg-dark-success-border-strong\/15 {
  background-color:rgb(144 203 98 / 0.15);
}
.n-bg-dark-success-border-strong\/20 {
  background-color:rgb(144 203 98 / 0.2);
}
.n-bg-dark-success-border-strong\/25 {
  background-color:rgb(144 203 98 / 0.25);
}
.n-bg-dark-success-border-strong\/30 {
  background-color:rgb(144 203 98 / 0.3);
}
.n-bg-dark-success-border-strong\/35 {
  background-color:rgb(144 203 98 / 0.35);
}
.n-bg-dark-success-border-strong\/40 {
  background-color:rgb(144 203 98 / 0.4);
}
.n-bg-dark-success-border-strong\/45 {
  background-color:rgb(144 203 98 / 0.45);
}
.n-bg-dark-success-border-strong\/5 {
  background-color:rgb(144 203 98 / 0.05);
}
.n-bg-dark-success-border-strong\/50 {
  background-color:rgb(144 203 98 / 0.5);
}
.n-bg-dark-success-border-strong\/55 {
  background-color:rgb(144 203 98 / 0.55);
}
.n-bg-dark-success-border-strong\/60 {
  background-color:rgb(144 203 98 / 0.6);
}
.n-bg-dark-success-border-strong\/65 {
  background-color:rgb(144 203 98 / 0.65);
}
.n-bg-dark-success-border-strong\/70 {
  background-color:rgb(144 203 98 / 0.7);
}
.n-bg-dark-success-border-strong\/75 {
  background-color:rgb(144 203 98 / 0.75);
}
.n-bg-dark-success-border-strong\/80 {
  background-color:rgb(144 203 98 / 0.8);
}
.n-bg-dark-success-border-strong\/85 {
  background-color:rgb(144 203 98 / 0.85);
}
.n-bg-dark-success-border-strong\/90 {
  background-color:rgb(144 203 98 / 0.9);
}
.n-bg-dark-success-border-strong\/95 {
  background-color:rgb(144 203 98 / 0.95);
}
.n-bg-dark-success-border-weak {
  --tw-bg-opacity:1;
  background-color:rgb(41 97 39 / var(--tw-bg-opacity));
}
.n-bg-dark-success-border-weak\/0 {
  background-color:rgb(41 97 39 / 0);
}
.n-bg-dark-success-border-weak\/10 {
  background-color:rgb(41 97 39 / 0.1);
}
.n-bg-dark-success-border-weak\/100 {
  background-color:rgb(41 97 39 / 1);
}
.n-bg-dark-success-border-weak\/15 {
  background-color:rgb(41 97 39 / 0.15);
}
.n-bg-dark-success-border-weak\/20 {
  background-color:rgb(41 97 39 / 0.2);
}
.n-bg-dark-success-border-weak\/25 {
  background-color:rgb(41 97 39 / 0.25);
}
.n-bg-dark-success-border-weak\/30 {
  background-color:rgb(41 97 39 / 0.3);
}
.n-bg-dark-success-border-weak\/35 {
  background-color:rgb(41 97 39 / 0.35);
}
.n-bg-dark-success-border-weak\/40 {
  background-color:rgb(41 97 39 / 0.4);
}
.n-bg-dark-success-border-weak\/45 {
  background-color:rgb(41 97 39 / 0.45);
}
.n-bg-dark-success-border-weak\/5 {
  background-color:rgb(41 97 39 / 0.05);
}
.n-bg-dark-success-border-weak\/50 {
  background-color:rgb(41 97 39 / 0.5);
}
.n-bg-dark-success-border-weak\/55 {
  background-color:rgb(41 97 39 / 0.55);
}
.n-bg-dark-success-border-weak\/60 {
  background-color:rgb(41 97 39 / 0.6);
}
.n-bg-dark-success-border-weak\/65 {
  background-color:rgb(41 97 39 / 0.65);
}
.n-bg-dark-success-border-weak\/70 {
  background-color:rgb(41 97 39 / 0.7);
}
.n-bg-dark-success-border-weak\/75 {
  background-color:rgb(41 97 39 / 0.75);
}
.n-bg-dark-success-border-weak\/80 {
  background-color:rgb(41 97 39 / 0.8);
}
.n-bg-dark-success-border-weak\/85 {
  background-color:rgb(41 97 39 / 0.85);
}
.n-bg-dark-success-border-weak\/90 {
  background-color:rgb(41 97 39 / 0.9);
}
.n-bg-dark-success-border-weak\/95 {
  background-color:rgb(41 97 39 / 0.95);
}
.n-bg-dark-success-icon {
  --tw-bg-opacity:1;
  background-color:rgb(144 203 98 / var(--tw-bg-opacity));
}
.n-bg-dark-success-icon\/0 {
  background-color:rgb(144 203 98 / 0);
}
.n-bg-dark-success-icon\/10 {
  background-color:rgb(144 203 98 / 0.1);
}
.n-bg-dark-success-icon\/100 {
  background-color:rgb(144 203 98 / 1);
}
.n-bg-dark-success-icon\/15 {
  background-color:rgb(144 203 98 / 0.15);
}
.n-bg-dark-success-icon\/20 {
  background-color:rgb(144 203 98 / 0.2);
}
.n-bg-dark-success-icon\/25 {
  background-color:rgb(144 203 98 / 0.25);
}
.n-bg-dark-success-icon\/30 {
  background-color:rgb(144 203 98 / 0.3);
}
.n-bg-dark-success-icon\/35 {
  background-color:rgb(144 203 98 / 0.35);
}
.n-bg-dark-success-icon\/40 {
  background-color:rgb(144 203 98 / 0.4);
}
.n-bg-dark-success-icon\/45 {
  background-color:rgb(144 203 98 / 0.45);
}
.n-bg-dark-success-icon\/5 {
  background-color:rgb(144 203 98 / 0.05);
}
.n-bg-dark-success-icon\/50 {
  background-color:rgb(144 203 98 / 0.5);
}
.n-bg-dark-success-icon\/55 {
  background-color:rgb(144 203 98 / 0.55);
}
.n-bg-dark-success-icon\/60 {
  background-color:rgb(144 203 98 / 0.6);
}
.n-bg-dark-success-icon\/65 {
  background-color:rgb(144 203 98 / 0.65);
}
.n-bg-dark-success-icon\/70 {
  background-color:rgb(144 203 98 / 0.7);
}
.n-bg-dark-success-icon\/75 {
  background-color:rgb(144 203 98 / 0.75);
}
.n-bg-dark-success-icon\/80 {
  background-color:rgb(144 203 98 / 0.8);
}
.n-bg-dark-success-icon\/85 {
  background-color:rgb(144 203 98 / 0.85);
}
.n-bg-dark-success-icon\/90 {
  background-color:rgb(144 203 98 / 0.9);
}
.n-bg-dark-success-icon\/95 {
  background-color:rgb(144 203 98 / 0.95);
}
.n-bg-dark-success-text {
  --tw-bg-opacity:1;
  background-color:rgb(144 203 98 / var(--tw-bg-opacity));
}
.n-bg-dark-success-text\/0 {
  background-color:rgb(144 203 98 / 0);
}
.n-bg-dark-success-text\/10 {
  background-color:rgb(144 203 98 / 0.1);
}
.n-bg-dark-success-text\/100 {
  background-color:rgb(144 203 98 / 1);
}
.n-bg-dark-success-text\/15 {
  background-color:rgb(144 203 98 / 0.15);
}
.n-bg-dark-success-text\/20 {
  background-color:rgb(144 203 98 / 0.2);
}
.n-bg-dark-success-text\/25 {
  background-color:rgb(144 203 98 / 0.25);
}
.n-bg-dark-success-text\/30 {
  background-color:rgb(144 203 98 / 0.3);
}
.n-bg-dark-success-text\/35 {
  background-color:rgb(144 203 98 / 0.35);
}
.n-bg-dark-success-text\/40 {
  background-color:rgb(144 203 98 / 0.4);
}
.n-bg-dark-success-text\/45 {
  background-color:rgb(144 203 98 / 0.45);
}
.n-bg-dark-success-text\/5 {
  background-color:rgb(144 203 98 / 0.05);
}
.n-bg-dark-success-text\/50 {
  background-color:rgb(144 203 98 / 0.5);
}
.n-bg-dark-success-text\/55 {
  background-color:rgb(144 203 98 / 0.55);
}
.n-bg-dark-success-text\/60 {
  background-color:rgb(144 203 98 / 0.6);
}
.n-bg-dark-success-text\/65 {
  background-color:rgb(144 203 98 / 0.65);
}
.n-bg-dark-success-text\/70 {
  background-color:rgb(144 203 98 / 0.7);
}
.n-bg-dark-success-text\/75 {
  background-color:rgb(144 203 98 / 0.75);
}
.n-bg-dark-success-text\/80 {
  background-color:rgb(144 203 98 / 0.8);
}
.n-bg-dark-success-text\/85 {
  background-color:rgb(144 203 98 / 0.85);
}
.n-bg-dark-success-text\/90 {
  background-color:rgb(144 203 98 / 0.9);
}
.n-bg-dark-success-text\/95 {
  background-color:rgb(144 203 98 / 0.95);
}
.n-bg-dark-warning-bg-status {
  --tw-bg-opacity:1;
  background-color:rgb(255 214 0 / var(--tw-bg-opacity));
}
.n-bg-dark-warning-bg-status\/0 {
  background-color:rgb(255 214 0 / 0);
}
.n-bg-dark-warning-bg-status\/10 {
  background-color:rgb(255 214 0 / 0.1);
}
.n-bg-dark-warning-bg-status\/100 {
  background-color:rgb(255 214 0 / 1);
}
.n-bg-dark-warning-bg-status\/15 {
  background-color:rgb(255 214 0 / 0.15);
}
.n-bg-dark-warning-bg-status\/20 {
  background-color:rgb(255 214 0 / 0.2);
}
.n-bg-dark-warning-bg-status\/25 {
  background-color:rgb(255 214 0 / 0.25);
}
.n-bg-dark-warning-bg-status\/30 {
  background-color:rgb(255 214 0 / 0.3);
}
.n-bg-dark-warning-bg-status\/35 {
  background-color:rgb(255 214 0 / 0.35);
}
.n-bg-dark-warning-bg-status\/40 {
  background-color:rgb(255 214 0 / 0.4);
}
.n-bg-dark-warning-bg-status\/45 {
  background-color:rgb(255 214 0 / 0.45);
}
.n-bg-dark-warning-bg-status\/5 {
  background-color:rgb(255 214 0 / 0.05);
}
.n-bg-dark-warning-bg-status\/50 {
  background-color:rgb(255 214 0 / 0.5);
}
.n-bg-dark-warning-bg-status\/55 {
  background-color:rgb(255 214 0 / 0.55);
}
.n-bg-dark-warning-bg-status\/60 {
  background-color:rgb(255 214 0 / 0.6);
}
.n-bg-dark-warning-bg-status\/65 {
  background-color:rgb(255 214 0 / 0.65);
}
.n-bg-dark-warning-bg-status\/70 {
  background-color:rgb(255 214 0 / 0.7);
}
.n-bg-dark-warning-bg-status\/75 {
  background-color:rgb(255 214 0 / 0.75);
}
.n-bg-dark-warning-bg-status\/80 {
  background-color:rgb(255 214 0 / 0.8);
}
.n-bg-dark-warning-bg-status\/85 {
  background-color:rgb(255 214 0 / 0.85);
}
.n-bg-dark-warning-bg-status\/90 {
  background-color:rgb(255 214 0 / 0.9);
}
.n-bg-dark-warning-bg-status\/95 {
  background-color:rgb(255 214 0 / 0.95);
}
.n-bg-dark-warning-bg-strong {
  --tw-bg-opacity:1;
  background-color:rgb(255 214 0 / var(--tw-bg-opacity));
}
.n-bg-dark-warning-bg-strong\/0 {
  background-color:rgb(255 214 0 / 0);
}
.n-bg-dark-warning-bg-strong\/10 {
  background-color:rgb(255 214 0 / 0.1);
}
.n-bg-dark-warning-bg-strong\/100 {
  background-color:rgb(255 214 0 / 1);
}
.n-bg-dark-warning-bg-strong\/15 {
  background-color:rgb(255 214 0 / 0.15);
}
.n-bg-dark-warning-bg-strong\/20 {
  background-color:rgb(255 214 0 / 0.2);
}
.n-bg-dark-warning-bg-strong\/25 {
  background-color:rgb(255 214 0 / 0.25);
}
.n-bg-dark-warning-bg-strong\/30 {
  background-color:rgb(255 214 0 / 0.3);
}
.n-bg-dark-warning-bg-strong\/35 {
  background-color:rgb(255 214 0 / 0.35);
}
.n-bg-dark-warning-bg-strong\/40 {
  background-color:rgb(255 214 0 / 0.4);
}
.n-bg-dark-warning-bg-strong\/45 {
  background-color:rgb(255 214 0 / 0.45);
}
.n-bg-dark-warning-bg-strong\/5 {
  background-color:rgb(255 214 0 / 0.05);
}
.n-bg-dark-warning-bg-strong\/50 {
  background-color:rgb(255 214 0 / 0.5);
}
.n-bg-dark-warning-bg-strong\/55 {
  background-color:rgb(255 214 0 / 0.55);
}
.n-bg-dark-warning-bg-strong\/60 {
  background-color:rgb(255 214 0 / 0.6);
}
.n-bg-dark-warning-bg-strong\/65 {
  background-color:rgb(255 214 0 / 0.65);
}
.n-bg-dark-warning-bg-strong\/70 {
  background-color:rgb(255 214 0 / 0.7);
}
.n-bg-dark-warning-bg-strong\/75 {
  background-color:rgb(255 214 0 / 0.75);
}
.n-bg-dark-warning-bg-strong\/80 {
  background-color:rgb(255 214 0 / 0.8);
}
.n-bg-dark-warning-bg-strong\/85 {
  background-color:rgb(255 214 0 / 0.85);
}
.n-bg-dark-warning-bg-strong\/90 {
  background-color:rgb(255 214 0 / 0.9);
}
.n-bg-dark-warning-bg-strong\/95 {
  background-color:rgb(255 214 0 / 0.95);
}
.n-bg-dark-warning-bg-weak {
  --tw-bg-opacity:1;
  background-color:rgb(49 46 26 / var(--tw-bg-opacity));
}
.n-bg-dark-warning-bg-weak\/0 {
  background-color:rgb(49 46 26 / 0);
}
.n-bg-dark-warning-bg-weak\/10 {
  background-color:rgb(49 46 26 / 0.1);
}
.n-bg-dark-warning-bg-weak\/100 {
  background-color:rgb(49 46 26 / 1);
}
.n-bg-dark-warning-bg-weak\/15 {
  background-color:rgb(49 46 26 / 0.15);
}
.n-bg-dark-warning-bg-weak\/20 {
  background-color:rgb(49 46 26 / 0.2);
}
.n-bg-dark-warning-bg-weak\/25 {
  background-color:rgb(49 46 26 / 0.25);
}
.n-bg-dark-warning-bg-weak\/30 {
  background-color:rgb(49 46 26 / 0.3);
}
.n-bg-dark-warning-bg-weak\/35 {
  background-color:rgb(49 46 26 / 0.35);
}
.n-bg-dark-warning-bg-weak\/40 {
  background-color:rgb(49 46 26 / 0.4);
}
.n-bg-dark-warning-bg-weak\/45 {
  background-color:rgb(49 46 26 / 0.45);
}
.n-bg-dark-warning-bg-weak\/5 {
  background-color:rgb(49 46 26 / 0.05);
}
.n-bg-dark-warning-bg-weak\/50 {
  background-color:rgb(49 46 26 / 0.5);
}
.n-bg-dark-warning-bg-weak\/55 {
  background-color:rgb(49 46 26 / 0.55);
}
.n-bg-dark-warning-bg-weak\/60 {
  background-color:rgb(49 46 26 / 0.6);
}
.n-bg-dark-warning-bg-weak\/65 {
  background-color:rgb(49 46 26 / 0.65);
}
.n-bg-dark-warning-bg-weak\/70 {
  background-color:rgb(49 46 26 / 0.7);
}
.n-bg-dark-warning-bg-weak\/75 {
  background-color:rgb(49 46 26 / 0.75);
}
.n-bg-dark-warning-bg-weak\/80 {
  background-color:rgb(49 46 26 / 0.8);
}
.n-bg-dark-warning-bg-weak\/85 {
  background-color:rgb(49 46 26 / 0.85);
}
.n-bg-dark-warning-bg-weak\/90 {
  background-color:rgb(49 46 26 / 0.9);
}
.n-bg-dark-warning-bg-weak\/95 {
  background-color:rgb(49 46 26 / 0.95);
}
.n-bg-dark-warning-border-strong {
  --tw-bg-opacity:1;
  background-color:rgb(255 214 0 / var(--tw-bg-opacity));
}
.n-bg-dark-warning-border-strong\/0 {
  background-color:rgb(255 214 0 / 0);
}
.n-bg-dark-warning-border-strong\/10 {
  background-color:rgb(255 214 0 / 0.1);
}
.n-bg-dark-warning-border-strong\/100 {
  background-color:rgb(255 214 0 / 1);
}
.n-bg-dark-warning-border-strong\/15 {
  background-color:rgb(255 214 0 / 0.15);
}
.n-bg-dark-warning-border-strong\/20 {
  background-color:rgb(255 214 0 / 0.2);
}
.n-bg-dark-warning-border-strong\/25 {
  background-color:rgb(255 214 0 / 0.25);
}
.n-bg-dark-warning-border-strong\/30 {
  background-color:rgb(255 214 0 / 0.3);
}
.n-bg-dark-warning-border-strong\/35 {
  background-color:rgb(255 214 0 / 0.35);
}
.n-bg-dark-warning-border-strong\/40 {
  background-color:rgb(255 214 0 / 0.4);
}
.n-bg-dark-warning-border-strong\/45 {
  background-color:rgb(255 214 0 / 0.45);
}
.n-bg-dark-warning-border-strong\/5 {
  background-color:rgb(255 214 0 / 0.05);
}
.n-bg-dark-warning-border-strong\/50 {
  background-color:rgb(255 214 0 / 0.5);
}
.n-bg-dark-warning-border-strong\/55 {
  background-color:rgb(255 214 0 / 0.55);
}
.n-bg-dark-warning-border-strong\/60 {
  background-color:rgb(255 214 0 / 0.6);
}
.n-bg-dark-warning-border-strong\/65 {
  background-color:rgb(255 214 0 / 0.65);
}
.n-bg-dark-warning-border-strong\/70 {
  background-color:rgb(255 214 0 / 0.7);
}
.n-bg-dark-warning-border-strong\/75 {
  background-color:rgb(255 214 0 / 0.75);
}
.n-bg-dark-warning-border-strong\/80 {
  background-color:rgb(255 214 0 / 0.8);
}
.n-bg-dark-warning-border-strong\/85 {
  background-color:rgb(255 214 0 / 0.85);
}
.n-bg-dark-warning-border-strong\/90 {
  background-color:rgb(255 214 0 / 0.9);
}
.n-bg-dark-warning-border-strong\/95 {
  background-color:rgb(255 214 0 / 0.95);
}
.n-bg-dark-warning-border-weak {
  --tw-bg-opacity:1;
  background-color:rgb(118 85 0 / var(--tw-bg-opacity));
}
.n-bg-dark-warning-border-weak\/0 {
  background-color:rgb(118 85 0 / 0);
}
.n-bg-dark-warning-border-weak\/10 {
  background-color:rgb(118 85 0 / 0.1);
}
.n-bg-dark-warning-border-weak\/100 {
  background-color:rgb(118 85 0 / 1);
}
.n-bg-dark-warning-border-weak\/15 {
  background-color:rgb(118 85 0 / 0.15);
}
.n-bg-dark-warning-border-weak\/20 {
  background-color:rgb(118 85 0 / 0.2);
}
.n-bg-dark-warning-border-weak\/25 {
  background-color:rgb(118 85 0 / 0.25);
}
.n-bg-dark-warning-border-weak\/30 {
  background-color:rgb(118 85 0 / 0.3);
}
.n-bg-dark-warning-border-weak\/35 {
  background-color:rgb(118 85 0 / 0.35);
}
.n-bg-dark-warning-border-weak\/40 {
  background-color:rgb(118 85 0 / 0.4);
}
.n-bg-dark-warning-border-weak\/45 {
  background-color:rgb(118 85 0 / 0.45);
}
.n-bg-dark-warning-border-weak\/5 {
  background-color:rgb(118 85 0 / 0.05);
}
.n-bg-dark-warning-border-weak\/50 {
  background-color:rgb(118 85 0 / 0.5);
}
.n-bg-dark-warning-border-weak\/55 {
  background-color:rgb(118 85 0 / 0.55);
}
.n-bg-dark-warning-border-weak\/60 {
  background-color:rgb(118 85 0 / 0.6);
}
.n-bg-dark-warning-border-weak\/65 {
  background-color:rgb(118 85 0 / 0.65);
}
.n-bg-dark-warning-border-weak\/70 {
  background-color:rgb(118 85 0 / 0.7);
}
.n-bg-dark-warning-border-weak\/75 {
  background-color:rgb(118 85 0 / 0.75);
}
.n-bg-dark-warning-border-weak\/80 {
  background-color:rgb(118 85 0 / 0.8);
}
.n-bg-dark-warning-border-weak\/85 {
  background-color:rgb(118 85 0 / 0.85);
}
.n-bg-dark-warning-border-weak\/90 {
  background-color:rgb(118 85 0 / 0.9);
}
.n-bg-dark-warning-border-weak\/95 {
  background-color:rgb(118 85 0 / 0.95);
}
.n-bg-dark-warning-icon {
  --tw-bg-opacity:1;
  background-color:rgb(255 214 0 / var(--tw-bg-opacity));
}
.n-bg-dark-warning-icon\/0 {
  background-color:rgb(255 214 0 / 0);
}
.n-bg-dark-warning-icon\/10 {
  background-color:rgb(255 214 0 / 0.1);
}
.n-bg-dark-warning-icon\/100 {
  background-color:rgb(255 214 0 / 1);
}
.n-bg-dark-warning-icon\/15 {
  background-color:rgb(255 214 0 / 0.15);
}
.n-bg-dark-warning-icon\/20 {
  background-color:rgb(255 214 0 / 0.2);
}
.n-bg-dark-warning-icon\/25 {
  background-color:rgb(255 214 0 / 0.25);
}
.n-bg-dark-warning-icon\/30 {
  background-color:rgb(255 214 0 / 0.3);
}
.n-bg-dark-warning-icon\/35 {
  background-color:rgb(255 214 0 / 0.35);
}
.n-bg-dark-warning-icon\/40 {
  background-color:rgb(255 214 0 / 0.4);
}
.n-bg-dark-warning-icon\/45 {
  background-color:rgb(255 214 0 / 0.45);
}
.n-bg-dark-warning-icon\/5 {
  background-color:rgb(255 214 0 / 0.05);
}
.n-bg-dark-warning-icon\/50 {
  background-color:rgb(255 214 0 / 0.5);
}
.n-bg-dark-warning-icon\/55 {
  background-color:rgb(255 214 0 / 0.55);
}
.n-bg-dark-warning-icon\/60 {
  background-color:rgb(255 214 0 / 0.6);
}
.n-bg-dark-warning-icon\/65 {
  background-color:rgb(255 214 0 / 0.65);
}
.n-bg-dark-warning-icon\/70 {
  background-color:rgb(255 214 0 / 0.7);
}
.n-bg-dark-warning-icon\/75 {
  background-color:rgb(255 214 0 / 0.75);
}
.n-bg-dark-warning-icon\/80 {
  background-color:rgb(255 214 0 / 0.8);
}
.n-bg-dark-warning-icon\/85 {
  background-color:rgb(255 214 0 / 0.85);
}
.n-bg-dark-warning-icon\/90 {
  background-color:rgb(255 214 0 / 0.9);
}
.n-bg-dark-warning-icon\/95 {
  background-color:rgb(255 214 0 / 0.95);
}
.n-bg-dark-warning-text {
  --tw-bg-opacity:1;
  background-color:rgb(255 214 0 / var(--tw-bg-opacity));
}
.n-bg-dark-warning-text\/0 {
  background-color:rgb(255 214 0 / 0);
}
.n-bg-dark-warning-text\/10 {
  background-color:rgb(255 214 0 / 0.1);
}
.n-bg-dark-warning-text\/100 {
  background-color:rgb(255 214 0 / 1);
}
.n-bg-dark-warning-text\/15 {
  background-color:rgb(255 214 0 / 0.15);
}
.n-bg-dark-warning-text\/20 {
  background-color:rgb(255 214 0 / 0.2);
}
.n-bg-dark-warning-text\/25 {
  background-color:rgb(255 214 0 / 0.25);
}
.n-bg-dark-warning-text\/30 {
  background-color:rgb(255 214 0 / 0.3);
}
.n-bg-dark-warning-text\/35 {
  background-color:rgb(255 214 0 / 0.35);
}
.n-bg-dark-warning-text\/40 {
  background-color:rgb(255 214 0 / 0.4);
}
.n-bg-dark-warning-text\/45 {
  background-color:rgb(255 214 0 / 0.45);
}
.n-bg-dark-warning-text\/5 {
  background-color:rgb(255 214 0 / 0.05);
}
.n-bg-dark-warning-text\/50 {
  background-color:rgb(255 214 0 / 0.5);
}
.n-bg-dark-warning-text\/55 {
  background-color:rgb(255 214 0 / 0.55);
}
.n-bg-dark-warning-text\/60 {
  background-color:rgb(255 214 0 / 0.6);
}
.n-bg-dark-warning-text\/65 {
  background-color:rgb(255 214 0 / 0.65);
}
.n-bg-dark-warning-text\/70 {
  background-color:rgb(255 214 0 / 0.7);
}
.n-bg-dark-warning-text\/75 {
  background-color:rgb(255 214 0 / 0.75);
}
.n-bg-dark-warning-text\/80 {
  background-color:rgb(255 214 0 / 0.8);
}
.n-bg-dark-warning-text\/85 {
  background-color:rgb(255 214 0 / 0.85);
}
.n-bg-dark-warning-text\/90 {
  background-color:rgb(255 214 0 / 0.9);
}
.n-bg-dark-warning-text\/95 {
  background-color:rgb(255 214 0 / 0.95);
}
.n-bg-light-danger-bg-status {
  --tw-bg-opacity:1;
  background-color:rgb(232 78 44 / var(--tw-bg-opacity));
}
.n-bg-light-danger-bg-status\/0 {
  background-color:rgb(232 78 44 / 0);
}
.n-bg-light-danger-bg-status\/10 {
  background-color:rgb(232 78 44 / 0.1);
}
.n-bg-light-danger-bg-status\/100 {
  background-color:rgb(232 78 44 / 1);
}
.n-bg-light-danger-bg-status\/15 {
  background-color:rgb(232 78 44 / 0.15);
}
.n-bg-light-danger-bg-status\/20 {
  background-color:rgb(232 78 44 / 0.2);
}
.n-bg-light-danger-bg-status\/25 {
  background-color:rgb(232 78 44 / 0.25);
}
.n-bg-light-danger-bg-status\/30 {
  background-color:rgb(232 78 44 / 0.3);
}
.n-bg-light-danger-bg-status\/35 {
  background-color:rgb(232 78 44 / 0.35);
}
.n-bg-light-danger-bg-status\/40 {
  background-color:rgb(232 78 44 / 0.4);
}
.n-bg-light-danger-bg-status\/45 {
  background-color:rgb(232 78 44 / 0.45);
}
.n-bg-light-danger-bg-status\/5 {
  background-color:rgb(232 78 44 / 0.05);
}
.n-bg-light-danger-bg-status\/50 {
  background-color:rgb(232 78 44 / 0.5);
}
.n-bg-light-danger-bg-status\/55 {
  background-color:rgb(232 78 44 / 0.55);
}
.n-bg-light-danger-bg-status\/60 {
  background-color:rgb(232 78 44 / 0.6);
}
.n-bg-light-danger-bg-status\/65 {
  background-color:rgb(232 78 44 / 0.65);
}
.n-bg-light-danger-bg-status\/70 {
  background-color:rgb(232 78 44 / 0.7);
}
.n-bg-light-danger-bg-status\/75 {
  background-color:rgb(232 78 44 / 0.75);
}
.n-bg-light-danger-bg-status\/80 {
  background-color:rgb(232 78 44 / 0.8);
}
.n-bg-light-danger-bg-status\/85 {
  background-color:rgb(232 78 44 / 0.85);
}
.n-bg-light-danger-bg-status\/90 {
  background-color:rgb(232 78 44 / 0.9);
}
.n-bg-light-danger-bg-status\/95 {
  background-color:rgb(232 78 44 / 0.95);
}
.n-bg-light-danger-bg-strong {
  --tw-bg-opacity:1;
  background-color:rgb(187 45 0 / var(--tw-bg-opacity));
}
.n-bg-light-danger-bg-strong\/0 {
  background-color:rgb(187 45 0 / 0);
}
.n-bg-light-danger-bg-strong\/10 {
  background-color:rgb(187 45 0 / 0.1);
}
.n-bg-light-danger-bg-strong\/100 {
  background-color:rgb(187 45 0 / 1);
}
.n-bg-light-danger-bg-strong\/15 {
  background-color:rgb(187 45 0 / 0.15);
}
.n-bg-light-danger-bg-strong\/20 {
  background-color:rgb(187 45 0 / 0.2);
}
.n-bg-light-danger-bg-strong\/25 {
  background-color:rgb(187 45 0 / 0.25);
}
.n-bg-light-danger-bg-strong\/30 {
  background-color:rgb(187 45 0 / 0.3);
}
.n-bg-light-danger-bg-strong\/35 {
  background-color:rgb(187 45 0 / 0.35);
}
.n-bg-light-danger-bg-strong\/40 {
  background-color:rgb(187 45 0 / 0.4);
}
.n-bg-light-danger-bg-strong\/45 {
  background-color:rgb(187 45 0 / 0.45);
}
.n-bg-light-danger-bg-strong\/5 {
  background-color:rgb(187 45 0 / 0.05);
}
.n-bg-light-danger-bg-strong\/50 {
  background-color:rgb(187 45 0 / 0.5);
}
.n-bg-light-danger-bg-strong\/55 {
  background-color:rgb(187 45 0 / 0.55);
}
.n-bg-light-danger-bg-strong\/60 {
  background-color:rgb(187 45 0 / 0.6);
}
.n-bg-light-danger-bg-strong\/65 {
  background-color:rgb(187 45 0 / 0.65);
}
.n-bg-light-danger-bg-strong\/70 {
  background-color:rgb(187 45 0 / 0.7);
}
.n-bg-light-danger-bg-strong\/75 {
  background-color:rgb(187 45 0 / 0.75);
}
.n-bg-light-danger-bg-strong\/80 {
  background-color:rgb(187 45 0 / 0.8);
}
.n-bg-light-danger-bg-strong\/85 {
  background-color:rgb(187 45 0 / 0.85);
}
.n-bg-light-danger-bg-strong\/90 {
  background-color:rgb(187 45 0 / 0.9);
}
.n-bg-light-danger-bg-strong\/95 {
  background-color:rgb(187 45 0 / 0.95);
}
.n-bg-light-danger-bg-weak {
  --tw-bg-opacity:1;
  background-color:rgb(255 233 231 / var(--tw-bg-opacity));
}
.n-bg-light-danger-bg-weak\/0 {
  background-color:rgb(255 233 231 / 0);
}
.n-bg-light-danger-bg-weak\/10 {
  background-color:rgb(255 233 231 / 0.1);
}
.n-bg-light-danger-bg-weak\/100 {
  background-color:rgb(255 233 231 / 1);
}
.n-bg-light-danger-bg-weak\/15 {
  background-color:rgb(255 233 231 / 0.15);
}
.n-bg-light-danger-bg-weak\/20 {
  background-color:rgb(255 233 231 / 0.2);
}
.n-bg-light-danger-bg-weak\/25 {
  background-color:rgb(255 233 231 / 0.25);
}
.n-bg-light-danger-bg-weak\/30 {
  background-color:rgb(255 233 231 / 0.3);
}
.n-bg-light-danger-bg-weak\/35 {
  background-color:rgb(255 233 231 / 0.35);
}
.n-bg-light-danger-bg-weak\/40 {
  background-color:rgb(255 233 231 / 0.4);
}
.n-bg-light-danger-bg-weak\/45 {
  background-color:rgb(255 233 231 / 0.45);
}
.n-bg-light-danger-bg-weak\/5 {
  background-color:rgb(255 233 231 / 0.05);
}
.n-bg-light-danger-bg-weak\/50 {
  background-color:rgb(255 233 231 / 0.5);
}
.n-bg-light-danger-bg-weak\/55 {
  background-color:rgb(255 233 231 / 0.55);
}
.n-bg-light-danger-bg-weak\/60 {
  background-color:rgb(255 233 231 / 0.6);
}
.n-bg-light-danger-bg-weak\/65 {
  background-color:rgb(255 233 231 / 0.65);
}
.n-bg-light-danger-bg-weak\/70 {
  background-color:rgb(255 233 231 / 0.7);
}
.n-bg-light-danger-bg-weak\/75 {
  background-color:rgb(255 233 231 / 0.75);
}
.n-bg-light-danger-bg-weak\/80 {
  background-color:rgb(255 233 231 / 0.8);
}
.n-bg-light-danger-bg-weak\/85 {
  background-color:rgb(255 233 231 / 0.85);
}
.n-bg-light-danger-bg-weak\/90 {
  background-color:rgb(255 233 231 / 0.9);
}
.n-bg-light-danger-bg-weak\/95 {
  background-color:rgb(255 233 231 / 0.95);
}
.n-bg-light-danger-border-strong {
  --tw-bg-opacity:1;
  background-color:rgb(187 45 0 / var(--tw-bg-opacity));
}
.n-bg-light-danger-border-strong\/0 {
  background-color:rgb(187 45 0 / 0);
}
.n-bg-light-danger-border-strong\/10 {
  background-color:rgb(187 45 0 / 0.1);
}
.n-bg-light-danger-border-strong\/100 {
  background-color:rgb(187 45 0 / 1);
}
.n-bg-light-danger-border-strong\/15 {
  background-color:rgb(187 45 0 / 0.15);
}
.n-bg-light-danger-border-strong\/20 {
  background-color:rgb(187 45 0 / 0.2);
}
.n-bg-light-danger-border-strong\/25 {
  background-color:rgb(187 45 0 / 0.25);
}
.n-bg-light-danger-border-strong\/30 {
  background-color:rgb(187 45 0 / 0.3);
}
.n-bg-light-danger-border-strong\/35 {
  background-color:rgb(187 45 0 / 0.35);
}
.n-bg-light-danger-border-strong\/40 {
  background-color:rgb(187 45 0 / 0.4);
}
.n-bg-light-danger-border-strong\/45 {
  background-color:rgb(187 45 0 / 0.45);
}
.n-bg-light-danger-border-strong\/5 {
  background-color:rgb(187 45 0 / 0.05);
}
.n-bg-light-danger-border-strong\/50 {
  background-color:rgb(187 45 0 / 0.5);
}
.n-bg-light-danger-border-strong\/55 {
  background-color:rgb(187 45 0 / 0.55);
}
.n-bg-light-danger-border-strong\/60 {
  background-color:rgb(187 45 0 / 0.6);
}
.n-bg-light-danger-border-strong\/65 {
  background-color:rgb(187 45 0 / 0.65);
}
.n-bg-light-danger-border-strong\/70 {
  background-color:rgb(187 45 0 / 0.7);
}
.n-bg-light-danger-border-strong\/75 {
  background-color:rgb(187 45 0 / 0.75);
}
.n-bg-light-danger-border-strong\/80 {
  background-color:rgb(187 45 0 / 0.8);
}
.n-bg-light-danger-border-strong\/85 {
  background-color:rgb(187 45 0 / 0.85);
}
.n-bg-light-danger-border-strong\/90 {
  background-color:rgb(187 45 0 / 0.9);
}
.n-bg-light-danger-border-strong\/95 {
  background-color:rgb(187 45 0 / 0.95);
}
.n-bg-light-danger-border-weak {
  --tw-bg-opacity:1;
  background-color:rgb(255 170 151 / var(--tw-bg-opacity));
}
.n-bg-light-danger-border-weak\/0 {
  background-color:rgb(255 170 151 / 0);
}
.n-bg-light-danger-border-weak\/10 {
  background-color:rgb(255 170 151 / 0.1);
}
.n-bg-light-danger-border-weak\/100 {
  background-color:rgb(255 170 151 / 1);
}
.n-bg-light-danger-border-weak\/15 {
  background-color:rgb(255 170 151 / 0.15);
}
.n-bg-light-danger-border-weak\/20 {
  background-color:rgb(255 170 151 / 0.2);
}
.n-bg-light-danger-border-weak\/25 {
  background-color:rgb(255 170 151 / 0.25);
}
.n-bg-light-danger-border-weak\/30 {
  background-color:rgb(255 170 151 / 0.3);
}
.n-bg-light-danger-border-weak\/35 {
  background-color:rgb(255 170 151 / 0.35);
}
.n-bg-light-danger-border-weak\/40 {
  background-color:rgb(255 170 151 / 0.4);
}
.n-bg-light-danger-border-weak\/45 {
  background-color:rgb(255 170 151 / 0.45);
}
.n-bg-light-danger-border-weak\/5 {
  background-color:rgb(255 170 151 / 0.05);
}
.n-bg-light-danger-border-weak\/50 {
  background-color:rgb(255 170 151 / 0.5);
}
.n-bg-light-danger-border-weak\/55 {
  background-color:rgb(255 170 151 / 0.55);
}
.n-bg-light-danger-border-weak\/60 {
  background-color:rgb(255 170 151 / 0.6);
}
.n-bg-light-danger-border-weak\/65 {
  background-color:rgb(255 170 151 / 0.65);
}
.n-bg-light-danger-border-weak\/70 {
  background-color:rgb(255 170 151 / 0.7);
}
.n-bg-light-danger-border-weak\/75 {
  background-color:rgb(255 170 151 / 0.75);
}
.n-bg-light-danger-border-weak\/80 {
  background-color:rgb(255 170 151 / 0.8);
}
.n-bg-light-danger-border-weak\/85 {
  background-color:rgb(255 170 151 / 0.85);
}
.n-bg-light-danger-border-weak\/90 {
  background-color:rgb(255 170 151 / 0.9);
}
.n-bg-light-danger-border-weak\/95 {
  background-color:rgb(255 170 151 / 0.95);
}
.n-bg-light-danger-hover-strong {
  --tw-bg-opacity:1;
  background-color:rgb(150 18 0 / var(--tw-bg-opacity));
}
.n-bg-light-danger-hover-strong\/0 {
  background-color:rgb(150 18 0 / 0);
}
.n-bg-light-danger-hover-strong\/10 {
  background-color:rgb(150 18 0 / 0.1);
}
.n-bg-light-danger-hover-strong\/100 {
  background-color:rgb(150 18 0 / 1);
}
.n-bg-light-danger-hover-strong\/15 {
  background-color:rgb(150 18 0 / 0.15);
}
.n-bg-light-danger-hover-strong\/20 {
  background-color:rgb(150 18 0 / 0.2);
}
.n-bg-light-danger-hover-strong\/25 {
  background-color:rgb(150 18 0 / 0.25);
}
.n-bg-light-danger-hover-strong\/30 {
  background-color:rgb(150 18 0 / 0.3);
}
.n-bg-light-danger-hover-strong\/35 {
  background-color:rgb(150 18 0 / 0.35);
}
.n-bg-light-danger-hover-strong\/40 {
  background-color:rgb(150 18 0 / 0.4);
}
.n-bg-light-danger-hover-strong\/45 {
  background-color:rgb(150 18 0 / 0.45);
}
.n-bg-light-danger-hover-strong\/5 {
  background-color:rgb(150 18 0 / 0.05);
}
.n-bg-light-danger-hover-strong\/50 {
  background-color:rgb(150 18 0 / 0.5);
}
.n-bg-light-danger-hover-strong\/55 {
  background-color:rgb(150 18 0 / 0.55);
}
.n-bg-light-danger-hover-strong\/60 {
  background-color:rgb(150 18 0 / 0.6);
}
.n-bg-light-danger-hover-strong\/65 {
  background-color:rgb(150 18 0 / 0.65);
}
.n-bg-light-danger-hover-strong\/70 {
  background-color:rgb(150 18 0 / 0.7);
}
.n-bg-light-danger-hover-strong\/75 {
  background-color:rgb(150 18 0 / 0.75);
}
.n-bg-light-danger-hover-strong\/80 {
  background-color:rgb(150 18 0 / 0.8);
}
.n-bg-light-danger-hover-strong\/85 {
  background-color:rgb(150 18 0 / 0.85);
}
.n-bg-light-danger-hover-strong\/90 {
  background-color:rgb(150 18 0 / 0.9);
}
.n-bg-light-danger-hover-strong\/95 {
  background-color:rgb(150 18 0 / 0.95);
}
.n-bg-light-danger-hover-weak {
  --tw-bg-opacity:1;
  background-color:rgb(212 51 0 / var(--tw-bg-opacity));
}
.n-bg-light-danger-hover-weak\/0 {
  background-color:rgb(212 51 0 / 0);
}
.n-bg-light-danger-hover-weak\/10 {
  background-color:rgb(212 51 0 / 0.1);
}
.n-bg-light-danger-hover-weak\/100 {
  background-color:rgb(212 51 0 / 1);
}
.n-bg-light-danger-hover-weak\/15 {
  background-color:rgb(212 51 0 / 0.15);
}
.n-bg-light-danger-hover-weak\/20 {
  background-color:rgb(212 51 0 / 0.2);
}
.n-bg-light-danger-hover-weak\/25 {
  background-color:rgb(212 51 0 / 0.25);
}
.n-bg-light-danger-hover-weak\/30 {
  background-color:rgb(212 51 0 / 0.3);
}
.n-bg-light-danger-hover-weak\/35 {
  background-color:rgb(212 51 0 / 0.35);
}
.n-bg-light-danger-hover-weak\/40 {
  background-color:rgb(212 51 0 / 0.4);
}
.n-bg-light-danger-hover-weak\/45 {
  background-color:rgb(212 51 0 / 0.45);
}
.n-bg-light-danger-hover-weak\/5 {
  background-color:rgb(212 51 0 / 0.05);
}
.n-bg-light-danger-hover-weak\/50 {
  background-color:rgb(212 51 0 / 0.5);
}
.n-bg-light-danger-hover-weak\/55 {
  background-color:rgb(212 51 0 / 0.55);
}
.n-bg-light-danger-hover-weak\/60 {
  background-color:rgb(212 51 0 / 0.6);
}
.n-bg-light-danger-hover-weak\/65 {
  background-color:rgb(212 51 0 / 0.65);
}
.n-bg-light-danger-hover-weak\/70 {
  background-color:rgb(212 51 0 / 0.7);
}
.n-bg-light-danger-hover-weak\/75 {
  background-color:rgb(212 51 0 / 0.75);
}
.n-bg-light-danger-hover-weak\/80 {
  background-color:rgb(212 51 0 / 0.8);
}
.n-bg-light-danger-hover-weak\/85 {
  background-color:rgb(212 51 0 / 0.85);
}
.n-bg-light-danger-hover-weak\/90 {
  background-color:rgb(212 51 0 / 0.9);
}
.n-bg-light-danger-hover-weak\/95 {
  background-color:rgb(212 51 0 / 0.95);
}
.n-bg-light-danger-icon {
  --tw-bg-opacity:1;
  background-color:rgb(187 45 0 / var(--tw-bg-opacity));
}
.n-bg-light-danger-icon\/0 {
  background-color:rgb(187 45 0 / 0);
}
.n-bg-light-danger-icon\/10 {
  background-color:rgb(187 45 0 / 0.1);
}
.n-bg-light-danger-icon\/100 {
  background-color:rgb(187 45 0 / 1);
}
.n-bg-light-danger-icon\/15 {
  background-color:rgb(187 45 0 / 0.15);
}
.n-bg-light-danger-icon\/20 {
  background-color:rgb(187 45 0 / 0.2);
}
.n-bg-light-danger-icon\/25 {
  background-color:rgb(187 45 0 / 0.25);
}
.n-bg-light-danger-icon\/30 {
  background-color:rgb(187 45 0 / 0.3);
}
.n-bg-light-danger-icon\/35 {
  background-color:rgb(187 45 0 / 0.35);
}
.n-bg-light-danger-icon\/40 {
  background-color:rgb(187 45 0 / 0.4);
}
.n-bg-light-danger-icon\/45 {
  background-color:rgb(187 45 0 / 0.45);
}
.n-bg-light-danger-icon\/5 {
  background-color:rgb(187 45 0 / 0.05);
}
.n-bg-light-danger-icon\/50 {
  background-color:rgb(187 45 0 / 0.5);
}
.n-bg-light-danger-icon\/55 {
  background-color:rgb(187 45 0 / 0.55);
}
.n-bg-light-danger-icon\/60 {
  background-color:rgb(187 45 0 / 0.6);
}
.n-bg-light-danger-icon\/65 {
  background-color:rgb(187 45 0 / 0.65);
}
.n-bg-light-danger-icon\/70 {
  background-color:rgb(187 45 0 / 0.7);
}
.n-bg-light-danger-icon\/75 {
  background-color:rgb(187 45 0 / 0.75);
}
.n-bg-light-danger-icon\/80 {
  background-color:rgb(187 45 0 / 0.8);
}
.n-bg-light-danger-icon\/85 {
  background-color:rgb(187 45 0 / 0.85);
}
.n-bg-light-danger-icon\/90 {
  background-color:rgb(187 45 0 / 0.9);
}
.n-bg-light-danger-icon\/95 {
  background-color:rgb(187 45 0 / 0.95);
}
.n-bg-light-danger-pressed-strong {
  --tw-bg-opacity:1;
  background-color:rgb(115 14 0 / var(--tw-bg-opacity));
}
.n-bg-light-danger-pressed-strong\/0 {
  background-color:rgb(115 14 0 / 0);
}
.n-bg-light-danger-pressed-strong\/10 {
  background-color:rgb(115 14 0 / 0.1);
}
.n-bg-light-danger-pressed-strong\/100 {
  background-color:rgb(115 14 0 / 1);
}
.n-bg-light-danger-pressed-strong\/15 {
  background-color:rgb(115 14 0 / 0.15);
}
.n-bg-light-danger-pressed-strong\/20 {
  background-color:rgb(115 14 0 / 0.2);
}
.n-bg-light-danger-pressed-strong\/25 {
  background-color:rgb(115 14 0 / 0.25);
}
.n-bg-light-danger-pressed-strong\/30 {
  background-color:rgb(115 14 0 / 0.3);
}
.n-bg-light-danger-pressed-strong\/35 {
  background-color:rgb(115 14 0 / 0.35);
}
.n-bg-light-danger-pressed-strong\/40 {
  background-color:rgb(115 14 0 / 0.4);
}
.n-bg-light-danger-pressed-strong\/45 {
  background-color:rgb(115 14 0 / 0.45);
}
.n-bg-light-danger-pressed-strong\/5 {
  background-color:rgb(115 14 0 / 0.05);
}
.n-bg-light-danger-pressed-strong\/50 {
  background-color:rgb(115 14 0 / 0.5);
}
.n-bg-light-danger-pressed-strong\/55 {
  background-color:rgb(115 14 0 / 0.55);
}
.n-bg-light-danger-pressed-strong\/60 {
  background-color:rgb(115 14 0 / 0.6);
}
.n-bg-light-danger-pressed-strong\/65 {
  background-color:rgb(115 14 0 / 0.65);
}
.n-bg-light-danger-pressed-strong\/70 {
  background-color:rgb(115 14 0 / 0.7);
}
.n-bg-light-danger-pressed-strong\/75 {
  background-color:rgb(115 14 0 / 0.75);
}
.n-bg-light-danger-pressed-strong\/80 {
  background-color:rgb(115 14 0 / 0.8);
}
.n-bg-light-danger-pressed-strong\/85 {
  background-color:rgb(115 14 0 / 0.85);
}
.n-bg-light-danger-pressed-strong\/90 {
  background-color:rgb(115 14 0 / 0.9);
}
.n-bg-light-danger-pressed-strong\/95 {
  background-color:rgb(115 14 0 / 0.95);
}
.n-bg-light-danger-pressed-weak {
  --tw-bg-opacity:1;
  background-color:rgb(212 51 0 / var(--tw-bg-opacity));
}
.n-bg-light-danger-pressed-weak\/0 {
  background-color:rgb(212 51 0 / 0);
}
.n-bg-light-danger-pressed-weak\/10 {
  background-color:rgb(212 51 0 / 0.1);
}
.n-bg-light-danger-pressed-weak\/100 {
  background-color:rgb(212 51 0 / 1);
}
.n-bg-light-danger-pressed-weak\/15 {
  background-color:rgb(212 51 0 / 0.15);
}
.n-bg-light-danger-pressed-weak\/20 {
  background-color:rgb(212 51 0 / 0.2);
}
.n-bg-light-danger-pressed-weak\/25 {
  background-color:rgb(212 51 0 / 0.25);
}
.n-bg-light-danger-pressed-weak\/30 {
  background-color:rgb(212 51 0 / 0.3);
}
.n-bg-light-danger-pressed-weak\/35 {
  background-color:rgb(212 51 0 / 0.35);
}
.n-bg-light-danger-pressed-weak\/40 {
  background-color:rgb(212 51 0 / 0.4);
}
.n-bg-light-danger-pressed-weak\/45 {
  background-color:rgb(212 51 0 / 0.45);
}
.n-bg-light-danger-pressed-weak\/5 {
  background-color:rgb(212 51 0 / 0.05);
}
.n-bg-light-danger-pressed-weak\/50 {
  background-color:rgb(212 51 0 / 0.5);
}
.n-bg-light-danger-pressed-weak\/55 {
  background-color:rgb(212 51 0 / 0.55);
}
.n-bg-light-danger-pressed-weak\/60 {
  background-color:rgb(212 51 0 / 0.6);
}
.n-bg-light-danger-pressed-weak\/65 {
  background-color:rgb(212 51 0 / 0.65);
}
.n-bg-light-danger-pressed-weak\/70 {
  background-color:rgb(212 51 0 / 0.7);
}
.n-bg-light-danger-pressed-weak\/75 {
  background-color:rgb(212 51 0 / 0.75);
}
.n-bg-light-danger-pressed-weak\/80 {
  background-color:rgb(212 51 0 / 0.8);
}
.n-bg-light-danger-pressed-weak\/85 {
  background-color:rgb(212 51 0 / 0.85);
}
.n-bg-light-danger-pressed-weak\/90 {
  background-color:rgb(212 51 0 / 0.9);
}
.n-bg-light-danger-pressed-weak\/95 {
  background-color:rgb(212 51 0 / 0.95);
}
.n-bg-light-danger-text {
  --tw-bg-opacity:1;
  background-color:rgb(187 45 0 / var(--tw-bg-opacity));
}
.n-bg-light-danger-text\/0 {
  background-color:rgb(187 45 0 / 0);
}
.n-bg-light-danger-text\/10 {
  background-color:rgb(187 45 0 / 0.1);
}
.n-bg-light-danger-text\/100 {
  background-color:rgb(187 45 0 / 1);
}
.n-bg-light-danger-text\/15 {
  background-color:rgb(187 45 0 / 0.15);
}
.n-bg-light-danger-text\/20 {
  background-color:rgb(187 45 0 / 0.2);
}
.n-bg-light-danger-text\/25 {
  background-color:rgb(187 45 0 / 0.25);
}
.n-bg-light-danger-text\/30 {
  background-color:rgb(187 45 0 / 0.3);
}
.n-bg-light-danger-text\/35 {
  background-color:rgb(187 45 0 / 0.35);
}
.n-bg-light-danger-text\/40 {
  background-color:rgb(187 45 0 / 0.4);
}
.n-bg-light-danger-text\/45 {
  background-color:rgb(187 45 0 / 0.45);
}
.n-bg-light-danger-text\/5 {
  background-color:rgb(187 45 0 / 0.05);
}
.n-bg-light-danger-text\/50 {
  background-color:rgb(187 45 0 / 0.5);
}
.n-bg-light-danger-text\/55 {
  background-color:rgb(187 45 0 / 0.55);
}
.n-bg-light-danger-text\/60 {
  background-color:rgb(187 45 0 / 0.6);
}
.n-bg-light-danger-text\/65 {
  background-color:rgb(187 45 0 / 0.65);
}
.n-bg-light-danger-text\/70 {
  background-color:rgb(187 45 0 / 0.7);
}
.n-bg-light-danger-text\/75 {
  background-color:rgb(187 45 0 / 0.75);
}
.n-bg-light-danger-text\/80 {
  background-color:rgb(187 45 0 / 0.8);
}
.n-bg-light-danger-text\/85 {
  background-color:rgb(187 45 0 / 0.85);
}
.n-bg-light-danger-text\/90 {
  background-color:rgb(187 45 0 / 0.9);
}
.n-bg-light-danger-text\/95 {
  background-color:rgb(187 45 0 / 0.95);
}
.n-bg-light-discovery-bg-status {
  --tw-bg-opacity:1;
  background-color:rgb(117 78 200 / var(--tw-bg-opacity));
}
.n-bg-light-discovery-bg-status\/0 {
  background-color:rgb(117 78 200 / 0);
}
.n-bg-light-discovery-bg-status\/10 {
  background-color:rgb(117 78 200 / 0.1);
}
.n-bg-light-discovery-bg-status\/100 {
  background-color:rgb(117 78 200 / 1);
}
.n-bg-light-discovery-bg-status\/15 {
  background-color:rgb(117 78 200 / 0.15);
}
.n-bg-light-discovery-bg-status\/20 {
  background-color:rgb(117 78 200 / 0.2);
}
.n-bg-light-discovery-bg-status\/25 {
  background-color:rgb(117 78 200 / 0.25);
}
.n-bg-light-discovery-bg-status\/30 {
  background-color:rgb(117 78 200 / 0.3);
}
.n-bg-light-discovery-bg-status\/35 {
  background-color:rgb(117 78 200 / 0.35);
}
.n-bg-light-discovery-bg-status\/40 {
  background-color:rgb(117 78 200 / 0.4);
}
.n-bg-light-discovery-bg-status\/45 {
  background-color:rgb(117 78 200 / 0.45);
}
.n-bg-light-discovery-bg-status\/5 {
  background-color:rgb(117 78 200 / 0.05);
}
.n-bg-light-discovery-bg-status\/50 {
  background-color:rgb(117 78 200 / 0.5);
}
.n-bg-light-discovery-bg-status\/55 {
  background-color:rgb(117 78 200 / 0.55);
}
.n-bg-light-discovery-bg-status\/60 {
  background-color:rgb(117 78 200 / 0.6);
}
.n-bg-light-discovery-bg-status\/65 {
  background-color:rgb(117 78 200 / 0.65);
}
.n-bg-light-discovery-bg-status\/70 {
  background-color:rgb(117 78 200 / 0.7);
}
.n-bg-light-discovery-bg-status\/75 {
  background-color:rgb(117 78 200 / 0.75);
}
.n-bg-light-discovery-bg-status\/80 {
  background-color:rgb(117 78 200 / 0.8);
}
.n-bg-light-discovery-bg-status\/85 {
  background-color:rgb(117 78 200 / 0.85);
}
.n-bg-light-discovery-bg-status\/90 {
  background-color:rgb(117 78 200 / 0.9);
}
.n-bg-light-discovery-bg-status\/95 {
  background-color:rgb(117 78 200 / 0.95);
}
.n-bg-light-discovery-bg-strong {
  --tw-bg-opacity:1;
  background-color:rgb(90 52 170 / var(--tw-bg-opacity));
}
.n-bg-light-discovery-bg-strong\/0 {
  background-color:rgb(90 52 170 / 0);
}
.n-bg-light-discovery-bg-strong\/10 {
  background-color:rgb(90 52 170 / 0.1);
}
.n-bg-light-discovery-bg-strong\/100 {
  background-color:rgb(90 52 170 / 1);
}
.n-bg-light-discovery-bg-strong\/15 {
  background-color:rgb(90 52 170 / 0.15);
}
.n-bg-light-discovery-bg-strong\/20 {
  background-color:rgb(90 52 170 / 0.2);
}
.n-bg-light-discovery-bg-strong\/25 {
  background-color:rgb(90 52 170 / 0.25);
}
.n-bg-light-discovery-bg-strong\/30 {
  background-color:rgb(90 52 170 / 0.3);
}
.n-bg-light-discovery-bg-strong\/35 {
  background-color:rgb(90 52 170 / 0.35);
}
.n-bg-light-discovery-bg-strong\/40 {
  background-color:rgb(90 52 170 / 0.4);
}
.n-bg-light-discovery-bg-strong\/45 {
  background-color:rgb(90 52 170 / 0.45);
}
.n-bg-light-discovery-bg-strong\/5 {
  background-color:rgb(90 52 170 / 0.05);
}
.n-bg-light-discovery-bg-strong\/50 {
  background-color:rgb(90 52 170 / 0.5);
}
.n-bg-light-discovery-bg-strong\/55 {
  background-color:rgb(90 52 170 / 0.55);
}
.n-bg-light-discovery-bg-strong\/60 {
  background-color:rgb(90 52 170 / 0.6);
}
.n-bg-light-discovery-bg-strong\/65 {
  background-color:rgb(90 52 170 / 0.65);
}
.n-bg-light-discovery-bg-strong\/70 {
  background-color:rgb(90 52 170 / 0.7);
}
.n-bg-light-discovery-bg-strong\/75 {
  background-color:rgb(90 52 170 / 0.75);
}
.n-bg-light-discovery-bg-strong\/80 {
  background-color:rgb(90 52 170 / 0.8);
}
.n-bg-light-discovery-bg-strong\/85 {
  background-color:rgb(90 52 170 / 0.85);
}
.n-bg-light-discovery-bg-strong\/90 {
  background-color:rgb(90 52 170 / 0.9);
}
.n-bg-light-discovery-bg-strong\/95 {
  background-color:rgb(90 52 170 / 0.95);
}
.n-bg-light-discovery-bg-weak {
  --tw-bg-opacity:1;
  background-color:rgb(233 222 255 / var(--tw-bg-opacity));
}
.n-bg-light-discovery-bg-weak\/0 {
  background-color:rgb(233 222 255 / 0);
}
.n-bg-light-discovery-bg-weak\/10 {
  background-color:rgb(233 222 255 / 0.1);
}
.n-bg-light-discovery-bg-weak\/100 {
  background-color:rgb(233 222 255 / 1);
}
.n-bg-light-discovery-bg-weak\/15 {
  background-color:rgb(233 222 255 / 0.15);
}
.n-bg-light-discovery-bg-weak\/20 {
  background-color:rgb(233 222 255 / 0.2);
}
.n-bg-light-discovery-bg-weak\/25 {
  background-color:rgb(233 222 255 / 0.25);
}
.n-bg-light-discovery-bg-weak\/30 {
  background-color:rgb(233 222 255 / 0.3);
}
.n-bg-light-discovery-bg-weak\/35 {
  background-color:rgb(233 222 255 / 0.35);
}
.n-bg-light-discovery-bg-weak\/40 {
  background-color:rgb(233 222 255 / 0.4);
}
.n-bg-light-discovery-bg-weak\/45 {
  background-color:rgb(233 222 255 / 0.45);
}
.n-bg-light-discovery-bg-weak\/5 {
  background-color:rgb(233 222 255 / 0.05);
}
.n-bg-light-discovery-bg-weak\/50 {
  background-color:rgb(233 222 255 / 0.5);
}
.n-bg-light-discovery-bg-weak\/55 {
  background-color:rgb(233 222 255 / 0.55);
}
.n-bg-light-discovery-bg-weak\/60 {
  background-color:rgb(233 222 255 / 0.6);
}
.n-bg-light-discovery-bg-weak\/65 {
  background-color:rgb(233 222 255 / 0.65);
}
.n-bg-light-discovery-bg-weak\/70 {
  background-color:rgb(233 222 255 / 0.7);
}
.n-bg-light-discovery-bg-weak\/75 {
  background-color:rgb(233 222 255 / 0.75);
}
.n-bg-light-discovery-bg-weak\/80 {
  background-color:rgb(233 222 255 / 0.8);
}
.n-bg-light-discovery-bg-weak\/85 {
  background-color:rgb(233 222 255 / 0.85);
}
.n-bg-light-discovery-bg-weak\/90 {
  background-color:rgb(233 222 255 / 0.9);
}
.n-bg-light-discovery-bg-weak\/95 {
  background-color:rgb(233 222 255 / 0.95);
}
.n-bg-light-discovery-border-strong {
  --tw-bg-opacity:1;
  background-color:rgb(90 52 170 / var(--tw-bg-opacity));
}
.n-bg-light-discovery-border-strong\/0 {
  background-color:rgb(90 52 170 / 0);
}
.n-bg-light-discovery-border-strong\/10 {
  background-color:rgb(90 52 170 / 0.1);
}
.n-bg-light-discovery-border-strong\/100 {
  background-color:rgb(90 52 170 / 1);
}
.n-bg-light-discovery-border-strong\/15 {
  background-color:rgb(90 52 170 / 0.15);
}
.n-bg-light-discovery-border-strong\/20 {
  background-color:rgb(90 52 170 / 0.2);
}
.n-bg-light-discovery-border-strong\/25 {
  background-color:rgb(90 52 170 / 0.25);
}
.n-bg-light-discovery-border-strong\/30 {
  background-color:rgb(90 52 170 / 0.3);
}
.n-bg-light-discovery-border-strong\/35 {
  background-color:rgb(90 52 170 / 0.35);
}
.n-bg-light-discovery-border-strong\/40 {
  background-color:rgb(90 52 170 / 0.4);
}
.n-bg-light-discovery-border-strong\/45 {
  background-color:rgb(90 52 170 / 0.45);
}
.n-bg-light-discovery-border-strong\/5 {
  background-color:rgb(90 52 170 / 0.05);
}
.n-bg-light-discovery-border-strong\/50 {
  background-color:rgb(90 52 170 / 0.5);
}
.n-bg-light-discovery-border-strong\/55 {
  background-color:rgb(90 52 170 / 0.55);
}
.n-bg-light-discovery-border-strong\/60 {
  background-color:rgb(90 52 170 / 0.6);
}
.n-bg-light-discovery-border-strong\/65 {
  background-color:rgb(90 52 170 / 0.65);
}
.n-bg-light-discovery-border-strong\/70 {
  background-color:rgb(90 52 170 / 0.7);
}
.n-bg-light-discovery-border-strong\/75 {
  background-color:rgb(90 52 170 / 0.75);
}
.n-bg-light-discovery-border-strong\/80 {
  background-color:rgb(90 52 170 / 0.8);
}
.n-bg-light-discovery-border-strong\/85 {
  background-color:rgb(90 52 170 / 0.85);
}
.n-bg-light-discovery-border-strong\/90 {
  background-color:rgb(90 52 170 / 0.9);
}
.n-bg-light-discovery-border-strong\/95 {
  background-color:rgb(90 52 170 / 0.95);
}
.n-bg-light-discovery-border-weak {
  --tw-bg-opacity:1;
  background-color:rgb(179 142 255 / var(--tw-bg-opacity));
}
.n-bg-light-discovery-border-weak\/0 {
  background-color:rgb(179 142 255 / 0);
}
.n-bg-light-discovery-border-weak\/10 {
  background-color:rgb(179 142 255 / 0.1);
}
.n-bg-light-discovery-border-weak\/100 {
  background-color:rgb(179 142 255 / 1);
}
.n-bg-light-discovery-border-weak\/15 {
  background-color:rgb(179 142 255 / 0.15);
}
.n-bg-light-discovery-border-weak\/20 {
  background-color:rgb(179 142 255 / 0.2);
}
.n-bg-light-discovery-border-weak\/25 {
  background-color:rgb(179 142 255 / 0.25);
}
.n-bg-light-discovery-border-weak\/30 {
  background-color:rgb(179 142 255 / 0.3);
}
.n-bg-light-discovery-border-weak\/35 {
  background-color:rgb(179 142 255 / 0.35);
}
.n-bg-light-discovery-border-weak\/40 {
  background-color:rgb(179 142 255 / 0.4);
}
.n-bg-light-discovery-border-weak\/45 {
  background-color:rgb(179 142 255 / 0.45);
}
.n-bg-light-discovery-border-weak\/5 {
  background-color:rgb(179 142 255 / 0.05);
}
.n-bg-light-discovery-border-weak\/50 {
  background-color:rgb(179 142 255 / 0.5);
}
.n-bg-light-discovery-border-weak\/55 {
  background-color:rgb(179 142 255 / 0.55);
}
.n-bg-light-discovery-border-weak\/60 {
  background-color:rgb(179 142 255 / 0.6);
}
.n-bg-light-discovery-border-weak\/65 {
  background-color:rgb(179 142 255 / 0.65);
}
.n-bg-light-discovery-border-weak\/70 {
  background-color:rgb(179 142 255 / 0.7);
}
.n-bg-light-discovery-border-weak\/75 {
  background-color:rgb(179 142 255 / 0.75);
}
.n-bg-light-discovery-border-weak\/80 {
  background-color:rgb(179 142 255 / 0.8);
}
.n-bg-light-discovery-border-weak\/85 {
  background-color:rgb(179 142 255 / 0.85);
}
.n-bg-light-discovery-border-weak\/90 {
  background-color:rgb(179 142 255 / 0.9);
}
.n-bg-light-discovery-border-weak\/95 {
  background-color:rgb(179 142 255 / 0.95);
}
.n-bg-light-discovery-icon {
  --tw-bg-opacity:1;
  background-color:rgb(90 52 170 / var(--tw-bg-opacity));
}
.n-bg-light-discovery-icon\/0 {
  background-color:rgb(90 52 170 / 0);
}
.n-bg-light-discovery-icon\/10 {
  background-color:rgb(90 52 170 / 0.1);
}
.n-bg-light-discovery-icon\/100 {
  background-color:rgb(90 52 170 / 1);
}
.n-bg-light-discovery-icon\/15 {
  background-color:rgb(90 52 170 / 0.15);
}
.n-bg-light-discovery-icon\/20 {
  background-color:rgb(90 52 170 / 0.2);
}
.n-bg-light-discovery-icon\/25 {
  background-color:rgb(90 52 170 / 0.25);
}
.n-bg-light-discovery-icon\/30 {
  background-color:rgb(90 52 170 / 0.3);
}
.n-bg-light-discovery-icon\/35 {
  background-color:rgb(90 52 170 / 0.35);
}
.n-bg-light-discovery-icon\/40 {
  background-color:rgb(90 52 170 / 0.4);
}
.n-bg-light-discovery-icon\/45 {
  background-color:rgb(90 52 170 / 0.45);
}
.n-bg-light-discovery-icon\/5 {
  background-color:rgb(90 52 170 / 0.05);
}
.n-bg-light-discovery-icon\/50 {
  background-color:rgb(90 52 170 / 0.5);
}
.n-bg-light-discovery-icon\/55 {
  background-color:rgb(90 52 170 / 0.55);
}
.n-bg-light-discovery-icon\/60 {
  background-color:rgb(90 52 170 / 0.6);
}
.n-bg-light-discovery-icon\/65 {
  background-color:rgb(90 52 170 / 0.65);
}
.n-bg-light-discovery-icon\/70 {
  background-color:rgb(90 52 170 / 0.7);
}
.n-bg-light-discovery-icon\/75 {
  background-color:rgb(90 52 170 / 0.75);
}
.n-bg-light-discovery-icon\/80 {
  background-color:rgb(90 52 170 / 0.8);
}
.n-bg-light-discovery-icon\/85 {
  background-color:rgb(90 52 170 / 0.85);
}
.n-bg-light-discovery-icon\/90 {
  background-color:rgb(90 52 170 / 0.9);
}
.n-bg-light-discovery-icon\/95 {
  background-color:rgb(90 52 170 / 0.95);
}
.n-bg-light-discovery-text {
  --tw-bg-opacity:1;
  background-color:rgb(90 52 170 / var(--tw-bg-opacity));
}
.n-bg-light-discovery-text\/0 {
  background-color:rgb(90 52 170 / 0);
}
.n-bg-light-discovery-text\/10 {
  background-color:rgb(90 52 170 / 0.1);
}
.n-bg-light-discovery-text\/100 {
  background-color:rgb(90 52 170 / 1);
}
.n-bg-light-discovery-text\/15 {
  background-color:rgb(90 52 170 / 0.15);
}
.n-bg-light-discovery-text\/20 {
  background-color:rgb(90 52 170 / 0.2);
}
.n-bg-light-discovery-text\/25 {
  background-color:rgb(90 52 170 / 0.25);
}
.n-bg-light-discovery-text\/30 {
  background-color:rgb(90 52 170 / 0.3);
}
.n-bg-light-discovery-text\/35 {
  background-color:rgb(90 52 170 / 0.35);
}
.n-bg-light-discovery-text\/40 {
  background-color:rgb(90 52 170 / 0.4);
}
.n-bg-light-discovery-text\/45 {
  background-color:rgb(90 52 170 / 0.45);
}
.n-bg-light-discovery-text\/5 {
  background-color:rgb(90 52 170 / 0.05);
}
.n-bg-light-discovery-text\/50 {
  background-color:rgb(90 52 170 / 0.5);
}
.n-bg-light-discovery-text\/55 {
  background-color:rgb(90 52 170 / 0.55);
}
.n-bg-light-discovery-text\/60 {
  background-color:rgb(90 52 170 / 0.6);
}
.n-bg-light-discovery-text\/65 {
  background-color:rgb(90 52 170 / 0.65);
}
.n-bg-light-discovery-text\/70 {
  background-color:rgb(90 52 170 / 0.7);
}
.n-bg-light-discovery-text\/75 {
  background-color:rgb(90 52 170 / 0.75);
}
.n-bg-light-discovery-text\/80 {
  background-color:rgb(90 52 170 / 0.8);
}
.n-bg-light-discovery-text\/85 {
  background-color:rgb(90 52 170 / 0.85);
}
.n-bg-light-discovery-text\/90 {
  background-color:rgb(90 52 170 / 0.9);
}
.n-bg-light-discovery-text\/95 {
  background-color:rgb(90 52 170 / 0.95);
}
.n-bg-light-neutral-bg-default {
  --tw-bg-opacity:1;
  background-color:rgb(245 246 246 / var(--tw-bg-opacity));
}
.n-bg-light-neutral-bg-default\/0 {
  background-color:rgb(245 246 246 / 0);
}
.n-bg-light-neutral-bg-default\/10 {
  background-color:rgb(245 246 246 / 0.1);
}
.n-bg-light-neutral-bg-default\/100 {
  background-color:rgb(245 246 246 / 1);
}
.n-bg-light-neutral-bg-default\/15 {
  background-color:rgb(245 246 246 / 0.15);
}
.n-bg-light-neutral-bg-default\/20 {
  background-color:rgb(245 246 246 / 0.2);
}
.n-bg-light-neutral-bg-default\/25 {
  background-color:rgb(245 246 246 / 0.25);
}
.n-bg-light-neutral-bg-default\/30 {
  background-color:rgb(245 246 246 / 0.3);
}
.n-bg-light-neutral-bg-default\/35 {
  background-color:rgb(245 246 246 / 0.35);
}
.n-bg-light-neutral-bg-default\/40 {
  background-color:rgb(245 246 246 / 0.4);
}
.n-bg-light-neutral-bg-default\/45 {
  background-color:rgb(245 246 246 / 0.45);
}
.n-bg-light-neutral-bg-default\/5 {
  background-color:rgb(245 246 246 / 0.05);
}
.n-bg-light-neutral-bg-default\/50 {
  background-color:rgb(245 246 246 / 0.5);
}
.n-bg-light-neutral-bg-default\/55 {
  background-color:rgb(245 246 246 / 0.55);
}
.n-bg-light-neutral-bg-default\/60 {
  background-color:rgb(245 246 246 / 0.6);
}
.n-bg-light-neutral-bg-default\/65 {
  background-color:rgb(245 246 246 / 0.65);
}
.n-bg-light-neutral-bg-default\/70 {
  background-color:rgb(245 246 246 / 0.7);
}
.n-bg-light-neutral-bg-default\/75 {
  background-color:rgb(245 246 246 / 0.75);
}
.n-bg-light-neutral-bg-default\/80 {
  background-color:rgb(245 246 246 / 0.8);
}
.n-bg-light-neutral-bg-default\/85 {
  background-color:rgb(245 246 246 / 0.85);
}
.n-bg-light-neutral-bg-default\/90 {
  background-color:rgb(245 246 246 / 0.9);
}
.n-bg-light-neutral-bg-default\/95 {
  background-color:rgb(245 246 246 / 0.95);
}
.n-bg-light-neutral-bg-on-bg-weak {
  --tw-bg-opacity:1;
  background-color:rgb(245 246 246 / var(--tw-bg-opacity));
}
.n-bg-light-neutral-bg-on-bg-weak\/0 {
  background-color:rgb(245 246 246 / 0);
}
.n-bg-light-neutral-bg-on-bg-weak\/10 {
  background-color:rgb(245 246 246 / 0.1);
}
.n-bg-light-neutral-bg-on-bg-weak\/100 {
  background-color:rgb(245 246 246 / 1);
}
.n-bg-light-neutral-bg-on-bg-weak\/15 {
  background-color:rgb(245 246 246 / 0.15);
}
.n-bg-light-neutral-bg-on-bg-weak\/20 {
  background-color:rgb(245 246 246 / 0.2);
}
.n-bg-light-neutral-bg-on-bg-weak\/25 {
  background-color:rgb(245 246 246 / 0.25);
}
.n-bg-light-neutral-bg-on-bg-weak\/30 {
  background-color:rgb(245 246 246 / 0.3);
}
.n-bg-light-neutral-bg-on-bg-weak\/35 {
  background-color:rgb(245 246 246 / 0.35);
}
.n-bg-light-neutral-bg-on-bg-weak\/40 {
  background-color:rgb(245 246 246 / 0.4);
}
.n-bg-light-neutral-bg-on-bg-weak\/45 {
  background-color:rgb(245 246 246 / 0.45);
}
.n-bg-light-neutral-bg-on-bg-weak\/5 {
  background-color:rgb(245 246 246 / 0.05);
}
.n-bg-light-neutral-bg-on-bg-weak\/50 {
  background-color:rgb(245 246 246 / 0.5);
}
.n-bg-light-neutral-bg-on-bg-weak\/55 {
  background-color:rgb(245 246 246 / 0.55);
}
.n-bg-light-neutral-bg-on-bg-weak\/60 {
  background-color:rgb(245 246 246 / 0.6);
}
.n-bg-light-neutral-bg-on-bg-weak\/65 {
  background-color:rgb(245 246 246 / 0.65);
}
.n-bg-light-neutral-bg-on-bg-weak\/70 {
  background-color:rgb(245 246 246 / 0.7);
}
.n-bg-light-neutral-bg-on-bg-weak\/75 {
  background-color:rgb(245 246 246 / 0.75);
}
.n-bg-light-neutral-bg-on-bg-weak\/80 {
  background-color:rgb(245 246 246 / 0.8);
}
.n-bg-light-neutral-bg-on-bg-weak\/85 {
  background-color:rgb(245 246 246 / 0.85);
}
.n-bg-light-neutral-bg-on-bg-weak\/90 {
  background-color:rgb(245 246 246 / 0.9);
}
.n-bg-light-neutral-bg-on-bg-weak\/95 {
  background-color:rgb(245 246 246 / 0.95);
}
.n-bg-light-neutral-bg-status {
  --tw-bg-opacity:1;
  background-color:rgb(168 172 178 / var(--tw-bg-opacity));
}
.n-bg-light-neutral-bg-status\/0 {
  background-color:rgb(168 172 178 / 0);
}
.n-bg-light-neutral-bg-status\/10 {
  background-color:rgb(168 172 178 / 0.1);
}
.n-bg-light-neutral-bg-status\/100 {
  background-color:rgb(168 172 178 / 1);
}
.n-bg-light-neutral-bg-status\/15 {
  background-color:rgb(168 172 178 / 0.15);
}
.n-bg-light-neutral-bg-status\/20 {
  background-color:rgb(168 172 178 / 0.2);
}
.n-bg-light-neutral-bg-status\/25 {
  background-color:rgb(168 172 178 / 0.25);
}
.n-bg-light-neutral-bg-status\/30 {
  background-color:rgb(168 172 178 / 0.3);
}
.n-bg-light-neutral-bg-status\/35 {
  background-color:rgb(168 172 178 / 0.35);
}
.n-bg-light-neutral-bg-status\/40 {
  background-color:rgb(168 172 178 / 0.4);
}
.n-bg-light-neutral-bg-status\/45 {
  background-color:rgb(168 172 178 / 0.45);
}
.n-bg-light-neutral-bg-status\/5 {
  background-color:rgb(168 172 178 / 0.05);
}
.n-bg-light-neutral-bg-status\/50 {
  background-color:rgb(168 172 178 / 0.5);
}
.n-bg-light-neutral-bg-status\/55 {
  background-color:rgb(168 172 178 / 0.55);
}
.n-bg-light-neutral-bg-status\/60 {
  background-color:rgb(168 172 178 / 0.6);
}
.n-bg-light-neutral-bg-status\/65 {
  background-color:rgb(168 172 178 / 0.65);
}
.n-bg-light-neutral-bg-status\/70 {
  background-color:rgb(168 172 178 / 0.7);
}
.n-bg-light-neutral-bg-status\/75 {
  background-color:rgb(168 172 178 / 0.75);
}
.n-bg-light-neutral-bg-status\/80 {
  background-color:rgb(168 172 178 / 0.8);
}
.n-bg-light-neutral-bg-status\/85 {
  background-color:rgb(168 172 178 / 0.85);
}
.n-bg-light-neutral-bg-status\/90 {
  background-color:rgb(168 172 178 / 0.9);
}
.n-bg-light-neutral-bg-status\/95 {
  background-color:rgb(168 172 178 / 0.95);
}
.n-bg-light-neutral-bg-strong {
  --tw-bg-opacity:1;
  background-color:rgb(226 227 229 / var(--tw-bg-opacity));
}
.n-bg-light-neutral-bg-strong\/0 {
  background-color:rgb(226 227 229 / 0);
}
.n-bg-light-neutral-bg-strong\/10 {
  background-color:rgb(226 227 229 / 0.1);
}
.n-bg-light-neutral-bg-strong\/100 {
  background-color:rgb(226 227 229 / 1);
}
.n-bg-light-neutral-bg-strong\/15 {
  background-color:rgb(226 227 229 / 0.15);
}
.n-bg-light-neutral-bg-strong\/20 {
  background-color:rgb(226 227 229 / 0.2);
}
.n-bg-light-neutral-bg-strong\/25 {
  background-color:rgb(226 227 229 / 0.25);
}
.n-bg-light-neutral-bg-strong\/30 {
  background-color:rgb(226 227 229 / 0.3);
}
.n-bg-light-neutral-bg-strong\/35 {
  background-color:rgb(226 227 229 / 0.35);
}
.n-bg-light-neutral-bg-strong\/40 {
  background-color:rgb(226 227 229 / 0.4);
}
.n-bg-light-neutral-bg-strong\/45 {
  background-color:rgb(226 227 229 / 0.45);
}
.n-bg-light-neutral-bg-strong\/5 {
  background-color:rgb(226 227 229 / 0.05);
}
.n-bg-light-neutral-bg-strong\/50 {
  background-color:rgb(226 227 229 / 0.5);
}
.n-bg-light-neutral-bg-strong\/55 {
  background-color:rgb(226 227 229 / 0.55);
}
.n-bg-light-neutral-bg-strong\/60 {
  background-color:rgb(226 227 229 / 0.6);
}
.n-bg-light-neutral-bg-strong\/65 {
  background-color:rgb(226 227 229 / 0.65);
}
.n-bg-light-neutral-bg-strong\/70 {
  background-color:rgb(226 227 229 / 0.7);
}
.n-bg-light-neutral-bg-strong\/75 {
  background-color:rgb(226 227 229 / 0.75);
}
.n-bg-light-neutral-bg-strong\/80 {
  background-color:rgb(226 227 229 / 0.8);
}
.n-bg-light-neutral-bg-strong\/85 {
  background-color:rgb(226 227 229 / 0.85);
}
.n-bg-light-neutral-bg-strong\/90 {
  background-color:rgb(226 227 229 / 0.9);
}
.n-bg-light-neutral-bg-strong\/95 {
  background-color:rgb(226 227 229 / 0.95);
}
.n-bg-light-neutral-bg-stronger {
  --tw-bg-opacity:1;
  background-color:rgb(168 172 178 / var(--tw-bg-opacity));
}
.n-bg-light-neutral-bg-stronger\/0 {
  background-color:rgb(168 172 178 / 0);
}
.n-bg-light-neutral-bg-stronger\/10 {
  background-color:rgb(168 172 178 / 0.1);
}
.n-bg-light-neutral-bg-stronger\/100 {
  background-color:rgb(168 172 178 / 1);
}
.n-bg-light-neutral-bg-stronger\/15 {
  background-color:rgb(168 172 178 / 0.15);
}
.n-bg-light-neutral-bg-stronger\/20 {
  background-color:rgb(168 172 178 / 0.2);
}
.n-bg-light-neutral-bg-stronger\/25 {
  background-color:rgb(168 172 178 / 0.25);
}
.n-bg-light-neutral-bg-stronger\/30 {
  background-color:rgb(168 172 178 / 0.3);
}
.n-bg-light-neutral-bg-stronger\/35 {
  background-color:rgb(168 172 178 / 0.35);
}
.n-bg-light-neutral-bg-stronger\/40 {
  background-color:rgb(168 172 178 / 0.4);
}
.n-bg-light-neutral-bg-stronger\/45 {
  background-color:rgb(168 172 178 / 0.45);
}
.n-bg-light-neutral-bg-stronger\/5 {
  background-color:rgb(168 172 178 / 0.05);
}
.n-bg-light-neutral-bg-stronger\/50 {
  background-color:rgb(168 172 178 / 0.5);
}
.n-bg-light-neutral-bg-stronger\/55 {
  background-color:rgb(168 172 178 / 0.55);
}
.n-bg-light-neutral-bg-stronger\/60 {
  background-color:rgb(168 172 178 / 0.6);
}
.n-bg-light-neutral-bg-stronger\/65 {
  background-color:rgb(168 172 178 / 0.65);
}
.n-bg-light-neutral-bg-stronger\/70 {
  background-color:rgb(168 172 178 / 0.7);
}
.n-bg-light-neutral-bg-stronger\/75 {
  background-color:rgb(168 172 178 / 0.75);
}
.n-bg-light-neutral-bg-stronger\/80 {
  background-color:rgb(168 172 178 / 0.8);
}
.n-bg-light-neutral-bg-stronger\/85 {
  background-color:rgb(168 172 178 / 0.85);
}
.n-bg-light-neutral-bg-stronger\/90 {
  background-color:rgb(168 172 178 / 0.9);
}
.n-bg-light-neutral-bg-stronger\/95 {
  background-color:rgb(168 172 178 / 0.95);
}
.n-bg-light-neutral-bg-strongest {
  --tw-bg-opacity:1;
  background-color:rgb(60 63 68 / var(--tw-bg-opacity));
}
.n-bg-light-neutral-bg-strongest\/0 {
  background-color:rgb(60 63 68 / 0);
}
.n-bg-light-neutral-bg-strongest\/10 {
  background-color:rgb(60 63 68 / 0.1);
}
.n-bg-light-neutral-bg-strongest\/100 {
  background-color:rgb(60 63 68 / 1);
}
.n-bg-light-neutral-bg-strongest\/15 {
  background-color:rgb(60 63 68 / 0.15);
}
.n-bg-light-neutral-bg-strongest\/20 {
  background-color:rgb(60 63 68 / 0.2);
}
.n-bg-light-neutral-bg-strongest\/25 {
  background-color:rgb(60 63 68 / 0.25);
}
.n-bg-light-neutral-bg-strongest\/30 {
  background-color:rgb(60 63 68 / 0.3);
}
.n-bg-light-neutral-bg-strongest\/35 {
  background-color:rgb(60 63 68 / 0.35);
}
.n-bg-light-neutral-bg-strongest\/40 {
  background-color:rgb(60 63 68 / 0.4);
}
.n-bg-light-neutral-bg-strongest\/45 {
  background-color:rgb(60 63 68 / 0.45);
}
.n-bg-light-neutral-bg-strongest\/5 {
  background-color:rgb(60 63 68 / 0.05);
}
.n-bg-light-neutral-bg-strongest\/50 {
  background-color:rgb(60 63 68 / 0.5);
}
.n-bg-light-neutral-bg-strongest\/55 {
  background-color:rgb(60 63 68 / 0.55);
}
.n-bg-light-neutral-bg-strongest\/60 {
  background-color:rgb(60 63 68 / 0.6);
}
.n-bg-light-neutral-bg-strongest\/65 {
  background-color:rgb(60 63 68 / 0.65);
}
.n-bg-light-neutral-bg-strongest\/70 {
  background-color:rgb(60 63 68 / 0.7);
}
.n-bg-light-neutral-bg-strongest\/75 {
  background-color:rgb(60 63 68 / 0.75);
}
.n-bg-light-neutral-bg-strongest\/80 {
  background-color:rgb(60 63 68 / 0.8);
}
.n-bg-light-neutral-bg-strongest\/85 {
  background-color:rgb(60 63 68 / 0.85);
}
.n-bg-light-neutral-bg-strongest\/90 {
  background-color:rgb(60 63 68 / 0.9);
}
.n-bg-light-neutral-bg-strongest\/95 {
  background-color:rgb(60 63 68 / 0.95);
}
.n-bg-light-neutral-bg-weak {
  --tw-bg-opacity:1;
  background-color:rgb(255 255 255 / var(--tw-bg-opacity));
}
.n-bg-light-neutral-bg-weak\/0 {
  background-color:rgb(255 255 255 / 0);
}
.n-bg-light-neutral-bg-weak\/10 {
  background-color:rgb(255 255 255 / 0.1);
}
.n-bg-light-neutral-bg-weak\/100 {
  background-color:rgb(255 255 255 / 1);
}
.n-bg-light-neutral-bg-weak\/15 {
  background-color:rgb(255 255 255 / 0.15);
}
.n-bg-light-neutral-bg-weak\/20 {
  background-color:rgb(255 255 255 / 0.2);
}
.n-bg-light-neutral-bg-weak\/25 {
  background-color:rgb(255 255 255 / 0.25);
}
.n-bg-light-neutral-bg-weak\/30 {
  background-color:rgb(255 255 255 / 0.3);
}
.n-bg-light-neutral-bg-weak\/35 {
  background-color:rgb(255 255 255 / 0.35);
}
.n-bg-light-neutral-bg-weak\/40 {
  background-color:rgb(255 255 255 / 0.4);
}
.n-bg-light-neutral-bg-weak\/45 {
  background-color:rgb(255 255 255 / 0.45);
}
.n-bg-light-neutral-bg-weak\/5 {
  background-color:rgb(255 255 255 / 0.05);
}
.n-bg-light-neutral-bg-weak\/50 {
  background-color:rgb(255 255 255 / 0.5);
}
.n-bg-light-neutral-bg-weak\/55 {
  background-color:rgb(255 255 255 / 0.55);
}
.n-bg-light-neutral-bg-weak\/60 {
  background-color:rgb(255 255 255 / 0.6);
}
.n-bg-light-neutral-bg-weak\/65 {
  background-color:rgb(255 255 255 / 0.65);
}
.n-bg-light-neutral-bg-weak\/70 {
  background-color:rgb(255 255 255 / 0.7);
}
.n-bg-light-neutral-bg-weak\/75 {
  background-color:rgb(255 255 255 / 0.75);
}
.n-bg-light-neutral-bg-weak\/80 {
  background-color:rgb(255 255 255 / 0.8);
}
.n-bg-light-neutral-bg-weak\/85 {
  background-color:rgb(255 255 255 / 0.85);
}
.n-bg-light-neutral-bg-weak\/90 {
  background-color:rgb(255 255 255 / 0.9);
}
.n-bg-light-neutral-bg-weak\/95 {
  background-color:rgb(255 255 255 / 0.95);
}
.n-bg-light-neutral-border-strong {
  --tw-bg-opacity:1;
  background-color:rgb(187 190 195 / var(--tw-bg-opacity));
}
.n-bg-light-neutral-border-strong\/0 {
  background-color:rgb(187 190 195 / 0);
}
.n-bg-light-neutral-border-strong\/10 {
  background-color:rgb(187 190 195 / 0.1);
}
.n-bg-light-neutral-border-strong\/100 {
  background-color:rgb(187 190 195 / 1);
}
.n-bg-light-neutral-border-strong\/15 {
  background-color:rgb(187 190 195 / 0.15);
}
.n-bg-light-neutral-border-strong\/20 {
  background-color:rgb(187 190 195 / 0.2);
}
.n-bg-light-neutral-border-strong\/25 {
  background-color:rgb(187 190 195 / 0.25);
}
.n-bg-light-neutral-border-strong\/30 {
  background-color:rgb(187 190 195 / 0.3);
}
.n-bg-light-neutral-border-strong\/35 {
  background-color:rgb(187 190 195 / 0.35);
}
.n-bg-light-neutral-border-strong\/40 {
  background-color:rgb(187 190 195 / 0.4);
}
.n-bg-light-neutral-border-strong\/45 {
  background-color:rgb(187 190 195 / 0.45);
}
.n-bg-light-neutral-border-strong\/5 {
  background-color:rgb(187 190 195 / 0.05);
}
.n-bg-light-neutral-border-strong\/50 {
  background-color:rgb(187 190 195 / 0.5);
}
.n-bg-light-neutral-border-strong\/55 {
  background-color:rgb(187 190 195 / 0.55);
}
.n-bg-light-neutral-border-strong\/60 {
  background-color:rgb(187 190 195 / 0.6);
}
.n-bg-light-neutral-border-strong\/65 {
  background-color:rgb(187 190 195 / 0.65);
}
.n-bg-light-neutral-border-strong\/70 {
  background-color:rgb(187 190 195 / 0.7);
}
.n-bg-light-neutral-border-strong\/75 {
  background-color:rgb(187 190 195 / 0.75);
}
.n-bg-light-neutral-border-strong\/80 {
  background-color:rgb(187 190 195 / 0.8);
}
.n-bg-light-neutral-border-strong\/85 {
  background-color:rgb(187 190 195 / 0.85);
}
.n-bg-light-neutral-border-strong\/90 {
  background-color:rgb(187 190 195 / 0.9);
}
.n-bg-light-neutral-border-strong\/95 {
  background-color:rgb(187 190 195 / 0.95);
}
.n-bg-light-neutral-border-strongest {
  --tw-bg-opacity:1;
  background-color:rgb(111 117 126 / var(--tw-bg-opacity));
}
.n-bg-light-neutral-border-strongest\/0 {
  background-color:rgb(111 117 126 / 0);
}
.n-bg-light-neutral-border-strongest\/10 {
  background-color:rgb(111 117 126 / 0.1);
}
.n-bg-light-neutral-border-strongest\/100 {
  background-color:rgb(111 117 126 / 1);
}
.n-bg-light-neutral-border-strongest\/15 {
  background-color:rgb(111 117 126 / 0.15);
}
.n-bg-light-neutral-border-strongest\/20 {
  background-color:rgb(111 117 126 / 0.2);
}
.n-bg-light-neutral-border-strongest\/25 {
  background-color:rgb(111 117 126 / 0.25);
}
.n-bg-light-neutral-border-strongest\/30 {
  background-color:rgb(111 117 126 / 0.3);
}
.n-bg-light-neutral-border-strongest\/35 {
  background-color:rgb(111 117 126 / 0.35);
}
.n-bg-light-neutral-border-strongest\/40 {
  background-color:rgb(111 117 126 / 0.4);
}
.n-bg-light-neutral-border-strongest\/45 {
  background-color:rgb(111 117 126 / 0.45);
}
.n-bg-light-neutral-border-strongest\/5 {
  background-color:rgb(111 117 126 / 0.05);
}
.n-bg-light-neutral-border-strongest\/50 {
  background-color:rgb(111 117 126 / 0.5);
}
.n-bg-light-neutral-border-strongest\/55 {
  background-color:rgb(111 117 126 / 0.55);
}
.n-bg-light-neutral-border-strongest\/60 {
  background-color:rgb(111 117 126 / 0.6);
}
.n-bg-light-neutral-border-strongest\/65 {
  background-color:rgb(111 117 126 / 0.65);
}
.n-bg-light-neutral-border-strongest\/70 {
  background-color:rgb(111 117 126 / 0.7);
}
.n-bg-light-neutral-border-strongest\/75 {
  background-color:rgb(111 117 126 / 0.75);
}
.n-bg-light-neutral-border-strongest\/80 {
  background-color:rgb(111 117 126 / 0.8);
}
.n-bg-light-neutral-border-strongest\/85 {
  background-color:rgb(111 117 126 / 0.85);
}
.n-bg-light-neutral-border-strongest\/90 {
  background-color:rgb(111 117 126 / 0.9);
}
.n-bg-light-neutral-border-strongest\/95 {
  background-color:rgb(111 117 126 / 0.95);
}
.n-bg-light-neutral-border-weak {
  --tw-bg-opacity:1;
  background-color:rgb(226 227 229 / var(--tw-bg-opacity));
}
.n-bg-light-neutral-border-weak\/0 {
  background-color:rgb(226 227 229 / 0);
}
.n-bg-light-neutral-border-weak\/10 {
  background-color:rgb(226 227 229 / 0.1);
}
.n-bg-light-neutral-border-weak\/100 {
  background-color:rgb(226 227 229 / 1);
}
.n-bg-light-neutral-border-weak\/15 {
  background-color:rgb(226 227 229 / 0.15);
}
.n-bg-light-neutral-border-weak\/20 {
  background-color:rgb(226 227 229 / 0.2);
}
.n-bg-light-neutral-border-weak\/25 {
  background-color:rgb(226 227 229 / 0.25);
}
.n-bg-light-neutral-border-weak\/30 {
  background-color:rgb(226 227 229 / 0.3);
}
.n-bg-light-neutral-border-weak\/35 {
  background-color:rgb(226 227 229 / 0.35);
}
.n-bg-light-neutral-border-weak\/40 {
  background-color:rgb(226 227 229 / 0.4);
}
.n-bg-light-neutral-border-weak\/45 {
  background-color:rgb(226 227 229 / 0.45);
}
.n-bg-light-neutral-border-weak\/5 {
  background-color:rgb(226 227 229 / 0.05);
}
.n-bg-light-neutral-border-weak\/50 {
  background-color:rgb(226 227 229 / 0.5);
}
.n-bg-light-neutral-border-weak\/55 {
  background-color:rgb(226 227 229 / 0.55);
}
.n-bg-light-neutral-border-weak\/60 {
  background-color:rgb(226 227 229 / 0.6);
}
.n-bg-light-neutral-border-weak\/65 {
  background-color:rgb(226 227 229 / 0.65);
}
.n-bg-light-neutral-border-weak\/70 {
  background-color:rgb(226 227 229 / 0.7);
}
.n-bg-light-neutral-border-weak\/75 {
  background-color:rgb(226 227 229 / 0.75);
}
.n-bg-light-neutral-border-weak\/80 {
  background-color:rgb(226 227 229 / 0.8);
}
.n-bg-light-neutral-border-weak\/85 {
  background-color:rgb(226 227 229 / 0.85);
}
.n-bg-light-neutral-border-weak\/90 {
  background-color:rgb(226 227 229 / 0.9);
}
.n-bg-light-neutral-border-weak\/95 {
  background-color:rgb(226 227 229 / 0.95);
}
.n-bg-light-neutral-hover {
  --tw-bg-opacity:1;
  background-color:rgb(111 117 126 / var(--tw-bg-opacity));
}
.n-bg-light-neutral-hover\/0 {
  background-color:rgb(111 117 126 / 0);
}
.n-bg-light-neutral-hover\/10 {
  background-color:rgb(111 117 126 / 0.1);
}
.n-bg-light-neutral-hover\/100 {
  background-color:rgb(111 117 126 / 1);
}
.n-bg-light-neutral-hover\/15 {
  background-color:rgb(111 117 126 / 0.15);
}
.n-bg-light-neutral-hover\/20 {
  background-color:rgb(111 117 126 / 0.2);
}
.n-bg-light-neutral-hover\/25 {
  background-color:rgb(111 117 126 / 0.25);
}
.n-bg-light-neutral-hover\/30 {
  background-color:rgb(111 117 126 / 0.3);
}
.n-bg-light-neutral-hover\/35 {
  background-color:rgb(111 117 126 / 0.35);
}
.n-bg-light-neutral-hover\/40 {
  background-color:rgb(111 117 126 / 0.4);
}
.n-bg-light-neutral-hover\/45 {
  background-color:rgb(111 117 126 / 0.45);
}
.n-bg-light-neutral-hover\/5 {
  background-color:rgb(111 117 126 / 0.05);
}
.n-bg-light-neutral-hover\/50 {
  background-color:rgb(111 117 126 / 0.5);
}
.n-bg-light-neutral-hover\/55 {
  background-color:rgb(111 117 126 / 0.55);
}
.n-bg-light-neutral-hover\/60 {
  background-color:rgb(111 117 126 / 0.6);
}
.n-bg-light-neutral-hover\/65 {
  background-color:rgb(111 117 126 / 0.65);
}
.n-bg-light-neutral-hover\/70 {
  background-color:rgb(111 117 126 / 0.7);
}
.n-bg-light-neutral-hover\/75 {
  background-color:rgb(111 117 126 / 0.75);
}
.n-bg-light-neutral-hover\/80 {
  background-color:rgb(111 117 126 / 0.8);
}
.n-bg-light-neutral-hover\/85 {
  background-color:rgb(111 117 126 / 0.85);
}
.n-bg-light-neutral-hover\/90 {
  background-color:rgb(111 117 126 / 0.9);
}
.n-bg-light-neutral-hover\/95 {
  background-color:rgb(111 117 126 / 0.95);
}
.n-bg-light-neutral-icon {
  --tw-bg-opacity:1;
  background-color:rgb(77 81 87 / var(--tw-bg-opacity));
}
.n-bg-light-neutral-icon\/0 {
  background-color:rgb(77 81 87 / 0);
}
.n-bg-light-neutral-icon\/10 {
  background-color:rgb(77 81 87 / 0.1);
}
.n-bg-light-neutral-icon\/100 {
  background-color:rgb(77 81 87 / 1);
}
.n-bg-light-neutral-icon\/15 {
  background-color:rgb(77 81 87 / 0.15);
}
.n-bg-light-neutral-icon\/20 {
  background-color:rgb(77 81 87 / 0.2);
}
.n-bg-light-neutral-icon\/25 {
  background-color:rgb(77 81 87 / 0.25);
}
.n-bg-light-neutral-icon\/30 {
  background-color:rgb(77 81 87 / 0.3);
}
.n-bg-light-neutral-icon\/35 {
  background-color:rgb(77 81 87 / 0.35);
}
.n-bg-light-neutral-icon\/40 {
  background-color:rgb(77 81 87 / 0.4);
}
.n-bg-light-neutral-icon\/45 {
  background-color:rgb(77 81 87 / 0.45);
}
.n-bg-light-neutral-icon\/5 {
  background-color:rgb(77 81 87 / 0.05);
}
.n-bg-light-neutral-icon\/50 {
  background-color:rgb(77 81 87 / 0.5);
}
.n-bg-light-neutral-icon\/55 {
  background-color:rgb(77 81 87 / 0.55);
}
.n-bg-light-neutral-icon\/60 {
  background-color:rgb(77 81 87 / 0.6);
}
.n-bg-light-neutral-icon\/65 {
  background-color:rgb(77 81 87 / 0.65);
}
.n-bg-light-neutral-icon\/70 {
  background-color:rgb(77 81 87 / 0.7);
}
.n-bg-light-neutral-icon\/75 {
  background-color:rgb(77 81 87 / 0.75);
}
.n-bg-light-neutral-icon\/80 {
  background-color:rgb(77 81 87 / 0.8);
}
.n-bg-light-neutral-icon\/85 {
  background-color:rgb(77 81 87 / 0.85);
}
.n-bg-light-neutral-icon\/90 {
  background-color:rgb(77 81 87 / 0.9);
}
.n-bg-light-neutral-icon\/95 {
  background-color:rgb(77 81 87 / 0.95);
}
.n-bg-light-neutral-pressed {
  --tw-bg-opacity:1;
  background-color:rgb(111 117 126 / var(--tw-bg-opacity));
}
.n-bg-light-neutral-pressed\/0 {
  background-color:rgb(111 117 126 / 0);
}
.n-bg-light-neutral-pressed\/10 {
  background-color:rgb(111 117 126 / 0.1);
}
.n-bg-light-neutral-pressed\/100 {
  background-color:rgb(111 117 126 / 1);
}
.n-bg-light-neutral-pressed\/15 {
  background-color:rgb(111 117 126 / 0.15);
}
.n-bg-light-neutral-pressed\/20 {
  background-color:rgb(111 117 126 / 0.2);
}
.n-bg-light-neutral-pressed\/25 {
  background-color:rgb(111 117 126 / 0.25);
}
.n-bg-light-neutral-pressed\/30 {
  background-color:rgb(111 117 126 / 0.3);
}
.n-bg-light-neutral-pressed\/35 {
  background-color:rgb(111 117 126 / 0.35);
}
.n-bg-light-neutral-pressed\/40 {
  background-color:rgb(111 117 126 / 0.4);
}
.n-bg-light-neutral-pressed\/45 {
  background-color:rgb(111 117 126 / 0.45);
}
.n-bg-light-neutral-pressed\/5 {
  background-color:rgb(111 117 126 / 0.05);
}
.n-bg-light-neutral-pressed\/50 {
  background-color:rgb(111 117 126 / 0.5);
}
.n-bg-light-neutral-pressed\/55 {
  background-color:rgb(111 117 126 / 0.55);
}
.n-bg-light-neutral-pressed\/60 {
  background-color:rgb(111 117 126 / 0.6);
}
.n-bg-light-neutral-pressed\/65 {
  background-color:rgb(111 117 126 / 0.65);
}
.n-bg-light-neutral-pressed\/70 {
  background-color:rgb(111 117 126 / 0.7);
}
.n-bg-light-neutral-pressed\/75 {
  background-color:rgb(111 117 126 / 0.75);
}
.n-bg-light-neutral-pressed\/80 {
  background-color:rgb(111 117 126 / 0.8);
}
.n-bg-light-neutral-pressed\/85 {
  background-color:rgb(111 117 126 / 0.85);
}
.n-bg-light-neutral-pressed\/90 {
  background-color:rgb(111 117 126 / 0.9);
}
.n-bg-light-neutral-pressed\/95 {
  background-color:rgb(111 117 126 / 0.95);
}
.n-bg-light-neutral-text-default {
  --tw-bg-opacity:1;
  background-color:rgb(26 27 29 / var(--tw-bg-opacity));
}
.n-bg-light-neutral-text-default\/0 {
  background-color:rgb(26 27 29 / 0);
}
.n-bg-light-neutral-text-default\/10 {
  background-color:rgb(26 27 29 / 0.1);
}
.n-bg-light-neutral-text-default\/100 {
  background-color:rgb(26 27 29 / 1);
}
.n-bg-light-neutral-text-default\/15 {
  background-color:rgb(26 27 29 / 0.15);
}
.n-bg-light-neutral-text-default\/20 {
  background-color:rgb(26 27 29 / 0.2);
}
.n-bg-light-neutral-text-default\/25 {
  background-color:rgb(26 27 29 / 0.25);
}
.n-bg-light-neutral-text-default\/30 {
  background-color:rgb(26 27 29 / 0.3);
}
.n-bg-light-neutral-text-default\/35 {
  background-color:rgb(26 27 29 / 0.35);
}
.n-bg-light-neutral-text-default\/40 {
  background-color:rgb(26 27 29 / 0.4);
}
.n-bg-light-neutral-text-default\/45 {
  background-color:rgb(26 27 29 / 0.45);
}
.n-bg-light-neutral-text-default\/5 {
  background-color:rgb(26 27 29 / 0.05);
}
.n-bg-light-neutral-text-default\/50 {
  background-color:rgb(26 27 29 / 0.5);
}
.n-bg-light-neutral-text-default\/55 {
  background-color:rgb(26 27 29 / 0.55);
}
.n-bg-light-neutral-text-default\/60 {
  background-color:rgb(26 27 29 / 0.6);
}
.n-bg-light-neutral-text-default\/65 {
  background-color:rgb(26 27 29 / 0.65);
}
.n-bg-light-neutral-text-default\/70 {
  background-color:rgb(26 27 29 / 0.7);
}
.n-bg-light-neutral-text-default\/75 {
  background-color:rgb(26 27 29 / 0.75);
}
.n-bg-light-neutral-text-default\/80 {
  background-color:rgb(26 27 29 / 0.8);
}
.n-bg-light-neutral-text-default\/85 {
  background-color:rgb(26 27 29 / 0.85);
}
.n-bg-light-neutral-text-default\/90 {
  background-color:rgb(26 27 29 / 0.9);
}
.n-bg-light-neutral-text-default\/95 {
  background-color:rgb(26 27 29 / 0.95);
}
.n-bg-light-neutral-text-inverse {
  --tw-bg-opacity:1;
  background-color:rgb(255 255 255 / var(--tw-bg-opacity));
}
.n-bg-light-neutral-text-inverse\/0 {
  background-color:rgb(255 255 255 / 0);
}
.n-bg-light-neutral-text-inverse\/10 {
  background-color:rgb(255 255 255 / 0.1);
}
.n-bg-light-neutral-text-inverse\/100 {
  background-color:rgb(255 255 255 / 1);
}
.n-bg-light-neutral-text-inverse\/15 {
  background-color:rgb(255 255 255 / 0.15);
}
.n-bg-light-neutral-text-inverse\/20 {
  background-color:rgb(255 255 255 / 0.2);
}
.n-bg-light-neutral-text-inverse\/25 {
  background-color:rgb(255 255 255 / 0.25);
}
.n-bg-light-neutral-text-inverse\/30 {
  background-color:rgb(255 255 255 / 0.3);
}
.n-bg-light-neutral-text-inverse\/35 {
  background-color:rgb(255 255 255 / 0.35);
}
.n-bg-light-neutral-text-inverse\/40 {
  background-color:rgb(255 255 255 / 0.4);
}
.n-bg-light-neutral-text-inverse\/45 {
  background-color:rgb(255 255 255 / 0.45);
}
.n-bg-light-neutral-text-inverse\/5 {
  background-color:rgb(255 255 255 / 0.05);
}
.n-bg-light-neutral-text-inverse\/50 {
  background-color:rgb(255 255 255 / 0.5);
}
.n-bg-light-neutral-text-inverse\/55 {
  background-color:rgb(255 255 255 / 0.55);
}
.n-bg-light-neutral-text-inverse\/60 {
  background-color:rgb(255 255 255 / 0.6);
}
.n-bg-light-neutral-text-inverse\/65 {
  background-color:rgb(255 255 255 / 0.65);
}
.n-bg-light-neutral-text-inverse\/70 {
  background-color:rgb(255 255 255 / 0.7);
}
.n-bg-light-neutral-text-inverse\/75 {
  background-color:rgb(255 255 255 / 0.75);
}
.n-bg-light-neutral-text-inverse\/80 {
  background-color:rgb(255 255 255 / 0.8);
}
.n-bg-light-neutral-text-inverse\/85 {
  background-color:rgb(255 255 255 / 0.85);
}
.n-bg-light-neutral-text-inverse\/90 {
  background-color:rgb(255 255 255 / 0.9);
}
.n-bg-light-neutral-text-inverse\/95 {
  background-color:rgb(255 255 255 / 0.95);
}
.n-bg-light-neutral-text-weak {
  --tw-bg-opacity:1;
  background-color:rgb(77 81 87 / var(--tw-bg-opacity));
}
.n-bg-light-neutral-text-weak\/0 {
  background-color:rgb(77 81 87 / 0);
}
.n-bg-light-neutral-text-weak\/10 {
  background-color:rgb(77 81 87 / 0.1);
}
.n-bg-light-neutral-text-weak\/100 {
  background-color:rgb(77 81 87 / 1);
}
.n-bg-light-neutral-text-weak\/15 {
  background-color:rgb(77 81 87 / 0.15);
}
.n-bg-light-neutral-text-weak\/20 {
  background-color:rgb(77 81 87 / 0.2);
}
.n-bg-light-neutral-text-weak\/25 {
  background-color:rgb(77 81 87 / 0.25);
}
.n-bg-light-neutral-text-weak\/30 {
  background-color:rgb(77 81 87 / 0.3);
}
.n-bg-light-neutral-text-weak\/35 {
  background-color:rgb(77 81 87 / 0.35);
}
.n-bg-light-neutral-text-weak\/40 {
  background-color:rgb(77 81 87 / 0.4);
}
.n-bg-light-neutral-text-weak\/45 {
  background-color:rgb(77 81 87 / 0.45);
}
.n-bg-light-neutral-text-weak\/5 {
  background-color:rgb(77 81 87 / 0.05);
}
.n-bg-light-neutral-text-weak\/50 {
  background-color:rgb(77 81 87 / 0.5);
}
.n-bg-light-neutral-text-weak\/55 {
  background-color:rgb(77 81 87 / 0.55);
}
.n-bg-light-neutral-text-weak\/60 {
  background-color:rgb(77 81 87 / 0.6);
}
.n-bg-light-neutral-text-weak\/65 {
  background-color:rgb(77 81 87 / 0.65);
}
.n-bg-light-neutral-text-weak\/70 {
  background-color:rgb(77 81 87 / 0.7);
}
.n-bg-light-neutral-text-weak\/75 {
  background-color:rgb(77 81 87 / 0.75);
}
.n-bg-light-neutral-text-weak\/80 {
  background-color:rgb(77 81 87 / 0.8);
}
.n-bg-light-neutral-text-weak\/85 {
  background-color:rgb(77 81 87 / 0.85);
}
.n-bg-light-neutral-text-weak\/90 {
  background-color:rgb(77 81 87 / 0.9);
}
.n-bg-light-neutral-text-weak\/95 {
  background-color:rgb(77 81 87 / 0.95);
}
.n-bg-light-neutral-text-weaker {
  --tw-bg-opacity:1;
  background-color:rgb(94 99 106 / var(--tw-bg-opacity));
}
.n-bg-light-neutral-text-weaker\/0 {
  background-color:rgb(94 99 106 / 0);
}
.n-bg-light-neutral-text-weaker\/10 {
  background-color:rgb(94 99 106 / 0.1);
}
.n-bg-light-neutral-text-weaker\/100 {
  background-color:rgb(94 99 106 / 1);
}
.n-bg-light-neutral-text-weaker\/15 {
  background-color:rgb(94 99 106 / 0.15);
}
.n-bg-light-neutral-text-weaker\/20 {
  background-color:rgb(94 99 106 / 0.2);
}
.n-bg-light-neutral-text-weaker\/25 {
  background-color:rgb(94 99 106 / 0.25);
}
.n-bg-light-neutral-text-weaker\/30 {
  background-color:rgb(94 99 106 / 0.3);
}
.n-bg-light-neutral-text-weaker\/35 {
  background-color:rgb(94 99 106 / 0.35);
}
.n-bg-light-neutral-text-weaker\/40 {
  background-color:rgb(94 99 106 / 0.4);
}
.n-bg-light-neutral-text-weaker\/45 {
  background-color:rgb(94 99 106 / 0.45);
}
.n-bg-light-neutral-text-weaker\/5 {
  background-color:rgb(94 99 106 / 0.05);
}
.n-bg-light-neutral-text-weaker\/50 {
  background-color:rgb(94 99 106 / 0.5);
}
.n-bg-light-neutral-text-weaker\/55 {
  background-color:rgb(94 99 106 / 0.55);
}
.n-bg-light-neutral-text-weaker\/60 {
  background-color:rgb(94 99 106 / 0.6);
}
.n-bg-light-neutral-text-weaker\/65 {
  background-color:rgb(94 99 106 / 0.65);
}
.n-bg-light-neutral-text-weaker\/70 {
  background-color:rgb(94 99 106 / 0.7);
}
.n-bg-light-neutral-text-weaker\/75 {
  background-color:rgb(94 99 106 / 0.75);
}
.n-bg-light-neutral-text-weaker\/80 {
  background-color:rgb(94 99 106 / 0.8);
}
.n-bg-light-neutral-text-weaker\/85 {
  background-color:rgb(94 99 106 / 0.85);
}
.n-bg-light-neutral-text-weaker\/90 {
  background-color:rgb(94 99 106 / 0.9);
}
.n-bg-light-neutral-text-weaker\/95 {
  background-color:rgb(94 99 106 / 0.95);
}
.n-bg-light-neutral-text-weakest {
  --tw-bg-opacity:1;
  background-color:rgb(168 172 178 / var(--tw-bg-opacity));
}
.n-bg-light-neutral-text-weakest\/0 {
  background-color:rgb(168 172 178 / 0);
}
.n-bg-light-neutral-text-weakest\/10 {
  background-color:rgb(168 172 178 / 0.1);
}
.n-bg-light-neutral-text-weakest\/100 {
  background-color:rgb(168 172 178 / 1);
}
.n-bg-light-neutral-text-weakest\/15 {
  background-color:rgb(168 172 178 / 0.15);
}
.n-bg-light-neutral-text-weakest\/20 {
  background-color:rgb(168 172 178 / 0.2);
}
.n-bg-light-neutral-text-weakest\/25 {
  background-color:rgb(168 172 178 / 0.25);
}
.n-bg-light-neutral-text-weakest\/30 {
  background-color:rgb(168 172 178 / 0.3);
}
.n-bg-light-neutral-text-weakest\/35 {
  background-color:rgb(168 172 178 / 0.35);
}
.n-bg-light-neutral-text-weakest\/40 {
  background-color:rgb(168 172 178 / 0.4);
}
.n-bg-light-neutral-text-weakest\/45 {
  background-color:rgb(168 172 178 / 0.45);
}
.n-bg-light-neutral-text-weakest\/5 {
  background-color:rgb(168 172 178 / 0.05);
}
.n-bg-light-neutral-text-weakest\/50 {
  background-color:rgb(168 172 178 / 0.5);
}
.n-bg-light-neutral-text-weakest\/55 {
  background-color:rgb(168 172 178 / 0.55);
}
.n-bg-light-neutral-text-weakest\/60 {
  background-color:rgb(168 172 178 / 0.6);
}
.n-bg-light-neutral-text-weakest\/65 {
  background-color:rgb(168 172 178 / 0.65);
}
.n-bg-light-neutral-text-weakest\/70 {
  background-color:rgb(168 172 178 / 0.7);
}
.n-bg-light-neutral-text-weakest\/75 {
  background-color:rgb(168 172 178 / 0.75);
}
.n-bg-light-neutral-text-weakest\/80 {
  background-color:rgb(168 172 178 / 0.8);
}
.n-bg-light-neutral-text-weakest\/85 {
  background-color:rgb(168 172 178 / 0.85);
}
.n-bg-light-neutral-text-weakest\/90 {
  background-color:rgb(168 172 178 / 0.9);
}
.n-bg-light-neutral-text-weakest\/95 {
  background-color:rgb(168 172 178 / 0.95);
}
.n-bg-light-primary-bg-selected {
  --tw-bg-opacity:1;
  background-color:rgb(231 250 251 / var(--tw-bg-opacity));
}
.n-bg-light-primary-bg-selected\/0 {
  background-color:rgb(231 250 251 / 0);
}
.n-bg-light-primary-bg-selected\/10 {
  background-color:rgb(231 250 251 / 0.1);
}
.n-bg-light-primary-bg-selected\/100 {
  background-color:rgb(231 250 251 / 1);
}
.n-bg-light-primary-bg-selected\/15 {
  background-color:rgb(231 250 251 / 0.15);
}
.n-bg-light-primary-bg-selected\/20 {
  background-color:rgb(231 250 251 / 0.2);
}
.n-bg-light-primary-bg-selected\/25 {
  background-color:rgb(231 250 251 / 0.25);
}
.n-bg-light-primary-bg-selected\/30 {
  background-color:rgb(231 250 251 / 0.3);
}
.n-bg-light-primary-bg-selected\/35 {
  background-color:rgb(231 250 251 / 0.35);
}
.n-bg-light-primary-bg-selected\/40 {
  background-color:rgb(231 250 251 / 0.4);
}
.n-bg-light-primary-bg-selected\/45 {
  background-color:rgb(231 250 251 / 0.45);
}
.n-bg-light-primary-bg-selected\/5 {
  background-color:rgb(231 250 251 / 0.05);
}
.n-bg-light-primary-bg-selected\/50 {
  background-color:rgb(231 250 251 / 0.5);
}
.n-bg-light-primary-bg-selected\/55 {
  background-color:rgb(231 250 251 / 0.55);
}
.n-bg-light-primary-bg-selected\/60 {
  background-color:rgb(231 250 251 / 0.6);
}
.n-bg-light-primary-bg-selected\/65 {
  background-color:rgb(231 250 251 / 0.65);
}
.n-bg-light-primary-bg-selected\/70 {
  background-color:rgb(231 250 251 / 0.7);
}
.n-bg-light-primary-bg-selected\/75 {
  background-color:rgb(231 250 251 / 0.75);
}
.n-bg-light-primary-bg-selected\/80 {
  background-color:rgb(231 250 251 / 0.8);
}
.n-bg-light-primary-bg-selected\/85 {
  background-color:rgb(231 250 251 / 0.85);
}
.n-bg-light-primary-bg-selected\/90 {
  background-color:rgb(231 250 251 / 0.9);
}
.n-bg-light-primary-bg-selected\/95 {
  background-color:rgb(231 250 251 / 0.95);
}
.n-bg-light-primary-bg-status {
  --tw-bg-opacity:1;
  background-color:rgb(76 153 164 / var(--tw-bg-opacity));
}
.n-bg-light-primary-bg-status\/0 {
  background-color:rgb(76 153 164 / 0);
}
.n-bg-light-primary-bg-status\/10 {
  background-color:rgb(76 153 164 / 0.1);
}
.n-bg-light-primary-bg-status\/100 {
  background-color:rgb(76 153 164 / 1);
}
.n-bg-light-primary-bg-status\/15 {
  background-color:rgb(76 153 164 / 0.15);
}
.n-bg-light-primary-bg-status\/20 {
  background-color:rgb(76 153 164 / 0.2);
}
.n-bg-light-primary-bg-status\/25 {
  background-color:rgb(76 153 164 / 0.25);
}
.n-bg-light-primary-bg-status\/30 {
  background-color:rgb(76 153 164 / 0.3);
}
.n-bg-light-primary-bg-status\/35 {
  background-color:rgb(76 153 164 / 0.35);
}
.n-bg-light-primary-bg-status\/40 {
  background-color:rgb(76 153 164 / 0.4);
}
.n-bg-light-primary-bg-status\/45 {
  background-color:rgb(76 153 164 / 0.45);
}
.n-bg-light-primary-bg-status\/5 {
  background-color:rgb(76 153 164 / 0.05);
}
.n-bg-light-primary-bg-status\/50 {
  background-color:rgb(76 153 164 / 0.5);
}
.n-bg-light-primary-bg-status\/55 {
  background-color:rgb(76 153 164 / 0.55);
}
.n-bg-light-primary-bg-status\/60 {
  background-color:rgb(76 153 164 / 0.6);
}
.n-bg-light-primary-bg-status\/65 {
  background-color:rgb(76 153 164 / 0.65);
}
.n-bg-light-primary-bg-status\/70 {
  background-color:rgb(76 153 164 / 0.7);
}
.n-bg-light-primary-bg-status\/75 {
  background-color:rgb(76 153 164 / 0.75);
}
.n-bg-light-primary-bg-status\/80 {
  background-color:rgb(76 153 164 / 0.8);
}
.n-bg-light-primary-bg-status\/85 {
  background-color:rgb(76 153 164 / 0.85);
}
.n-bg-light-primary-bg-status\/90 {
  background-color:rgb(76 153 164 / 0.9);
}
.n-bg-light-primary-bg-status\/95 {
  background-color:rgb(76 153 164 / 0.95);
}
.n-bg-light-primary-bg-strong {
  --tw-bg-opacity:1;
  background-color:rgb(10 97 144 / var(--tw-bg-opacity));
}
.n-bg-light-primary-bg-strong\/0 {
  background-color:rgb(10 97 144 / 0);
}
.n-bg-light-primary-bg-strong\/10 {
  background-color:rgb(10 97 144 / 0.1);
}
.n-bg-light-primary-bg-strong\/100 {
  background-color:rgb(10 97 144 / 1);
}
.n-bg-light-primary-bg-strong\/15 {
  background-color:rgb(10 97 144 / 0.15);
}
.n-bg-light-primary-bg-strong\/20 {
  background-color:rgb(10 97 144 / 0.2);
}
.n-bg-light-primary-bg-strong\/25 {
  background-color:rgb(10 97 144 / 0.25);
}
.n-bg-light-primary-bg-strong\/30 {
  background-color:rgb(10 97 144 / 0.3);
}
.n-bg-light-primary-bg-strong\/35 {
  background-color:rgb(10 97 144 / 0.35);
}
.n-bg-light-primary-bg-strong\/40 {
  background-color:rgb(10 97 144 / 0.4);
}
.n-bg-light-primary-bg-strong\/45 {
  background-color:rgb(10 97 144 / 0.45);
}
.n-bg-light-primary-bg-strong\/5 {
  background-color:rgb(10 97 144 / 0.05);
}
.n-bg-light-primary-bg-strong\/50 {
  background-color:rgb(10 97 144 / 0.5);
}
.n-bg-light-primary-bg-strong\/55 {
  background-color:rgb(10 97 144 / 0.55);
}
.n-bg-light-primary-bg-strong\/60 {
  background-color:rgb(10 97 144 / 0.6);
}
.n-bg-light-primary-bg-strong\/65 {
  background-color:rgb(10 97 144 / 0.65);
}
.n-bg-light-primary-bg-strong\/70 {
  background-color:rgb(10 97 144 / 0.7);
}
.n-bg-light-primary-bg-strong\/75 {
  background-color:rgb(10 97 144 / 0.75);
}
.n-bg-light-primary-bg-strong\/80 {
  background-color:rgb(10 97 144 / 0.8);
}
.n-bg-light-primary-bg-strong\/85 {
  background-color:rgb(10 97 144 / 0.85);
}
.n-bg-light-primary-bg-strong\/90 {
  background-color:rgb(10 97 144 / 0.9);
}
.n-bg-light-primary-bg-strong\/95 {
  background-color:rgb(10 97 144 / 0.95);
}
.n-bg-light-primary-bg-weak {
  --tw-bg-opacity:1;
  background-color:rgb(231 250 251 / var(--tw-bg-opacity));
}
.n-bg-light-primary-bg-weak\/0 {
  background-color:rgb(231 250 251 / 0);
}
.n-bg-light-primary-bg-weak\/10 {
  background-color:rgb(231 250 251 / 0.1);
}
.n-bg-light-primary-bg-weak\/100 {
  background-color:rgb(231 250 251 / 1);
}
.n-bg-light-primary-bg-weak\/15 {
  background-color:rgb(231 250 251 / 0.15);
}
.n-bg-light-primary-bg-weak\/20 {
  background-color:rgb(231 250 251 / 0.2);
}
.n-bg-light-primary-bg-weak\/25 {
  background-color:rgb(231 250 251 / 0.25);
}
.n-bg-light-primary-bg-weak\/30 {
  background-color:rgb(231 250 251 / 0.3);
}
.n-bg-light-primary-bg-weak\/35 {
  background-color:rgb(231 250 251 / 0.35);
}
.n-bg-light-primary-bg-weak\/40 {
  background-color:rgb(231 250 251 / 0.4);
}
.n-bg-light-primary-bg-weak\/45 {
  background-color:rgb(231 250 251 / 0.45);
}
.n-bg-light-primary-bg-weak\/5 {
  background-color:rgb(231 250 251 / 0.05);
}
.n-bg-light-primary-bg-weak\/50 {
  background-color:rgb(231 250 251 / 0.5);
}
.n-bg-light-primary-bg-weak\/55 {
  background-color:rgb(231 250 251 / 0.55);
}
.n-bg-light-primary-bg-weak\/60 {
  background-color:rgb(231 250 251 / 0.6);
}
.n-bg-light-primary-bg-weak\/65 {
  background-color:rgb(231 250 251 / 0.65);
}
.n-bg-light-primary-bg-weak\/70 {
  background-color:rgb(231 250 251 / 0.7);
}
.n-bg-light-primary-bg-weak\/75 {
  background-color:rgb(231 250 251 / 0.75);
}
.n-bg-light-primary-bg-weak\/80 {
  background-color:rgb(231 250 251 / 0.8);
}
.n-bg-light-primary-bg-weak\/85 {
  background-color:rgb(231 250 251 / 0.85);
}
.n-bg-light-primary-bg-weak\/90 {
  background-color:rgb(231 250 251 / 0.9);
}
.n-bg-light-primary-bg-weak\/95 {
  background-color:rgb(231 250 251 / 0.95);
}
.n-bg-light-primary-border-strong {
  --tw-bg-opacity:1;
  background-color:rgb(10 97 144 / var(--tw-bg-opacity));
}
.n-bg-light-primary-border-strong\/0 {
  background-color:rgb(10 97 144 / 0);
}
.n-bg-light-primary-border-strong\/10 {
  background-color:rgb(10 97 144 / 0.1);
}
.n-bg-light-primary-border-strong\/100 {
  background-color:rgb(10 97 144 / 1);
}
.n-bg-light-primary-border-strong\/15 {
  background-color:rgb(10 97 144 / 0.15);
}
.n-bg-light-primary-border-strong\/20 {
  background-color:rgb(10 97 144 / 0.2);
}
.n-bg-light-primary-border-strong\/25 {
  background-color:rgb(10 97 144 / 0.25);
}
.n-bg-light-primary-border-strong\/30 {
  background-color:rgb(10 97 144 / 0.3);
}
.n-bg-light-primary-border-strong\/35 {
  background-color:rgb(10 97 144 / 0.35);
}
.n-bg-light-primary-border-strong\/40 {
  background-color:rgb(10 97 144 / 0.4);
}
.n-bg-light-primary-border-strong\/45 {
  background-color:rgb(10 97 144 / 0.45);
}
.n-bg-light-primary-border-strong\/5 {
  background-color:rgb(10 97 144 / 0.05);
}
.n-bg-light-primary-border-strong\/50 {
  background-color:rgb(10 97 144 / 0.5);
}
.n-bg-light-primary-border-strong\/55 {
  background-color:rgb(10 97 144 / 0.55);
}
.n-bg-light-primary-border-strong\/60 {
  background-color:rgb(10 97 144 / 0.6);
}
.n-bg-light-primary-border-strong\/65 {
  background-color:rgb(10 97 144 / 0.65);
}
.n-bg-light-primary-border-strong\/70 {
  background-color:rgb(10 97 144 / 0.7);
}
.n-bg-light-primary-border-strong\/75 {
  background-color:rgb(10 97 144 / 0.75);
}
.n-bg-light-primary-border-strong\/80 {
  background-color:rgb(10 97 144 / 0.8);
}
.n-bg-light-primary-border-strong\/85 {
  background-color:rgb(10 97 144 / 0.85);
}
.n-bg-light-primary-border-strong\/90 {
  background-color:rgb(10 97 144 / 0.9);
}
.n-bg-light-primary-border-strong\/95 {
  background-color:rgb(10 97 144 / 0.95);
}
.n-bg-light-primary-border-weak {
  --tw-bg-opacity:1;
  background-color:rgb(143 227 232 / var(--tw-bg-opacity));
}
.n-bg-light-primary-border-weak\/0 {
  background-color:rgb(143 227 232 / 0);
}
.n-bg-light-primary-border-weak\/10 {
  background-color:rgb(143 227 232 / 0.1);
}
.n-bg-light-primary-border-weak\/100 {
  background-color:rgb(143 227 232 / 1);
}
.n-bg-light-primary-border-weak\/15 {
  background-color:rgb(143 227 232 / 0.15);
}
.n-bg-light-primary-border-weak\/20 {
  background-color:rgb(143 227 232 / 0.2);
}
.n-bg-light-primary-border-weak\/25 {
  background-color:rgb(143 227 232 / 0.25);
}
.n-bg-light-primary-border-weak\/30 {
  background-color:rgb(143 227 232 / 0.3);
}
.n-bg-light-primary-border-weak\/35 {
  background-color:rgb(143 227 232 / 0.35);
}
.n-bg-light-primary-border-weak\/40 {
  background-color:rgb(143 227 232 / 0.4);
}
.n-bg-light-primary-border-weak\/45 {
  background-color:rgb(143 227 232 / 0.45);
}
.n-bg-light-primary-border-weak\/5 {
  background-color:rgb(143 227 232 / 0.05);
}
.n-bg-light-primary-border-weak\/50 {
  background-color:rgb(143 227 232 / 0.5);
}
.n-bg-light-primary-border-weak\/55 {
  background-color:rgb(143 227 232 / 0.55);
}
.n-bg-light-primary-border-weak\/60 {
  background-color:rgb(143 227 232 / 0.6);
}
.n-bg-light-primary-border-weak\/65 {
  background-color:rgb(143 227 232 / 0.65);
}
.n-bg-light-primary-border-weak\/70 {
  background-color:rgb(143 227 232 / 0.7);
}
.n-bg-light-primary-border-weak\/75 {
  background-color:rgb(143 227 232 / 0.75);
}
.n-bg-light-primary-border-weak\/80 {
  background-color:rgb(143 227 232 / 0.8);
}
.n-bg-light-primary-border-weak\/85 {
  background-color:rgb(143 227 232 / 0.85);
}
.n-bg-light-primary-border-weak\/90 {
  background-color:rgb(143 227 232 / 0.9);
}
.n-bg-light-primary-border-weak\/95 {
  background-color:rgb(143 227 232 / 0.95);
}
.n-bg-light-primary-focus {
  --tw-bg-opacity:1;
  background-color:rgb(48 131 157 / var(--tw-bg-opacity));
}
.n-bg-light-primary-focus\/0 {
  background-color:rgb(48 131 157 / 0);
}
.n-bg-light-primary-focus\/10 {
  background-color:rgb(48 131 157 / 0.1);
}
.n-bg-light-primary-focus\/100 {
  background-color:rgb(48 131 157 / 1);
}
.n-bg-light-primary-focus\/15 {
  background-color:rgb(48 131 157 / 0.15);
}
.n-bg-light-primary-focus\/20 {
  background-color:rgb(48 131 157 / 0.2);
}
.n-bg-light-primary-focus\/25 {
  background-color:rgb(48 131 157 / 0.25);
}
.n-bg-light-primary-focus\/30 {
  background-color:rgb(48 131 157 / 0.3);
}
.n-bg-light-primary-focus\/35 {
  background-color:rgb(48 131 157 / 0.35);
}
.n-bg-light-primary-focus\/40 {
  background-color:rgb(48 131 157 / 0.4);
}
.n-bg-light-primary-focus\/45 {
  background-color:rgb(48 131 157 / 0.45);
}
.n-bg-light-primary-focus\/5 {
  background-color:rgb(48 131 157 / 0.05);
}
.n-bg-light-primary-focus\/50 {
  background-color:rgb(48 131 157 / 0.5);
}
.n-bg-light-primary-focus\/55 {
  background-color:rgb(48 131 157 / 0.55);
}
.n-bg-light-primary-focus\/60 {
  background-color:rgb(48 131 157 / 0.6);
}
.n-bg-light-primary-focus\/65 {
  background-color:rgb(48 131 157 / 0.65);
}
.n-bg-light-primary-focus\/70 {
  background-color:rgb(48 131 157 / 0.7);
}
.n-bg-light-primary-focus\/75 {
  background-color:rgb(48 131 157 / 0.75);
}
.n-bg-light-primary-focus\/80 {
  background-color:rgb(48 131 157 / 0.8);
}
.n-bg-light-primary-focus\/85 {
  background-color:rgb(48 131 157 / 0.85);
}
.n-bg-light-primary-focus\/90 {
  background-color:rgb(48 131 157 / 0.9);
}
.n-bg-light-primary-focus\/95 {
  background-color:rgb(48 131 157 / 0.95);
}
.n-bg-light-primary-hover-strong {
  --tw-bg-opacity:1;
  background-color:rgb(2 80 123 / var(--tw-bg-opacity));
}
.n-bg-light-primary-hover-strong\/0 {
  background-color:rgb(2 80 123 / 0);
}
.n-bg-light-primary-hover-strong\/10 {
  background-color:rgb(2 80 123 / 0.1);
}
.n-bg-light-primary-hover-strong\/100 {
  background-color:rgb(2 80 123 / 1);
}
.n-bg-light-primary-hover-strong\/15 {
  background-color:rgb(2 80 123 / 0.15);
}
.n-bg-light-primary-hover-strong\/20 {
  background-color:rgb(2 80 123 / 0.2);
}
.n-bg-light-primary-hover-strong\/25 {
  background-color:rgb(2 80 123 / 0.25);
}
.n-bg-light-primary-hover-strong\/30 {
  background-color:rgb(2 80 123 / 0.3);
}
.n-bg-light-primary-hover-strong\/35 {
  background-color:rgb(2 80 123 / 0.35);
}
.n-bg-light-primary-hover-strong\/40 {
  background-color:rgb(2 80 123 / 0.4);
}
.n-bg-light-primary-hover-strong\/45 {
  background-color:rgb(2 80 123 / 0.45);
}
.n-bg-light-primary-hover-strong\/5 {
  background-color:rgb(2 80 123 / 0.05);
}
.n-bg-light-primary-hover-strong\/50 {
  background-color:rgb(2 80 123 / 0.5);
}
.n-bg-light-primary-hover-strong\/55 {
  background-color:rgb(2 80 123 / 0.55);
}
.n-bg-light-primary-hover-strong\/60 {
  background-color:rgb(2 80 123 / 0.6);
}
.n-bg-light-primary-hover-strong\/65 {
  background-color:rgb(2 80 123 / 0.65);
}
.n-bg-light-primary-hover-strong\/70 {
  background-color:rgb(2 80 123 / 0.7);
}
.n-bg-light-primary-hover-strong\/75 {
  background-color:rgb(2 80 123 / 0.75);
}
.n-bg-light-primary-hover-strong\/80 {
  background-color:rgb(2 80 123 / 0.8);
}
.n-bg-light-primary-hover-strong\/85 {
  background-color:rgb(2 80 123 / 0.85);
}
.n-bg-light-primary-hover-strong\/90 {
  background-color:rgb(2 80 123 / 0.9);
}
.n-bg-light-primary-hover-strong\/95 {
  background-color:rgb(2 80 123 / 0.95);
}
.n-bg-light-primary-hover-weak {
  --tw-bg-opacity:1;
  background-color:rgb(48 131 157 / var(--tw-bg-opacity));
}
.n-bg-light-primary-hover-weak\/0 {
  background-color:rgb(48 131 157 / 0);
}
.n-bg-light-primary-hover-weak\/10 {
  background-color:rgb(48 131 157 / 0.1);
}
.n-bg-light-primary-hover-weak\/100 {
  background-color:rgb(48 131 157 / 1);
}
.n-bg-light-primary-hover-weak\/15 {
  background-color:rgb(48 131 157 / 0.15);
}
.n-bg-light-primary-hover-weak\/20 {
  background-color:rgb(48 131 157 / 0.2);
}
.n-bg-light-primary-hover-weak\/25 {
  background-color:rgb(48 131 157 / 0.25);
}
.n-bg-light-primary-hover-weak\/30 {
  background-color:rgb(48 131 157 / 0.3);
}
.n-bg-light-primary-hover-weak\/35 {
  background-color:rgb(48 131 157 / 0.35);
}
.n-bg-light-primary-hover-weak\/40 {
  background-color:rgb(48 131 157 / 0.4);
}
.n-bg-light-primary-hover-weak\/45 {
  background-color:rgb(48 131 157 / 0.45);
}
.n-bg-light-primary-hover-weak\/5 {
  background-color:rgb(48 131 157 / 0.05);
}
.n-bg-light-primary-hover-weak\/50 {
  background-color:rgb(48 131 157 / 0.5);
}
.n-bg-light-primary-hover-weak\/55 {
  background-color:rgb(48 131 157 / 0.55);
}
.n-bg-light-primary-hover-weak\/60 {
  background-color:rgb(48 131 157 / 0.6);
}
.n-bg-light-primary-hover-weak\/65 {
  background-color:rgb(48 131 157 / 0.65);
}
.n-bg-light-primary-hover-weak\/70 {
  background-color:rgb(48 131 157 / 0.7);
}
.n-bg-light-primary-hover-weak\/75 {
  background-color:rgb(48 131 157 / 0.75);
}
.n-bg-light-primary-hover-weak\/80 {
  background-color:rgb(48 131 157 / 0.8);
}
.n-bg-light-primary-hover-weak\/85 {
  background-color:rgb(48 131 157 / 0.85);
}
.n-bg-light-primary-hover-weak\/90 {
  background-color:rgb(48 131 157 / 0.9);
}
.n-bg-light-primary-hover-weak\/95 {
  background-color:rgb(48 131 157 / 0.95);
}
.n-bg-light-primary-icon {
  --tw-bg-opacity:1;
  background-color:rgb(10 97 144 / var(--tw-bg-opacity));
}
.n-bg-light-primary-icon\/0 {
  background-color:rgb(10 97 144 / 0);
}
.n-bg-light-primary-icon\/10 {
  background-color:rgb(10 97 144 / 0.1);
}
.n-bg-light-primary-icon\/100 {
  background-color:rgb(10 97 144 / 1);
}
.n-bg-light-primary-icon\/15 {
  background-color:rgb(10 97 144 / 0.15);
}
.n-bg-light-primary-icon\/20 {
  background-color:rgb(10 97 144 / 0.2);
}
.n-bg-light-primary-icon\/25 {
  background-color:rgb(10 97 144 / 0.25);
}
.n-bg-light-primary-icon\/30 {
  background-color:rgb(10 97 144 / 0.3);
}
.n-bg-light-primary-icon\/35 {
  background-color:rgb(10 97 144 / 0.35);
}
.n-bg-light-primary-icon\/40 {
  background-color:rgb(10 97 144 / 0.4);
}
.n-bg-light-primary-icon\/45 {
  background-color:rgb(10 97 144 / 0.45);
}
.n-bg-light-primary-icon\/5 {
  background-color:rgb(10 97 144 / 0.05);
}
.n-bg-light-primary-icon\/50 {
  background-color:rgb(10 97 144 / 0.5);
}
.n-bg-light-primary-icon\/55 {
  background-color:rgb(10 97 144 / 0.55);
}
.n-bg-light-primary-icon\/60 {
  background-color:rgb(10 97 144 / 0.6);
}
.n-bg-light-primary-icon\/65 {
  background-color:rgb(10 97 144 / 0.65);
}
.n-bg-light-primary-icon\/70 {
  background-color:rgb(10 97 144 / 0.7);
}
.n-bg-light-primary-icon\/75 {
  background-color:rgb(10 97 144 / 0.75);
}
.n-bg-light-primary-icon\/80 {
  background-color:rgb(10 97 144 / 0.8);
}
.n-bg-light-primary-icon\/85 {
  background-color:rgb(10 97 144 / 0.85);
}
.n-bg-light-primary-icon\/90 {
  background-color:rgb(10 97 144 / 0.9);
}
.n-bg-light-primary-icon\/95 {
  background-color:rgb(10 97 144 / 0.95);
}
.n-bg-light-primary-pressed-strong {
  --tw-bg-opacity:1;
  background-color:rgb(1 64 99 / var(--tw-bg-opacity));
}
.n-bg-light-primary-pressed-strong\/0 {
  background-color:rgb(1 64 99 / 0);
}
.n-bg-light-primary-pressed-strong\/10 {
  background-color:rgb(1 64 99 / 0.1);
}
.n-bg-light-primary-pressed-strong\/100 {
  background-color:rgb(1 64 99 / 1);
}
.n-bg-light-primary-pressed-strong\/15 {
  background-color:rgb(1 64 99 / 0.15);
}
.n-bg-light-primary-pressed-strong\/20 {
  background-color:rgb(1 64 99 / 0.2);
}
.n-bg-light-primary-pressed-strong\/25 {
  background-color:rgb(1 64 99 / 0.25);
}
.n-bg-light-primary-pressed-strong\/30 {
  background-color:rgb(1 64 99 / 0.3);
}
.n-bg-light-primary-pressed-strong\/35 {
  background-color:rgb(1 64 99 / 0.35);
}
.n-bg-light-primary-pressed-strong\/40 {
  background-color:rgb(1 64 99 / 0.4);
}
.n-bg-light-primary-pressed-strong\/45 {
  background-color:rgb(1 64 99 / 0.45);
}
.n-bg-light-primary-pressed-strong\/5 {
  background-color:rgb(1 64 99 / 0.05);
}
.n-bg-light-primary-pressed-strong\/50 {
  background-color:rgb(1 64 99 / 0.5);
}
.n-bg-light-primary-pressed-strong\/55 {
  background-color:rgb(1 64 99 / 0.55);
}
.n-bg-light-primary-pressed-strong\/60 {
  background-color:rgb(1 64 99 / 0.6);
}
.n-bg-light-primary-pressed-strong\/65 {
  background-color:rgb(1 64 99 / 0.65);
}
.n-bg-light-primary-pressed-strong\/70 {
  background-color:rgb(1 64 99 / 0.7);
}
.n-bg-light-primary-pressed-strong\/75 {
  background-color:rgb(1 64 99 / 0.75);
}
.n-bg-light-primary-pressed-strong\/80 {
  background-color:rgb(1 64 99 / 0.8);
}
.n-bg-light-primary-pressed-strong\/85 {
  background-color:rgb(1 64 99 / 0.85);
}
.n-bg-light-primary-pressed-strong\/90 {
  background-color:rgb(1 64 99 / 0.9);
}
.n-bg-light-primary-pressed-strong\/95 {
  background-color:rgb(1 64 99 / 0.95);
}
.n-bg-light-primary-pressed-weak {
  --tw-bg-opacity:1;
  background-color:rgb(48 131 157 / var(--tw-bg-opacity));
}
.n-bg-light-primary-pressed-weak\/0 {
  background-color:rgb(48 131 157 / 0);
}
.n-bg-light-primary-pressed-weak\/10 {
  background-color:rgb(48 131 157 / 0.1);
}
.n-bg-light-primary-pressed-weak\/100 {
  background-color:rgb(48 131 157 / 1);
}
.n-bg-light-primary-pressed-weak\/15 {
  background-color:rgb(48 131 157 / 0.15);
}
.n-bg-light-primary-pressed-weak\/20 {
  background-color:rgb(48 131 157 / 0.2);
}
.n-bg-light-primary-pressed-weak\/25 {
  background-color:rgb(48 131 157 / 0.25);
}
.n-bg-light-primary-pressed-weak\/30 {
  background-color:rgb(48 131 157 / 0.3);
}
.n-bg-light-primary-pressed-weak\/35 {
  background-color:rgb(48 131 157 / 0.35);
}
.n-bg-light-primary-pressed-weak\/40 {
  background-color:rgb(48 131 157 / 0.4);
}
.n-bg-light-primary-pressed-weak\/45 {
  background-color:rgb(48 131 157 / 0.45);
}
.n-bg-light-primary-pressed-weak\/5 {
  background-color:rgb(48 131 157 / 0.05);
}
.n-bg-light-primary-pressed-weak\/50 {
  background-color:rgb(48 131 157 / 0.5);
}
.n-bg-light-primary-pressed-weak\/55 {
  background-color:rgb(48 131 157 / 0.55);
}
.n-bg-light-primary-pressed-weak\/60 {
  background-color:rgb(48 131 157 / 0.6);
}
.n-bg-light-primary-pressed-weak\/65 {
  background-color:rgb(48 131 157 / 0.65);
}
.n-bg-light-primary-pressed-weak\/70 {
  background-color:rgb(48 131 157 / 0.7);
}
.n-bg-light-primary-pressed-weak\/75 {
  background-color:rgb(48 131 157 / 0.75);
}
.n-bg-light-primary-pressed-weak\/80 {
  background-color:rgb(48 131 157 / 0.8);
}
.n-bg-light-primary-pressed-weak\/85 {
  background-color:rgb(48 131 157 / 0.85);
}
.n-bg-light-primary-pressed-weak\/90 {
  background-color:rgb(48 131 157 / 0.9);
}
.n-bg-light-primary-pressed-weak\/95 {
  background-color:rgb(48 131 157 / 0.95);
}
.n-bg-light-primary-text {
  --tw-bg-opacity:1;
  background-color:rgb(10 97 144 / var(--tw-bg-opacity));
}
.n-bg-light-primary-text\/0 {
  background-color:rgb(10 97 144 / 0);
}
.n-bg-light-primary-text\/10 {
  background-color:rgb(10 97 144 / 0.1);
}
.n-bg-light-primary-text\/100 {
  background-color:rgb(10 97 144 / 1);
}
.n-bg-light-primary-text\/15 {
  background-color:rgb(10 97 144 / 0.15);
}
.n-bg-light-primary-text\/20 {
  background-color:rgb(10 97 144 / 0.2);
}
.n-bg-light-primary-text\/25 {
  background-color:rgb(10 97 144 / 0.25);
}
.n-bg-light-primary-text\/30 {
  background-color:rgb(10 97 144 / 0.3);
}
.n-bg-light-primary-text\/35 {
  background-color:rgb(10 97 144 / 0.35);
}
.n-bg-light-primary-text\/40 {
  background-color:rgb(10 97 144 / 0.4);
}
.n-bg-light-primary-text\/45 {
  background-color:rgb(10 97 144 / 0.45);
}
.n-bg-light-primary-text\/5 {
  background-color:rgb(10 97 144 / 0.05);
}
.n-bg-light-primary-text\/50 {
  background-color:rgb(10 97 144 / 0.5);
}
.n-bg-light-primary-text\/55 {
  background-color:rgb(10 97 144 / 0.55);
}
.n-bg-light-primary-text\/60 {
  background-color:rgb(10 97 144 / 0.6);
}
.n-bg-light-primary-text\/65 {
  background-color:rgb(10 97 144 / 0.65);
}
.n-bg-light-primary-text\/70 {
  background-color:rgb(10 97 144 / 0.7);
}
.n-bg-light-primary-text\/75 {
  background-color:rgb(10 97 144 / 0.75);
}
.n-bg-light-primary-text\/80 {
  background-color:rgb(10 97 144 / 0.8);
}
.n-bg-light-primary-text\/85 {
  background-color:rgb(10 97 144 / 0.85);
}
.n-bg-light-primary-text\/90 {
  background-color:rgb(10 97 144 / 0.9);
}
.n-bg-light-primary-text\/95 {
  background-color:rgb(10 97 144 / 0.95);
}
.n-bg-light-success-bg-status {
  --tw-bg-opacity:1;
  background-color:rgb(91 153 43 / var(--tw-bg-opacity));
}
.n-bg-light-success-bg-status\/0 {
  background-color:rgb(91 153 43 / 0);
}
.n-bg-light-success-bg-status\/10 {
  background-color:rgb(91 153 43 / 0.1);
}
.n-bg-light-success-bg-status\/100 {
  background-color:rgb(91 153 43 / 1);
}
.n-bg-light-success-bg-status\/15 {
  background-color:rgb(91 153 43 / 0.15);
}
.n-bg-light-success-bg-status\/20 {
  background-color:rgb(91 153 43 / 0.2);
}
.n-bg-light-success-bg-status\/25 {
  background-color:rgb(91 153 43 / 0.25);
}
.n-bg-light-success-bg-status\/30 {
  background-color:rgb(91 153 43 / 0.3);
}
.n-bg-light-success-bg-status\/35 {
  background-color:rgb(91 153 43 / 0.35);
}
.n-bg-light-success-bg-status\/40 {
  background-color:rgb(91 153 43 / 0.4);
}
.n-bg-light-success-bg-status\/45 {
  background-color:rgb(91 153 43 / 0.45);
}
.n-bg-light-success-bg-status\/5 {
  background-color:rgb(91 153 43 / 0.05);
}
.n-bg-light-success-bg-status\/50 {
  background-color:rgb(91 153 43 / 0.5);
}
.n-bg-light-success-bg-status\/55 {
  background-color:rgb(91 153 43 / 0.55);
}
.n-bg-light-success-bg-status\/60 {
  background-color:rgb(91 153 43 / 0.6);
}
.n-bg-light-success-bg-status\/65 {
  background-color:rgb(91 153 43 / 0.65);
}
.n-bg-light-success-bg-status\/70 {
  background-color:rgb(91 153 43 / 0.7);
}
.n-bg-light-success-bg-status\/75 {
  background-color:rgb(91 153 43 / 0.75);
}
.n-bg-light-success-bg-status\/80 {
  background-color:rgb(91 153 43 / 0.8);
}
.n-bg-light-success-bg-status\/85 {
  background-color:rgb(91 153 43 / 0.85);
}
.n-bg-light-success-bg-status\/90 {
  background-color:rgb(91 153 43 / 0.9);
}
.n-bg-light-success-bg-status\/95 {
  background-color:rgb(91 153 43 / 0.95);
}
.n-bg-light-success-bg-strong {
  --tw-bg-opacity:1;
  background-color:rgb(63 120 36 / var(--tw-bg-opacity));
}
.n-bg-light-success-bg-strong\/0 {
  background-color:rgb(63 120 36 / 0);
}
.n-bg-light-success-bg-strong\/10 {
  background-color:rgb(63 120 36 / 0.1);
}
.n-bg-light-success-bg-strong\/100 {
  background-color:rgb(63 120 36 / 1);
}
.n-bg-light-success-bg-strong\/15 {
  background-color:rgb(63 120 36 / 0.15);
}
.n-bg-light-success-bg-strong\/20 {
  background-color:rgb(63 120 36 / 0.2);
}
.n-bg-light-success-bg-strong\/25 {
  background-color:rgb(63 120 36 / 0.25);
}
.n-bg-light-success-bg-strong\/30 {
  background-color:rgb(63 120 36 / 0.3);
}
.n-bg-light-success-bg-strong\/35 {
  background-color:rgb(63 120 36 / 0.35);
}
.n-bg-light-success-bg-strong\/40 {
  background-color:rgb(63 120 36 / 0.4);
}
.n-bg-light-success-bg-strong\/45 {
  background-color:rgb(63 120 36 / 0.45);
}
.n-bg-light-success-bg-strong\/5 {
  background-color:rgb(63 120 36 / 0.05);
}
.n-bg-light-success-bg-strong\/50 {
  background-color:rgb(63 120 36 / 0.5);
}
.n-bg-light-success-bg-strong\/55 {
  background-color:rgb(63 120 36 / 0.55);
}
.n-bg-light-success-bg-strong\/60 {
  background-color:rgb(63 120 36 / 0.6);
}
.n-bg-light-success-bg-strong\/65 {
  background-color:rgb(63 120 36 / 0.65);
}
.n-bg-light-success-bg-strong\/70 {
  background-color:rgb(63 120 36 / 0.7);
}
.n-bg-light-success-bg-strong\/75 {
  background-color:rgb(63 120 36 / 0.75);
}
.n-bg-light-success-bg-strong\/80 {
  background-color:rgb(63 120 36 / 0.8);
}
.n-bg-light-success-bg-strong\/85 {
  background-color:rgb(63 120 36 / 0.85);
}
.n-bg-light-success-bg-strong\/90 {
  background-color:rgb(63 120 36 / 0.9);
}
.n-bg-light-success-bg-strong\/95 {
  background-color:rgb(63 120 36 / 0.95);
}
.n-bg-light-success-bg-weak {
  --tw-bg-opacity:1;
  background-color:rgb(231 252 215 / var(--tw-bg-opacity));
}
.n-bg-light-success-bg-weak\/0 {
  background-color:rgb(231 252 215 / 0);
}
.n-bg-light-success-bg-weak\/10 {
  background-color:rgb(231 252 215 / 0.1);
}
.n-bg-light-success-bg-weak\/100 {
  background-color:rgb(231 252 215 / 1);
}
.n-bg-light-success-bg-weak\/15 {
  background-color:rgb(231 252 215 / 0.15);
}
.n-bg-light-success-bg-weak\/20 {
  background-color:rgb(231 252 215 / 0.2);
}
.n-bg-light-success-bg-weak\/25 {
  background-color:rgb(231 252 215 / 0.25);
}
.n-bg-light-success-bg-weak\/30 {
  background-color:rgb(231 252 215 / 0.3);
}
.n-bg-light-success-bg-weak\/35 {
  background-color:rgb(231 252 215 / 0.35);
}
.n-bg-light-success-bg-weak\/40 {
  background-color:rgb(231 252 215 / 0.4);
}
.n-bg-light-success-bg-weak\/45 {
  background-color:rgb(231 252 215 / 0.45);
}
.n-bg-light-success-bg-weak\/5 {
  background-color:rgb(231 252 215 / 0.05);
}
.n-bg-light-success-bg-weak\/50 {
  background-color:rgb(231 252 215 / 0.5);
}
.n-bg-light-success-bg-weak\/55 {
  background-color:rgb(231 252 215 / 0.55);
}
.n-bg-light-success-bg-weak\/60 {
  background-color:rgb(231 252 215 / 0.6);
}
.n-bg-light-success-bg-weak\/65 {
  background-color:rgb(231 252 215 / 0.65);
}
.n-bg-light-success-bg-weak\/70 {
  background-color:rgb(231 252 215 / 0.7);
}
.n-bg-light-success-bg-weak\/75 {
  background-color:rgb(231 252 215 / 0.75);
}
.n-bg-light-success-bg-weak\/80 {
  background-color:rgb(231 252 215 / 0.8);
}
.n-bg-light-success-bg-weak\/85 {
  background-color:rgb(231 252 215 / 0.85);
}
.n-bg-light-success-bg-weak\/90 {
  background-color:rgb(231 252 215 / 0.9);
}
.n-bg-light-success-bg-weak\/95 {
  background-color:rgb(231 252 215 / 0.95);
}
.n-bg-light-success-border-strong {
  --tw-bg-opacity:1;
  background-color:rgb(63 120 36 / var(--tw-bg-opacity));
}
.n-bg-light-success-border-strong\/0 {
  background-color:rgb(63 120 36 / 0);
}
.n-bg-light-success-border-strong\/10 {
  background-color:rgb(63 120 36 / 0.1);
}
.n-bg-light-success-border-strong\/100 {
  background-color:rgb(63 120 36 / 1);
}
.n-bg-light-success-border-strong\/15 {
  background-color:rgb(63 120 36 / 0.15);
}
.n-bg-light-success-border-strong\/20 {
  background-color:rgb(63 120 36 / 0.2);
}
.n-bg-light-success-border-strong\/25 {
  background-color:rgb(63 120 36 / 0.25);
}
.n-bg-light-success-border-strong\/30 {
  background-color:rgb(63 120 36 / 0.3);
}
.n-bg-light-success-border-strong\/35 {
  background-color:rgb(63 120 36 / 0.35);
}
.n-bg-light-success-border-strong\/40 {
  background-color:rgb(63 120 36 / 0.4);
}
.n-bg-light-success-border-strong\/45 {
  background-color:rgb(63 120 36 / 0.45);
}
.n-bg-light-success-border-strong\/5 {
  background-color:rgb(63 120 36 / 0.05);
}
.n-bg-light-success-border-strong\/50 {
  background-color:rgb(63 120 36 / 0.5);
}
.n-bg-light-success-border-strong\/55 {
  background-color:rgb(63 120 36 / 0.55);
}
.n-bg-light-success-border-strong\/60 {
  background-color:rgb(63 120 36 / 0.6);
}
.n-bg-light-success-border-strong\/65 {
  background-color:rgb(63 120 36 / 0.65);
}
.n-bg-light-success-border-strong\/70 {
  background-color:rgb(63 120 36 / 0.7);
}
.n-bg-light-success-border-strong\/75 {
  background-color:rgb(63 120 36 / 0.75);
}
.n-bg-light-success-border-strong\/80 {
  background-color:rgb(63 120 36 / 0.8);
}
.n-bg-light-success-border-strong\/85 {
  background-color:rgb(63 120 36 / 0.85);
}
.n-bg-light-success-border-strong\/90 {
  background-color:rgb(63 120 36 / 0.9);
}
.n-bg-light-success-border-strong\/95 {
  background-color:rgb(63 120 36 / 0.95);
}
.n-bg-light-success-border-weak {
  --tw-bg-opacity:1;
  background-color:rgb(144 203 98 / var(--tw-bg-opacity));
}
.n-bg-light-success-border-weak\/0 {
  background-color:rgb(144 203 98 / 0);
}
.n-bg-light-success-border-weak\/10 {
  background-color:rgb(144 203 98 / 0.1);
}
.n-bg-light-success-border-weak\/100 {
  background-color:rgb(144 203 98 / 1);
}
.n-bg-light-success-border-weak\/15 {
  background-color:rgb(144 203 98 / 0.15);
}
.n-bg-light-success-border-weak\/20 {
  background-color:rgb(144 203 98 / 0.2);
}
.n-bg-light-success-border-weak\/25 {
  background-color:rgb(144 203 98 / 0.25);
}
.n-bg-light-success-border-weak\/30 {
  background-color:rgb(144 203 98 / 0.3);
}
.n-bg-light-success-border-weak\/35 {
  background-color:rgb(144 203 98 / 0.35);
}
.n-bg-light-success-border-weak\/40 {
  background-color:rgb(144 203 98 / 0.4);
}
.n-bg-light-success-border-weak\/45 {
  background-color:rgb(144 203 98 / 0.45);
}
.n-bg-light-success-border-weak\/5 {
  background-color:rgb(144 203 98 / 0.05);
}
.n-bg-light-success-border-weak\/50 {
  background-color:rgb(144 203 98 / 0.5);
}
.n-bg-light-success-border-weak\/55 {
  background-color:rgb(144 203 98 / 0.55);
}
.n-bg-light-success-border-weak\/60 {
  background-color:rgb(144 203 98 / 0.6);
}
.n-bg-light-success-border-weak\/65 {
  background-color:rgb(144 203 98 / 0.65);
}
.n-bg-light-success-border-weak\/70 {
  background-color:rgb(144 203 98 / 0.7);
}
.n-bg-light-success-border-weak\/75 {
  background-color:rgb(144 203 98 / 0.75);
}
.n-bg-light-success-border-weak\/80 {
  background-color:rgb(144 203 98 / 0.8);
}
.n-bg-light-success-border-weak\/85 {
  background-color:rgb(144 203 98 / 0.85);
}
.n-bg-light-success-border-weak\/90 {
  background-color:rgb(144 203 98 / 0.9);
}
.n-bg-light-success-border-weak\/95 {
  background-color:rgb(144 203 98 / 0.95);
}
.n-bg-light-success-icon {
  --tw-bg-opacity:1;
  background-color:rgb(63 120 36 / var(--tw-bg-opacity));
}
.n-bg-light-success-icon\/0 {
  background-color:rgb(63 120 36 / 0);
}
.n-bg-light-success-icon\/10 {
  background-color:rgb(63 120 36 / 0.1);
}
.n-bg-light-success-icon\/100 {
  background-color:rgb(63 120 36 / 1);
}
.n-bg-light-success-icon\/15 {
  background-color:rgb(63 120 36 / 0.15);
}
.n-bg-light-success-icon\/20 {
  background-color:rgb(63 120 36 / 0.2);
}
.n-bg-light-success-icon\/25 {
  background-color:rgb(63 120 36 / 0.25);
}
.n-bg-light-success-icon\/30 {
  background-color:rgb(63 120 36 / 0.3);
}
.n-bg-light-success-icon\/35 {
  background-color:rgb(63 120 36 / 0.35);
}
.n-bg-light-success-icon\/40 {
  background-color:rgb(63 120 36 / 0.4);
}
.n-bg-light-success-icon\/45 {
  background-color:rgb(63 120 36 / 0.45);
}
.n-bg-light-success-icon\/5 {
  background-color:rgb(63 120 36 / 0.05);
}
.n-bg-light-success-icon\/50 {
  background-color:rgb(63 120 36 / 0.5);
}
.n-bg-light-success-icon\/55 {
  background-color:rgb(63 120 36 / 0.55);
}
.n-bg-light-success-icon\/60 {
  background-color:rgb(63 120 36 / 0.6);
}
.n-bg-light-success-icon\/65 {
  background-color:rgb(63 120 36 / 0.65);
}
.n-bg-light-success-icon\/70 {
  background-color:rgb(63 120 36 / 0.7);
}
.n-bg-light-success-icon\/75 {
  background-color:rgb(63 120 36 / 0.75);
}
.n-bg-light-success-icon\/80 {
  background-color:rgb(63 120 36 / 0.8);
}
.n-bg-light-success-icon\/85 {
  background-color:rgb(63 120 36 / 0.85);
}
.n-bg-light-success-icon\/90 {
  background-color:rgb(63 120 36 / 0.9);
}
.n-bg-light-success-icon\/95 {
  background-color:rgb(63 120 36 / 0.95);
}
.n-bg-light-success-text {
  --tw-bg-opacity:1;
  background-color:rgb(63 120 36 / var(--tw-bg-opacity));
}
.n-bg-light-success-text\/0 {
  background-color:rgb(63 120 36 / 0);
}
.n-bg-light-success-text\/10 {
  background-color:rgb(63 120 36 / 0.1);
}
.n-bg-light-success-text\/100 {
  background-color:rgb(63 120 36 / 1);
}
.n-bg-light-success-text\/15 {
  background-color:rgb(63 120 36 / 0.15);
}
.n-bg-light-success-text\/20 {
  background-color:rgb(63 120 36 / 0.2);
}
.n-bg-light-success-text\/25 {
  background-color:rgb(63 120 36 / 0.25);
}
.n-bg-light-success-text\/30 {
  background-color:rgb(63 120 36 / 0.3);
}
.n-bg-light-success-text\/35 {
  background-color:rgb(63 120 36 / 0.35);
}
.n-bg-light-success-text\/40 {
  background-color:rgb(63 120 36 / 0.4);
}
.n-bg-light-success-text\/45 {
  background-color:rgb(63 120 36 / 0.45);
}
.n-bg-light-success-text\/5 {
  background-color:rgb(63 120 36 / 0.05);
}
.n-bg-light-success-text\/50 {
  background-color:rgb(63 120 36 / 0.5);
}
.n-bg-light-success-text\/55 {
  background-color:rgb(63 120 36 / 0.55);
}
.n-bg-light-success-text\/60 {
  background-color:rgb(63 120 36 / 0.6);
}
.n-bg-light-success-text\/65 {
  background-color:rgb(63 120 36 / 0.65);
}
.n-bg-light-success-text\/70 {
  background-color:rgb(63 120 36 / 0.7);
}
.n-bg-light-success-text\/75 {
  background-color:rgb(63 120 36 / 0.75);
}
.n-bg-light-success-text\/80 {
  background-color:rgb(63 120 36 / 0.8);
}
.n-bg-light-success-text\/85 {
  background-color:rgb(63 120 36 / 0.85);
}
.n-bg-light-success-text\/90 {
  background-color:rgb(63 120 36 / 0.9);
}
.n-bg-light-success-text\/95 {
  background-color:rgb(63 120 36 / 0.95);
}
.n-bg-light-warning-bg-status {
  --tw-bg-opacity:1;
  background-color:rgb(215 170 10 / var(--tw-bg-opacity));
}
.n-bg-light-warning-bg-status\/0 {
  background-color:rgb(215 170 10 / 0);
}
.n-bg-light-warning-bg-status\/10 {
  background-color:rgb(215 170 10 / 0.1);
}
.n-bg-light-warning-bg-status\/100 {
  background-color:rgb(215 170 10 / 1);
}
.n-bg-light-warning-bg-status\/15 {
  background-color:rgb(215 170 10 / 0.15);
}
.n-bg-light-warning-bg-status\/20 {
  background-color:rgb(215 170 10 / 0.2);
}
.n-bg-light-warning-bg-status\/25 {
  background-color:rgb(215 170 10 / 0.25);
}
.n-bg-light-warning-bg-status\/30 {
  background-color:rgb(215 170 10 / 0.3);
}
.n-bg-light-warning-bg-status\/35 {
  background-color:rgb(215 170 10 / 0.35);
}
.n-bg-light-warning-bg-status\/40 {
  background-color:rgb(215 170 10 / 0.4);
}
.n-bg-light-warning-bg-status\/45 {
  background-color:rgb(215 170 10 / 0.45);
}
.n-bg-light-warning-bg-status\/5 {
  background-color:rgb(215 170 10 / 0.05);
}
.n-bg-light-warning-bg-status\/50 {
  background-color:rgb(215 170 10 / 0.5);
}
.n-bg-light-warning-bg-status\/55 {
  background-color:rgb(215 170 10 / 0.55);
}
.n-bg-light-warning-bg-status\/60 {
  background-color:rgb(215 170 10 / 0.6);
}
.n-bg-light-warning-bg-status\/65 {
  background-color:rgb(215 170 10 / 0.65);
}
.n-bg-light-warning-bg-status\/70 {
  background-color:rgb(215 170 10 / 0.7);
}
.n-bg-light-warning-bg-status\/75 {
  background-color:rgb(215 170 10 / 0.75);
}
.n-bg-light-warning-bg-status\/80 {
  background-color:rgb(215 170 10 / 0.8);
}
.n-bg-light-warning-bg-status\/85 {
  background-color:rgb(215 170 10 / 0.85);
}
.n-bg-light-warning-bg-status\/90 {
  background-color:rgb(215 170 10 / 0.9);
}
.n-bg-light-warning-bg-status\/95 {
  background-color:rgb(215 170 10 / 0.95);
}
.n-bg-light-warning-bg-strong {
  --tw-bg-opacity:1;
  background-color:rgb(118 85 0 / var(--tw-bg-opacity));
}
.n-bg-light-warning-bg-strong\/0 {
  background-color:rgb(118 85 0 / 0);
}
.n-bg-light-warning-bg-strong\/10 {
  background-color:rgb(118 85 0 / 0.1);
}
.n-bg-light-warning-bg-strong\/100 {
  background-color:rgb(118 85 0 / 1);
}
.n-bg-light-warning-bg-strong\/15 {
  background-color:rgb(118 85 0 / 0.15);
}
.n-bg-light-warning-bg-strong\/20 {
  background-color:rgb(118 85 0 / 0.2);
}
.n-bg-light-warning-bg-strong\/25 {
  background-color:rgb(118 85 0 / 0.25);
}
.n-bg-light-warning-bg-strong\/30 {
  background-color:rgb(118 85 0 / 0.3);
}
.n-bg-light-warning-bg-strong\/35 {
  background-color:rgb(118 85 0 / 0.35);
}
.n-bg-light-warning-bg-strong\/40 {
  background-color:rgb(118 85 0 / 0.4);
}
.n-bg-light-warning-bg-strong\/45 {
  background-color:rgb(118 85 0 / 0.45);
}
.n-bg-light-warning-bg-strong\/5 {
  background-color:rgb(118 85 0 / 0.05);
}
.n-bg-light-warning-bg-strong\/50 {
  background-color:rgb(118 85 0 / 0.5);
}
.n-bg-light-warning-bg-strong\/55 {
  background-color:rgb(118 85 0 / 0.55);
}
.n-bg-light-warning-bg-strong\/60 {
  background-color:rgb(118 85 0 / 0.6);
}
.n-bg-light-warning-bg-strong\/65 {
  background-color:rgb(118 85 0 / 0.65);
}
.n-bg-light-warning-bg-strong\/70 {
  background-color:rgb(118 85 0 / 0.7);
}
.n-bg-light-warning-bg-strong\/75 {
  background-color:rgb(118 85 0 / 0.75);
}
.n-bg-light-warning-bg-strong\/80 {
  background-color:rgb(118 85 0 / 0.8);
}
.n-bg-light-warning-bg-strong\/85 {
  background-color:rgb(118 85 0 / 0.85);
}
.n-bg-light-warning-bg-strong\/90 {
  background-color:rgb(118 85 0 / 0.9);
}
.n-bg-light-warning-bg-strong\/95 {
  background-color:rgb(118 85 0 / 0.95);
}
.n-bg-light-warning-bg-weak {
  --tw-bg-opacity:1;
  background-color:rgb(255 250 209 / var(--tw-bg-opacity));
}
.n-bg-light-warning-bg-weak\/0 {
  background-color:rgb(255 250 209 / 0);
}
.n-bg-light-warning-bg-weak\/10 {
  background-color:rgb(255 250 209 / 0.1);
}
.n-bg-light-warning-bg-weak\/100 {
  background-color:rgb(255 250 209 / 1);
}
.n-bg-light-warning-bg-weak\/15 {
  background-color:rgb(255 250 209 / 0.15);
}
.n-bg-light-warning-bg-weak\/20 {
  background-color:rgb(255 250 209 / 0.2);
}
.n-bg-light-warning-bg-weak\/25 {
  background-color:rgb(255 250 209 / 0.25);
}
.n-bg-light-warning-bg-weak\/30 {
  background-color:rgb(255 250 209 / 0.3);
}
.n-bg-light-warning-bg-weak\/35 {
  background-color:rgb(255 250 209 / 0.35);
}
.n-bg-light-warning-bg-weak\/40 {
  background-color:rgb(255 250 209 / 0.4);
}
.n-bg-light-warning-bg-weak\/45 {
  background-color:rgb(255 250 209 / 0.45);
}
.n-bg-light-warning-bg-weak\/5 {
  background-color:rgb(255 250 209 / 0.05);
}
.n-bg-light-warning-bg-weak\/50 {
  background-color:rgb(255 250 209 / 0.5);
}
.n-bg-light-warning-bg-weak\/55 {
  background-color:rgb(255 250 209 / 0.55);
}
.n-bg-light-warning-bg-weak\/60 {
  background-color:rgb(255 250 209 / 0.6);
}
.n-bg-light-warning-bg-weak\/65 {
  background-color:rgb(255 250 209 / 0.65);
}
.n-bg-light-warning-bg-weak\/70 {
  background-color:rgb(255 250 209 / 0.7);
}
.n-bg-light-warning-bg-weak\/75 {
  background-color:rgb(255 250 209 / 0.75);
}
.n-bg-light-warning-bg-weak\/80 {
  background-color:rgb(255 250 209 / 0.8);
}
.n-bg-light-warning-bg-weak\/85 {
  background-color:rgb(255 250 209 / 0.85);
}
.n-bg-light-warning-bg-weak\/90 {
  background-color:rgb(255 250 209 / 0.9);
}
.n-bg-light-warning-bg-weak\/95 {
  background-color:rgb(255 250 209 / 0.95);
}
.n-bg-light-warning-border-strong {
  --tw-bg-opacity:1;
  background-color:rgb(153 110 0 / var(--tw-bg-opacity));
}
.n-bg-light-warning-border-strong\/0 {
  background-color:rgb(153 110 0 / 0);
}
.n-bg-light-warning-border-strong\/10 {
  background-color:rgb(153 110 0 / 0.1);
}
.n-bg-light-warning-border-strong\/100 {
  background-color:rgb(153 110 0 / 1);
}
.n-bg-light-warning-border-strong\/15 {
  background-color:rgb(153 110 0 / 0.15);
}
.n-bg-light-warning-border-strong\/20 {
  background-color:rgb(153 110 0 / 0.2);
}
.n-bg-light-warning-border-strong\/25 {
  background-color:rgb(153 110 0 / 0.25);
}
.n-bg-light-warning-border-strong\/30 {
  background-color:rgb(153 110 0 / 0.3);
}
.n-bg-light-warning-border-strong\/35 {
  background-color:rgb(153 110 0 / 0.35);
}
.n-bg-light-warning-border-strong\/40 {
  background-color:rgb(153 110 0 / 0.4);
}
.n-bg-light-warning-border-strong\/45 {
  background-color:rgb(153 110 0 / 0.45);
}
.n-bg-light-warning-border-strong\/5 {
  background-color:rgb(153 110 0 / 0.05);
}
.n-bg-light-warning-border-strong\/50 {
  background-color:rgb(153 110 0 / 0.5);
}
.n-bg-light-warning-border-strong\/55 {
  background-color:rgb(153 110 0 / 0.55);
}
.n-bg-light-warning-border-strong\/60 {
  background-color:rgb(153 110 0 / 0.6);
}
.n-bg-light-warning-border-strong\/65 {
  background-color:rgb(153 110 0 / 0.65);
}
.n-bg-light-warning-border-strong\/70 {
  background-color:rgb(153 110 0 / 0.7);
}
.n-bg-light-warning-border-strong\/75 {
  background-color:rgb(153 110 0 / 0.75);
}
.n-bg-light-warning-border-strong\/80 {
  background-color:rgb(153 110 0 / 0.8);
}
.n-bg-light-warning-border-strong\/85 {
  background-color:rgb(153 110 0 / 0.85);
}
.n-bg-light-warning-border-strong\/90 {
  background-color:rgb(153 110 0 / 0.9);
}
.n-bg-light-warning-border-strong\/95 {
  background-color:rgb(153 110 0 / 0.95);
}
.n-bg-light-warning-border-weak {
  --tw-bg-opacity:1;
  background-color:rgb(255 214 0 / var(--tw-bg-opacity));
}
.n-bg-light-warning-border-weak\/0 {
  background-color:rgb(255 214 0 / 0);
}
.n-bg-light-warning-border-weak\/10 {
  background-color:rgb(255 214 0 / 0.1);
}
.n-bg-light-warning-border-weak\/100 {
  background-color:rgb(255 214 0 / 1);
}
.n-bg-light-warning-border-weak\/15 {
  background-color:rgb(255 214 0 / 0.15);
}
.n-bg-light-warning-border-weak\/20 {
  background-color:rgb(255 214 0 / 0.2);
}
.n-bg-light-warning-border-weak\/25 {
  background-color:rgb(255 214 0 / 0.25);
}
.n-bg-light-warning-border-weak\/30 {
  background-color:rgb(255 214 0 / 0.3);
}
.n-bg-light-warning-border-weak\/35 {
  background-color:rgb(255 214 0 / 0.35);
}
.n-bg-light-warning-border-weak\/40 {
  background-color:rgb(255 214 0 / 0.4);
}
.n-bg-light-warning-border-weak\/45 {
  background-color:rgb(255 214 0 / 0.45);
}
.n-bg-light-warning-border-weak\/5 {
  background-color:rgb(255 214 0 / 0.05);
}
.n-bg-light-warning-border-weak\/50 {
  background-color:rgb(255 214 0 / 0.5);
}
.n-bg-light-warning-border-weak\/55 {
  background-color:rgb(255 214 0 / 0.55);
}
.n-bg-light-warning-border-weak\/60 {
  background-color:rgb(255 214 0 / 0.6);
}
.n-bg-light-warning-border-weak\/65 {
  background-color:rgb(255 214 0 / 0.65);
}
.n-bg-light-warning-border-weak\/70 {
  background-color:rgb(255 214 0 / 0.7);
}
.n-bg-light-warning-border-weak\/75 {
  background-color:rgb(255 214 0 / 0.75);
}
.n-bg-light-warning-border-weak\/80 {
  background-color:rgb(255 214 0 / 0.8);
}
.n-bg-light-warning-border-weak\/85 {
  background-color:rgb(255 214 0 / 0.85);
}
.n-bg-light-warning-border-weak\/90 {
  background-color:rgb(255 214 0 / 0.9);
}
.n-bg-light-warning-border-weak\/95 {
  background-color:rgb(255 214 0 / 0.95);
}
.n-bg-light-warning-icon {
  --tw-bg-opacity:1;
  background-color:rgb(118 85 0 / var(--tw-bg-opacity));
}
.n-bg-light-warning-icon\/0 {
  background-color:rgb(118 85 0 / 0);
}
.n-bg-light-warning-icon\/10 {
  background-color:rgb(118 85 0 / 0.1);
}
.n-bg-light-warning-icon\/100 {
  background-color:rgb(118 85 0 / 1);
}
.n-bg-light-warning-icon\/15 {
  background-color:rgb(118 85 0 / 0.15);
}
.n-bg-light-warning-icon\/20 {
  background-color:rgb(118 85 0 / 0.2);
}
.n-bg-light-warning-icon\/25 {
  background-color:rgb(118 85 0 / 0.25);
}
.n-bg-light-warning-icon\/30 {
  background-color:rgb(118 85 0 / 0.3);
}
.n-bg-light-warning-icon\/35 {
  background-color:rgb(118 85 0 / 0.35);
}
.n-bg-light-warning-icon\/40 {
  background-color:rgb(118 85 0 / 0.4);
}
.n-bg-light-warning-icon\/45 {
  background-color:rgb(118 85 0 / 0.45);
}
.n-bg-light-warning-icon\/5 {
  background-color:rgb(118 85 0 / 0.05);
}
.n-bg-light-warning-icon\/50 {
  background-color:rgb(118 85 0 / 0.5);
}
.n-bg-light-warning-icon\/55 {
  background-color:rgb(118 85 0 / 0.55);
}
.n-bg-light-warning-icon\/60 {
  background-color:rgb(118 85 0 / 0.6);
}
.n-bg-light-warning-icon\/65 {
  background-color:rgb(118 85 0 / 0.65);
}
.n-bg-light-warning-icon\/70 {
  background-color:rgb(118 85 0 / 0.7);
}
.n-bg-light-warning-icon\/75 {
  background-color:rgb(118 85 0 / 0.75);
}
.n-bg-light-warning-icon\/80 {
  background-color:rgb(118 85 0 / 0.8);
}
.n-bg-light-warning-icon\/85 {
  background-color:rgb(118 85 0 / 0.85);
}
.n-bg-light-warning-icon\/90 {
  background-color:rgb(118 85 0 / 0.9);
}
.n-bg-light-warning-icon\/95 {
  background-color:rgb(118 85 0 / 0.95);
}
.n-bg-light-warning-text {
  --tw-bg-opacity:1;
  background-color:rgb(118 85 0 / var(--tw-bg-opacity));
}
.n-bg-light-warning-text\/0 {
  background-color:rgb(118 85 0 / 0);
}
.n-bg-light-warning-text\/10 {
  background-color:rgb(118 85 0 / 0.1);
}
.n-bg-light-warning-text\/100 {
  background-color:rgb(118 85 0 / 1);
}
.n-bg-light-warning-text\/15 {
  background-color:rgb(118 85 0 / 0.15);
}
.n-bg-light-warning-text\/20 {
  background-color:rgb(118 85 0 / 0.2);
}
.n-bg-light-warning-text\/25 {
  background-color:rgb(118 85 0 / 0.25);
}
.n-bg-light-warning-text\/30 {
  background-color:rgb(118 85 0 / 0.3);
}
.n-bg-light-warning-text\/35 {
  background-color:rgb(118 85 0 / 0.35);
}
.n-bg-light-warning-text\/40 {
  background-color:rgb(118 85 0 / 0.4);
}
.n-bg-light-warning-text\/45 {
  background-color:rgb(118 85 0 / 0.45);
}
.n-bg-light-warning-text\/5 {
  background-color:rgb(118 85 0 / 0.05);
}
.n-bg-light-warning-text\/50 {
  background-color:rgb(118 85 0 / 0.5);
}
.n-bg-light-warning-text\/55 {
  background-color:rgb(118 85 0 / 0.55);
}
.n-bg-light-warning-text\/60 {
  background-color:rgb(118 85 0 / 0.6);
}
.n-bg-light-warning-text\/65 {
  background-color:rgb(118 85 0 / 0.65);
}
.n-bg-light-warning-text\/70 {
  background-color:rgb(118 85 0 / 0.7);
}
.n-bg-light-warning-text\/75 {
  background-color:rgb(118 85 0 / 0.75);
}
.n-bg-light-warning-text\/80 {
  background-color:rgb(118 85 0 / 0.8);
}
.n-bg-light-warning-text\/85 {
  background-color:rgb(118 85 0 / 0.85);
}
.n-bg-light-warning-text\/90 {
  background-color:rgb(118 85 0 / 0.9);
}
.n-bg-light-warning-text\/95 {
  background-color:rgb(118 85 0 / 0.95);
}
.n-bg-neutral-10 {
  --tw-bg-opacity:1;
  background-color:rgb(255 255 255 / var(--tw-bg-opacity));
}
.n-bg-neutral-10\/0 {
  background-color:rgb(255 255 255 / 0);
}
.n-bg-neutral-10\/10 {
  background-color:rgb(255 255 255 / 0.1);
}
.n-bg-neutral-10\/100 {
  background-color:rgb(255 255 255 / 1);
}
.n-bg-neutral-10\/15 {
  background-color:rgb(255 255 255 / 0.15);
}
.n-bg-neutral-10\/20 {
  background-color:rgb(255 255 255 / 0.2);
}
.n-bg-neutral-10\/25 {
  background-color:rgb(255 255 255 / 0.25);
}
.n-bg-neutral-10\/30 {
  background-color:rgb(255 255 255 / 0.3);
}
.n-bg-neutral-10\/35 {
  background-color:rgb(255 255 255 / 0.35);
}
.n-bg-neutral-10\/40 {
  background-color:rgb(255 255 255 / 0.4);
}
.n-bg-neutral-10\/45 {
  background-color:rgb(255 255 255 / 0.45);
}
.n-bg-neutral-10\/5 {
  background-color:rgb(255 255 255 / 0.05);
}
.n-bg-neutral-10\/50 {
  background-color:rgb(255 255 255 / 0.5);
}
.n-bg-neutral-10\/55 {
  background-color:rgb(255 255 255 / 0.55);
}
.n-bg-neutral-10\/60 {
  background-color:rgb(255 255 255 / 0.6);
}
.n-bg-neutral-10\/65 {
  background-color:rgb(255 255 255 / 0.65);
}
.n-bg-neutral-10\/70 {
  background-color:rgb(255 255 255 / 0.7);
}
.n-bg-neutral-10\/75 {
  background-color:rgb(255 255 255 / 0.75);
}
.n-bg-neutral-10\/80 {
  background-color:rgb(255 255 255 / 0.8);
}
.n-bg-neutral-10\/85 {
  background-color:rgb(255 255 255 / 0.85);
}
.n-bg-neutral-10\/90 {
  background-color:rgb(255 255 255 / 0.9);
}
.n-bg-neutral-10\/95 {
  background-color:rgb(255 255 255 / 0.95);
}
.n-bg-neutral-15 {
  --tw-bg-opacity:1;
  background-color:rgb(245 246 246 / var(--tw-bg-opacity));
}
.n-bg-neutral-15\/0 {
  background-color:rgb(245 246 246 / 0);
}
.n-bg-neutral-15\/10 {
  background-color:rgb(245 246 246 / 0.1);
}
.n-bg-neutral-15\/100 {
  background-color:rgb(245 246 246 / 1);
}
.n-bg-neutral-15\/15 {
  background-color:rgb(245 246 246 / 0.15);
}
.n-bg-neutral-15\/20 {
  background-color:rgb(245 246 246 / 0.2);
}
.n-bg-neutral-15\/25 {
  background-color:rgb(245 246 246 / 0.25);
}
.n-bg-neutral-15\/30 {
  background-color:rgb(245 246 246 / 0.3);
}
.n-bg-neutral-15\/35 {
  background-color:rgb(245 246 246 / 0.35);
}
.n-bg-neutral-15\/40 {
  background-color:rgb(245 246 246 / 0.4);
}
.n-bg-neutral-15\/45 {
  background-color:rgb(245 246 246 / 0.45);
}
.n-bg-neutral-15\/5 {
  background-color:rgb(245 246 246 / 0.05);
}
.n-bg-neutral-15\/50 {
  background-color:rgb(245 246 246 / 0.5);
}
.n-bg-neutral-15\/55 {
  background-color:rgb(245 246 246 / 0.55);
}
.n-bg-neutral-15\/60 {
  background-color:rgb(245 246 246 / 0.6);
}
.n-bg-neutral-15\/65 {
  background-color:rgb(245 246 246 / 0.65);
}
.n-bg-neutral-15\/70 {
  background-color:rgb(245 246 246 / 0.7);
}
.n-bg-neutral-15\/75 {
  background-color:rgb(245 246 246 / 0.75);
}
.n-bg-neutral-15\/80 {
  background-color:rgb(245 246 246 / 0.8);
}
.n-bg-neutral-15\/85 {
  background-color:rgb(245 246 246 / 0.85);
}
.n-bg-neutral-15\/90 {
  background-color:rgb(245 246 246 / 0.9);
}
.n-bg-neutral-15\/95 {
  background-color:rgb(245 246 246 / 0.95);
}
.n-bg-neutral-20 {
  --tw-bg-opacity:1;
  background-color:rgb(226 227 229 / var(--tw-bg-opacity));
}
.n-bg-neutral-20\/0 {
  background-color:rgb(226 227 229 / 0);
}
.n-bg-neutral-20\/10 {
  background-color:rgb(226 227 229 / 0.1);
}
.n-bg-neutral-20\/100 {
  background-color:rgb(226 227 229 / 1);
}
.n-bg-neutral-20\/15 {
  background-color:rgb(226 227 229 / 0.15);
}
.n-bg-neutral-20\/20 {
  background-color:rgb(226 227 229 / 0.2);
}
.n-bg-neutral-20\/25 {
  background-color:rgb(226 227 229 / 0.25);
}
.n-bg-neutral-20\/30 {
  background-color:rgb(226 227 229 / 0.3);
}
.n-bg-neutral-20\/35 {
  background-color:rgb(226 227 229 / 0.35);
}
.n-bg-neutral-20\/40 {
  background-color:rgb(226 227 229 / 0.4);
}
.n-bg-neutral-20\/45 {
  background-color:rgb(226 227 229 / 0.45);
}
.n-bg-neutral-20\/5 {
  background-color:rgb(226 227 229 / 0.05);
}
.n-bg-neutral-20\/50 {
  background-color:rgb(226 227 229 / 0.5);
}
.n-bg-neutral-20\/55 {
  background-color:rgb(226 227 229 / 0.55);
}
.n-bg-neutral-20\/60 {
  background-color:rgb(226 227 229 / 0.6);
}
.n-bg-neutral-20\/65 {
  background-color:rgb(226 227 229 / 0.65);
}
.n-bg-neutral-20\/70 {
  background-color:rgb(226 227 229 / 0.7);
}
.n-bg-neutral-20\/75 {
  background-color:rgb(226 227 229 / 0.75);
}
.n-bg-neutral-20\/80 {
  background-color:rgb(226 227 229 / 0.8);
}
.n-bg-neutral-20\/85 {
  background-color:rgb(226 227 229 / 0.85);
}
.n-bg-neutral-20\/90 {
  background-color:rgb(226 227 229 / 0.9);
}
.n-bg-neutral-20\/95 {
  background-color:rgb(226 227 229 / 0.95);
}
.n-bg-neutral-25 {
  --tw-bg-opacity:1;
  background-color:rgb(207 209 212 / var(--tw-bg-opacity));
}
.n-bg-neutral-25\/0 {
  background-color:rgb(207 209 212 / 0);
}
.n-bg-neutral-25\/10 {
  background-color:rgb(207 209 212 / 0.1);
}
.n-bg-neutral-25\/100 {
  background-color:rgb(207 209 212 / 1);
}
.n-bg-neutral-25\/15 {
  background-color:rgb(207 209 212 / 0.15);
}
.n-bg-neutral-25\/20 {
  background-color:rgb(207 209 212 / 0.2);
}
.n-bg-neutral-25\/25 {
  background-color:rgb(207 209 212 / 0.25);
}
.n-bg-neutral-25\/30 {
  background-color:rgb(207 209 212 / 0.3);
}
.n-bg-neutral-25\/35 {
  background-color:rgb(207 209 212 / 0.35);
}
.n-bg-neutral-25\/40 {
  background-color:rgb(207 209 212 / 0.4);
}
.n-bg-neutral-25\/45 {
  background-color:rgb(207 209 212 / 0.45);
}
.n-bg-neutral-25\/5 {
  background-color:rgb(207 209 212 / 0.05);
}
.n-bg-neutral-25\/50 {
  background-color:rgb(207 209 212 / 0.5);
}
.n-bg-neutral-25\/55 {
  background-color:rgb(207 209 212 / 0.55);
}
.n-bg-neutral-25\/60 {
  background-color:rgb(207 209 212 / 0.6);
}
.n-bg-neutral-25\/65 {
  background-color:rgb(207 209 212 / 0.65);
}
.n-bg-neutral-25\/70 {
  background-color:rgb(207 209 212 / 0.7);
}
.n-bg-neutral-25\/75 {
  background-color:rgb(207 209 212 / 0.75);
}
.n-bg-neutral-25\/80 {
  background-color:rgb(207 209 212 / 0.8);
}
.n-bg-neutral-25\/85 {
  background-color:rgb(207 209 212 / 0.85);
}
.n-bg-neutral-25\/90 {
  background-color:rgb(207 209 212 / 0.9);
}
.n-bg-neutral-25\/95 {
  background-color:rgb(207 209 212 / 0.95);
}
.n-bg-neutral-30 {
  --tw-bg-opacity:1;
  background-color:rgb(187 190 195 / var(--tw-bg-opacity));
}
.n-bg-neutral-30\/0 {
  background-color:rgb(187 190 195 / 0);
}
.n-bg-neutral-30\/10 {
  background-color:rgb(187 190 195 / 0.1);
}
.n-bg-neutral-30\/100 {
  background-color:rgb(187 190 195 / 1);
}
.n-bg-neutral-30\/15 {
  background-color:rgb(187 190 195 / 0.15);
}
.n-bg-neutral-30\/20 {
  background-color:rgb(187 190 195 / 0.2);
}
.n-bg-neutral-30\/25 {
  background-color:rgb(187 190 195 / 0.25);
}
.n-bg-neutral-30\/30 {
  background-color:rgb(187 190 195 / 0.3);
}
.n-bg-neutral-30\/35 {
  background-color:rgb(187 190 195 / 0.35);
}
.n-bg-neutral-30\/40 {
  background-color:rgb(187 190 195 / 0.4);
}
.n-bg-neutral-30\/45 {
  background-color:rgb(187 190 195 / 0.45);
}
.n-bg-neutral-30\/5 {
  background-color:rgb(187 190 195 / 0.05);
}
.n-bg-neutral-30\/50 {
  background-color:rgb(187 190 195 / 0.5);
}
.n-bg-neutral-30\/55 {
  background-color:rgb(187 190 195 / 0.55);
}
.n-bg-neutral-30\/60 {
  background-color:rgb(187 190 195 / 0.6);
}
.n-bg-neutral-30\/65 {
  background-color:rgb(187 190 195 / 0.65);
}
.n-bg-neutral-30\/70 {
  background-color:rgb(187 190 195 / 0.7);
}
.n-bg-neutral-30\/75 {
  background-color:rgb(187 190 195 / 0.75);
}
.n-bg-neutral-30\/80 {
  background-color:rgb(187 190 195 / 0.8);
}
.n-bg-neutral-30\/85 {
  background-color:rgb(187 190 195 / 0.85);
}
.n-bg-neutral-30\/90 {
  background-color:rgb(187 190 195 / 0.9);
}
.n-bg-neutral-30\/95 {
  background-color:rgb(187 190 195 / 0.95);
}
.n-bg-neutral-35 {
  --tw-bg-opacity:1;
  background-color:rgb(168 172 178 / var(--tw-bg-opacity));
}
.n-bg-neutral-35\/0 {
  background-color:rgb(168 172 178 / 0);
}
.n-bg-neutral-35\/10 {
  background-color:rgb(168 172 178 / 0.1);
}
.n-bg-neutral-35\/100 {
  background-color:rgb(168 172 178 / 1);
}
.n-bg-neutral-35\/15 {
  background-color:rgb(168 172 178 / 0.15);
}
.n-bg-neutral-35\/20 {
  background-color:rgb(168 172 178 / 0.2);
}
.n-bg-neutral-35\/25 {
  background-color:rgb(168 172 178 / 0.25);
}
.n-bg-neutral-35\/30 {
  background-color:rgb(168 172 178 / 0.3);
}
.n-bg-neutral-35\/35 {
  background-color:rgb(168 172 178 / 0.35);
}
.n-bg-neutral-35\/40 {
  background-color:rgb(168 172 178 / 0.4);
}
.n-bg-neutral-35\/45 {
  background-color:rgb(168 172 178 / 0.45);
}
.n-bg-neutral-35\/5 {
  background-color:rgb(168 172 178 / 0.05);
}
.n-bg-neutral-35\/50 {
  background-color:rgb(168 172 178 / 0.5);
}
.n-bg-neutral-35\/55 {
  background-color:rgb(168 172 178 / 0.55);
}
.n-bg-neutral-35\/60 {
  background-color:rgb(168 172 178 / 0.6);
}
.n-bg-neutral-35\/65 {
  background-color:rgb(168 172 178 / 0.65);
}
.n-bg-neutral-35\/70 {
  background-color:rgb(168 172 178 / 0.7);
}
.n-bg-neutral-35\/75 {
  background-color:rgb(168 172 178 / 0.75);
}
.n-bg-neutral-35\/80 {
  background-color:rgb(168 172 178 / 0.8);
}
.n-bg-neutral-35\/85 {
  background-color:rgb(168 172 178 / 0.85);
}
.n-bg-neutral-35\/90 {
  background-color:rgb(168 172 178 / 0.9);
}
.n-bg-neutral-35\/95 {
  background-color:rgb(168 172 178 / 0.95);
}
.n-bg-neutral-40 {
  --tw-bg-opacity:1;
  background-color:rgb(149 154 161 / var(--tw-bg-opacity));
}
.n-bg-neutral-40\/0 {
  background-color:rgb(149 154 161 / 0);
}
.n-bg-neutral-40\/10 {
  background-color:rgb(149 154 161 / 0.1);
}
.n-bg-neutral-40\/100 {
  background-color:rgb(149 154 161 / 1);
}
.n-bg-neutral-40\/15 {
  background-color:rgb(149 154 161 / 0.15);
}
.n-bg-neutral-40\/20 {
  background-color:rgb(149 154 161 / 0.2);
}
.n-bg-neutral-40\/25 {
  background-color:rgb(149 154 161 / 0.25);
}
.n-bg-neutral-40\/30 {
  background-color:rgb(149 154 161 / 0.3);
}
.n-bg-neutral-40\/35 {
  background-color:rgb(149 154 161 / 0.35);
}
.n-bg-neutral-40\/40 {
  background-color:rgb(149 154 161 / 0.4);
}
.n-bg-neutral-40\/45 {
  background-color:rgb(149 154 161 / 0.45);
}
.n-bg-neutral-40\/5 {
  background-color:rgb(149 154 161 / 0.05);
}
.n-bg-neutral-40\/50 {
  background-color:rgb(149 154 161 / 0.5);
}
.n-bg-neutral-40\/55 {
  background-color:rgb(149 154 161 / 0.55);
}
.n-bg-neutral-40\/60 {
  background-color:rgb(149 154 161 / 0.6);
}
.n-bg-neutral-40\/65 {
  background-color:rgb(149 154 161 / 0.65);
}
.n-bg-neutral-40\/70 {
  background-color:rgb(149 154 161 / 0.7);
}
.n-bg-neutral-40\/75 {
  background-color:rgb(149 154 161 / 0.75);
}
.n-bg-neutral-40\/80 {
  background-color:rgb(149 154 161 / 0.8);
}
.n-bg-neutral-40\/85 {
  background-color:rgb(149 154 161 / 0.85);
}
.n-bg-neutral-40\/90 {
  background-color:rgb(149 154 161 / 0.9);
}
.n-bg-neutral-40\/95 {
  background-color:rgb(149 154 161 / 0.95);
}
.n-bg-neutral-45 {
  --tw-bg-opacity:1;
  background-color:rgb(129 135 144 / var(--tw-bg-opacity));
}
.n-bg-neutral-45\/0 {
  background-color:rgb(129 135 144 / 0);
}
.n-bg-neutral-45\/10 {
  background-color:rgb(129 135 144 / 0.1);
}
.n-bg-neutral-45\/100 {
  background-color:rgb(129 135 144 / 1);
}
.n-bg-neutral-45\/15 {
  background-color:rgb(129 135 144 / 0.15);
}
.n-bg-neutral-45\/20 {
  background-color:rgb(129 135 144 / 0.2);
}
.n-bg-neutral-45\/25 {
  background-color:rgb(129 135 144 / 0.25);
}
.n-bg-neutral-45\/30 {
  background-color:rgb(129 135 144 / 0.3);
}
.n-bg-neutral-45\/35 {
  background-color:rgb(129 135 144 / 0.35);
}
.n-bg-neutral-45\/40 {
  background-color:rgb(129 135 144 / 0.4);
}
.n-bg-neutral-45\/45 {
  background-color:rgb(129 135 144 / 0.45);
}
.n-bg-neutral-45\/5 {
  background-color:rgb(129 135 144 / 0.05);
}
.n-bg-neutral-45\/50 {
  background-color:rgb(129 135 144 / 0.5);
}
.n-bg-neutral-45\/55 {
  background-color:rgb(129 135 144 / 0.55);
}
.n-bg-neutral-45\/60 {
  background-color:rgb(129 135 144 / 0.6);
}
.n-bg-neutral-45\/65 {
  background-color:rgb(129 135 144 / 0.65);
}
.n-bg-neutral-45\/70 {
  background-color:rgb(129 135 144 / 0.7);
}
.n-bg-neutral-45\/75 {
  background-color:rgb(129 135 144 / 0.75);
}
.n-bg-neutral-45\/80 {
  background-color:rgb(129 135 144 / 0.8);
}
.n-bg-neutral-45\/85 {
  background-color:rgb(129 135 144 / 0.85);
}
.n-bg-neutral-45\/90 {
  background-color:rgb(129 135 144 / 0.9);
}
.n-bg-neutral-45\/95 {
  background-color:rgb(129 135 144 / 0.95);
}
.n-bg-neutral-50 {
  --tw-bg-opacity:1;
  background-color:rgb(111 117 126 / var(--tw-bg-opacity));
}
.n-bg-neutral-50\/0 {
  background-color:rgb(111 117 126 / 0);
}
.n-bg-neutral-50\/10 {
  background-color:rgb(111 117 126 / 0.1);
}
.n-bg-neutral-50\/100 {
  background-color:rgb(111 117 126 / 1);
}
.n-bg-neutral-50\/15 {
  background-color:rgb(111 117 126 / 0.15);
}
.n-bg-neutral-50\/20 {
  background-color:rgb(111 117 126 / 0.2);
}
.n-bg-neutral-50\/25 {
  background-color:rgb(111 117 126 / 0.25);
}
.n-bg-neutral-50\/30 {
  background-color:rgb(111 117 126 / 0.3);
}
.n-bg-neutral-50\/35 {
  background-color:rgb(111 117 126 / 0.35);
}
.n-bg-neutral-50\/40 {
  background-color:rgb(111 117 126 / 0.4);
}
.n-bg-neutral-50\/45 {
  background-color:rgb(111 117 126 / 0.45);
}
.n-bg-neutral-50\/5 {
  background-color:rgb(111 117 126 / 0.05);
}
.n-bg-neutral-50\/50 {
  background-color:rgb(111 117 126 / 0.5);
}
.n-bg-neutral-50\/55 {
  background-color:rgb(111 117 126 / 0.55);
}
.n-bg-neutral-50\/60 {
  background-color:rgb(111 117 126 / 0.6);
}
.n-bg-neutral-50\/65 {
  background-color:rgb(111 117 126 / 0.65);
}
.n-bg-neutral-50\/70 {
  background-color:rgb(111 117 126 / 0.7);
}
.n-bg-neutral-50\/75 {
  background-color:rgb(111 117 126 / 0.75);
}
.n-bg-neutral-50\/80 {
  background-color:rgb(111 117 126 / 0.8);
}
.n-bg-neutral-50\/85 {
  background-color:rgb(111 117 126 / 0.85);
}
.n-bg-neutral-50\/90 {
  background-color:rgb(111 117 126 / 0.9);
}
.n-bg-neutral-50\/95 {
  background-color:rgb(111 117 126 / 0.95);
}
.n-bg-neutral-55 {
  --tw-bg-opacity:1;
  background-color:rgb(94 99 106 / var(--tw-bg-opacity));
}
.n-bg-neutral-55\/0 {
  background-color:rgb(94 99 106 / 0);
}
.n-bg-neutral-55\/10 {
  background-color:rgb(94 99 106 / 0.1);
}
.n-bg-neutral-55\/100 {
  background-color:rgb(94 99 106 / 1);
}
.n-bg-neutral-55\/15 {
  background-color:rgb(94 99 106 / 0.15);
}
.n-bg-neutral-55\/20 {
  background-color:rgb(94 99 106 / 0.2);
}
.n-bg-neutral-55\/25 {
  background-color:rgb(94 99 106 / 0.25);
}
.n-bg-neutral-55\/30 {
  background-color:rgb(94 99 106 / 0.3);
}
.n-bg-neutral-55\/35 {
  background-color:rgb(94 99 106 / 0.35);
}
.n-bg-neutral-55\/40 {
  background-color:rgb(94 99 106 / 0.4);
}
.n-bg-neutral-55\/45 {
  background-color:rgb(94 99 106 / 0.45);
}
.n-bg-neutral-55\/5 {
  background-color:rgb(94 99 106 / 0.05);
}
.n-bg-neutral-55\/50 {
  background-color:rgb(94 99 106 / 0.5);
}
.n-bg-neutral-55\/55 {
  background-color:rgb(94 99 106 / 0.55);
}
.n-bg-neutral-55\/60 {
  background-color:rgb(94 99 106 / 0.6);
}
.n-bg-neutral-55\/65 {
  background-color:rgb(94 99 106 / 0.65);
}
.n-bg-neutral-55\/70 {
  background-color:rgb(94 99 106 / 0.7);
}
.n-bg-neutral-55\/75 {
  background-color:rgb(94 99 106 / 0.75);
}
.n-bg-neutral-55\/80 {
  background-color:rgb(94 99 106 / 0.8);
}
.n-bg-neutral-55\/85 {
  background-color:rgb(94 99 106 / 0.85);
}
.n-bg-neutral-55\/90 {
  background-color:rgb(94 99 106 / 0.9);
}
.n-bg-neutral-55\/95 {
  background-color:rgb(94 99 106 / 0.95);
}
.n-bg-neutral-60 {
  --tw-bg-opacity:1;
  background-color:rgb(77 81 87 / var(--tw-bg-opacity));
}
.n-bg-neutral-60\/0 {
  background-color:rgb(77 81 87 / 0);
}
.n-bg-neutral-60\/10 {
  background-color:rgb(77 81 87 / 0.1);
}
.n-bg-neutral-60\/100 {
  background-color:rgb(77 81 87 / 1);
}
.n-bg-neutral-60\/15 {
  background-color:rgb(77 81 87 / 0.15);
}
.n-bg-neutral-60\/20 {
  background-color:rgb(77 81 87 / 0.2);
}
.n-bg-neutral-60\/25 {
  background-color:rgb(77 81 87 / 0.25);
}
.n-bg-neutral-60\/30 {
  background-color:rgb(77 81 87 / 0.3);
}
.n-bg-neutral-60\/35 {
  background-color:rgb(77 81 87 / 0.35);
}
.n-bg-neutral-60\/40 {
  background-color:rgb(77 81 87 / 0.4);
}
.n-bg-neutral-60\/45 {
  background-color:rgb(77 81 87 / 0.45);
}
.n-bg-neutral-60\/5 {
  background-color:rgb(77 81 87 / 0.05);
}
.n-bg-neutral-60\/50 {
  background-color:rgb(77 81 87 / 0.5);
}
.n-bg-neutral-60\/55 {
  background-color:rgb(77 81 87 / 0.55);
}
.n-bg-neutral-60\/60 {
  background-color:rgb(77 81 87 / 0.6);
}
.n-bg-neutral-60\/65 {
  background-color:rgb(77 81 87 / 0.65);
}
.n-bg-neutral-60\/70 {
  background-color:rgb(77 81 87 / 0.7);
}
.n-bg-neutral-60\/75 {
  background-color:rgb(77 81 87 / 0.75);
}
.n-bg-neutral-60\/80 {
  background-color:rgb(77 81 87 / 0.8);
}
.n-bg-neutral-60\/85 {
  background-color:rgb(77 81 87 / 0.85);
}
.n-bg-neutral-60\/90 {
  background-color:rgb(77 81 87 / 0.9);
}
.n-bg-neutral-60\/95 {
  background-color:rgb(77 81 87 / 0.95);
}
.n-bg-neutral-65 {
  --tw-bg-opacity:1;
  background-color:rgb(60 63 68 / var(--tw-bg-opacity));
}
.n-bg-neutral-65\/0 {
  background-color:rgb(60 63 68 / 0);
}
.n-bg-neutral-65\/10 {
  background-color:rgb(60 63 68 / 0.1);
}
.n-bg-neutral-65\/100 {
  background-color:rgb(60 63 68 / 1);
}
.n-bg-neutral-65\/15 {
  background-color:rgb(60 63 68 / 0.15);
}
.n-bg-neutral-65\/20 {
  background-color:rgb(60 63 68 / 0.2);
}
.n-bg-neutral-65\/25 {
  background-color:rgb(60 63 68 / 0.25);
}
.n-bg-neutral-65\/30 {
  background-color:rgb(60 63 68 / 0.3);
}
.n-bg-neutral-65\/35 {
  background-color:rgb(60 63 68 / 0.35);
}
.n-bg-neutral-65\/40 {
  background-color:rgb(60 63 68 / 0.4);
}
.n-bg-neutral-65\/45 {
  background-color:rgb(60 63 68 / 0.45);
}
.n-bg-neutral-65\/5 {
  background-color:rgb(60 63 68 / 0.05);
}
.n-bg-neutral-65\/50 {
  background-color:rgb(60 63 68 / 0.5);
}
.n-bg-neutral-65\/55 {
  background-color:rgb(60 63 68 / 0.55);
}
.n-bg-neutral-65\/60 {
  background-color:rgb(60 63 68 / 0.6);
}
.n-bg-neutral-65\/65 {
  background-color:rgb(60 63 68 / 0.65);
}
.n-bg-neutral-65\/70 {
  background-color:rgb(60 63 68 / 0.7);
}
.n-bg-neutral-65\/75 {
  background-color:rgb(60 63 68 / 0.75);
}
.n-bg-neutral-65\/80 {
  background-color:rgb(60 63 68 / 0.8);
}
.n-bg-neutral-65\/85 {
  background-color:rgb(60 63 68 / 0.85);
}
.n-bg-neutral-65\/90 {
  background-color:rgb(60 63 68 / 0.9);
}
.n-bg-neutral-65\/95 {
  background-color:rgb(60 63 68 / 0.95);
}
.n-bg-neutral-70 {
  --tw-bg-opacity:1;
  background-color:rgb(33 35 37 / var(--tw-bg-opacity));
}
.n-bg-neutral-70\/0 {
  background-color:rgb(33 35 37 / 0);
}
.n-bg-neutral-70\/10 {
  background-color:rgb(33 35 37 / 0.1);
}
.n-bg-neutral-70\/100 {
  background-color:rgb(33 35 37 / 1);
}
.n-bg-neutral-70\/15 {
  background-color:rgb(33 35 37 / 0.15);
}
.n-bg-neutral-70\/20 {
  background-color:rgb(33 35 37 / 0.2);
}
.n-bg-neutral-70\/25 {
  background-color:rgb(33 35 37 / 0.25);
}
.n-bg-neutral-70\/30 {
  background-color:rgb(33 35 37 / 0.3);
}
.n-bg-neutral-70\/35 {
  background-color:rgb(33 35 37 / 0.35);
}
.n-bg-neutral-70\/40 {
  background-color:rgb(33 35 37 / 0.4);
}
.n-bg-neutral-70\/45 {
  background-color:rgb(33 35 37 / 0.45);
}
.n-bg-neutral-70\/5 {
  background-color:rgb(33 35 37 / 0.05);
}
.n-bg-neutral-70\/50 {
  background-color:rgb(33 35 37 / 0.5);
}
.n-bg-neutral-70\/55 {
  background-color:rgb(33 35 37 / 0.55);
}
.n-bg-neutral-70\/60 {
  background-color:rgb(33 35 37 / 0.6);
}
.n-bg-neutral-70\/65 {
  background-color:rgb(33 35 37 / 0.65);
}
.n-bg-neutral-70\/70 {
  background-color:rgb(33 35 37 / 0.7);
}
.n-bg-neutral-70\/75 {
  background-color:rgb(33 35 37 / 0.75);
}
.n-bg-neutral-70\/80 {
  background-color:rgb(33 35 37 / 0.8);
}
.n-bg-neutral-70\/85 {
  background-color:rgb(33 35 37 / 0.85);
}
.n-bg-neutral-70\/90 {
  background-color:rgb(33 35 37 / 0.9);
}
.n-bg-neutral-70\/95 {
  background-color:rgb(33 35 37 / 0.95);
}
.n-bg-neutral-75 {
  --tw-bg-opacity:1;
  background-color:rgb(26 27 29 / var(--tw-bg-opacity));
}
.n-bg-neutral-75\/0 {
  background-color:rgb(26 27 29 / 0);
}
.n-bg-neutral-75\/10 {
  background-color:rgb(26 27 29 / 0.1);
}
.n-bg-neutral-75\/100 {
  background-color:rgb(26 27 29 / 1);
}
.n-bg-neutral-75\/15 {
  background-color:rgb(26 27 29 / 0.15);
}
.n-bg-neutral-75\/20 {
  background-color:rgb(26 27 29 / 0.2);
}
.n-bg-neutral-75\/25 {
  background-color:rgb(26 27 29 / 0.25);
}
.n-bg-neutral-75\/30 {
  background-color:rgb(26 27 29 / 0.3);
}
.n-bg-neutral-75\/35 {
  background-color:rgb(26 27 29 / 0.35);
}
.n-bg-neutral-75\/40 {
  background-color:rgb(26 27 29 / 0.4);
}
.n-bg-neutral-75\/45 {
  background-color:rgb(26 27 29 / 0.45);
}
.n-bg-neutral-75\/5 {
  background-color:rgb(26 27 29 / 0.05);
}
.n-bg-neutral-75\/50 {
  background-color:rgb(26 27 29 / 0.5);
}
.n-bg-neutral-75\/55 {
  background-color:rgb(26 27 29 / 0.55);
}
.n-bg-neutral-75\/60 {
  background-color:rgb(26 27 29 / 0.6);
}
.n-bg-neutral-75\/65 {
  background-color:rgb(26 27 29 / 0.65);
}
.n-bg-neutral-75\/70 {
  background-color:rgb(26 27 29 / 0.7);
}
.n-bg-neutral-75\/75 {
  background-color:rgb(26 27 29 / 0.75);
}
.n-bg-neutral-75\/80 {
  background-color:rgb(26 27 29 / 0.8);
}
.n-bg-neutral-75\/85 {
  background-color:rgb(26 27 29 / 0.85);
}
.n-bg-neutral-75\/90 {
  background-color:rgb(26 27 29 / 0.9);
}
.n-bg-neutral-75\/95 {
  background-color:rgb(26 27 29 / 0.95);
}
.n-bg-neutral-80 {
  --tw-bg-opacity:1;
  background-color:rgb(9 9 10 / var(--tw-bg-opacity));
}
.n-bg-neutral-80\/0 {
  background-color:rgb(9 9 10 / 0);
}
.n-bg-neutral-80\/10 {
  background-color:rgb(9 9 10 / 0.1);
}
.n-bg-neutral-80\/100 {
  background-color:rgb(9 9 10 / 1);
}
.n-bg-neutral-80\/15 {
  background-color:rgb(9 9 10 / 0.15);
}
.n-bg-neutral-80\/20 {
  background-color:rgb(9 9 10 / 0.2);
}
.n-bg-neutral-80\/25 {
  background-color:rgb(9 9 10 / 0.25);
}
.n-bg-neutral-80\/30 {
  background-color:rgb(9 9 10 / 0.3);
}
.n-bg-neutral-80\/35 {
  background-color:rgb(9 9 10 / 0.35);
}
.n-bg-neutral-80\/40 {
  background-color:rgb(9 9 10 / 0.4);
}
.n-bg-neutral-80\/45 {
  background-color:rgb(9 9 10 / 0.45);
}
.n-bg-neutral-80\/5 {
  background-color:rgb(9 9 10 / 0.05);
}
.n-bg-neutral-80\/50 {
  background-color:rgb(9 9 10 / 0.5);
}
.n-bg-neutral-80\/55 {
  background-color:rgb(9 9 10 / 0.55);
}
.n-bg-neutral-80\/60 {
  background-color:rgb(9 9 10 / 0.6);
}
.n-bg-neutral-80\/65 {
  background-color:rgb(9 9 10 / 0.65);
}
.n-bg-neutral-80\/70 {
  background-color:rgb(9 9 10 / 0.7);
}
.n-bg-neutral-80\/75 {
  background-color:rgb(9 9 10 / 0.75);
}
.n-bg-neutral-80\/80 {
  background-color:rgb(9 9 10 / 0.8);
}
.n-bg-neutral-80\/85 {
  background-color:rgb(9 9 10 / 0.85);
}
.n-bg-neutral-80\/90 {
  background-color:rgb(9 9 10 / 0.9);
}
.n-bg-neutral-80\/95 {
  background-color:rgb(9 9 10 / 0.95);
}
.n-bg-palette-danger-bg-status {
  background-color:rgb(var(--theme-palette-danger-bg-status));
}
.n-bg-palette-danger-bg-status\/0 {
  background-color:rgb(var(--theme-palette-danger-bg-status) / 0);
}
.n-bg-palette-danger-bg-status\/10 {
  background-color:rgb(var(--theme-palette-danger-bg-status) / 0.1);
}
.n-bg-palette-danger-bg-status\/100 {
  background-color:rgb(var(--theme-palette-danger-bg-status) / 1);
}
.n-bg-palette-danger-bg-status\/15 {
  background-color:rgb(var(--theme-palette-danger-bg-status) / 0.15);
}
.n-bg-palette-danger-bg-status\/20 {
  background-color:rgb(var(--theme-palette-danger-bg-status) / 0.2);
}
.n-bg-palette-danger-bg-status\/25 {
  background-color:rgb(var(--theme-palette-danger-bg-status) / 0.25);
}
.n-bg-palette-danger-bg-status\/30 {
  background-color:rgb(var(--theme-palette-danger-bg-status) / 0.3);
}
.n-bg-palette-danger-bg-status\/35 {
  background-color:rgb(var(--theme-palette-danger-bg-status) / 0.35);
}
.n-bg-palette-danger-bg-status\/40 {
  background-color:rgb(var(--theme-palette-danger-bg-status) / 0.4);
}
.n-bg-palette-danger-bg-status\/45 {
  background-color:rgb(var(--theme-palette-danger-bg-status) / 0.45);
}
.n-bg-palette-danger-bg-status\/5 {
  background-color:rgb(var(--theme-palette-danger-bg-status) / 0.05);
}
.n-bg-palette-danger-bg-status\/50 {
  background-color:rgb(var(--theme-palette-danger-bg-status) / 0.5);
}
.n-bg-palette-danger-bg-status\/55 {
  background-color:rgb(var(--theme-palette-danger-bg-status) / 0.55);
}
.n-bg-palette-danger-bg-status\/60 {
  background-color:rgb(var(--theme-palette-danger-bg-status) / 0.6);
}
.n-bg-palette-danger-bg-status\/65 {
  background-color:rgb(var(--theme-palette-danger-bg-status) / 0.65);
}
.n-bg-palette-danger-bg-status\/70 {
  background-color:rgb(var(--theme-palette-danger-bg-status) / 0.7);
}
.n-bg-palette-danger-bg-status\/75 {
  background-color:rgb(var(--theme-palette-danger-bg-status) / 0.75);
}
.n-bg-palette-danger-bg-status\/80 {
  background-color:rgb(var(--theme-palette-danger-bg-status) / 0.8);
}
.n-bg-palette-danger-bg-status\/85 {
  background-color:rgb(var(--theme-palette-danger-bg-status) / 0.85);
}
.n-bg-palette-danger-bg-status\/90 {
  background-color:rgb(var(--theme-palette-danger-bg-status) / 0.9);
}
.n-bg-palette-danger-bg-status\/95 {
  background-color:rgb(var(--theme-palette-danger-bg-status) / 0.95);
}
.n-bg-palette-danger-bg-strong {
  background-color:rgb(var(--theme-palette-danger-bg-strong));
}
.n-bg-palette-danger-bg-strong\/0 {
  background-color:rgb(var(--theme-palette-danger-bg-strong) / 0);
}
.n-bg-palette-danger-bg-strong\/10 {
  background-color:rgb(var(--theme-palette-danger-bg-strong) / 0.1);
}
.n-bg-palette-danger-bg-strong\/100 {
  background-color:rgb(var(--theme-palette-danger-bg-strong) / 1);
}
.n-bg-palette-danger-bg-strong\/15 {
  background-color:rgb(var(--theme-palette-danger-bg-strong) / 0.15);
}
.n-bg-palette-danger-bg-strong\/20 {
  background-color:rgb(var(--theme-palette-danger-bg-strong) / 0.2);
}
.n-bg-palette-danger-bg-strong\/25 {
  background-color:rgb(var(--theme-palette-danger-bg-strong) / 0.25);
}
.n-bg-palette-danger-bg-strong\/30 {
  background-color:rgb(var(--theme-palette-danger-bg-strong) / 0.3);
}
.n-bg-palette-danger-bg-strong\/35 {
  background-color:rgb(var(--theme-palette-danger-bg-strong) / 0.35);
}
.n-bg-palette-danger-bg-strong\/40 {
  background-color:rgb(var(--theme-palette-danger-bg-strong) / 0.4);
}
.n-bg-palette-danger-bg-strong\/45 {
  background-color:rgb(var(--theme-palette-danger-bg-strong) / 0.45);
}
.n-bg-palette-danger-bg-strong\/5 {
  background-color:rgb(var(--theme-palette-danger-bg-strong) / 0.05);
}
.n-bg-palette-danger-bg-strong\/50 {
  background-color:rgb(var(--theme-palette-danger-bg-strong) / 0.5);
}
.n-bg-palette-danger-bg-strong\/55 {
  background-color:rgb(var(--theme-palette-danger-bg-strong) / 0.55);
}
.n-bg-palette-danger-bg-strong\/60 {
  background-color:rgb(var(--theme-palette-danger-bg-strong) / 0.6);
}
.n-bg-palette-danger-bg-strong\/65 {
  background-color:rgb(var(--theme-palette-danger-bg-strong) / 0.65);
}
.n-bg-palette-danger-bg-strong\/70 {
  background-color:rgb(var(--theme-palette-danger-bg-strong) / 0.7);
}
.n-bg-palette-danger-bg-strong\/75 {
  background-color:rgb(var(--theme-palette-danger-bg-strong) / 0.75);
}
.n-bg-palette-danger-bg-strong\/80 {
  background-color:rgb(var(--theme-palette-danger-bg-strong) / 0.8);
}
.n-bg-palette-danger-bg-strong\/85 {
  background-color:rgb(var(--theme-palette-danger-bg-strong) / 0.85);
}
.n-bg-palette-danger-bg-strong\/90 {
  background-color:rgb(var(--theme-palette-danger-bg-strong) / 0.9);
}
.n-bg-palette-danger-bg-strong\/95 {
  background-color:rgb(var(--theme-palette-danger-bg-strong) / 0.95);
}
.n-bg-palette-danger-bg-weak {
  background-color:rgb(var(--theme-palette-danger-bg-weak));
}
.n-bg-palette-danger-bg-weak\/0 {
  background-color:rgb(var(--theme-palette-danger-bg-weak) / 0);
}
.n-bg-palette-danger-bg-weak\/10 {
  background-color:rgb(var(--theme-palette-danger-bg-weak) / 0.1);
}
.n-bg-palette-danger-bg-weak\/100 {
  background-color:rgb(var(--theme-palette-danger-bg-weak) / 1);
}
.n-bg-palette-danger-bg-weak\/15 {
  background-color:rgb(var(--theme-palette-danger-bg-weak) / 0.15);
}
.n-bg-palette-danger-bg-weak\/20 {
  background-color:rgb(var(--theme-palette-danger-bg-weak) / 0.2);
}
.n-bg-palette-danger-bg-weak\/25 {
  background-color:rgb(var(--theme-palette-danger-bg-weak) / 0.25);
}
.n-bg-palette-danger-bg-weak\/30 {
  background-color:rgb(var(--theme-palette-danger-bg-weak) / 0.3);
}
.n-bg-palette-danger-bg-weak\/35 {
  background-color:rgb(var(--theme-palette-danger-bg-weak) / 0.35);
}
.n-bg-palette-danger-bg-weak\/40 {
  background-color:rgb(var(--theme-palette-danger-bg-weak) / 0.4);
}
.n-bg-palette-danger-bg-weak\/45 {
  background-color:rgb(var(--theme-palette-danger-bg-weak) / 0.45);
}
.n-bg-palette-danger-bg-weak\/5 {
  background-color:rgb(var(--theme-palette-danger-bg-weak) / 0.05);
}
.n-bg-palette-danger-bg-weak\/50 {
  background-color:rgb(var(--theme-palette-danger-bg-weak) / 0.5);
}
.n-bg-palette-danger-bg-weak\/55 {
  background-color:rgb(var(--theme-palette-danger-bg-weak) / 0.55);
}
.n-bg-palette-danger-bg-weak\/60 {
  background-color:rgb(var(--theme-palette-danger-bg-weak) / 0.6);
}
.n-bg-palette-danger-bg-weak\/65 {
  background-color:rgb(var(--theme-palette-danger-bg-weak) / 0.65);
}
.n-bg-palette-danger-bg-weak\/70 {
  background-color:rgb(var(--theme-palette-danger-bg-weak) / 0.7);
}
.n-bg-palette-danger-bg-weak\/75 {
  background-color:rgb(var(--theme-palette-danger-bg-weak) / 0.75);
}
.n-bg-palette-danger-bg-weak\/80 {
  background-color:rgb(var(--theme-palette-danger-bg-weak) / 0.8);
}
.n-bg-palette-danger-bg-weak\/85 {
  background-color:rgb(var(--theme-palette-danger-bg-weak) / 0.85);
}
.n-bg-palette-danger-bg-weak\/90 {
  background-color:rgb(var(--theme-palette-danger-bg-weak) / 0.9);
}
.n-bg-palette-danger-bg-weak\/95 {
  background-color:rgb(var(--theme-palette-danger-bg-weak) / 0.95);
}
.n-bg-palette-danger-border-strong {
  background-color:rgb(var(--theme-palette-danger-border-strong));
}
.n-bg-palette-danger-border-strong\/0 {
  background-color:rgb(var(--theme-palette-danger-border-strong) / 0);
}
.n-bg-palette-danger-border-strong\/10 {
  background-color:rgb(var(--theme-palette-danger-border-strong) / 0.1);
}
.n-bg-palette-danger-border-strong\/100 {
  background-color:rgb(var(--theme-palette-danger-border-strong) / 1);
}
.n-bg-palette-danger-border-strong\/15 {
  background-color:rgb(var(--theme-palette-danger-border-strong) / 0.15);
}
.n-bg-palette-danger-border-strong\/20 {
  background-color:rgb(var(--theme-palette-danger-border-strong) / 0.2);
}
.n-bg-palette-danger-border-strong\/25 {
  background-color:rgb(var(--theme-palette-danger-border-strong) / 0.25);
}
.n-bg-palette-danger-border-strong\/30 {
  background-color:rgb(var(--theme-palette-danger-border-strong) / 0.3);
}
.n-bg-palette-danger-border-strong\/35 {
  background-color:rgb(var(--theme-palette-danger-border-strong) / 0.35);
}
.n-bg-palette-danger-border-strong\/40 {
  background-color:rgb(var(--theme-palette-danger-border-strong) / 0.4);
}
.n-bg-palette-danger-border-strong\/45 {
  background-color:rgb(var(--theme-palette-danger-border-strong) / 0.45);
}
.n-bg-palette-danger-border-strong\/5 {
  background-color:rgb(var(--theme-palette-danger-border-strong) / 0.05);
}
.n-bg-palette-danger-border-strong\/50 {
  background-color:rgb(var(--theme-palette-danger-border-strong) / 0.5);
}
.n-bg-palette-danger-border-strong\/55 {
  background-color:rgb(var(--theme-palette-danger-border-strong) / 0.55);
}
.n-bg-palette-danger-border-strong\/60 {
  background-color:rgb(var(--theme-palette-danger-border-strong) / 0.6);
}
.n-bg-palette-danger-border-strong\/65 {
  background-color:rgb(var(--theme-palette-danger-border-strong) / 0.65);
}
.n-bg-palette-danger-border-strong\/70 {
  background-color:rgb(var(--theme-palette-danger-border-strong) / 0.7);
}
.n-bg-palette-danger-border-strong\/75 {
  background-color:rgb(var(--theme-palette-danger-border-strong) / 0.75);
}
.n-bg-palette-danger-border-strong\/80 {
  background-color:rgb(var(--theme-palette-danger-border-strong) / 0.8);
}
.n-bg-palette-danger-border-strong\/85 {
  background-color:rgb(var(--theme-palette-danger-border-strong) / 0.85);
}
.n-bg-palette-danger-border-strong\/90 {
  background-color:rgb(var(--theme-palette-danger-border-strong) / 0.9);
}
.n-bg-palette-danger-border-strong\/95 {
  background-color:rgb(var(--theme-palette-danger-border-strong) / 0.95);
}
.n-bg-palette-danger-border-weak {
  background-color:rgb(var(--theme-palette-danger-border-weak));
}
.n-bg-palette-danger-border-weak\/0 {
  background-color:rgb(var(--theme-palette-danger-border-weak) / 0);
}
.n-bg-palette-danger-border-weak\/10 {
  background-color:rgb(var(--theme-palette-danger-border-weak) / 0.1);
}
.n-bg-palette-danger-border-weak\/100 {
  background-color:rgb(var(--theme-palette-danger-border-weak) / 1);
}
.n-bg-palette-danger-border-weak\/15 {
  background-color:rgb(var(--theme-palette-danger-border-weak) / 0.15);
}
.n-bg-palette-danger-border-weak\/20 {
  background-color:rgb(var(--theme-palette-danger-border-weak) / 0.2);
}
.n-bg-palette-danger-border-weak\/25 {
  background-color:rgb(var(--theme-palette-danger-border-weak) / 0.25);
}
.n-bg-palette-danger-border-weak\/30 {
  background-color:rgb(var(--theme-palette-danger-border-weak) / 0.3);
}
.n-bg-palette-danger-border-weak\/35 {
  background-color:rgb(var(--theme-palette-danger-border-weak) / 0.35);
}
.n-bg-palette-danger-border-weak\/40 {
  background-color:rgb(var(--theme-palette-danger-border-weak) / 0.4);
}
.n-bg-palette-danger-border-weak\/45 {
  background-color:rgb(var(--theme-palette-danger-border-weak) / 0.45);
}
.n-bg-palette-danger-border-weak\/5 {
  background-color:rgb(var(--theme-palette-danger-border-weak) / 0.05);
}
.n-bg-palette-danger-border-weak\/50 {
  background-color:rgb(var(--theme-palette-danger-border-weak) / 0.5);
}
.n-bg-palette-danger-border-weak\/55 {
  background-color:rgb(var(--theme-palette-danger-border-weak) / 0.55);
}
.n-bg-palette-danger-border-weak\/60 {
  background-color:rgb(var(--theme-palette-danger-border-weak) / 0.6);
}
.n-bg-palette-danger-border-weak\/65 {
  background-color:rgb(var(--theme-palette-danger-border-weak) / 0.65);
}
.n-bg-palette-danger-border-weak\/70 {
  background-color:rgb(var(--theme-palette-danger-border-weak) / 0.7);
}
.n-bg-palette-danger-border-weak\/75 {
  background-color:rgb(var(--theme-palette-danger-border-weak) / 0.75);
}
.n-bg-palette-danger-border-weak\/80 {
  background-color:rgb(var(--theme-palette-danger-border-weak) / 0.8);
}
.n-bg-palette-danger-border-weak\/85 {
  background-color:rgb(var(--theme-palette-danger-border-weak) / 0.85);
}
.n-bg-palette-danger-border-weak\/90 {
  background-color:rgb(var(--theme-palette-danger-border-weak) / 0.9);
}
.n-bg-palette-danger-border-weak\/95 {
  background-color:rgb(var(--theme-palette-danger-border-weak) / 0.95);
}
.n-bg-palette-danger-hover-strong {
  background-color:rgb(var(--theme-palette-danger-hover-strong));
}
.n-bg-palette-danger-hover-strong\/0 {
  background-color:rgb(var(--theme-palette-danger-hover-strong) / 0);
}
.n-bg-palette-danger-hover-strong\/10 {
  background-color:rgb(var(--theme-palette-danger-hover-strong) / 0.1);
}
.n-bg-palette-danger-hover-strong\/100 {
  background-color:rgb(var(--theme-palette-danger-hover-strong) / 1);
}
.n-bg-palette-danger-hover-strong\/15 {
  background-color:rgb(var(--theme-palette-danger-hover-strong) / 0.15);
}
.n-bg-palette-danger-hover-strong\/20 {
  background-color:rgb(var(--theme-palette-danger-hover-strong) / 0.2);
}
.n-bg-palette-danger-hover-strong\/25 {
  background-color:rgb(var(--theme-palette-danger-hover-strong) / 0.25);
}
.n-bg-palette-danger-hover-strong\/30 {
  background-color:rgb(var(--theme-palette-danger-hover-strong) / 0.3);
}
.n-bg-palette-danger-hover-strong\/35 {
  background-color:rgb(var(--theme-palette-danger-hover-strong) / 0.35);
}
.n-bg-palette-danger-hover-strong\/40 {
  background-color:rgb(var(--theme-palette-danger-hover-strong) / 0.4);
}
.n-bg-palette-danger-hover-strong\/45 {
  background-color:rgb(var(--theme-palette-danger-hover-strong) / 0.45);
}
.n-bg-palette-danger-hover-strong\/5 {
  background-color:rgb(var(--theme-palette-danger-hover-strong) / 0.05);
}
.n-bg-palette-danger-hover-strong\/50 {
  background-color:rgb(var(--theme-palette-danger-hover-strong) / 0.5);
}
.n-bg-palette-danger-hover-strong\/55 {
  background-color:rgb(var(--theme-palette-danger-hover-strong) / 0.55);
}
.n-bg-palette-danger-hover-strong\/60 {
  background-color:rgb(var(--theme-palette-danger-hover-strong) / 0.6);
}
.n-bg-palette-danger-hover-strong\/65 {
  background-color:rgb(var(--theme-palette-danger-hover-strong) / 0.65);
}
.n-bg-palette-danger-hover-strong\/70 {
  background-color:rgb(var(--theme-palette-danger-hover-strong) / 0.7);
}
.n-bg-palette-danger-hover-strong\/75 {
  background-color:rgb(var(--theme-palette-danger-hover-strong) / 0.75);
}
.n-bg-palette-danger-hover-strong\/80 {
  background-color:rgb(var(--theme-palette-danger-hover-strong) / 0.8);
}
.n-bg-palette-danger-hover-strong\/85 {
  background-color:rgb(var(--theme-palette-danger-hover-strong) / 0.85);
}
.n-bg-palette-danger-hover-strong\/90 {
  background-color:rgb(var(--theme-palette-danger-hover-strong) / 0.9);
}
.n-bg-palette-danger-hover-strong\/95 {
  background-color:rgb(var(--theme-palette-danger-hover-strong) / 0.95);
}
.n-bg-palette-danger-hover-weak {
  background-color:rgb(var(--theme-palette-danger-hover-weak));
}
.n-bg-palette-danger-hover-weak\/0 {
  background-color:rgb(var(--theme-palette-danger-hover-weak) / 0);
}
.n-bg-palette-danger-hover-weak\/10 {
  background-color:rgb(var(--theme-palette-danger-hover-weak) / 0.1);
}
.n-bg-palette-danger-hover-weak\/100 {
  background-color:rgb(var(--theme-palette-danger-hover-weak) / 1);
}
.n-bg-palette-danger-hover-weak\/15 {
  background-color:rgb(var(--theme-palette-danger-hover-weak) / 0.15);
}
.n-bg-palette-danger-hover-weak\/20 {
  background-color:rgb(var(--theme-palette-danger-hover-weak) / 0.2);
}
.n-bg-palette-danger-hover-weak\/25 {
  background-color:rgb(var(--theme-palette-danger-hover-weak) / 0.25);
}
.n-bg-palette-danger-hover-weak\/30 {
  background-color:rgb(var(--theme-palette-danger-hover-weak) / 0.3);
}
.n-bg-palette-danger-hover-weak\/35 {
  background-color:rgb(var(--theme-palette-danger-hover-weak) / 0.35);
}
.n-bg-palette-danger-hover-weak\/40 {
  background-color:rgb(var(--theme-palette-danger-hover-weak) / 0.4);
}
.n-bg-palette-danger-hover-weak\/45 {
  background-color:rgb(var(--theme-palette-danger-hover-weak) / 0.45);
}
.n-bg-palette-danger-hover-weak\/5 {
  background-color:rgb(var(--theme-palette-danger-hover-weak) / 0.05);
}
.n-bg-palette-danger-hover-weak\/50 {
  background-color:rgb(var(--theme-palette-danger-hover-weak) / 0.5);
}
.n-bg-palette-danger-hover-weak\/55 {
  background-color:rgb(var(--theme-palette-danger-hover-weak) / 0.55);
}
.n-bg-palette-danger-hover-weak\/60 {
  background-color:rgb(var(--theme-palette-danger-hover-weak) / 0.6);
}
.n-bg-palette-danger-hover-weak\/65 {
  background-color:rgb(var(--theme-palette-danger-hover-weak) / 0.65);
}
.n-bg-palette-danger-hover-weak\/70 {
  background-color:rgb(var(--theme-palette-danger-hover-weak) / 0.7);
}
.n-bg-palette-danger-hover-weak\/75 {
  background-color:rgb(var(--theme-palette-danger-hover-weak) / 0.75);
}
.n-bg-palette-danger-hover-weak\/80 {
  background-color:rgb(var(--theme-palette-danger-hover-weak) / 0.8);
}
.n-bg-palette-danger-hover-weak\/85 {
  background-color:rgb(var(--theme-palette-danger-hover-weak) / 0.85);
}
.n-bg-palette-danger-hover-weak\/90 {
  background-color:rgb(var(--theme-palette-danger-hover-weak) / 0.9);
}
.n-bg-palette-danger-hover-weak\/95 {
  background-color:rgb(var(--theme-palette-danger-hover-weak) / 0.95);
}
.n-bg-palette-danger-icon {
  background-color:rgb(var(--theme-palette-danger-icon));
}
.n-bg-palette-danger-icon\/0 {
  background-color:rgb(var(--theme-palette-danger-icon) / 0);
}
.n-bg-palette-danger-icon\/10 {
  background-color:rgb(var(--theme-palette-danger-icon) / 0.1);
}
.n-bg-palette-danger-icon\/100 {
  background-color:rgb(var(--theme-palette-danger-icon) / 1);
}
.n-bg-palette-danger-icon\/15 {
  background-color:rgb(var(--theme-palette-danger-icon) / 0.15);
}
.n-bg-palette-danger-icon\/20 {
  background-color:rgb(var(--theme-palette-danger-icon) / 0.2);
}
.n-bg-palette-danger-icon\/25 {
  background-color:rgb(var(--theme-palette-danger-icon) / 0.25);
}
.n-bg-palette-danger-icon\/30 {
  background-color:rgb(var(--theme-palette-danger-icon) / 0.3);
}
.n-bg-palette-danger-icon\/35 {
  background-color:rgb(var(--theme-palette-danger-icon) / 0.35);
}
.n-bg-palette-danger-icon\/40 {
  background-color:rgb(var(--theme-palette-danger-icon) / 0.4);
}
.n-bg-palette-danger-icon\/45 {
  background-color:rgb(var(--theme-palette-danger-icon) / 0.45);
}
.n-bg-palette-danger-icon\/5 {
  background-color:rgb(var(--theme-palette-danger-icon) / 0.05);
}
.n-bg-palette-danger-icon\/50 {
  background-color:rgb(var(--theme-palette-danger-icon) / 0.5);
}
.n-bg-palette-danger-icon\/55 {
  background-color:rgb(var(--theme-palette-danger-icon) / 0.55);
}
.n-bg-palette-danger-icon\/60 {
  background-color:rgb(var(--theme-palette-danger-icon) / 0.6);
}
.n-bg-palette-danger-icon\/65 {
  background-color:rgb(var(--theme-palette-danger-icon) / 0.65);
}
.n-bg-palette-danger-icon\/70 {
  background-color:rgb(var(--theme-palette-danger-icon) / 0.7);
}
.n-bg-palette-danger-icon\/75 {
  background-color:rgb(var(--theme-palette-danger-icon) / 0.75);
}
.n-bg-palette-danger-icon\/80 {
  background-color:rgb(var(--theme-palette-danger-icon) / 0.8);
}
.n-bg-palette-danger-icon\/85 {
  background-color:rgb(var(--theme-palette-danger-icon) / 0.85);
}
.n-bg-palette-danger-icon\/90 {
  background-color:rgb(var(--theme-palette-danger-icon) / 0.9);
}
.n-bg-palette-danger-icon\/95 {
  background-color:rgb(var(--theme-palette-danger-icon) / 0.95);
}
.n-bg-palette-danger-pressed-strong {
  background-color:rgb(var(--theme-palette-danger-pressed-strong));
}
.n-bg-palette-danger-pressed-strong\/0 {
  background-color:rgb(var(--theme-palette-danger-pressed-strong) / 0);
}
.n-bg-palette-danger-pressed-strong\/10 {
  background-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.1);
}
.n-bg-palette-danger-pressed-strong\/100 {
  background-color:rgb(var(--theme-palette-danger-pressed-strong) / 1);
}
.n-bg-palette-danger-pressed-strong\/15 {
  background-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.15);
}
.n-bg-palette-danger-pressed-strong\/20 {
  background-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.2);
}
.n-bg-palette-danger-pressed-strong\/25 {
  background-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.25);
}
.n-bg-palette-danger-pressed-strong\/30 {
  background-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.3);
}
.n-bg-palette-danger-pressed-strong\/35 {
  background-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.35);
}
.n-bg-palette-danger-pressed-strong\/40 {
  background-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.4);
}
.n-bg-palette-danger-pressed-strong\/45 {
  background-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.45);
}
.n-bg-palette-danger-pressed-strong\/5 {
  background-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.05);
}
.n-bg-palette-danger-pressed-strong\/50 {
  background-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.5);
}
.n-bg-palette-danger-pressed-strong\/55 {
  background-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.55);
}
.n-bg-palette-danger-pressed-strong\/60 {
  background-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.6);
}
.n-bg-palette-danger-pressed-strong\/65 {
  background-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.65);
}
.n-bg-palette-danger-pressed-strong\/70 {
  background-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.7);
}
.n-bg-palette-danger-pressed-strong\/75 {
  background-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.75);
}
.n-bg-palette-danger-pressed-strong\/80 {
  background-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.8);
}
.n-bg-palette-danger-pressed-strong\/85 {
  background-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.85);
}
.n-bg-palette-danger-pressed-strong\/90 {
  background-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.9);
}
.n-bg-palette-danger-pressed-strong\/95 {
  background-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.95);
}
.n-bg-palette-danger-pressed-weak {
  background-color:rgb(var(--theme-palette-danger-pressed-weak));
}
.n-bg-palette-danger-pressed-weak\/0 {
  background-color:rgb(var(--theme-palette-danger-pressed-weak) / 0);
}
.n-bg-palette-danger-pressed-weak\/10 {
  background-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.1);
}
.n-bg-palette-danger-pressed-weak\/100 {
  background-color:rgb(var(--theme-palette-danger-pressed-weak) / 1);
}
.n-bg-palette-danger-pressed-weak\/15 {
  background-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.15);
}
.n-bg-palette-danger-pressed-weak\/20 {
  background-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.2);
}
.n-bg-palette-danger-pressed-weak\/25 {
  background-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.25);
}
.n-bg-palette-danger-pressed-weak\/30 {
  background-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.3);
}
.n-bg-palette-danger-pressed-weak\/35 {
  background-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.35);
}
.n-bg-palette-danger-pressed-weak\/40 {
  background-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.4);
}
.n-bg-palette-danger-pressed-weak\/45 {
  background-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.45);
}
.n-bg-palette-danger-pressed-weak\/5 {
  background-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.05);
}
.n-bg-palette-danger-pressed-weak\/50 {
  background-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.5);
}
.n-bg-palette-danger-pressed-weak\/55 {
  background-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.55);
}
.n-bg-palette-danger-pressed-weak\/60 {
  background-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.6);
}
.n-bg-palette-danger-pressed-weak\/65 {
  background-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.65);
}
.n-bg-palette-danger-pressed-weak\/70 {
  background-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.7);
}
.n-bg-palette-danger-pressed-weak\/75 {
  background-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.75);
}
.n-bg-palette-danger-pressed-weak\/80 {
  background-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.8);
}
.n-bg-palette-danger-pressed-weak\/85 {
  background-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.85);
}
.n-bg-palette-danger-pressed-weak\/90 {
  background-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.9);
}
.n-bg-palette-danger-pressed-weak\/95 {
  background-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.95);
}
.n-bg-palette-danger-text {
  background-color:rgb(var(--theme-palette-danger-text));
}
.n-bg-palette-danger-text\/0 {
  background-color:rgb(var(--theme-palette-danger-text) / 0);
}
.n-bg-palette-danger-text\/10 {
  background-color:rgb(var(--theme-palette-danger-text) / 0.1);
}
.n-bg-palette-danger-text\/100 {
  background-color:rgb(var(--theme-palette-danger-text) / 1);
}
.n-bg-palette-danger-text\/15 {
  background-color:rgb(var(--theme-palette-danger-text) / 0.15);
}
.n-bg-palette-danger-text\/20 {
  background-color:rgb(var(--theme-palette-danger-text) / 0.2);
}
.n-bg-palette-danger-text\/25 {
  background-color:rgb(var(--theme-palette-danger-text) / 0.25);
}
.n-bg-palette-danger-text\/30 {
  background-color:rgb(var(--theme-palette-danger-text) / 0.3);
}
.n-bg-palette-danger-text\/35 {
  background-color:rgb(var(--theme-palette-danger-text) / 0.35);
}
.n-bg-palette-danger-text\/40 {
  background-color:rgb(var(--theme-palette-danger-text) / 0.4);
}
.n-bg-palette-danger-text\/45 {
  background-color:rgb(var(--theme-palette-danger-text) / 0.45);
}
.n-bg-palette-danger-text\/5 {
  background-color:rgb(var(--theme-palette-danger-text) / 0.05);
}
.n-bg-palette-danger-text\/50 {
  background-color:rgb(var(--theme-palette-danger-text) / 0.5);
}
.n-bg-palette-danger-text\/55 {
  background-color:rgb(var(--theme-palette-danger-text) / 0.55);
}
.n-bg-palette-danger-text\/60 {
  background-color:rgb(var(--theme-palette-danger-text) / 0.6);
}
.n-bg-palette-danger-text\/65 {
  background-color:rgb(var(--theme-palette-danger-text) / 0.65);
}
.n-bg-palette-danger-text\/70 {
  background-color:rgb(var(--theme-palette-danger-text) / 0.7);
}
.n-bg-palette-danger-text\/75 {
  background-color:rgb(var(--theme-palette-danger-text) / 0.75);
}
.n-bg-palette-danger-text\/80 {
  background-color:rgb(var(--theme-palette-danger-text) / 0.8);
}
.n-bg-palette-danger-text\/85 {
  background-color:rgb(var(--theme-palette-danger-text) / 0.85);
}
.n-bg-palette-danger-text\/90 {
  background-color:rgb(var(--theme-palette-danger-text) / 0.9);
}
.n-bg-palette-danger-text\/95 {
  background-color:rgb(var(--theme-palette-danger-text) / 0.95);
}
.n-bg-palette-discovery-bg-status {
  background-color:rgb(var(--theme-palette-discovery-bg-status));
}
.n-bg-palette-discovery-bg-status\/0 {
  background-color:rgb(var(--theme-palette-discovery-bg-status) / 0);
}
.n-bg-palette-discovery-bg-status\/10 {
  background-color:rgb(var(--theme-palette-discovery-bg-status) / 0.1);
}
.n-bg-palette-discovery-bg-status\/100 {
  background-color:rgb(var(--theme-palette-discovery-bg-status) / 1);
}
.n-bg-palette-discovery-bg-status\/15 {
  background-color:rgb(var(--theme-palette-discovery-bg-status) / 0.15);
}
.n-bg-palette-discovery-bg-status\/20 {
  background-color:rgb(var(--theme-palette-discovery-bg-status) / 0.2);
}
.n-bg-palette-discovery-bg-status\/25 {
  background-color:rgb(var(--theme-palette-discovery-bg-status) / 0.25);
}
.n-bg-palette-discovery-bg-status\/30 {
  background-color:rgb(var(--theme-palette-discovery-bg-status) / 0.3);
}
.n-bg-palette-discovery-bg-status\/35 {
  background-color:rgb(var(--theme-palette-discovery-bg-status) / 0.35);
}
.n-bg-palette-discovery-bg-status\/40 {
  background-color:rgb(var(--theme-palette-discovery-bg-status) / 0.4);
}
.n-bg-palette-discovery-bg-status\/45 {
  background-color:rgb(var(--theme-palette-discovery-bg-status) / 0.45);
}
.n-bg-palette-discovery-bg-status\/5 {
  background-color:rgb(var(--theme-palette-discovery-bg-status) / 0.05);
}
.n-bg-palette-discovery-bg-status\/50 {
  background-color:rgb(var(--theme-palette-discovery-bg-status) / 0.5);
}
.n-bg-palette-discovery-bg-status\/55 {
  background-color:rgb(var(--theme-palette-discovery-bg-status) / 0.55);
}
.n-bg-palette-discovery-bg-status\/60 {
  background-color:rgb(var(--theme-palette-discovery-bg-status) / 0.6);
}
.n-bg-palette-discovery-bg-status\/65 {
  background-color:rgb(var(--theme-palette-discovery-bg-status) / 0.65);
}
.n-bg-palette-discovery-bg-status\/70 {
  background-color:rgb(var(--theme-palette-discovery-bg-status) / 0.7);
}
.n-bg-palette-discovery-bg-status\/75 {
  background-color:rgb(var(--theme-palette-discovery-bg-status) / 0.75);
}
.n-bg-palette-discovery-bg-status\/80 {
  background-color:rgb(var(--theme-palette-discovery-bg-status) / 0.8);
}
.n-bg-palette-discovery-bg-status\/85 {
  background-color:rgb(var(--theme-palette-discovery-bg-status) / 0.85);
}
.n-bg-palette-discovery-bg-status\/90 {
  background-color:rgb(var(--theme-palette-discovery-bg-status) / 0.9);
}
.n-bg-palette-discovery-bg-status\/95 {
  background-color:rgb(var(--theme-palette-discovery-bg-status) / 0.95);
}
.n-bg-palette-discovery-bg-strong {
  background-color:rgb(var(--theme-palette-discovery-bg-strong));
}
.n-bg-palette-discovery-bg-strong\/0 {
  background-color:rgb(var(--theme-palette-discovery-bg-strong) / 0);
}
.n-bg-palette-discovery-bg-strong\/10 {
  background-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.1);
}
.n-bg-palette-discovery-bg-strong\/100 {
  background-color:rgb(var(--theme-palette-discovery-bg-strong) / 1);
}
.n-bg-palette-discovery-bg-strong\/15 {
  background-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.15);
}
.n-bg-palette-discovery-bg-strong\/20 {
  background-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.2);
}
.n-bg-palette-discovery-bg-strong\/25 {
  background-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.25);
}
.n-bg-palette-discovery-bg-strong\/30 {
  background-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.3);
}
.n-bg-palette-discovery-bg-strong\/35 {
  background-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.35);
}
.n-bg-palette-discovery-bg-strong\/40 {
  background-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.4);
}
.n-bg-palette-discovery-bg-strong\/45 {
  background-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.45);
}
.n-bg-palette-discovery-bg-strong\/5 {
  background-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.05);
}
.n-bg-palette-discovery-bg-strong\/50 {
  background-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.5);
}
.n-bg-palette-discovery-bg-strong\/55 {
  background-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.55);
}
.n-bg-palette-discovery-bg-strong\/60 {
  background-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.6);
}
.n-bg-palette-discovery-bg-strong\/65 {
  background-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.65);
}
.n-bg-palette-discovery-bg-strong\/70 {
  background-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.7);
}
.n-bg-palette-discovery-bg-strong\/75 {
  background-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.75);
}
.n-bg-palette-discovery-bg-strong\/80 {
  background-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.8);
}
.n-bg-palette-discovery-bg-strong\/85 {
  background-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.85);
}
.n-bg-palette-discovery-bg-strong\/90 {
  background-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.9);
}
.n-bg-palette-discovery-bg-strong\/95 {
  background-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.95);
}
.n-bg-palette-discovery-bg-weak {
  background-color:rgb(var(--theme-palette-discovery-bg-weak));
}
.n-bg-palette-discovery-bg-weak\/0 {
  background-color:rgb(var(--theme-palette-discovery-bg-weak) / 0);
}
.n-bg-palette-discovery-bg-weak\/10 {
  background-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.1);
}
.n-bg-palette-discovery-bg-weak\/100 {
  background-color:rgb(var(--theme-palette-discovery-bg-weak) / 1);
}
.n-bg-palette-discovery-bg-weak\/15 {
  background-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.15);
}
.n-bg-palette-discovery-bg-weak\/20 {
  background-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.2);
}
.n-bg-palette-discovery-bg-weak\/25 {
  background-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.25);
}
.n-bg-palette-discovery-bg-weak\/30 {
  background-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.3);
}
.n-bg-palette-discovery-bg-weak\/35 {
  background-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.35);
}
.n-bg-palette-discovery-bg-weak\/40 {
  background-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.4);
}
.n-bg-palette-discovery-bg-weak\/45 {
  background-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.45);
}
.n-bg-palette-discovery-bg-weak\/5 {
  background-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.05);
}
.n-bg-palette-discovery-bg-weak\/50 {
  background-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.5);
}
.n-bg-palette-discovery-bg-weak\/55 {
  background-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.55);
}
.n-bg-palette-discovery-bg-weak\/60 {
  background-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.6);
}
.n-bg-palette-discovery-bg-weak\/65 {
  background-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.65);
}
.n-bg-palette-discovery-bg-weak\/70 {
  background-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.7);
}
.n-bg-palette-discovery-bg-weak\/75 {
  background-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.75);
}
.n-bg-palette-discovery-bg-weak\/80 {
  background-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.8);
}
.n-bg-palette-discovery-bg-weak\/85 {
  background-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.85);
}
.n-bg-palette-discovery-bg-weak\/90 {
  background-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.9);
}
.n-bg-palette-discovery-bg-weak\/95 {
  background-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.95);
}
.n-bg-palette-discovery-border-strong {
  background-color:rgb(var(--theme-palette-discovery-border-strong));
}
.n-bg-palette-discovery-border-strong\/0 {
  background-color:rgb(var(--theme-palette-discovery-border-strong) / 0);
}
.n-bg-palette-discovery-border-strong\/10 {
  background-color:rgb(var(--theme-palette-discovery-border-strong) / 0.1);
}
.n-bg-palette-discovery-border-strong\/100 {
  background-color:rgb(var(--theme-palette-discovery-border-strong) / 1);
}
.n-bg-palette-discovery-border-strong\/15 {
  background-color:rgb(var(--theme-palette-discovery-border-strong) / 0.15);
}
.n-bg-palette-discovery-border-strong\/20 {
  background-color:rgb(var(--theme-palette-discovery-border-strong) / 0.2);
}
.n-bg-palette-discovery-border-strong\/25 {
  background-color:rgb(var(--theme-palette-discovery-border-strong) / 0.25);
}
.n-bg-palette-discovery-border-strong\/30 {
  background-color:rgb(var(--theme-palette-discovery-border-strong) / 0.3);
}
.n-bg-palette-discovery-border-strong\/35 {
  background-color:rgb(var(--theme-palette-discovery-border-strong) / 0.35);
}
.n-bg-palette-discovery-border-strong\/40 {
  background-color:rgb(var(--theme-palette-discovery-border-strong) / 0.4);
}
.n-bg-palette-discovery-border-strong\/45 {
  background-color:rgb(var(--theme-palette-discovery-border-strong) / 0.45);
}
.n-bg-palette-discovery-border-strong\/5 {
  background-color:rgb(var(--theme-palette-discovery-border-strong) / 0.05);
}
.n-bg-palette-discovery-border-strong\/50 {
  background-color:rgb(var(--theme-palette-discovery-border-strong) / 0.5);
}
.n-bg-palette-discovery-border-strong\/55 {
  background-color:rgb(var(--theme-palette-discovery-border-strong) / 0.55);
}
.n-bg-palette-discovery-border-strong\/60 {
  background-color:rgb(var(--theme-palette-discovery-border-strong) / 0.6);
}
.n-bg-palette-discovery-border-strong\/65 {
  background-color:rgb(var(--theme-palette-discovery-border-strong) / 0.65);
}
.n-bg-palette-discovery-border-strong\/70 {
  background-color:rgb(var(--theme-palette-discovery-border-strong) / 0.7);
}
.n-bg-palette-discovery-border-strong\/75 {
  background-color:rgb(var(--theme-palette-discovery-border-strong) / 0.75);
}
.n-bg-palette-discovery-border-strong\/80 {
  background-color:rgb(var(--theme-palette-discovery-border-strong) / 0.8);
}
.n-bg-palette-discovery-border-strong\/85 {
  background-color:rgb(var(--theme-palette-discovery-border-strong) / 0.85);
}
.n-bg-palette-discovery-border-strong\/90 {
  background-color:rgb(var(--theme-palette-discovery-border-strong) / 0.9);
}
.n-bg-palette-discovery-border-strong\/95 {
  background-color:rgb(var(--theme-palette-discovery-border-strong) / 0.95);
}
.n-bg-palette-discovery-border-weak {
  background-color:rgb(var(--theme-palette-discovery-border-weak));
}
.n-bg-palette-discovery-border-weak\/0 {
  background-color:rgb(var(--theme-palette-discovery-border-weak) / 0);
}
.n-bg-palette-discovery-border-weak\/10 {
  background-color:rgb(var(--theme-palette-discovery-border-weak) / 0.1);
}
.n-bg-palette-discovery-border-weak\/100 {
  background-color:rgb(var(--theme-palette-discovery-border-weak) / 1);
}
.n-bg-palette-discovery-border-weak\/15 {
  background-color:rgb(var(--theme-palette-discovery-border-weak) / 0.15);
}
.n-bg-palette-discovery-border-weak\/20 {
  background-color:rgb(var(--theme-palette-discovery-border-weak) / 0.2);
}
.n-bg-palette-discovery-border-weak\/25 {
  background-color:rgb(var(--theme-palette-discovery-border-weak) / 0.25);
}
.n-bg-palette-discovery-border-weak\/30 {
  background-color:rgb(var(--theme-palette-discovery-border-weak) / 0.3);
}
.n-bg-palette-discovery-border-weak\/35 {
  background-color:rgb(var(--theme-palette-discovery-border-weak) / 0.35);
}
.n-bg-palette-discovery-border-weak\/40 {
  background-color:rgb(var(--theme-palette-discovery-border-weak) / 0.4);
}
.n-bg-palette-discovery-border-weak\/45 {
  background-color:rgb(var(--theme-palette-discovery-border-weak) / 0.45);
}
.n-bg-palette-discovery-border-weak\/5 {
  background-color:rgb(var(--theme-palette-discovery-border-weak) / 0.05);
}
.n-bg-palette-discovery-border-weak\/50 {
  background-color:rgb(var(--theme-palette-discovery-border-weak) / 0.5);
}
.n-bg-palette-discovery-border-weak\/55 {
  background-color:rgb(var(--theme-palette-discovery-border-weak) / 0.55);
}
.n-bg-palette-discovery-border-weak\/60 {
  background-color:rgb(var(--theme-palette-discovery-border-weak) / 0.6);
}
.n-bg-palette-discovery-border-weak\/65 {
  background-color:rgb(var(--theme-palette-discovery-border-weak) / 0.65);
}
.n-bg-palette-discovery-border-weak\/70 {
  background-color:rgb(var(--theme-palette-discovery-border-weak) / 0.7);
}
.n-bg-palette-discovery-border-weak\/75 {
  background-color:rgb(var(--theme-palette-discovery-border-weak) / 0.75);
}
.n-bg-palette-discovery-border-weak\/80 {
  background-color:rgb(var(--theme-palette-discovery-border-weak) / 0.8);
}
.n-bg-palette-discovery-border-weak\/85 {
  background-color:rgb(var(--theme-palette-discovery-border-weak) / 0.85);
}
.n-bg-palette-discovery-border-weak\/90 {
  background-color:rgb(var(--theme-palette-discovery-border-weak) / 0.9);
}
.n-bg-palette-discovery-border-weak\/95 {
  background-color:rgb(var(--theme-palette-discovery-border-weak) / 0.95);
}
.n-bg-palette-discovery-icon {
  background-color:rgb(var(--theme-palette-discovery-icon));
}
.n-bg-palette-discovery-icon\/0 {
  background-color:rgb(var(--theme-palette-discovery-icon) / 0);
}
.n-bg-palette-discovery-icon\/10 {
  background-color:rgb(var(--theme-palette-discovery-icon) / 0.1);
}
.n-bg-palette-discovery-icon\/100 {
  background-color:rgb(var(--theme-palette-discovery-icon) / 1);
}
.n-bg-palette-discovery-icon\/15 {
  background-color:rgb(var(--theme-palette-discovery-icon) / 0.15);
}
.n-bg-palette-discovery-icon\/20 {
  background-color:rgb(var(--theme-palette-discovery-icon) / 0.2);
}
.n-bg-palette-discovery-icon\/25 {
  background-color:rgb(var(--theme-palette-discovery-icon) / 0.25);
}
.n-bg-palette-discovery-icon\/30 {
  background-color:rgb(var(--theme-palette-discovery-icon) / 0.3);
}
.n-bg-palette-discovery-icon\/35 {
  background-color:rgb(var(--theme-palette-discovery-icon) / 0.35);
}
.n-bg-palette-discovery-icon\/40 {
  background-color:rgb(var(--theme-palette-discovery-icon) / 0.4);
}
.n-bg-palette-discovery-icon\/45 {
  background-color:rgb(var(--theme-palette-discovery-icon) / 0.45);
}
.n-bg-palette-discovery-icon\/5 {
  background-color:rgb(var(--theme-palette-discovery-icon) / 0.05);
}
.n-bg-palette-discovery-icon\/50 {
  background-color:rgb(var(--theme-palette-discovery-icon) / 0.5);
}
.n-bg-palette-discovery-icon\/55 {
  background-color:rgb(var(--theme-palette-discovery-icon) / 0.55);
}
.n-bg-palette-discovery-icon\/60 {
  background-color:rgb(var(--theme-palette-discovery-icon) / 0.6);
}
.n-bg-palette-discovery-icon\/65 {
  background-color:rgb(var(--theme-palette-discovery-icon) / 0.65);
}
.n-bg-palette-discovery-icon\/70 {
  background-color:rgb(var(--theme-palette-discovery-icon) / 0.7);
}
.n-bg-palette-discovery-icon\/75 {
  background-color:rgb(var(--theme-palette-discovery-icon) / 0.75);
}
.n-bg-palette-discovery-icon\/80 {
  background-color:rgb(var(--theme-palette-discovery-icon) / 0.8);
}
.n-bg-palette-discovery-icon\/85 {
  background-color:rgb(var(--theme-palette-discovery-icon) / 0.85);
}
.n-bg-palette-discovery-icon\/90 {
  background-color:rgb(var(--theme-palette-discovery-icon) / 0.9);
}
.n-bg-palette-discovery-icon\/95 {
  background-color:rgb(var(--theme-palette-discovery-icon) / 0.95);
}
.n-bg-palette-discovery-text {
  background-color:rgb(var(--theme-palette-discovery-text));
}
.n-bg-palette-discovery-text\/0 {
  background-color:rgb(var(--theme-palette-discovery-text) / 0);
}
.n-bg-palette-discovery-text\/10 {
  background-color:rgb(var(--theme-palette-discovery-text) / 0.1);
}
.n-bg-palette-discovery-text\/100 {
  background-color:rgb(var(--theme-palette-discovery-text) / 1);
}
.n-bg-palette-discovery-text\/15 {
  background-color:rgb(var(--theme-palette-discovery-text) / 0.15);
}
.n-bg-palette-discovery-text\/20 {
  background-color:rgb(var(--theme-palette-discovery-text) / 0.2);
}
.n-bg-palette-discovery-text\/25 {
  background-color:rgb(var(--theme-palette-discovery-text) / 0.25);
}
.n-bg-palette-discovery-text\/30 {
  background-color:rgb(var(--theme-palette-discovery-text) / 0.3);
}
.n-bg-palette-discovery-text\/35 {
  background-color:rgb(var(--theme-palette-discovery-text) / 0.35);
}
.n-bg-palette-discovery-text\/40 {
  background-color:rgb(var(--theme-palette-discovery-text) / 0.4);
}
.n-bg-palette-discovery-text\/45 {
  background-color:rgb(var(--theme-palette-discovery-text) / 0.45);
}
.n-bg-palette-discovery-text\/5 {
  background-color:rgb(var(--theme-palette-discovery-text) / 0.05);
}
.n-bg-palette-discovery-text\/50 {
  background-color:rgb(var(--theme-palette-discovery-text) / 0.5);
}
.n-bg-palette-discovery-text\/55 {
  background-color:rgb(var(--theme-palette-discovery-text) / 0.55);
}
.n-bg-palette-discovery-text\/60 {
  background-color:rgb(var(--theme-palette-discovery-text) / 0.6);
}
.n-bg-palette-discovery-text\/65 {
  background-color:rgb(var(--theme-palette-discovery-text) / 0.65);
}
.n-bg-palette-discovery-text\/70 {
  background-color:rgb(var(--theme-palette-discovery-text) / 0.7);
}
.n-bg-palette-discovery-text\/75 {
  background-color:rgb(var(--theme-palette-discovery-text) / 0.75);
}
.n-bg-palette-discovery-text\/80 {
  background-color:rgb(var(--theme-palette-discovery-text) / 0.8);
}
.n-bg-palette-discovery-text\/85 {
  background-color:rgb(var(--theme-palette-discovery-text) / 0.85);
}
.n-bg-palette-discovery-text\/90 {
  background-color:rgb(var(--theme-palette-discovery-text) / 0.9);
}
.n-bg-palette-discovery-text\/95 {
  background-color:rgb(var(--theme-palette-discovery-text) / 0.95);
}
.n-bg-palette-neutral-bg-default {
  background-color:rgb(var(--theme-palette-neutral-bg-default));
}
.n-bg-palette-neutral-bg-default\/0 {
  background-color:rgb(var(--theme-palette-neutral-bg-default) / 0);
}
.n-bg-palette-neutral-bg-default\/10 {
  background-color:rgb(var(--theme-palette-neutral-bg-default) / 0.1);
}
.n-bg-palette-neutral-bg-default\/100 {
  background-color:rgb(var(--theme-palette-neutral-bg-default) / 1);
}
.n-bg-palette-neutral-bg-default\/15 {
  background-color:rgb(var(--theme-palette-neutral-bg-default) / 0.15);
}
.n-bg-palette-neutral-bg-default\/20 {
  background-color:rgb(var(--theme-palette-neutral-bg-default) / 0.2);
}
.n-bg-palette-neutral-bg-default\/25 {
  background-color:rgb(var(--theme-palette-neutral-bg-default) / 0.25);
}
.n-bg-palette-neutral-bg-default\/30 {
  background-color:rgb(var(--theme-palette-neutral-bg-default) / 0.3);
}
.n-bg-palette-neutral-bg-default\/35 {
  background-color:rgb(var(--theme-palette-neutral-bg-default) / 0.35);
}
.n-bg-palette-neutral-bg-default\/40 {
  background-color:rgb(var(--theme-palette-neutral-bg-default) / 0.4);
}
.n-bg-palette-neutral-bg-default\/45 {
  background-color:rgb(var(--theme-palette-neutral-bg-default) / 0.45);
}
.n-bg-palette-neutral-bg-default\/5 {
  background-color:rgb(var(--theme-palette-neutral-bg-default) / 0.05);
}
.n-bg-palette-neutral-bg-default\/50 {
  background-color:rgb(var(--theme-palette-neutral-bg-default) / 0.5);
}
.n-bg-palette-neutral-bg-default\/55 {
  background-color:rgb(var(--theme-palette-neutral-bg-default) / 0.55);
}
.n-bg-palette-neutral-bg-default\/60 {
  background-color:rgb(var(--theme-palette-neutral-bg-default) / 0.6);
}
.n-bg-palette-neutral-bg-default\/65 {
  background-color:rgb(var(--theme-palette-neutral-bg-default) / 0.65);
}
.n-bg-palette-neutral-bg-default\/70 {
  background-color:rgb(var(--theme-palette-neutral-bg-default) / 0.7);
}
.n-bg-palette-neutral-bg-default\/75 {
  background-color:rgb(var(--theme-palette-neutral-bg-default) / 0.75);
}
.n-bg-palette-neutral-bg-default\/80 {
  background-color:rgb(var(--theme-palette-neutral-bg-default) / 0.8);
}
.n-bg-palette-neutral-bg-default\/85 {
  background-color:rgb(var(--theme-palette-neutral-bg-default) / 0.85);
}
.n-bg-palette-neutral-bg-default\/90 {
  background-color:rgb(var(--theme-palette-neutral-bg-default) / 0.9);
}
.n-bg-palette-neutral-bg-default\/95 {
  background-color:rgb(var(--theme-palette-neutral-bg-default) / 0.95);
}
.n-bg-palette-neutral-bg-on-bg-weak {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak));
}
.n-bg-palette-neutral-bg-on-bg-weak\/0 {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0);
}
.n-bg-palette-neutral-bg-on-bg-weak\/10 {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.1);
}
.n-bg-palette-neutral-bg-on-bg-weak\/100 {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 1);
}
.n-bg-palette-neutral-bg-on-bg-weak\/15 {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.15);
}
.n-bg-palette-neutral-bg-on-bg-weak\/20 {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.2);
}
.n-bg-palette-neutral-bg-on-bg-weak\/25 {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.25);
}
.n-bg-palette-neutral-bg-on-bg-weak\/30 {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.3);
}
.n-bg-palette-neutral-bg-on-bg-weak\/35 {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.35);
}
.n-bg-palette-neutral-bg-on-bg-weak\/40 {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.4);
}
.n-bg-palette-neutral-bg-on-bg-weak\/45 {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.45);
}
.n-bg-palette-neutral-bg-on-bg-weak\/5 {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.05);
}
.n-bg-palette-neutral-bg-on-bg-weak\/50 {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.5);
}
.n-bg-palette-neutral-bg-on-bg-weak\/55 {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.55);
}
.n-bg-palette-neutral-bg-on-bg-weak\/60 {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.6);
}
.n-bg-palette-neutral-bg-on-bg-weak\/65 {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.65);
}
.n-bg-palette-neutral-bg-on-bg-weak\/70 {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.7);
}
.n-bg-palette-neutral-bg-on-bg-weak\/75 {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.75);
}
.n-bg-palette-neutral-bg-on-bg-weak\/80 {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.8);
}
.n-bg-palette-neutral-bg-on-bg-weak\/85 {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.85);
}
.n-bg-palette-neutral-bg-on-bg-weak\/90 {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.9);
}
.n-bg-palette-neutral-bg-on-bg-weak\/95 {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.95);
}
.n-bg-palette-neutral-bg-status {
  background-color:rgb(var(--theme-palette-neutral-bg-status));
}
.n-bg-palette-neutral-bg-status\/0 {
  background-color:rgb(var(--theme-palette-neutral-bg-status) / 0);
}
.n-bg-palette-neutral-bg-status\/10 {
  background-color:rgb(var(--theme-palette-neutral-bg-status) / 0.1);
}
.n-bg-palette-neutral-bg-status\/100 {
  background-color:rgb(var(--theme-palette-neutral-bg-status) / 1);
}
.n-bg-palette-neutral-bg-status\/15 {
  background-color:rgb(var(--theme-palette-neutral-bg-status) / 0.15);
}
.n-bg-palette-neutral-bg-status\/20 {
  background-color:rgb(var(--theme-palette-neutral-bg-status) / 0.2);
}
.n-bg-palette-neutral-bg-status\/25 {
  background-color:rgb(var(--theme-palette-neutral-bg-status) / 0.25);
}
.n-bg-palette-neutral-bg-status\/30 {
  background-color:rgb(var(--theme-palette-neutral-bg-status) / 0.3);
}
.n-bg-palette-neutral-bg-status\/35 {
  background-color:rgb(var(--theme-palette-neutral-bg-status) / 0.35);
}
.n-bg-palette-neutral-bg-status\/40 {
  background-color:rgb(var(--theme-palette-neutral-bg-status) / 0.4);
}
.n-bg-palette-neutral-bg-status\/45 {
  background-color:rgb(var(--theme-palette-neutral-bg-status) / 0.45);
}
.n-bg-palette-neutral-bg-status\/5 {
  background-color:rgb(var(--theme-palette-neutral-bg-status) / 0.05);
}
.n-bg-palette-neutral-bg-status\/50 {
  background-color:rgb(var(--theme-palette-neutral-bg-status) / 0.5);
}
.n-bg-palette-neutral-bg-status\/55 {
  background-color:rgb(var(--theme-palette-neutral-bg-status) / 0.55);
}
.n-bg-palette-neutral-bg-status\/60 {
  background-color:rgb(var(--theme-palette-neutral-bg-status) / 0.6);
}
.n-bg-palette-neutral-bg-status\/65 {
  background-color:rgb(var(--theme-palette-neutral-bg-status) / 0.65);
}
.n-bg-palette-neutral-bg-status\/70 {
  background-color:rgb(var(--theme-palette-neutral-bg-status) / 0.7);
}
.n-bg-palette-neutral-bg-status\/75 {
  background-color:rgb(var(--theme-palette-neutral-bg-status) / 0.75);
}
.n-bg-palette-neutral-bg-status\/80 {
  background-color:rgb(var(--theme-palette-neutral-bg-status) / 0.8);
}
.n-bg-palette-neutral-bg-status\/85 {
  background-color:rgb(var(--theme-palette-neutral-bg-status) / 0.85);
}
.n-bg-palette-neutral-bg-status\/90 {
  background-color:rgb(var(--theme-palette-neutral-bg-status) / 0.9);
}
.n-bg-palette-neutral-bg-status\/95 {
  background-color:rgb(var(--theme-palette-neutral-bg-status) / 0.95);
}
.n-bg-palette-neutral-bg-strong {
  background-color:rgb(var(--theme-palette-neutral-bg-strong));
}
.n-bg-palette-neutral-bg-strong\/0 {
  background-color:rgb(var(--theme-palette-neutral-bg-strong) / 0);
}
.n-bg-palette-neutral-bg-strong\/10 {
  background-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.1);
}
.n-bg-palette-neutral-bg-strong\/100 {
  background-color:rgb(var(--theme-palette-neutral-bg-strong) / 1);
}
.n-bg-palette-neutral-bg-strong\/15 {
  background-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.15);
}
.n-bg-palette-neutral-bg-strong\/20 {
  background-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.2);
}
.n-bg-palette-neutral-bg-strong\/25 {
  background-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.25);
}
.n-bg-palette-neutral-bg-strong\/30 {
  background-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.3);
}
.n-bg-palette-neutral-bg-strong\/35 {
  background-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.35);
}
.n-bg-palette-neutral-bg-strong\/40 {
  background-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.4);
}
.n-bg-palette-neutral-bg-strong\/45 {
  background-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.45);
}
.n-bg-palette-neutral-bg-strong\/5 {
  background-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.05);
}
.n-bg-palette-neutral-bg-strong\/50 {
  background-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.5);
}
.n-bg-palette-neutral-bg-strong\/55 {
  background-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.55);
}
.n-bg-palette-neutral-bg-strong\/60 {
  background-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.6);
}
.n-bg-palette-neutral-bg-strong\/65 {
  background-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.65);
}
.n-bg-palette-neutral-bg-strong\/70 {
  background-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.7);
}
.n-bg-palette-neutral-bg-strong\/75 {
  background-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.75);
}
.n-bg-palette-neutral-bg-strong\/80 {
  background-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.8);
}
.n-bg-palette-neutral-bg-strong\/85 {
  background-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.85);
}
.n-bg-palette-neutral-bg-strong\/90 {
  background-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.9);
}
.n-bg-palette-neutral-bg-strong\/95 {
  background-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.95);
}
.n-bg-palette-neutral-bg-stronger {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger));
}
.n-bg-palette-neutral-bg-stronger\/0 {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0);
}
.n-bg-palette-neutral-bg-stronger\/10 {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.1);
}
.n-bg-palette-neutral-bg-stronger\/100 {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger) / 1);
}
.n-bg-palette-neutral-bg-stronger\/15 {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.15);
}
.n-bg-palette-neutral-bg-stronger\/20 {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.2);
}
.n-bg-palette-neutral-bg-stronger\/25 {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.25);
}
.n-bg-palette-neutral-bg-stronger\/30 {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.3);
}
.n-bg-palette-neutral-bg-stronger\/35 {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.35);
}
.n-bg-palette-neutral-bg-stronger\/40 {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.4);
}
.n-bg-palette-neutral-bg-stronger\/45 {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.45);
}
.n-bg-palette-neutral-bg-stronger\/5 {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.05);
}
.n-bg-palette-neutral-bg-stronger\/50 {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.5);
}
.n-bg-palette-neutral-bg-stronger\/55 {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.55);
}
.n-bg-palette-neutral-bg-stronger\/60 {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.6);
}
.n-bg-palette-neutral-bg-stronger\/65 {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.65);
}
.n-bg-palette-neutral-bg-stronger\/70 {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.7);
}
.n-bg-palette-neutral-bg-stronger\/75 {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.75);
}
.n-bg-palette-neutral-bg-stronger\/80 {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.8);
}
.n-bg-palette-neutral-bg-stronger\/85 {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.85);
}
.n-bg-palette-neutral-bg-stronger\/90 {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.9);
}
.n-bg-palette-neutral-bg-stronger\/95 {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.95);
}
.n-bg-palette-neutral-bg-strongest {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest));
}
.n-bg-palette-neutral-bg-strongest\/0 {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0);
}
.n-bg-palette-neutral-bg-strongest\/10 {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.1);
}
.n-bg-palette-neutral-bg-strongest\/100 {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest) / 1);
}
.n-bg-palette-neutral-bg-strongest\/15 {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.15);
}
.n-bg-palette-neutral-bg-strongest\/20 {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.2);
}
.n-bg-palette-neutral-bg-strongest\/25 {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.25);
}
.n-bg-palette-neutral-bg-strongest\/30 {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.3);
}
.n-bg-palette-neutral-bg-strongest\/35 {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.35);
}
.n-bg-palette-neutral-bg-strongest\/40 {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.4);
}
.n-bg-palette-neutral-bg-strongest\/45 {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.45);
}
.n-bg-palette-neutral-bg-strongest\/5 {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.05);
}
.n-bg-palette-neutral-bg-strongest\/50 {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.5);
}
.n-bg-palette-neutral-bg-strongest\/55 {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.55);
}
.n-bg-palette-neutral-bg-strongest\/60 {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.6);
}
.n-bg-palette-neutral-bg-strongest\/65 {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.65);
}
.n-bg-palette-neutral-bg-strongest\/70 {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.7);
}
.n-bg-palette-neutral-bg-strongest\/75 {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.75);
}
.n-bg-palette-neutral-bg-strongest\/80 {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.8);
}
.n-bg-palette-neutral-bg-strongest\/85 {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.85);
}
.n-bg-palette-neutral-bg-strongest\/90 {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.9);
}
.n-bg-palette-neutral-bg-strongest\/95 {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.95);
}
.n-bg-palette-neutral-bg-weak {
  background-color:rgb(var(--theme-palette-neutral-bg-weak));
}
.n-bg-palette-neutral-bg-weak\/0 {
  background-color:rgb(var(--theme-palette-neutral-bg-weak) / 0);
}
.n-bg-palette-neutral-bg-weak\/10 {
  background-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.1);
}
.n-bg-palette-neutral-bg-weak\/100 {
  background-color:rgb(var(--theme-palette-neutral-bg-weak) / 1);
}
.n-bg-palette-neutral-bg-weak\/15 {
  background-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.15);
}
.n-bg-palette-neutral-bg-weak\/20 {
  background-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.2);
}
.n-bg-palette-neutral-bg-weak\/25 {
  background-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.25);
}
.n-bg-palette-neutral-bg-weak\/30 {
  background-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.3);
}
.n-bg-palette-neutral-bg-weak\/35 {
  background-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.35);
}
.n-bg-palette-neutral-bg-weak\/40 {
  background-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.4);
}
.n-bg-palette-neutral-bg-weak\/45 {
  background-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.45);
}
.n-bg-palette-neutral-bg-weak\/5 {
  background-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.05);
}
.n-bg-palette-neutral-bg-weak\/50 {
  background-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.5);
}
.n-bg-palette-neutral-bg-weak\/55 {
  background-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.55);
}
.n-bg-palette-neutral-bg-weak\/60 {
  background-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.6);
}
.n-bg-palette-neutral-bg-weak\/65 {
  background-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.65);
}
.n-bg-palette-neutral-bg-weak\/70 {
  background-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.7);
}
.n-bg-palette-neutral-bg-weak\/75 {
  background-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.75);
}
.n-bg-palette-neutral-bg-weak\/80 {
  background-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.8);
}
.n-bg-palette-neutral-bg-weak\/85 {
  background-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.85);
}
.n-bg-palette-neutral-bg-weak\/90 {
  background-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.9);
}
.n-bg-palette-neutral-bg-weak\/95 {
  background-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.95);
}
.n-bg-palette-neutral-border-strong {
  background-color:rgb(var(--theme-palette-neutral-border-strong));
}
.n-bg-palette-neutral-border-strong\/0 {
  background-color:rgb(var(--theme-palette-neutral-border-strong) / 0);
}
.n-bg-palette-neutral-border-strong\/10 {
  background-color:rgb(var(--theme-palette-neutral-border-strong) / 0.1);
}
.n-bg-palette-neutral-border-strong\/100 {
  background-color:rgb(var(--theme-palette-neutral-border-strong) / 1);
}
.n-bg-palette-neutral-border-strong\/15 {
  background-color:rgb(var(--theme-palette-neutral-border-strong) / 0.15);
}
.n-bg-palette-neutral-border-strong\/20 {
  background-color:rgb(var(--theme-palette-neutral-border-strong) / 0.2);
}
.n-bg-palette-neutral-border-strong\/25 {
  background-color:rgb(var(--theme-palette-neutral-border-strong) / 0.25);
}
.n-bg-palette-neutral-border-strong\/30 {
  background-color:rgb(var(--theme-palette-neutral-border-strong) / 0.3);
}
.n-bg-palette-neutral-border-strong\/35 {
  background-color:rgb(var(--theme-palette-neutral-border-strong) / 0.35);
}
.n-bg-palette-neutral-border-strong\/40 {
  background-color:rgb(var(--theme-palette-neutral-border-strong) / 0.4);
}
.n-bg-palette-neutral-border-strong\/45 {
  background-color:rgb(var(--theme-palette-neutral-border-strong) / 0.45);
}
.n-bg-palette-neutral-border-strong\/5 {
  background-color:rgb(var(--theme-palette-neutral-border-strong) / 0.05);
}
.n-bg-palette-neutral-border-strong\/50 {
  background-color:rgb(var(--theme-palette-neutral-border-strong) / 0.5);
}
.n-bg-palette-neutral-border-strong\/55 {
  background-color:rgb(var(--theme-palette-neutral-border-strong) / 0.55);
}
.n-bg-palette-neutral-border-strong\/60 {
  background-color:rgb(var(--theme-palette-neutral-border-strong) / 0.6);
}
.n-bg-palette-neutral-border-strong\/65 {
  background-color:rgb(var(--theme-palette-neutral-border-strong) / 0.65);
}
.n-bg-palette-neutral-border-strong\/70 {
  background-color:rgb(var(--theme-palette-neutral-border-strong) / 0.7);
}
.n-bg-palette-neutral-border-strong\/75 {
  background-color:rgb(var(--theme-palette-neutral-border-strong) / 0.75);
}
.n-bg-palette-neutral-border-strong\/80 {
  background-color:rgb(var(--theme-palette-neutral-border-strong) / 0.8);
}
.n-bg-palette-neutral-border-strong\/85 {
  background-color:rgb(var(--theme-palette-neutral-border-strong) / 0.85);
}
.n-bg-palette-neutral-border-strong\/90 {
  background-color:rgb(var(--theme-palette-neutral-border-strong) / 0.9);
}
.n-bg-palette-neutral-border-strong\/95 {
  background-color:rgb(var(--theme-palette-neutral-border-strong) / 0.95);
}
.n-bg-palette-neutral-border-strongest {
  background-color:rgb(var(--theme-palette-neutral-border-strongest));
}
.n-bg-palette-neutral-border-strongest\/0 {
  background-color:rgb(var(--theme-palette-neutral-border-strongest) / 0);
}
.n-bg-palette-neutral-border-strongest\/10 {
  background-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.1);
}
.n-bg-palette-neutral-border-strongest\/100 {
  background-color:rgb(var(--theme-palette-neutral-border-strongest) / 1);
}
.n-bg-palette-neutral-border-strongest\/15 {
  background-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.15);
}
.n-bg-palette-neutral-border-strongest\/20 {
  background-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.2);
}
.n-bg-palette-neutral-border-strongest\/25 {
  background-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.25);
}
.n-bg-palette-neutral-border-strongest\/30 {
  background-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.3);
}
.n-bg-palette-neutral-border-strongest\/35 {
  background-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.35);
}
.n-bg-palette-neutral-border-strongest\/40 {
  background-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.4);
}
.n-bg-palette-neutral-border-strongest\/45 {
  background-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.45);
}
.n-bg-palette-neutral-border-strongest\/5 {
  background-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.05);
}
.n-bg-palette-neutral-border-strongest\/50 {
  background-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.5);
}
.n-bg-palette-neutral-border-strongest\/55 {
  background-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.55);
}
.n-bg-palette-neutral-border-strongest\/60 {
  background-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.6);
}
.n-bg-palette-neutral-border-strongest\/65 {
  background-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.65);
}
.n-bg-palette-neutral-border-strongest\/70 {
  background-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.7);
}
.n-bg-palette-neutral-border-strongest\/75 {
  background-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.75);
}
.n-bg-palette-neutral-border-strongest\/80 {
  background-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.8);
}
.n-bg-palette-neutral-border-strongest\/85 {
  background-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.85);
}
.n-bg-palette-neutral-border-strongest\/90 {
  background-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.9);
}
.n-bg-palette-neutral-border-strongest\/95 {
  background-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.95);
}
.n-bg-palette-neutral-border-weak {
  background-color:rgb(var(--theme-palette-neutral-border-weak));
}
.n-bg-palette-neutral-border-weak\/0 {
  background-color:rgb(var(--theme-palette-neutral-border-weak) / 0);
}
.n-bg-palette-neutral-border-weak\/10 {
  background-color:rgb(var(--theme-palette-neutral-border-weak) / 0.1);
}
.n-bg-palette-neutral-border-weak\/100 {
  background-color:rgb(var(--theme-palette-neutral-border-weak) / 1);
}
.n-bg-palette-neutral-border-weak\/15 {
  background-color:rgb(var(--theme-palette-neutral-border-weak) / 0.15);
}
.n-bg-palette-neutral-border-weak\/20 {
  background-color:rgb(var(--theme-palette-neutral-border-weak) / 0.2);
}
.n-bg-palette-neutral-border-weak\/25 {
  background-color:rgb(var(--theme-palette-neutral-border-weak) / 0.25);
}
.n-bg-palette-neutral-border-weak\/30 {
  background-color:rgb(var(--theme-palette-neutral-border-weak) / 0.3);
}
.n-bg-palette-neutral-border-weak\/35 {
  background-color:rgb(var(--theme-palette-neutral-border-weak) / 0.35);
}
.n-bg-palette-neutral-border-weak\/40 {
  background-color:rgb(var(--theme-palette-neutral-border-weak) / 0.4);
}
.n-bg-palette-neutral-border-weak\/45 {
  background-color:rgb(var(--theme-palette-neutral-border-weak) / 0.45);
}
.n-bg-palette-neutral-border-weak\/5 {
  background-color:rgb(var(--theme-palette-neutral-border-weak) / 0.05);
}
.n-bg-palette-neutral-border-weak\/50 {
  background-color:rgb(var(--theme-palette-neutral-border-weak) / 0.5);
}
.n-bg-palette-neutral-border-weak\/55 {
  background-color:rgb(var(--theme-palette-neutral-border-weak) / 0.55);
}
.n-bg-palette-neutral-border-weak\/60 {
  background-color:rgb(var(--theme-palette-neutral-border-weak) / 0.6);
}
.n-bg-palette-neutral-border-weak\/65 {
  background-color:rgb(var(--theme-palette-neutral-border-weak) / 0.65);
}
.n-bg-palette-neutral-border-weak\/70 {
  background-color:rgb(var(--theme-palette-neutral-border-weak) / 0.7);
}
.n-bg-palette-neutral-border-weak\/75 {
  background-color:rgb(var(--theme-palette-neutral-border-weak) / 0.75);
}
.n-bg-palette-neutral-border-weak\/80 {
  background-color:rgb(var(--theme-palette-neutral-border-weak) / 0.8);
}
.n-bg-palette-neutral-border-weak\/85 {
  background-color:rgb(var(--theme-palette-neutral-border-weak) / 0.85);
}
.n-bg-palette-neutral-border-weak\/90 {
  background-color:rgb(var(--theme-palette-neutral-border-weak) / 0.9);
}
.n-bg-palette-neutral-border-weak\/95 {
  background-color:rgb(var(--theme-palette-neutral-border-weak) / 0.95);
}
.n-bg-palette-neutral-hover {
  background-color:rgb(var(--theme-palette-neutral-hover));
}
.n-bg-palette-neutral-hover\/0 {
  background-color:rgb(var(--theme-palette-neutral-hover) / 0);
}
.n-bg-palette-neutral-hover\/10 {
  background-color:rgb(var(--theme-palette-neutral-hover) / 0.1);
}
.n-bg-palette-neutral-hover\/100 {
  background-color:rgb(var(--theme-palette-neutral-hover) / 1);
}
.n-bg-palette-neutral-hover\/15 {
  background-color:rgb(var(--theme-palette-neutral-hover) / 0.15);
}
.n-bg-palette-neutral-hover\/20 {
  background-color:rgb(var(--theme-palette-neutral-hover) / 0.2);
}
.n-bg-palette-neutral-hover\/25 {
  background-color:rgb(var(--theme-palette-neutral-hover) / 0.25);
}
.n-bg-palette-neutral-hover\/30 {
  background-color:rgb(var(--theme-palette-neutral-hover) / 0.3);
}
.n-bg-palette-neutral-hover\/35 {
  background-color:rgb(var(--theme-palette-neutral-hover) / 0.35);
}
.n-bg-palette-neutral-hover\/40 {
  background-color:rgb(var(--theme-palette-neutral-hover) / 0.4);
}
.n-bg-palette-neutral-hover\/45 {
  background-color:rgb(var(--theme-palette-neutral-hover) / 0.45);
}
.n-bg-palette-neutral-hover\/5 {
  background-color:rgb(var(--theme-palette-neutral-hover) / 0.05);
}
.n-bg-palette-neutral-hover\/50 {
  background-color:rgb(var(--theme-palette-neutral-hover) / 0.5);
}
.n-bg-palette-neutral-hover\/55 {
  background-color:rgb(var(--theme-palette-neutral-hover) / 0.55);
}
.n-bg-palette-neutral-hover\/60 {
  background-color:rgb(var(--theme-palette-neutral-hover) / 0.6);
}
.n-bg-palette-neutral-hover\/65 {
  background-color:rgb(var(--theme-palette-neutral-hover) / 0.65);
}
.n-bg-palette-neutral-hover\/70 {
  background-color:rgb(var(--theme-palette-neutral-hover) / 0.7);
}
.n-bg-palette-neutral-hover\/75 {
  background-color:rgb(var(--theme-palette-neutral-hover) / 0.75);
}
.n-bg-palette-neutral-hover\/80 {
  background-color:rgb(var(--theme-palette-neutral-hover) / 0.8);
}
.n-bg-palette-neutral-hover\/85 {
  background-color:rgb(var(--theme-palette-neutral-hover) / 0.85);
}
.n-bg-palette-neutral-hover\/90 {
  background-color:rgb(var(--theme-palette-neutral-hover) / 0.9);
}
.n-bg-palette-neutral-hover\/95 {
  background-color:rgb(var(--theme-palette-neutral-hover) / 0.95);
}
.n-bg-palette-neutral-icon {
  background-color:rgb(var(--theme-palette-neutral-icon));
}
.n-bg-palette-neutral-icon\/0 {
  background-color:rgb(var(--theme-palette-neutral-icon) / 0);
}
.n-bg-palette-neutral-icon\/10 {
  background-color:rgb(var(--theme-palette-neutral-icon) / 0.1);
}
.n-bg-palette-neutral-icon\/100 {
  background-color:rgb(var(--theme-palette-neutral-icon) / 1);
}
.n-bg-palette-neutral-icon\/15 {
  background-color:rgb(var(--theme-palette-neutral-icon) / 0.15);
}
.n-bg-palette-neutral-icon\/20 {
  background-color:rgb(var(--theme-palette-neutral-icon) / 0.2);
}
.n-bg-palette-neutral-icon\/25 {
  background-color:rgb(var(--theme-palette-neutral-icon) / 0.25);
}
.n-bg-palette-neutral-icon\/30 {
  background-color:rgb(var(--theme-palette-neutral-icon) / 0.3);
}
.n-bg-palette-neutral-icon\/35 {
  background-color:rgb(var(--theme-palette-neutral-icon) / 0.35);
}
.n-bg-palette-neutral-icon\/40 {
  background-color:rgb(var(--theme-palette-neutral-icon) / 0.4);
}
.n-bg-palette-neutral-icon\/45 {
  background-color:rgb(var(--theme-palette-neutral-icon) / 0.45);
}
.n-bg-palette-neutral-icon\/5 {
  background-color:rgb(var(--theme-palette-neutral-icon) / 0.05);
}
.n-bg-palette-neutral-icon\/50 {
  background-color:rgb(var(--theme-palette-neutral-icon) / 0.5);
}
.n-bg-palette-neutral-icon\/55 {
  background-color:rgb(var(--theme-palette-neutral-icon) / 0.55);
}
.n-bg-palette-neutral-icon\/60 {
  background-color:rgb(var(--theme-palette-neutral-icon) / 0.6);
}
.n-bg-palette-neutral-icon\/65 {
  background-color:rgb(var(--theme-palette-neutral-icon) / 0.65);
}
.n-bg-palette-neutral-icon\/70 {
  background-color:rgb(var(--theme-palette-neutral-icon) / 0.7);
}
.n-bg-palette-neutral-icon\/75 {
  background-color:rgb(var(--theme-palette-neutral-icon) / 0.75);
}
.n-bg-palette-neutral-icon\/80 {
  background-color:rgb(var(--theme-palette-neutral-icon) / 0.8);
}
.n-bg-palette-neutral-icon\/85 {
  background-color:rgb(var(--theme-palette-neutral-icon) / 0.85);
}
.n-bg-palette-neutral-icon\/90 {
  background-color:rgb(var(--theme-palette-neutral-icon) / 0.9);
}
.n-bg-palette-neutral-icon\/95 {
  background-color:rgb(var(--theme-palette-neutral-icon) / 0.95);
}
.n-bg-palette-neutral-pressed {
  background-color:rgb(var(--theme-palette-neutral-pressed));
}
.n-bg-palette-neutral-pressed\/0 {
  background-color:rgb(var(--theme-palette-neutral-pressed) / 0);
}
.n-bg-palette-neutral-pressed\/10 {
  background-color:rgb(var(--theme-palette-neutral-pressed) / 0.1);
}
.n-bg-palette-neutral-pressed\/100 {
  background-color:rgb(var(--theme-palette-neutral-pressed) / 1);
}
.n-bg-palette-neutral-pressed\/15 {
  background-color:rgb(var(--theme-palette-neutral-pressed) / 0.15);
}
.n-bg-palette-neutral-pressed\/20 {
  background-color:rgb(var(--theme-palette-neutral-pressed) / 0.2);
}
.n-bg-palette-neutral-pressed\/25 {
  background-color:rgb(var(--theme-palette-neutral-pressed) / 0.25);
}
.n-bg-palette-neutral-pressed\/30 {
  background-color:rgb(var(--theme-palette-neutral-pressed) / 0.3);
}
.n-bg-palette-neutral-pressed\/35 {
  background-color:rgb(var(--theme-palette-neutral-pressed) / 0.35);
}
.n-bg-palette-neutral-pressed\/40 {
  background-color:rgb(var(--theme-palette-neutral-pressed) / 0.4);
}
.n-bg-palette-neutral-pressed\/45 {
  background-color:rgb(var(--theme-palette-neutral-pressed) / 0.45);
}
.n-bg-palette-neutral-pressed\/5 {
  background-color:rgb(var(--theme-palette-neutral-pressed) / 0.05);
}
.n-bg-palette-neutral-pressed\/50 {
  background-color:rgb(var(--theme-palette-neutral-pressed) / 0.5);
}
.n-bg-palette-neutral-pressed\/55 {
  background-color:rgb(var(--theme-palette-neutral-pressed) / 0.55);
}
.n-bg-palette-neutral-pressed\/60 {
  background-color:rgb(var(--theme-palette-neutral-pressed) / 0.6);
}
.n-bg-palette-neutral-pressed\/65 {
  background-color:rgb(var(--theme-palette-neutral-pressed) / 0.65);
}
.n-bg-palette-neutral-pressed\/70 {
  background-color:rgb(var(--theme-palette-neutral-pressed) / 0.7);
}
.n-bg-palette-neutral-pressed\/75 {
  background-color:rgb(var(--theme-palette-neutral-pressed) / 0.75);
}
.n-bg-palette-neutral-pressed\/80 {
  background-color:rgb(var(--theme-palette-neutral-pressed) / 0.8);
}
.n-bg-palette-neutral-pressed\/85 {
  background-color:rgb(var(--theme-palette-neutral-pressed) / 0.85);
}
.n-bg-palette-neutral-pressed\/90 {
  background-color:rgb(var(--theme-palette-neutral-pressed) / 0.9);
}
.n-bg-palette-neutral-pressed\/95 {
  background-color:rgb(var(--theme-palette-neutral-pressed) / 0.95);
}
.n-bg-palette-neutral-text-default {
  background-color:rgb(var(--theme-palette-neutral-text-default));
}
.n-bg-palette-neutral-text-default\/0 {
  background-color:rgb(var(--theme-palette-neutral-text-default) / 0);
}
.n-bg-palette-neutral-text-default\/10 {
  background-color:rgb(var(--theme-palette-neutral-text-default) / 0.1);
}
.n-bg-palette-neutral-text-default\/100 {
  background-color:rgb(var(--theme-palette-neutral-text-default) / 1);
}
.n-bg-palette-neutral-text-default\/15 {
  background-color:rgb(var(--theme-palette-neutral-text-default) / 0.15);
}
.n-bg-palette-neutral-text-default\/20 {
  background-color:rgb(var(--theme-palette-neutral-text-default) / 0.2);
}
.n-bg-palette-neutral-text-default\/25 {
  background-color:rgb(var(--theme-palette-neutral-text-default) / 0.25);
}
.n-bg-palette-neutral-text-default\/30 {
  background-color:rgb(var(--theme-palette-neutral-text-default) / 0.3);
}
.n-bg-palette-neutral-text-default\/35 {
  background-color:rgb(var(--theme-palette-neutral-text-default) / 0.35);
}
.n-bg-palette-neutral-text-default\/40 {
  background-color:rgb(var(--theme-palette-neutral-text-default) / 0.4);
}
.n-bg-palette-neutral-text-default\/45 {
  background-color:rgb(var(--theme-palette-neutral-text-default) / 0.45);
}
.n-bg-palette-neutral-text-default\/5 {
  background-color:rgb(var(--theme-palette-neutral-text-default) / 0.05);
}
.n-bg-palette-neutral-text-default\/50 {
  background-color:rgb(var(--theme-palette-neutral-text-default) / 0.5);
}
.n-bg-palette-neutral-text-default\/55 {
  background-color:rgb(var(--theme-palette-neutral-text-default) / 0.55);
}
.n-bg-palette-neutral-text-default\/60 {
  background-color:rgb(var(--theme-palette-neutral-text-default) / 0.6);
}
.n-bg-palette-neutral-text-default\/65 {
  background-color:rgb(var(--theme-palette-neutral-text-default) / 0.65);
}
.n-bg-palette-neutral-text-default\/70 {
  background-color:rgb(var(--theme-palette-neutral-text-default) / 0.7);
}
.n-bg-palette-neutral-text-default\/75 {
  background-color:rgb(var(--theme-palette-neutral-text-default) / 0.75);
}
.n-bg-palette-neutral-text-default\/80 {
  background-color:rgb(var(--theme-palette-neutral-text-default) / 0.8);
}
.n-bg-palette-neutral-text-default\/85 {
  background-color:rgb(var(--theme-palette-neutral-text-default) / 0.85);
}
.n-bg-palette-neutral-text-default\/90 {
  background-color:rgb(var(--theme-palette-neutral-text-default) / 0.9);
}
.n-bg-palette-neutral-text-default\/95 {
  background-color:rgb(var(--theme-palette-neutral-text-default) / 0.95);
}
.n-bg-palette-neutral-text-inverse {
  background-color:rgb(var(--theme-palette-neutral-text-inverse));
}
.n-bg-palette-neutral-text-inverse\/0 {
  background-color:rgb(var(--theme-palette-neutral-text-inverse) / 0);
}
.n-bg-palette-neutral-text-inverse\/10 {
  background-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.1);
}
.n-bg-palette-neutral-text-inverse\/100 {
  background-color:rgb(var(--theme-palette-neutral-text-inverse) / 1);
}
.n-bg-palette-neutral-text-inverse\/15 {
  background-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.15);
}
.n-bg-palette-neutral-text-inverse\/20 {
  background-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.2);
}
.n-bg-palette-neutral-text-inverse\/25 {
  background-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.25);
}
.n-bg-palette-neutral-text-inverse\/30 {
  background-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.3);
}
.n-bg-palette-neutral-text-inverse\/35 {
  background-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.35);
}
.n-bg-palette-neutral-text-inverse\/40 {
  background-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.4);
}
.n-bg-palette-neutral-text-inverse\/45 {
  background-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.45);
}
.n-bg-palette-neutral-text-inverse\/5 {
  background-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.05);
}
.n-bg-palette-neutral-text-inverse\/50 {
  background-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.5);
}
.n-bg-palette-neutral-text-inverse\/55 {
  background-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.55);
}
.n-bg-palette-neutral-text-inverse\/60 {
  background-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.6);
}
.n-bg-palette-neutral-text-inverse\/65 {
  background-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.65);
}
.n-bg-palette-neutral-text-inverse\/70 {
  background-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.7);
}
.n-bg-palette-neutral-text-inverse\/75 {
  background-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.75);
}
.n-bg-palette-neutral-text-inverse\/80 {
  background-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.8);
}
.n-bg-palette-neutral-text-inverse\/85 {
  background-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.85);
}
.n-bg-palette-neutral-text-inverse\/90 {
  background-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.9);
}
.n-bg-palette-neutral-text-inverse\/95 {
  background-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.95);
}
.n-bg-palette-neutral-text-weak {
  background-color:rgb(var(--theme-palette-neutral-text-weak));
}
.n-bg-palette-neutral-text-weak\/0 {
  background-color:rgb(var(--theme-palette-neutral-text-weak) / 0);
}
.n-bg-palette-neutral-text-weak\/10 {
  background-color:rgb(var(--theme-palette-neutral-text-weak) / 0.1);
}
.n-bg-palette-neutral-text-weak\/100 {
  background-color:rgb(var(--theme-palette-neutral-text-weak) / 1);
}
.n-bg-palette-neutral-text-weak\/15 {
  background-color:rgb(var(--theme-palette-neutral-text-weak) / 0.15);
}
.n-bg-palette-neutral-text-weak\/20 {
  background-color:rgb(var(--theme-palette-neutral-text-weak) / 0.2);
}
.n-bg-palette-neutral-text-weak\/25 {
  background-color:rgb(var(--theme-palette-neutral-text-weak) / 0.25);
}
.n-bg-palette-neutral-text-weak\/30 {
  background-color:rgb(var(--theme-palette-neutral-text-weak) / 0.3);
}
.n-bg-palette-neutral-text-weak\/35 {
  background-color:rgb(var(--theme-palette-neutral-text-weak) / 0.35);
}
.n-bg-palette-neutral-text-weak\/40 {
  background-color:rgb(var(--theme-palette-neutral-text-weak) / 0.4);
}
.n-bg-palette-neutral-text-weak\/45 {
  background-color:rgb(var(--theme-palette-neutral-text-weak) / 0.45);
}
.n-bg-palette-neutral-text-weak\/5 {
  background-color:rgb(var(--theme-palette-neutral-text-weak) / 0.05);
}
.n-bg-palette-neutral-text-weak\/50 {
  background-color:rgb(var(--theme-palette-neutral-text-weak) / 0.5);
}
.n-bg-palette-neutral-text-weak\/55 {
  background-color:rgb(var(--theme-palette-neutral-text-weak) / 0.55);
}
.n-bg-palette-neutral-text-weak\/60 {
  background-color:rgb(var(--theme-palette-neutral-text-weak) / 0.6);
}
.n-bg-palette-neutral-text-weak\/65 {
  background-color:rgb(var(--theme-palette-neutral-text-weak) / 0.65);
}
.n-bg-palette-neutral-text-weak\/70 {
  background-color:rgb(var(--theme-palette-neutral-text-weak) / 0.7);
}
.n-bg-palette-neutral-text-weak\/75 {
  background-color:rgb(var(--theme-palette-neutral-text-weak) / 0.75);
}
.n-bg-palette-neutral-text-weak\/80 {
  background-color:rgb(var(--theme-palette-neutral-text-weak) / 0.8);
}
.n-bg-palette-neutral-text-weak\/85 {
  background-color:rgb(var(--theme-palette-neutral-text-weak) / 0.85);
}
.n-bg-palette-neutral-text-weak\/90 {
  background-color:rgb(var(--theme-palette-neutral-text-weak) / 0.9);
}
.n-bg-palette-neutral-text-weak\/95 {
  background-color:rgb(var(--theme-palette-neutral-text-weak) / 0.95);
}
.n-bg-palette-neutral-text-weaker {
  background-color:rgb(var(--theme-palette-neutral-text-weaker));
}
.n-bg-palette-neutral-text-weaker\/0 {
  background-color:rgb(var(--theme-palette-neutral-text-weaker) / 0);
}
.n-bg-palette-neutral-text-weaker\/10 {
  background-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.1);
}
.n-bg-palette-neutral-text-weaker\/100 {
  background-color:rgb(var(--theme-palette-neutral-text-weaker) / 1);
}
.n-bg-palette-neutral-text-weaker\/15 {
  background-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.15);
}
.n-bg-palette-neutral-text-weaker\/20 {
  background-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.2);
}
.n-bg-palette-neutral-text-weaker\/25 {
  background-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.25);
}
.n-bg-palette-neutral-text-weaker\/30 {
  background-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.3);
}
.n-bg-palette-neutral-text-weaker\/35 {
  background-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.35);
}
.n-bg-palette-neutral-text-weaker\/40 {
  background-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.4);
}
.n-bg-palette-neutral-text-weaker\/45 {
  background-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.45);
}
.n-bg-palette-neutral-text-weaker\/5 {
  background-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.05);
}
.n-bg-palette-neutral-text-weaker\/50 {
  background-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.5);
}
.n-bg-palette-neutral-text-weaker\/55 {
  background-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.55);
}
.n-bg-palette-neutral-text-weaker\/60 {
  background-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.6);
}
.n-bg-palette-neutral-text-weaker\/65 {
  background-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.65);
}
.n-bg-palette-neutral-text-weaker\/70 {
  background-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.7);
}
.n-bg-palette-neutral-text-weaker\/75 {
  background-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.75);
}
.n-bg-palette-neutral-text-weaker\/80 {
  background-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.8);
}
.n-bg-palette-neutral-text-weaker\/85 {
  background-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.85);
}
.n-bg-palette-neutral-text-weaker\/90 {
  background-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.9);
}
.n-bg-palette-neutral-text-weaker\/95 {
  background-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.95);
}
.n-bg-palette-neutral-text-weakest {
  background-color:rgb(var(--theme-palette-neutral-text-weakest));
}
.n-bg-palette-neutral-text-weakest\/0 {
  background-color:rgb(var(--theme-palette-neutral-text-weakest) / 0);
}
.n-bg-palette-neutral-text-weakest\/10 {
  background-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.1);
}
.n-bg-palette-neutral-text-weakest\/100 {
  background-color:rgb(var(--theme-palette-neutral-text-weakest) / 1);
}
.n-bg-palette-neutral-text-weakest\/15 {
  background-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.15);
}
.n-bg-palette-neutral-text-weakest\/20 {
  background-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.2);
}
.n-bg-palette-neutral-text-weakest\/25 {
  background-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.25);
}
.n-bg-palette-neutral-text-weakest\/30 {
  background-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.3);
}
.n-bg-palette-neutral-text-weakest\/35 {
  background-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.35);
}
.n-bg-palette-neutral-text-weakest\/40 {
  background-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.4);
}
.n-bg-palette-neutral-text-weakest\/45 {
  background-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.45);
}
.n-bg-palette-neutral-text-weakest\/5 {
  background-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.05);
}
.n-bg-palette-neutral-text-weakest\/50 {
  background-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.5);
}
.n-bg-palette-neutral-text-weakest\/55 {
  background-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.55);
}
.n-bg-palette-neutral-text-weakest\/60 {
  background-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.6);
}
.n-bg-palette-neutral-text-weakest\/65 {
  background-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.65);
}
.n-bg-palette-neutral-text-weakest\/70 {
  background-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.7);
}
.n-bg-palette-neutral-text-weakest\/75 {
  background-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.75);
}
.n-bg-palette-neutral-text-weakest\/80 {
  background-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.8);
}
.n-bg-palette-neutral-text-weakest\/85 {
  background-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.85);
}
.n-bg-palette-neutral-text-weakest\/90 {
  background-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.9);
}
.n-bg-palette-neutral-text-weakest\/95 {
  background-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.95);
}
.n-bg-palette-primary-bg-selected {
  background-color:rgb(var(--theme-palette-primary-bg-selected));
}
.n-bg-palette-primary-bg-selected\/0 {
  background-color:rgb(var(--theme-palette-primary-bg-selected) / 0);
}
.n-bg-palette-primary-bg-selected\/10 {
  background-color:rgb(var(--theme-palette-primary-bg-selected) / 0.1);
}
.n-bg-palette-primary-bg-selected\/100 {
  background-color:rgb(var(--theme-palette-primary-bg-selected) / 1);
}
.n-bg-palette-primary-bg-selected\/15 {
  background-color:rgb(var(--theme-palette-primary-bg-selected) / 0.15);
}
.n-bg-palette-primary-bg-selected\/20 {
  background-color:rgb(var(--theme-palette-primary-bg-selected) / 0.2);
}
.n-bg-palette-primary-bg-selected\/25 {
  background-color:rgb(var(--theme-palette-primary-bg-selected) / 0.25);
}
.n-bg-palette-primary-bg-selected\/30 {
  background-color:rgb(var(--theme-palette-primary-bg-selected) / 0.3);
}
.n-bg-palette-primary-bg-selected\/35 {
  background-color:rgb(var(--theme-palette-primary-bg-selected) / 0.35);
}
.n-bg-palette-primary-bg-selected\/40 {
  background-color:rgb(var(--theme-palette-primary-bg-selected) / 0.4);
}
.n-bg-palette-primary-bg-selected\/45 {
  background-color:rgb(var(--theme-palette-primary-bg-selected) / 0.45);
}
.n-bg-palette-primary-bg-selected\/5 {
  background-color:rgb(var(--theme-palette-primary-bg-selected) / 0.05);
}
.n-bg-palette-primary-bg-selected\/50 {
  background-color:rgb(var(--theme-palette-primary-bg-selected) / 0.5);
}
.n-bg-palette-primary-bg-selected\/55 {
  background-color:rgb(var(--theme-palette-primary-bg-selected) / 0.55);
}
.n-bg-palette-primary-bg-selected\/60 {
  background-color:rgb(var(--theme-palette-primary-bg-selected) / 0.6);
}
.n-bg-palette-primary-bg-selected\/65 {
  background-color:rgb(var(--theme-palette-primary-bg-selected) / 0.65);
}
.n-bg-palette-primary-bg-selected\/70 {
  background-color:rgb(var(--theme-palette-primary-bg-selected) / 0.7);
}
.n-bg-palette-primary-bg-selected\/75 {
  background-color:rgb(var(--theme-palette-primary-bg-selected) / 0.75);
}
.n-bg-palette-primary-bg-selected\/80 {
  background-color:rgb(var(--theme-palette-primary-bg-selected) / 0.8);
}
.n-bg-palette-primary-bg-selected\/85 {
  background-color:rgb(var(--theme-palette-primary-bg-selected) / 0.85);
}
.n-bg-palette-primary-bg-selected\/90 {
  background-color:rgb(var(--theme-palette-primary-bg-selected) / 0.9);
}
.n-bg-palette-primary-bg-selected\/95 {
  background-color:rgb(var(--theme-palette-primary-bg-selected) / 0.95);
}
.n-bg-palette-primary-bg-status {
  background-color:rgb(var(--theme-palette-primary-bg-status));
}
.n-bg-palette-primary-bg-status\/0 {
  background-color:rgb(var(--theme-palette-primary-bg-status) / 0);
}
.n-bg-palette-primary-bg-status\/10 {
  background-color:rgb(var(--theme-palette-primary-bg-status) / 0.1);
}
.n-bg-palette-primary-bg-status\/100 {
  background-color:rgb(var(--theme-palette-primary-bg-status) / 1);
}
.n-bg-palette-primary-bg-status\/15 {
  background-color:rgb(var(--theme-palette-primary-bg-status) / 0.15);
}
.n-bg-palette-primary-bg-status\/20 {
  background-color:rgb(var(--theme-palette-primary-bg-status) / 0.2);
}
.n-bg-palette-primary-bg-status\/25 {
  background-color:rgb(var(--theme-palette-primary-bg-status) / 0.25);
}
.n-bg-palette-primary-bg-status\/30 {
  background-color:rgb(var(--theme-palette-primary-bg-status) / 0.3);
}
.n-bg-palette-primary-bg-status\/35 {
  background-color:rgb(var(--theme-palette-primary-bg-status) / 0.35);
}
.n-bg-palette-primary-bg-status\/40 {
  background-color:rgb(var(--theme-palette-primary-bg-status) / 0.4);
}
.n-bg-palette-primary-bg-status\/45 {
  background-color:rgb(var(--theme-palette-primary-bg-status) / 0.45);
}
.n-bg-palette-primary-bg-status\/5 {
  background-color:rgb(var(--theme-palette-primary-bg-status) / 0.05);
}
.n-bg-palette-primary-bg-status\/50 {
  background-color:rgb(var(--theme-palette-primary-bg-status) / 0.5);
}
.n-bg-palette-primary-bg-status\/55 {
  background-color:rgb(var(--theme-palette-primary-bg-status) / 0.55);
}
.n-bg-palette-primary-bg-status\/60 {
  background-color:rgb(var(--theme-palette-primary-bg-status) / 0.6);
}
.n-bg-palette-primary-bg-status\/65 {
  background-color:rgb(var(--theme-palette-primary-bg-status) / 0.65);
}
.n-bg-palette-primary-bg-status\/70 {
  background-color:rgb(var(--theme-palette-primary-bg-status) / 0.7);
}
.n-bg-palette-primary-bg-status\/75 {
  background-color:rgb(var(--theme-palette-primary-bg-status) / 0.75);
}
.n-bg-palette-primary-bg-status\/80 {
  background-color:rgb(var(--theme-palette-primary-bg-status) / 0.8);
}
.n-bg-palette-primary-bg-status\/85 {
  background-color:rgb(var(--theme-palette-primary-bg-status) / 0.85);
}
.n-bg-palette-primary-bg-status\/90 {
  background-color:rgb(var(--theme-palette-primary-bg-status) / 0.9);
}
.n-bg-palette-primary-bg-status\/95 {
  background-color:rgb(var(--theme-palette-primary-bg-status) / 0.95);
}
.n-bg-palette-primary-bg-strong {
  background-color:rgb(var(--theme-palette-primary-bg-strong));
}
.n-bg-palette-primary-bg-strong\/0 {
  background-color:rgb(var(--theme-palette-primary-bg-strong) / 0);
}
.n-bg-palette-primary-bg-strong\/10 {
  background-color:rgb(var(--theme-palette-primary-bg-strong) / 0.1);
}
.n-bg-palette-primary-bg-strong\/100 {
  background-color:rgb(var(--theme-palette-primary-bg-strong) / 1);
}
.n-bg-palette-primary-bg-strong\/15 {
  background-color:rgb(var(--theme-palette-primary-bg-strong) / 0.15);
}
.n-bg-palette-primary-bg-strong\/20 {
  background-color:rgb(var(--theme-palette-primary-bg-strong) / 0.2);
}
.n-bg-palette-primary-bg-strong\/25 {
  background-color:rgb(var(--theme-palette-primary-bg-strong) / 0.25);
}
.n-bg-palette-primary-bg-strong\/30 {
  background-color:rgb(var(--theme-palette-primary-bg-strong) / 0.3);
}
.n-bg-palette-primary-bg-strong\/35 {
  background-color:rgb(var(--theme-palette-primary-bg-strong) / 0.35);
}
.n-bg-palette-primary-bg-strong\/40 {
  background-color:rgb(var(--theme-palette-primary-bg-strong) / 0.4);
}
.n-bg-palette-primary-bg-strong\/45 {
  background-color:rgb(var(--theme-palette-primary-bg-strong) / 0.45);
}
.n-bg-palette-primary-bg-strong\/5 {
  background-color:rgb(var(--theme-palette-primary-bg-strong) / 0.05);
}
.n-bg-palette-primary-bg-strong\/50 {
  background-color:rgb(var(--theme-palette-primary-bg-strong) / 0.5);
}
.n-bg-palette-primary-bg-strong\/55 {
  background-color:rgb(var(--theme-palette-primary-bg-strong) / 0.55);
}
.n-bg-palette-primary-bg-strong\/60 {
  background-color:rgb(var(--theme-palette-primary-bg-strong) / 0.6);
}
.n-bg-palette-primary-bg-strong\/65 {
  background-color:rgb(var(--theme-palette-primary-bg-strong) / 0.65);
}
.n-bg-palette-primary-bg-strong\/70 {
  background-color:rgb(var(--theme-palette-primary-bg-strong) / 0.7);
}
.n-bg-palette-primary-bg-strong\/75 {
  background-color:rgb(var(--theme-palette-primary-bg-strong) / 0.75);
}
.n-bg-palette-primary-bg-strong\/80 {
  background-color:rgb(var(--theme-palette-primary-bg-strong) / 0.8);
}
.n-bg-palette-primary-bg-strong\/85 {
  background-color:rgb(var(--theme-palette-primary-bg-strong) / 0.85);
}
.n-bg-palette-primary-bg-strong\/90 {
  background-color:rgb(var(--theme-palette-primary-bg-strong) / 0.9);
}
.n-bg-palette-primary-bg-strong\/95 {
  background-color:rgb(var(--theme-palette-primary-bg-strong) / 0.95);
}
.n-bg-palette-primary-bg-weak {
  background-color:rgb(var(--theme-palette-primary-bg-weak));
}
.n-bg-palette-primary-bg-weak\/0 {
  background-color:rgb(var(--theme-palette-primary-bg-weak) / 0);
}
.n-bg-palette-primary-bg-weak\/10 {
  background-color:rgb(var(--theme-palette-primary-bg-weak) / 0.1);
}
.n-bg-palette-primary-bg-weak\/100 {
  background-color:rgb(var(--theme-palette-primary-bg-weak) / 1);
}
.n-bg-palette-primary-bg-weak\/15 {
  background-color:rgb(var(--theme-palette-primary-bg-weak) / 0.15);
}
.n-bg-palette-primary-bg-weak\/20 {
  background-color:rgb(var(--theme-palette-primary-bg-weak) / 0.2);
}
.n-bg-palette-primary-bg-weak\/25 {
  background-color:rgb(var(--theme-palette-primary-bg-weak) / 0.25);
}
.n-bg-palette-primary-bg-weak\/30 {
  background-color:rgb(var(--theme-palette-primary-bg-weak) / 0.3);
}
.n-bg-palette-primary-bg-weak\/35 {
  background-color:rgb(var(--theme-palette-primary-bg-weak) / 0.35);
}
.n-bg-palette-primary-bg-weak\/40 {
  background-color:rgb(var(--theme-palette-primary-bg-weak) / 0.4);
}
.n-bg-palette-primary-bg-weak\/45 {
  background-color:rgb(var(--theme-palette-primary-bg-weak) / 0.45);
}
.n-bg-palette-primary-bg-weak\/5 {
  background-color:rgb(var(--theme-palette-primary-bg-weak) / 0.05);
}
.n-bg-palette-primary-bg-weak\/50 {
  background-color:rgb(var(--theme-palette-primary-bg-weak) / 0.5);
}
.n-bg-palette-primary-bg-weak\/55 {
  background-color:rgb(var(--theme-palette-primary-bg-weak) / 0.55);
}
.n-bg-palette-primary-bg-weak\/60 {
  background-color:rgb(var(--theme-palette-primary-bg-weak) / 0.6);
}
.n-bg-palette-primary-bg-weak\/65 {
  background-color:rgb(var(--theme-palette-primary-bg-weak) / 0.65);
}
.n-bg-palette-primary-bg-weak\/70 {
  background-color:rgb(var(--theme-palette-primary-bg-weak) / 0.7);
}
.n-bg-palette-primary-bg-weak\/75 {
  background-color:rgb(var(--theme-palette-primary-bg-weak) / 0.75);
}
.n-bg-palette-primary-bg-weak\/80 {
  background-color:rgb(var(--theme-palette-primary-bg-weak) / 0.8);
}
.n-bg-palette-primary-bg-weak\/85 {
  background-color:rgb(var(--theme-palette-primary-bg-weak) / 0.85);
}
.n-bg-palette-primary-bg-weak\/90 {
  background-color:rgb(var(--theme-palette-primary-bg-weak) / 0.9);
}
.n-bg-palette-primary-bg-weak\/95 {
  background-color:rgb(var(--theme-palette-primary-bg-weak) / 0.95);
}
.n-bg-palette-primary-border-strong {
  background-color:rgb(var(--theme-palette-primary-border-strong));
}
.n-bg-palette-primary-border-strong\/0 {
  background-color:rgb(var(--theme-palette-primary-border-strong) / 0);
}
.n-bg-palette-primary-border-strong\/10 {
  background-color:rgb(var(--theme-palette-primary-border-strong) / 0.1);
}
.n-bg-palette-primary-border-strong\/100 {
  background-color:rgb(var(--theme-palette-primary-border-strong) / 1);
}
.n-bg-palette-primary-border-strong\/15 {
  background-color:rgb(var(--theme-palette-primary-border-strong) / 0.15);
}
.n-bg-palette-primary-border-strong\/20 {
  background-color:rgb(var(--theme-palette-primary-border-strong) / 0.2);
}
.n-bg-palette-primary-border-strong\/25 {
  background-color:rgb(var(--theme-palette-primary-border-strong) / 0.25);
}
.n-bg-palette-primary-border-strong\/30 {
  background-color:rgb(var(--theme-palette-primary-border-strong) / 0.3);
}
.n-bg-palette-primary-border-strong\/35 {
  background-color:rgb(var(--theme-palette-primary-border-strong) / 0.35);
}
.n-bg-palette-primary-border-strong\/40 {
  background-color:rgb(var(--theme-palette-primary-border-strong) / 0.4);
}
.n-bg-palette-primary-border-strong\/45 {
  background-color:rgb(var(--theme-palette-primary-border-strong) / 0.45);
}
.n-bg-palette-primary-border-strong\/5 {
  background-color:rgb(var(--theme-palette-primary-border-strong) / 0.05);
}
.n-bg-palette-primary-border-strong\/50 {
  background-color:rgb(var(--theme-palette-primary-border-strong) / 0.5);
}
.n-bg-palette-primary-border-strong\/55 {
  background-color:rgb(var(--theme-palette-primary-border-strong) / 0.55);
}
.n-bg-palette-primary-border-strong\/60 {
  background-color:rgb(var(--theme-palette-primary-border-strong) / 0.6);
}
.n-bg-palette-primary-border-strong\/65 {
  background-color:rgb(var(--theme-palette-primary-border-strong) / 0.65);
}
.n-bg-palette-primary-border-strong\/70 {
  background-color:rgb(var(--theme-palette-primary-border-strong) / 0.7);
}
.n-bg-palette-primary-border-strong\/75 {
  background-color:rgb(var(--theme-palette-primary-border-strong) / 0.75);
}
.n-bg-palette-primary-border-strong\/80 {
  background-color:rgb(var(--theme-palette-primary-border-strong) / 0.8);
}
.n-bg-palette-primary-border-strong\/85 {
  background-color:rgb(var(--theme-palette-primary-border-strong) / 0.85);
}
.n-bg-palette-primary-border-strong\/90 {
  background-color:rgb(var(--theme-palette-primary-border-strong) / 0.9);
}
.n-bg-palette-primary-border-strong\/95 {
  background-color:rgb(var(--theme-palette-primary-border-strong) / 0.95);
}
.n-bg-palette-primary-border-weak {
  background-color:rgb(var(--theme-palette-primary-border-weak));
}
.n-bg-palette-primary-border-weak\/0 {
  background-color:rgb(var(--theme-palette-primary-border-weak) / 0);
}
.n-bg-palette-primary-border-weak\/10 {
  background-color:rgb(var(--theme-palette-primary-border-weak) / 0.1);
}
.n-bg-palette-primary-border-weak\/100 {
  background-color:rgb(var(--theme-palette-primary-border-weak) / 1);
}
.n-bg-palette-primary-border-weak\/15 {
  background-color:rgb(var(--theme-palette-primary-border-weak) / 0.15);
}
.n-bg-palette-primary-border-weak\/20 {
  background-color:rgb(var(--theme-palette-primary-border-weak) / 0.2);
}
.n-bg-palette-primary-border-weak\/25 {
  background-color:rgb(var(--theme-palette-primary-border-weak) / 0.25);
}
.n-bg-palette-primary-border-weak\/30 {
  background-color:rgb(var(--theme-palette-primary-border-weak) / 0.3);
}
.n-bg-palette-primary-border-weak\/35 {
  background-color:rgb(var(--theme-palette-primary-border-weak) / 0.35);
}
.n-bg-palette-primary-border-weak\/40 {
  background-color:rgb(var(--theme-palette-primary-border-weak) / 0.4);
}
.n-bg-palette-primary-border-weak\/45 {
  background-color:rgb(var(--theme-palette-primary-border-weak) / 0.45);
}
.n-bg-palette-primary-border-weak\/5 {
  background-color:rgb(var(--theme-palette-primary-border-weak) / 0.05);
}
.n-bg-palette-primary-border-weak\/50 {
  background-color:rgb(var(--theme-palette-primary-border-weak) / 0.5);
}
.n-bg-palette-primary-border-weak\/55 {
  background-color:rgb(var(--theme-palette-primary-border-weak) / 0.55);
}
.n-bg-palette-primary-border-weak\/60 {
  background-color:rgb(var(--theme-palette-primary-border-weak) / 0.6);
}
.n-bg-palette-primary-border-weak\/65 {
  background-color:rgb(var(--theme-palette-primary-border-weak) / 0.65);
}
.n-bg-palette-primary-border-weak\/70 {
  background-color:rgb(var(--theme-palette-primary-border-weak) / 0.7);
}
.n-bg-palette-primary-border-weak\/75 {
  background-color:rgb(var(--theme-palette-primary-border-weak) / 0.75);
}
.n-bg-palette-primary-border-weak\/80 {
  background-color:rgb(var(--theme-palette-primary-border-weak) / 0.8);
}
.n-bg-palette-primary-border-weak\/85 {
  background-color:rgb(var(--theme-palette-primary-border-weak) / 0.85);
}
.n-bg-palette-primary-border-weak\/90 {
  background-color:rgb(var(--theme-palette-primary-border-weak) / 0.9);
}
.n-bg-palette-primary-border-weak\/95 {
  background-color:rgb(var(--theme-palette-primary-border-weak) / 0.95);
}
.n-bg-palette-primary-focus {
  background-color:rgb(var(--theme-palette-primary-focus));
}
.n-bg-palette-primary-focus\/0 {
  background-color:rgb(var(--theme-palette-primary-focus) / 0);
}
.n-bg-palette-primary-focus\/10 {
  background-color:rgb(var(--theme-palette-primary-focus) / 0.1);
}
.n-bg-palette-primary-focus\/100 {
  background-color:rgb(var(--theme-palette-primary-focus) / 1);
}
.n-bg-palette-primary-focus\/15 {
  background-color:rgb(var(--theme-palette-primary-focus) / 0.15);
}
.n-bg-palette-primary-focus\/20 {
  background-color:rgb(var(--theme-palette-primary-focus) / 0.2);
}
.n-bg-palette-primary-focus\/25 {
  background-color:rgb(var(--theme-palette-primary-focus) / 0.25);
}
.n-bg-palette-primary-focus\/30 {
  background-color:rgb(var(--theme-palette-primary-focus) / 0.3);
}
.n-bg-palette-primary-focus\/35 {
  background-color:rgb(var(--theme-palette-primary-focus) / 0.35);
}
.n-bg-palette-primary-focus\/40 {
  background-color:rgb(var(--theme-palette-primary-focus) / 0.4);
}
.n-bg-palette-primary-focus\/45 {
  background-color:rgb(var(--theme-palette-primary-focus) / 0.45);
}
.n-bg-palette-primary-focus\/5 {
  background-color:rgb(var(--theme-palette-primary-focus) / 0.05);
}
.n-bg-palette-primary-focus\/50 {
  background-color:rgb(var(--theme-palette-primary-focus) / 0.5);
}
.n-bg-palette-primary-focus\/55 {
  background-color:rgb(var(--theme-palette-primary-focus) / 0.55);
}
.n-bg-palette-primary-focus\/60 {
  background-color:rgb(var(--theme-palette-primary-focus) / 0.6);
}
.n-bg-palette-primary-focus\/65 {
  background-color:rgb(var(--theme-palette-primary-focus) / 0.65);
}
.n-bg-palette-primary-focus\/70 {
  background-color:rgb(var(--theme-palette-primary-focus) / 0.7);
}
.n-bg-palette-primary-focus\/75 {
  background-color:rgb(var(--theme-palette-primary-focus) / 0.75);
}
.n-bg-palette-primary-focus\/80 {
  background-color:rgb(var(--theme-palette-primary-focus) / 0.8);
}
.n-bg-palette-primary-focus\/85 {
  background-color:rgb(var(--theme-palette-primary-focus) / 0.85);
}
.n-bg-palette-primary-focus\/90 {
  background-color:rgb(var(--theme-palette-primary-focus) / 0.9);
}
.n-bg-palette-primary-focus\/95 {
  background-color:rgb(var(--theme-palette-primary-focus) / 0.95);
}
.n-bg-palette-primary-hover-strong {
  background-color:rgb(var(--theme-palette-primary-hover-strong));
}
.n-bg-palette-primary-hover-strong\/0 {
  background-color:rgb(var(--theme-palette-primary-hover-strong) / 0);
}
.n-bg-palette-primary-hover-strong\/10 {
  background-color:rgb(var(--theme-palette-primary-hover-strong) / 0.1);
}
.n-bg-palette-primary-hover-strong\/100 {
  background-color:rgb(var(--theme-palette-primary-hover-strong) / 1);
}
.n-bg-palette-primary-hover-strong\/15 {
  background-color:rgb(var(--theme-palette-primary-hover-strong) / 0.15);
}
.n-bg-palette-primary-hover-strong\/20 {
  background-color:rgb(var(--theme-palette-primary-hover-strong) / 0.2);
}
.n-bg-palette-primary-hover-strong\/25 {
  background-color:rgb(var(--theme-palette-primary-hover-strong) / 0.25);
}
.n-bg-palette-primary-hover-strong\/30 {
  background-color:rgb(var(--theme-palette-primary-hover-strong) / 0.3);
}
.n-bg-palette-primary-hover-strong\/35 {
  background-color:rgb(var(--theme-palette-primary-hover-strong) / 0.35);
}
.n-bg-palette-primary-hover-strong\/40 {
  background-color:rgb(var(--theme-palette-primary-hover-strong) / 0.4);
}
.n-bg-palette-primary-hover-strong\/45 {
  background-color:rgb(var(--theme-palette-primary-hover-strong) / 0.45);
}
.n-bg-palette-primary-hover-strong\/5 {
  background-color:rgb(var(--theme-palette-primary-hover-strong) / 0.05);
}
.n-bg-palette-primary-hover-strong\/50 {
  background-color:rgb(var(--theme-palette-primary-hover-strong) / 0.5);
}
.n-bg-palette-primary-hover-strong\/55 {
  background-color:rgb(var(--theme-palette-primary-hover-strong) / 0.55);
}
.n-bg-palette-primary-hover-strong\/60 {
  background-color:rgb(var(--theme-palette-primary-hover-strong) / 0.6);
}
.n-bg-palette-primary-hover-strong\/65 {
  background-color:rgb(var(--theme-palette-primary-hover-strong) / 0.65);
}
.n-bg-palette-primary-hover-strong\/70 {
  background-color:rgb(var(--theme-palette-primary-hover-strong) / 0.7);
}
.n-bg-palette-primary-hover-strong\/75 {
  background-color:rgb(var(--theme-palette-primary-hover-strong) / 0.75);
}
.n-bg-palette-primary-hover-strong\/80 {
  background-color:rgb(var(--theme-palette-primary-hover-strong) / 0.8);
}
.n-bg-palette-primary-hover-strong\/85 {
  background-color:rgb(var(--theme-palette-primary-hover-strong) / 0.85);
}
.n-bg-palette-primary-hover-strong\/90 {
  background-color:rgb(var(--theme-palette-primary-hover-strong) / 0.9);
}
.n-bg-palette-primary-hover-strong\/95 {
  background-color:rgb(var(--theme-palette-primary-hover-strong) / 0.95);
}
.n-bg-palette-primary-hover-weak {
  background-color:rgb(var(--theme-palette-primary-hover-weak));
}
.n-bg-palette-primary-hover-weak\/0 {
  background-color:rgb(var(--theme-palette-primary-hover-weak) / 0);
}
.n-bg-palette-primary-hover-weak\/10 {
  background-color:rgb(var(--theme-palette-primary-hover-weak) / 0.1);
}
.n-bg-palette-primary-hover-weak\/100 {
  background-color:rgb(var(--theme-palette-primary-hover-weak) / 1);
}
.n-bg-palette-primary-hover-weak\/15 {
  background-color:rgb(var(--theme-palette-primary-hover-weak) / 0.15);
}
.n-bg-palette-primary-hover-weak\/20 {
  background-color:rgb(var(--theme-palette-primary-hover-weak) / 0.2);
}
.n-bg-palette-primary-hover-weak\/25 {
  background-color:rgb(var(--theme-palette-primary-hover-weak) / 0.25);
}
.n-bg-palette-primary-hover-weak\/30 {
  background-color:rgb(var(--theme-palette-primary-hover-weak) / 0.3);
}
.n-bg-palette-primary-hover-weak\/35 {
  background-color:rgb(var(--theme-palette-primary-hover-weak) / 0.35);
}
.n-bg-palette-primary-hover-weak\/40 {
  background-color:rgb(var(--theme-palette-primary-hover-weak) / 0.4);
}
.n-bg-palette-primary-hover-weak\/45 {
  background-color:rgb(var(--theme-palette-primary-hover-weak) / 0.45);
}
.n-bg-palette-primary-hover-weak\/5 {
  background-color:rgb(var(--theme-palette-primary-hover-weak) / 0.05);
}
.n-bg-palette-primary-hover-weak\/50 {
  background-color:rgb(var(--theme-palette-primary-hover-weak) / 0.5);
}
.n-bg-palette-primary-hover-weak\/55 {
  background-color:rgb(var(--theme-palette-primary-hover-weak) / 0.55);
}
.n-bg-palette-primary-hover-weak\/60 {
  background-color:rgb(var(--theme-palette-primary-hover-weak) / 0.6);
}
.n-bg-palette-primary-hover-weak\/65 {
  background-color:rgb(var(--theme-palette-primary-hover-weak) / 0.65);
}
.n-bg-palette-primary-hover-weak\/70 {
  background-color:rgb(var(--theme-palette-primary-hover-weak) / 0.7);
}
.n-bg-palette-primary-hover-weak\/75 {
  background-color:rgb(var(--theme-palette-primary-hover-weak) / 0.75);
}
.n-bg-palette-primary-hover-weak\/80 {
  background-color:rgb(var(--theme-palette-primary-hover-weak) / 0.8);
}
.n-bg-palette-primary-hover-weak\/85 {
  background-color:rgb(var(--theme-palette-primary-hover-weak) / 0.85);
}
.n-bg-palette-primary-hover-weak\/90 {
  background-color:rgb(var(--theme-palette-primary-hover-weak) / 0.9);
}
.n-bg-palette-primary-hover-weak\/95 {
  background-color:rgb(var(--theme-palette-primary-hover-weak) / 0.95);
}
.n-bg-palette-primary-icon {
  background-color:rgb(var(--theme-palette-primary-icon));
}
.n-bg-palette-primary-icon\/0 {
  background-color:rgb(var(--theme-palette-primary-icon) / 0);
}
.n-bg-palette-primary-icon\/10 {
  background-color:rgb(var(--theme-palette-primary-icon) / 0.1);
}
.n-bg-palette-primary-icon\/100 {
  background-color:rgb(var(--theme-palette-primary-icon) / 1);
}
.n-bg-palette-primary-icon\/15 {
  background-color:rgb(var(--theme-palette-primary-icon) / 0.15);
}
.n-bg-palette-primary-icon\/20 {
  background-color:rgb(var(--theme-palette-primary-icon) / 0.2);
}
.n-bg-palette-primary-icon\/25 {
  background-color:rgb(var(--theme-palette-primary-icon) / 0.25);
}
.n-bg-palette-primary-icon\/30 {
  background-color:rgb(var(--theme-palette-primary-icon) / 0.3);
}
.n-bg-palette-primary-icon\/35 {
  background-color:rgb(var(--theme-palette-primary-icon) / 0.35);
}
.n-bg-palette-primary-icon\/40 {
  background-color:rgb(var(--theme-palette-primary-icon) / 0.4);
}
.n-bg-palette-primary-icon\/45 {
  background-color:rgb(var(--theme-palette-primary-icon) / 0.45);
}
.n-bg-palette-primary-icon\/5 {
  background-color:rgb(var(--theme-palette-primary-icon) / 0.05);
}
.n-bg-palette-primary-icon\/50 {
  background-color:rgb(var(--theme-palette-primary-icon) / 0.5);
}
.n-bg-palette-primary-icon\/55 {
  background-color:rgb(var(--theme-palette-primary-icon) / 0.55);
}
.n-bg-palette-primary-icon\/60 {
  background-color:rgb(var(--theme-palette-primary-icon) / 0.6);
}
.n-bg-palette-primary-icon\/65 {
  background-color:rgb(var(--theme-palette-primary-icon) / 0.65);
}
.n-bg-palette-primary-icon\/70 {
  background-color:rgb(var(--theme-palette-primary-icon) / 0.7);
}
.n-bg-palette-primary-icon\/75 {
  background-color:rgb(var(--theme-palette-primary-icon) / 0.75);
}
.n-bg-palette-primary-icon\/80 {
  background-color:rgb(var(--theme-palette-primary-icon) / 0.8);
}
.n-bg-palette-primary-icon\/85 {
  background-color:rgb(var(--theme-palette-primary-icon) / 0.85);
}
.n-bg-palette-primary-icon\/90 {
  background-color:rgb(var(--theme-palette-primary-icon) / 0.9);
}
.n-bg-palette-primary-icon\/95 {
  background-color:rgb(var(--theme-palette-primary-icon) / 0.95);
}
.n-bg-palette-primary-pressed-strong {
  background-color:rgb(var(--theme-palette-primary-pressed-strong));
}
.n-bg-palette-primary-pressed-strong\/0 {
  background-color:rgb(var(--theme-palette-primary-pressed-strong) / 0);
}
.n-bg-palette-primary-pressed-strong\/10 {
  background-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.1);
}
.n-bg-palette-primary-pressed-strong\/100 {
  background-color:rgb(var(--theme-palette-primary-pressed-strong) / 1);
}
.n-bg-palette-primary-pressed-strong\/15 {
  background-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.15);
}
.n-bg-palette-primary-pressed-strong\/20 {
  background-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.2);
}
.n-bg-palette-primary-pressed-strong\/25 {
  background-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.25);
}
.n-bg-palette-primary-pressed-strong\/30 {
  background-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.3);
}
.n-bg-palette-primary-pressed-strong\/35 {
  background-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.35);
}
.n-bg-palette-primary-pressed-strong\/40 {
  background-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.4);
}
.n-bg-palette-primary-pressed-strong\/45 {
  background-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.45);
}
.n-bg-palette-primary-pressed-strong\/5 {
  background-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.05);
}
.n-bg-palette-primary-pressed-strong\/50 {
  background-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.5);
}
.n-bg-palette-primary-pressed-strong\/55 {
  background-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.55);
}
.n-bg-palette-primary-pressed-strong\/60 {
  background-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.6);
}
.n-bg-palette-primary-pressed-strong\/65 {
  background-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.65);
}
.n-bg-palette-primary-pressed-strong\/70 {
  background-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.7);
}
.n-bg-palette-primary-pressed-strong\/75 {
  background-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.75);
}
.n-bg-palette-primary-pressed-strong\/80 {
  background-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.8);
}
.n-bg-palette-primary-pressed-strong\/85 {
  background-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.85);
}
.n-bg-palette-primary-pressed-strong\/90 {
  background-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.9);
}
.n-bg-palette-primary-pressed-strong\/95 {
  background-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.95);
}
.n-bg-palette-primary-pressed-weak {
  background-color:rgb(var(--theme-palette-primary-pressed-weak));
}
.n-bg-palette-primary-pressed-weak\/0 {
  background-color:rgb(var(--theme-palette-primary-pressed-weak) / 0);
}
.n-bg-palette-primary-pressed-weak\/10 {
  background-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.1);
}
.n-bg-palette-primary-pressed-weak\/100 {
  background-color:rgb(var(--theme-palette-primary-pressed-weak) / 1);
}
.n-bg-palette-primary-pressed-weak\/15 {
  background-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.15);
}
.n-bg-palette-primary-pressed-weak\/20 {
  background-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.2);
}
.n-bg-palette-primary-pressed-weak\/25 {
  background-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.25);
}
.n-bg-palette-primary-pressed-weak\/30 {
  background-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.3);
}
.n-bg-palette-primary-pressed-weak\/35 {
  background-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.35);
}
.n-bg-palette-primary-pressed-weak\/40 {
  background-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.4);
}
.n-bg-palette-primary-pressed-weak\/45 {
  background-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.45);
}
.n-bg-palette-primary-pressed-weak\/5 {
  background-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.05);
}
.n-bg-palette-primary-pressed-weak\/50 {
  background-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.5);
}
.n-bg-palette-primary-pressed-weak\/55 {
  background-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.55);
}
.n-bg-palette-primary-pressed-weak\/60 {
  background-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.6);
}
.n-bg-palette-primary-pressed-weak\/65 {
  background-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.65);
}
.n-bg-palette-primary-pressed-weak\/70 {
  background-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.7);
}
.n-bg-palette-primary-pressed-weak\/75 {
  background-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.75);
}
.n-bg-palette-primary-pressed-weak\/80 {
  background-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.8);
}
.n-bg-palette-primary-pressed-weak\/85 {
  background-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.85);
}
.n-bg-palette-primary-pressed-weak\/90 {
  background-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.9);
}
.n-bg-palette-primary-pressed-weak\/95 {
  background-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.95);
}
.n-bg-palette-primary-text {
  background-color:rgb(var(--theme-palette-primary-text));
}
.n-bg-palette-primary-text\/0 {
  background-color:rgb(var(--theme-palette-primary-text) / 0);
}
.n-bg-palette-primary-text\/10 {
  background-color:rgb(var(--theme-palette-primary-text) / 0.1);
}
.n-bg-palette-primary-text\/100 {
  background-color:rgb(var(--theme-palette-primary-text) / 1);
}
.n-bg-palette-primary-text\/15 {
  background-color:rgb(var(--theme-palette-primary-text) / 0.15);
}
.n-bg-palette-primary-text\/20 {
  background-color:rgb(var(--theme-palette-primary-text) / 0.2);
}
.n-bg-palette-primary-text\/25 {
  background-color:rgb(var(--theme-palette-primary-text) / 0.25);
}
.n-bg-palette-primary-text\/30 {
  background-color:rgb(var(--theme-palette-primary-text) / 0.3);
}
.n-bg-palette-primary-text\/35 {
  background-color:rgb(var(--theme-palette-primary-text) / 0.35);
}
.n-bg-palette-primary-text\/40 {
  background-color:rgb(var(--theme-palette-primary-text) / 0.4);
}
.n-bg-palette-primary-text\/45 {
  background-color:rgb(var(--theme-palette-primary-text) / 0.45);
}
.n-bg-palette-primary-text\/5 {
  background-color:rgb(var(--theme-palette-primary-text) / 0.05);
}
.n-bg-palette-primary-text\/50 {
  background-color:rgb(var(--theme-palette-primary-text) / 0.5);
}
.n-bg-palette-primary-text\/55 {
  background-color:rgb(var(--theme-palette-primary-text) / 0.55);
}
.n-bg-palette-primary-text\/60 {
  background-color:rgb(var(--theme-palette-primary-text) / 0.6);
}
.n-bg-palette-primary-text\/65 {
  background-color:rgb(var(--theme-palette-primary-text) / 0.65);
}
.n-bg-palette-primary-text\/70 {
  background-color:rgb(var(--theme-palette-primary-text) / 0.7);
}
.n-bg-palette-primary-text\/75 {
  background-color:rgb(var(--theme-palette-primary-text) / 0.75);
}
.n-bg-palette-primary-text\/80 {
  background-color:rgb(var(--theme-palette-primary-text) / 0.8);
}
.n-bg-palette-primary-text\/85 {
  background-color:rgb(var(--theme-palette-primary-text) / 0.85);
}
.n-bg-palette-primary-text\/90 {
  background-color:rgb(var(--theme-palette-primary-text) / 0.9);
}
.n-bg-palette-primary-text\/95 {
  background-color:rgb(var(--theme-palette-primary-text) / 0.95);
}
.n-bg-palette-success-bg-status {
  background-color:rgb(var(--theme-palette-success-bg-status));
}
.n-bg-palette-success-bg-status\/0 {
  background-color:rgb(var(--theme-palette-success-bg-status) / 0);
}
.n-bg-palette-success-bg-status\/10 {
  background-color:rgb(var(--theme-palette-success-bg-status) / 0.1);
}
.n-bg-palette-success-bg-status\/100 {
  background-color:rgb(var(--theme-palette-success-bg-status) / 1);
}
.n-bg-palette-success-bg-status\/15 {
  background-color:rgb(var(--theme-palette-success-bg-status) / 0.15);
}
.n-bg-palette-success-bg-status\/20 {
  background-color:rgb(var(--theme-palette-success-bg-status) / 0.2);
}
.n-bg-palette-success-bg-status\/25 {
  background-color:rgb(var(--theme-palette-success-bg-status) / 0.25);
}
.n-bg-palette-success-bg-status\/30 {
  background-color:rgb(var(--theme-palette-success-bg-status) / 0.3);
}
.n-bg-palette-success-bg-status\/35 {
  background-color:rgb(var(--theme-palette-success-bg-status) / 0.35);
}
.n-bg-palette-success-bg-status\/40 {
  background-color:rgb(var(--theme-palette-success-bg-status) / 0.4);
}
.n-bg-palette-success-bg-status\/45 {
  background-color:rgb(var(--theme-palette-success-bg-status) / 0.45);
}
.n-bg-palette-success-bg-status\/5 {
  background-color:rgb(var(--theme-palette-success-bg-status) / 0.05);
}
.n-bg-palette-success-bg-status\/50 {
  background-color:rgb(var(--theme-palette-success-bg-status) / 0.5);
}
.n-bg-palette-success-bg-status\/55 {
  background-color:rgb(var(--theme-palette-success-bg-status) / 0.55);
}
.n-bg-palette-success-bg-status\/60 {
  background-color:rgb(var(--theme-palette-success-bg-status) / 0.6);
}
.n-bg-palette-success-bg-status\/65 {
  background-color:rgb(var(--theme-palette-success-bg-status) / 0.65);
}
.n-bg-palette-success-bg-status\/70 {
  background-color:rgb(var(--theme-palette-success-bg-status) / 0.7);
}
.n-bg-palette-success-bg-status\/75 {
  background-color:rgb(var(--theme-palette-success-bg-status) / 0.75);
}
.n-bg-palette-success-bg-status\/80 {
  background-color:rgb(var(--theme-palette-success-bg-status) / 0.8);
}
.n-bg-palette-success-bg-status\/85 {
  background-color:rgb(var(--theme-palette-success-bg-status) / 0.85);
}
.n-bg-palette-success-bg-status\/90 {
  background-color:rgb(var(--theme-palette-success-bg-status) / 0.9);
}
.n-bg-palette-success-bg-status\/95 {
  background-color:rgb(var(--theme-palette-success-bg-status) / 0.95);
}
.n-bg-palette-success-bg-strong {
  background-color:rgb(var(--theme-palette-success-bg-strong));
}
.n-bg-palette-success-bg-strong\/0 {
  background-color:rgb(var(--theme-palette-success-bg-strong) / 0);
}
.n-bg-palette-success-bg-strong\/10 {
  background-color:rgb(var(--theme-palette-success-bg-strong) / 0.1);
}
.n-bg-palette-success-bg-strong\/100 {
  background-color:rgb(var(--theme-palette-success-bg-strong) / 1);
}
.n-bg-palette-success-bg-strong\/15 {
  background-color:rgb(var(--theme-palette-success-bg-strong) / 0.15);
}
.n-bg-palette-success-bg-strong\/20 {
  background-color:rgb(var(--theme-palette-success-bg-strong) / 0.2);
}
.n-bg-palette-success-bg-strong\/25 {
  background-color:rgb(var(--theme-palette-success-bg-strong) / 0.25);
}
.n-bg-palette-success-bg-strong\/30 {
  background-color:rgb(var(--theme-palette-success-bg-strong) / 0.3);
}
.n-bg-palette-success-bg-strong\/35 {
  background-color:rgb(var(--theme-palette-success-bg-strong) / 0.35);
}
.n-bg-palette-success-bg-strong\/40 {
  background-color:rgb(var(--theme-palette-success-bg-strong) / 0.4);
}
.n-bg-palette-success-bg-strong\/45 {
  background-color:rgb(var(--theme-palette-success-bg-strong) / 0.45);
}
.n-bg-palette-success-bg-strong\/5 {
  background-color:rgb(var(--theme-palette-success-bg-strong) / 0.05);
}
.n-bg-palette-success-bg-strong\/50 {
  background-color:rgb(var(--theme-palette-success-bg-strong) / 0.5);
}
.n-bg-palette-success-bg-strong\/55 {
  background-color:rgb(var(--theme-palette-success-bg-strong) / 0.55);
}
.n-bg-palette-success-bg-strong\/60 {
  background-color:rgb(var(--theme-palette-success-bg-strong) / 0.6);
}
.n-bg-palette-success-bg-strong\/65 {
  background-color:rgb(var(--theme-palette-success-bg-strong) / 0.65);
}
.n-bg-palette-success-bg-strong\/70 {
  background-color:rgb(var(--theme-palette-success-bg-strong) / 0.7);
}
.n-bg-palette-success-bg-strong\/75 {
  background-color:rgb(var(--theme-palette-success-bg-strong) / 0.75);
}
.n-bg-palette-success-bg-strong\/80 {
  background-color:rgb(var(--theme-palette-success-bg-strong) / 0.8);
}
.n-bg-palette-success-bg-strong\/85 {
  background-color:rgb(var(--theme-palette-success-bg-strong) / 0.85);
}
.n-bg-palette-success-bg-strong\/90 {
  background-color:rgb(var(--theme-palette-success-bg-strong) / 0.9);
}
.n-bg-palette-success-bg-strong\/95 {
  background-color:rgb(var(--theme-palette-success-bg-strong) / 0.95);
}
.n-bg-palette-success-bg-weak {
  background-color:rgb(var(--theme-palette-success-bg-weak));
}
.n-bg-palette-success-bg-weak\/0 {
  background-color:rgb(var(--theme-palette-success-bg-weak) / 0);
}
.n-bg-palette-success-bg-weak\/10 {
  background-color:rgb(var(--theme-palette-success-bg-weak) / 0.1);
}
.n-bg-palette-success-bg-weak\/100 {
  background-color:rgb(var(--theme-palette-success-bg-weak) / 1);
}
.n-bg-palette-success-bg-weak\/15 {
  background-color:rgb(var(--theme-palette-success-bg-weak) / 0.15);
}
.n-bg-palette-success-bg-weak\/20 {
  background-color:rgb(var(--theme-palette-success-bg-weak) / 0.2);
}
.n-bg-palette-success-bg-weak\/25 {
  background-color:rgb(var(--theme-palette-success-bg-weak) / 0.25);
}
.n-bg-palette-success-bg-weak\/30 {
  background-color:rgb(var(--theme-palette-success-bg-weak) / 0.3);
}
.n-bg-palette-success-bg-weak\/35 {
  background-color:rgb(var(--theme-palette-success-bg-weak) / 0.35);
}
.n-bg-palette-success-bg-weak\/40 {
  background-color:rgb(var(--theme-palette-success-bg-weak) / 0.4);
}
.n-bg-palette-success-bg-weak\/45 {
  background-color:rgb(var(--theme-palette-success-bg-weak) / 0.45);
}
.n-bg-palette-success-bg-weak\/5 {
  background-color:rgb(var(--theme-palette-success-bg-weak) / 0.05);
}
.n-bg-palette-success-bg-weak\/50 {
  background-color:rgb(var(--theme-palette-success-bg-weak) / 0.5);
}
.n-bg-palette-success-bg-weak\/55 {
  background-color:rgb(var(--theme-palette-success-bg-weak) / 0.55);
}
.n-bg-palette-success-bg-weak\/60 {
  background-color:rgb(var(--theme-palette-success-bg-weak) / 0.6);
}
.n-bg-palette-success-bg-weak\/65 {
  background-color:rgb(var(--theme-palette-success-bg-weak) / 0.65);
}
.n-bg-palette-success-bg-weak\/70 {
  background-color:rgb(var(--theme-palette-success-bg-weak) / 0.7);
}
.n-bg-palette-success-bg-weak\/75 {
  background-color:rgb(var(--theme-palette-success-bg-weak) / 0.75);
}
.n-bg-palette-success-bg-weak\/80 {
  background-color:rgb(var(--theme-palette-success-bg-weak) / 0.8);
}
.n-bg-palette-success-bg-weak\/85 {
  background-color:rgb(var(--theme-palette-success-bg-weak) / 0.85);
}
.n-bg-palette-success-bg-weak\/90 {
  background-color:rgb(var(--theme-palette-success-bg-weak) / 0.9);
}
.n-bg-palette-success-bg-weak\/95 {
  background-color:rgb(var(--theme-palette-success-bg-weak) / 0.95);
}
.n-bg-palette-success-border-strong {
  background-color:rgb(var(--theme-palette-success-border-strong));
}
.n-bg-palette-success-border-strong\/0 {
  background-color:rgb(var(--theme-palette-success-border-strong) / 0);
}
.n-bg-palette-success-border-strong\/10 {
  background-color:rgb(var(--theme-palette-success-border-strong) / 0.1);
}
.n-bg-palette-success-border-strong\/100 {
  background-color:rgb(var(--theme-palette-success-border-strong) / 1);
}
.n-bg-palette-success-border-strong\/15 {
  background-color:rgb(var(--theme-palette-success-border-strong) / 0.15);
}
.n-bg-palette-success-border-strong\/20 {
  background-color:rgb(var(--theme-palette-success-border-strong) / 0.2);
}
.n-bg-palette-success-border-strong\/25 {
  background-color:rgb(var(--theme-palette-success-border-strong) / 0.25);
}
.n-bg-palette-success-border-strong\/30 {
  background-color:rgb(var(--theme-palette-success-border-strong) / 0.3);
}
.n-bg-palette-success-border-strong\/35 {
  background-color:rgb(var(--theme-palette-success-border-strong) / 0.35);
}
.n-bg-palette-success-border-strong\/40 {
  background-color:rgb(var(--theme-palette-success-border-strong) / 0.4);
}
.n-bg-palette-success-border-strong\/45 {
  background-color:rgb(var(--theme-palette-success-border-strong) / 0.45);
}
.n-bg-palette-success-border-strong\/5 {
  background-color:rgb(var(--theme-palette-success-border-strong) / 0.05);
}
.n-bg-palette-success-border-strong\/50 {
  background-color:rgb(var(--theme-palette-success-border-strong) / 0.5);
}
.n-bg-palette-success-border-strong\/55 {
  background-color:rgb(var(--theme-palette-success-border-strong) / 0.55);
}
.n-bg-palette-success-border-strong\/60 {
  background-color:rgb(var(--theme-palette-success-border-strong) / 0.6);
}
.n-bg-palette-success-border-strong\/65 {
  background-color:rgb(var(--theme-palette-success-border-strong) / 0.65);
}
.n-bg-palette-success-border-strong\/70 {
  background-color:rgb(var(--theme-palette-success-border-strong) / 0.7);
}
.n-bg-palette-success-border-strong\/75 {
  background-color:rgb(var(--theme-palette-success-border-strong) / 0.75);
}
.n-bg-palette-success-border-strong\/80 {
  background-color:rgb(var(--theme-palette-success-border-strong) / 0.8);
}
.n-bg-palette-success-border-strong\/85 {
  background-color:rgb(var(--theme-palette-success-border-strong) / 0.85);
}
.n-bg-palette-success-border-strong\/90 {
  background-color:rgb(var(--theme-palette-success-border-strong) / 0.9);
}
.n-bg-palette-success-border-strong\/95 {
  background-color:rgb(var(--theme-palette-success-border-strong) / 0.95);
}
.n-bg-palette-success-border-weak {
  background-color:rgb(var(--theme-palette-success-border-weak));
}
.n-bg-palette-success-border-weak\/0 {
  background-color:rgb(var(--theme-palette-success-border-weak) / 0);
}
.n-bg-palette-success-border-weak\/10 {
  background-color:rgb(var(--theme-palette-success-border-weak) / 0.1);
}
.n-bg-palette-success-border-weak\/100 {
  background-color:rgb(var(--theme-palette-success-border-weak) / 1);
}
.n-bg-palette-success-border-weak\/15 {
  background-color:rgb(var(--theme-palette-success-border-weak) / 0.15);
}
.n-bg-palette-success-border-weak\/20 {
  background-color:rgb(var(--theme-palette-success-border-weak) / 0.2);
}
.n-bg-palette-success-border-weak\/25 {
  background-color:rgb(var(--theme-palette-success-border-weak) / 0.25);
}
.n-bg-palette-success-border-weak\/30 {
  background-color:rgb(var(--theme-palette-success-border-weak) / 0.3);
}
.n-bg-palette-success-border-weak\/35 {
  background-color:rgb(var(--theme-palette-success-border-weak) / 0.35);
}
.n-bg-palette-success-border-weak\/40 {
  background-color:rgb(var(--theme-palette-success-border-weak) / 0.4);
}
.n-bg-palette-success-border-weak\/45 {
  background-color:rgb(var(--theme-palette-success-border-weak) / 0.45);
}
.n-bg-palette-success-border-weak\/5 {
  background-color:rgb(var(--theme-palette-success-border-weak) / 0.05);
}
.n-bg-palette-success-border-weak\/50 {
  background-color:rgb(var(--theme-palette-success-border-weak) / 0.5);
}
.n-bg-palette-success-border-weak\/55 {
  background-color:rgb(var(--theme-palette-success-border-weak) / 0.55);
}
.n-bg-palette-success-border-weak\/60 {
  background-color:rgb(var(--theme-palette-success-border-weak) / 0.6);
}
.n-bg-palette-success-border-weak\/65 {
  background-color:rgb(var(--theme-palette-success-border-weak) / 0.65);
}
.n-bg-palette-success-border-weak\/70 {
  background-color:rgb(var(--theme-palette-success-border-weak) / 0.7);
}
.n-bg-palette-success-border-weak\/75 {
  background-color:rgb(var(--theme-palette-success-border-weak) / 0.75);
}
.n-bg-palette-success-border-weak\/80 {
  background-color:rgb(var(--theme-palette-success-border-weak) / 0.8);
}
.n-bg-palette-success-border-weak\/85 {
  background-color:rgb(var(--theme-palette-success-border-weak) / 0.85);
}
.n-bg-palette-success-border-weak\/90 {
  background-color:rgb(var(--theme-palette-success-border-weak) / 0.9);
}
.n-bg-palette-success-border-weak\/95 {
  background-color:rgb(var(--theme-palette-success-border-weak) / 0.95);
}
.n-bg-palette-success-icon {
  background-color:rgb(var(--theme-palette-success-icon));
}
.n-bg-palette-success-icon\/0 {
  background-color:rgb(var(--theme-palette-success-icon) / 0);
}
.n-bg-palette-success-icon\/10 {
  background-color:rgb(var(--theme-palette-success-icon) / 0.1);
}
.n-bg-palette-success-icon\/100 {
  background-color:rgb(var(--theme-palette-success-icon) / 1);
}
.n-bg-palette-success-icon\/15 {
  background-color:rgb(var(--theme-palette-success-icon) / 0.15);
}
.n-bg-palette-success-icon\/20 {
  background-color:rgb(var(--theme-palette-success-icon) / 0.2);
}
.n-bg-palette-success-icon\/25 {
  background-color:rgb(var(--theme-palette-success-icon) / 0.25);
}
.n-bg-palette-success-icon\/30 {
  background-color:rgb(var(--theme-palette-success-icon) / 0.3);
}
.n-bg-palette-success-icon\/35 {
  background-color:rgb(var(--theme-palette-success-icon) / 0.35);
}
.n-bg-palette-success-icon\/40 {
  background-color:rgb(var(--theme-palette-success-icon) / 0.4);
}
.n-bg-palette-success-icon\/45 {
  background-color:rgb(var(--theme-palette-success-icon) / 0.45);
}
.n-bg-palette-success-icon\/5 {
  background-color:rgb(var(--theme-palette-success-icon) / 0.05);
}
.n-bg-palette-success-icon\/50 {
  background-color:rgb(var(--theme-palette-success-icon) / 0.5);
}
.n-bg-palette-success-icon\/55 {
  background-color:rgb(var(--theme-palette-success-icon) / 0.55);
}
.n-bg-palette-success-icon\/60 {
  background-color:rgb(var(--theme-palette-success-icon) / 0.6);
}
.n-bg-palette-success-icon\/65 {
  background-color:rgb(var(--theme-palette-success-icon) / 0.65);
}
.n-bg-palette-success-icon\/70 {
  background-color:rgb(var(--theme-palette-success-icon) / 0.7);
}
.n-bg-palette-success-icon\/75 {
  background-color:rgb(var(--theme-palette-success-icon) / 0.75);
}
.n-bg-palette-success-icon\/80 {
  background-color:rgb(var(--theme-palette-success-icon) / 0.8);
}
.n-bg-palette-success-icon\/85 {
  background-color:rgb(var(--theme-palette-success-icon) / 0.85);
}
.n-bg-palette-success-icon\/90 {
  background-color:rgb(var(--theme-palette-success-icon) / 0.9);
}
.n-bg-palette-success-icon\/95 {
  background-color:rgb(var(--theme-palette-success-icon) / 0.95);
}
.n-bg-palette-success-text {
  background-color:rgb(var(--theme-palette-success-text));
}
.n-bg-palette-success-text\/0 {
  background-color:rgb(var(--theme-palette-success-text) / 0);
}
.n-bg-palette-success-text\/10 {
  background-color:rgb(var(--theme-palette-success-text) / 0.1);
}
.n-bg-palette-success-text\/100 {
  background-color:rgb(var(--theme-palette-success-text) / 1);
}
.n-bg-palette-success-text\/15 {
  background-color:rgb(var(--theme-palette-success-text) / 0.15);
}
.n-bg-palette-success-text\/20 {
  background-color:rgb(var(--theme-palette-success-text) / 0.2);
}
.n-bg-palette-success-text\/25 {
  background-color:rgb(var(--theme-palette-success-text) / 0.25);
}
.n-bg-palette-success-text\/30 {
  background-color:rgb(var(--theme-palette-success-text) / 0.3);
}
.n-bg-palette-success-text\/35 {
  background-color:rgb(var(--theme-palette-success-text) / 0.35);
}
.n-bg-palette-success-text\/40 {
  background-color:rgb(var(--theme-palette-success-text) / 0.4);
}
.n-bg-palette-success-text\/45 {
  background-color:rgb(var(--theme-palette-success-text) / 0.45);
}
.n-bg-palette-success-text\/5 {
  background-color:rgb(var(--theme-palette-success-text) / 0.05);
}
.n-bg-palette-success-text\/50 {
  background-color:rgb(var(--theme-palette-success-text) / 0.5);
}
.n-bg-palette-success-text\/55 {
  background-color:rgb(var(--theme-palette-success-text) / 0.55);
}
.n-bg-palette-success-text\/60 {
  background-color:rgb(var(--theme-palette-success-text) / 0.6);
}
.n-bg-palette-success-text\/65 {
  background-color:rgb(var(--theme-palette-success-text) / 0.65);
}
.n-bg-palette-success-text\/70 {
  background-color:rgb(var(--theme-palette-success-text) / 0.7);
}
.n-bg-palette-success-text\/75 {
  background-color:rgb(var(--theme-palette-success-text) / 0.75);
}
.n-bg-palette-success-text\/80 {
  background-color:rgb(var(--theme-palette-success-text) / 0.8);
}
.n-bg-palette-success-text\/85 {
  background-color:rgb(var(--theme-palette-success-text) / 0.85);
}
.n-bg-palette-success-text\/90 {
  background-color:rgb(var(--theme-palette-success-text) / 0.9);
}
.n-bg-palette-success-text\/95 {
  background-color:rgb(var(--theme-palette-success-text) / 0.95);
}
.n-bg-palette-warning-bg-status {
  background-color:rgb(var(--theme-palette-warning-bg-status));
}
.n-bg-palette-warning-bg-status\/0 {
  background-color:rgb(var(--theme-palette-warning-bg-status) / 0);
}
.n-bg-palette-warning-bg-status\/10 {
  background-color:rgb(var(--theme-palette-warning-bg-status) / 0.1);
}
.n-bg-palette-warning-bg-status\/100 {
  background-color:rgb(var(--theme-palette-warning-bg-status) / 1);
}
.n-bg-palette-warning-bg-status\/15 {
  background-color:rgb(var(--theme-palette-warning-bg-status) / 0.15);
}
.n-bg-palette-warning-bg-status\/20 {
  background-color:rgb(var(--theme-palette-warning-bg-status) / 0.2);
}
.n-bg-palette-warning-bg-status\/25 {
  background-color:rgb(var(--theme-palette-warning-bg-status) / 0.25);
}
.n-bg-palette-warning-bg-status\/30 {
  background-color:rgb(var(--theme-palette-warning-bg-status) / 0.3);
}
.n-bg-palette-warning-bg-status\/35 {
  background-color:rgb(var(--theme-palette-warning-bg-status) / 0.35);
}
.n-bg-palette-warning-bg-status\/40 {
  background-color:rgb(var(--theme-palette-warning-bg-status) / 0.4);
}
.n-bg-palette-warning-bg-status\/45 {
  background-color:rgb(var(--theme-palette-warning-bg-status) / 0.45);
}
.n-bg-palette-warning-bg-status\/5 {
  background-color:rgb(var(--theme-palette-warning-bg-status) / 0.05);
}
.n-bg-palette-warning-bg-status\/50 {
  background-color:rgb(var(--theme-palette-warning-bg-status) / 0.5);
}
.n-bg-palette-warning-bg-status\/55 {
  background-color:rgb(var(--theme-palette-warning-bg-status) / 0.55);
}
.n-bg-palette-warning-bg-status\/60 {
  background-color:rgb(var(--theme-palette-warning-bg-status) / 0.6);
}
.n-bg-palette-warning-bg-status\/65 {
  background-color:rgb(var(--theme-palette-warning-bg-status) / 0.65);
}
.n-bg-palette-warning-bg-status\/70 {
  background-color:rgb(var(--theme-palette-warning-bg-status) / 0.7);
}
.n-bg-palette-warning-bg-status\/75 {
  background-color:rgb(var(--theme-palette-warning-bg-status) / 0.75);
}
.n-bg-palette-warning-bg-status\/80 {
  background-color:rgb(var(--theme-palette-warning-bg-status) / 0.8);
}
.n-bg-palette-warning-bg-status\/85 {
  background-color:rgb(var(--theme-palette-warning-bg-status) / 0.85);
}
.n-bg-palette-warning-bg-status\/90 {
  background-color:rgb(var(--theme-palette-warning-bg-status) / 0.9);
}
.n-bg-palette-warning-bg-status\/95 {
  background-color:rgb(var(--theme-palette-warning-bg-status) / 0.95);
}
.n-bg-palette-warning-bg-strong {
  background-color:rgb(var(--theme-palette-warning-bg-strong));
}
.n-bg-palette-warning-bg-strong\/0 {
  background-color:rgb(var(--theme-palette-warning-bg-strong) / 0);
}
.n-bg-palette-warning-bg-strong\/10 {
  background-color:rgb(var(--theme-palette-warning-bg-strong) / 0.1);
}
.n-bg-palette-warning-bg-strong\/100 {
  background-color:rgb(var(--theme-palette-warning-bg-strong) / 1);
}
.n-bg-palette-warning-bg-strong\/15 {
  background-color:rgb(var(--theme-palette-warning-bg-strong) / 0.15);
}
.n-bg-palette-warning-bg-strong\/20 {
  background-color:rgb(var(--theme-palette-warning-bg-strong) / 0.2);
}
.n-bg-palette-warning-bg-strong\/25 {
  background-color:rgb(var(--theme-palette-warning-bg-strong) / 0.25);
}
.n-bg-palette-warning-bg-strong\/30 {
  background-color:rgb(var(--theme-palette-warning-bg-strong) / 0.3);
}
.n-bg-palette-warning-bg-strong\/35 {
  background-color:rgb(var(--theme-palette-warning-bg-strong) / 0.35);
}
.n-bg-palette-warning-bg-strong\/40 {
  background-color:rgb(var(--theme-palette-warning-bg-strong) / 0.4);
}
.n-bg-palette-warning-bg-strong\/45 {
  background-color:rgb(var(--theme-palette-warning-bg-strong) / 0.45);
}
.n-bg-palette-warning-bg-strong\/5 {
  background-color:rgb(var(--theme-palette-warning-bg-strong) / 0.05);
}
.n-bg-palette-warning-bg-strong\/50 {
  background-color:rgb(var(--theme-palette-warning-bg-strong) / 0.5);
}
.n-bg-palette-warning-bg-strong\/55 {
  background-color:rgb(var(--theme-palette-warning-bg-strong) / 0.55);
}
.n-bg-palette-warning-bg-strong\/60 {
  background-color:rgb(var(--theme-palette-warning-bg-strong) / 0.6);
}
.n-bg-palette-warning-bg-strong\/65 {
  background-color:rgb(var(--theme-palette-warning-bg-strong) / 0.65);
}
.n-bg-palette-warning-bg-strong\/70 {
  background-color:rgb(var(--theme-palette-warning-bg-strong) / 0.7);
}
.n-bg-palette-warning-bg-strong\/75 {
  background-color:rgb(var(--theme-palette-warning-bg-strong) / 0.75);
}
.n-bg-palette-warning-bg-strong\/80 {
  background-color:rgb(var(--theme-palette-warning-bg-strong) / 0.8);
}
.n-bg-palette-warning-bg-strong\/85 {
  background-color:rgb(var(--theme-palette-warning-bg-strong) / 0.85);
}
.n-bg-palette-warning-bg-strong\/90 {
  background-color:rgb(var(--theme-palette-warning-bg-strong) / 0.9);
}
.n-bg-palette-warning-bg-strong\/95 {
  background-color:rgb(var(--theme-palette-warning-bg-strong) / 0.95);
}
.n-bg-palette-warning-bg-weak {
  background-color:rgb(var(--theme-palette-warning-bg-weak));
}
.n-bg-palette-warning-bg-weak\/0 {
  background-color:rgb(var(--theme-palette-warning-bg-weak) / 0);
}
.n-bg-palette-warning-bg-weak\/10 {
  background-color:rgb(var(--theme-palette-warning-bg-weak) / 0.1);
}
.n-bg-palette-warning-bg-weak\/100 {
  background-color:rgb(var(--theme-palette-warning-bg-weak) / 1);
}
.n-bg-palette-warning-bg-weak\/15 {
  background-color:rgb(var(--theme-palette-warning-bg-weak) / 0.15);
}
.n-bg-palette-warning-bg-weak\/20 {
  background-color:rgb(var(--theme-palette-warning-bg-weak) / 0.2);
}
.n-bg-palette-warning-bg-weak\/25 {
  background-color:rgb(var(--theme-palette-warning-bg-weak) / 0.25);
}
.n-bg-palette-warning-bg-weak\/30 {
  background-color:rgb(var(--theme-palette-warning-bg-weak) / 0.3);
}
.n-bg-palette-warning-bg-weak\/35 {
  background-color:rgb(var(--theme-palette-warning-bg-weak) / 0.35);
}
.n-bg-palette-warning-bg-weak\/40 {
  background-color:rgb(var(--theme-palette-warning-bg-weak) / 0.4);
}
.n-bg-palette-warning-bg-weak\/45 {
  background-color:rgb(var(--theme-palette-warning-bg-weak) / 0.45);
}
.n-bg-palette-warning-bg-weak\/5 {
  background-color:rgb(var(--theme-palette-warning-bg-weak) / 0.05);
}
.n-bg-palette-warning-bg-weak\/50 {
  background-color:rgb(var(--theme-palette-warning-bg-weak) / 0.5);
}
.n-bg-palette-warning-bg-weak\/55 {
  background-color:rgb(var(--theme-palette-warning-bg-weak) / 0.55);
}
.n-bg-palette-warning-bg-weak\/60 {
  background-color:rgb(var(--theme-palette-warning-bg-weak) / 0.6);
}
.n-bg-palette-warning-bg-weak\/65 {
  background-color:rgb(var(--theme-palette-warning-bg-weak) / 0.65);
}
.n-bg-palette-warning-bg-weak\/70 {
  background-color:rgb(var(--theme-palette-warning-bg-weak) / 0.7);
}
.n-bg-palette-warning-bg-weak\/75 {
  background-color:rgb(var(--theme-palette-warning-bg-weak) / 0.75);
}
.n-bg-palette-warning-bg-weak\/80 {
  background-color:rgb(var(--theme-palette-warning-bg-weak) / 0.8);
}
.n-bg-palette-warning-bg-weak\/85 {
  background-color:rgb(var(--theme-palette-warning-bg-weak) / 0.85);
}
.n-bg-palette-warning-bg-weak\/90 {
  background-color:rgb(var(--theme-palette-warning-bg-weak) / 0.9);
}
.n-bg-palette-warning-bg-weak\/95 {
  background-color:rgb(var(--theme-palette-warning-bg-weak) / 0.95);
}
.n-bg-palette-warning-border-strong {
  background-color:rgb(var(--theme-palette-warning-border-strong));
}
.n-bg-palette-warning-border-strong\/0 {
  background-color:rgb(var(--theme-palette-warning-border-strong) / 0);
}
.n-bg-palette-warning-border-strong\/10 {
  background-color:rgb(var(--theme-palette-warning-border-strong) / 0.1);
}
.n-bg-palette-warning-border-strong\/100 {
  background-color:rgb(var(--theme-palette-warning-border-strong) / 1);
}
.n-bg-palette-warning-border-strong\/15 {
  background-color:rgb(var(--theme-palette-warning-border-strong) / 0.15);
}
.n-bg-palette-warning-border-strong\/20 {
  background-color:rgb(var(--theme-palette-warning-border-strong) / 0.2);
}
.n-bg-palette-warning-border-strong\/25 {
  background-color:rgb(var(--theme-palette-warning-border-strong) / 0.25);
}
.n-bg-palette-warning-border-strong\/30 {
  background-color:rgb(var(--theme-palette-warning-border-strong) / 0.3);
}
.n-bg-palette-warning-border-strong\/35 {
  background-color:rgb(var(--theme-palette-warning-border-strong) / 0.35);
}
.n-bg-palette-warning-border-strong\/40 {
  background-color:rgb(var(--theme-palette-warning-border-strong) / 0.4);
}
.n-bg-palette-warning-border-strong\/45 {
  background-color:rgb(var(--theme-palette-warning-border-strong) / 0.45);
}
.n-bg-palette-warning-border-strong\/5 {
  background-color:rgb(var(--theme-palette-warning-border-strong) / 0.05);
}
.n-bg-palette-warning-border-strong\/50 {
  background-color:rgb(var(--theme-palette-warning-border-strong) / 0.5);
}
.n-bg-palette-warning-border-strong\/55 {
  background-color:rgb(var(--theme-palette-warning-border-strong) / 0.55);
}
.n-bg-palette-warning-border-strong\/60 {
  background-color:rgb(var(--theme-palette-warning-border-strong) / 0.6);
}
.n-bg-palette-warning-border-strong\/65 {
  background-color:rgb(var(--theme-palette-warning-border-strong) / 0.65);
}
.n-bg-palette-warning-border-strong\/70 {
  background-color:rgb(var(--theme-palette-warning-border-strong) / 0.7);
}
.n-bg-palette-warning-border-strong\/75 {
  background-color:rgb(var(--theme-palette-warning-border-strong) / 0.75);
}
.n-bg-palette-warning-border-strong\/80 {
  background-color:rgb(var(--theme-palette-warning-border-strong) / 0.8);
}
.n-bg-palette-warning-border-strong\/85 {
  background-color:rgb(var(--theme-palette-warning-border-strong) / 0.85);
}
.n-bg-palette-warning-border-strong\/90 {
  background-color:rgb(var(--theme-palette-warning-border-strong) / 0.9);
}
.n-bg-palette-warning-border-strong\/95 {
  background-color:rgb(var(--theme-palette-warning-border-strong) / 0.95);
}
.n-bg-palette-warning-border-weak {
  background-color:rgb(var(--theme-palette-warning-border-weak));
}
.n-bg-palette-warning-border-weak\/0 {
  background-color:rgb(var(--theme-palette-warning-border-weak) / 0);
}
.n-bg-palette-warning-border-weak\/10 {
  background-color:rgb(var(--theme-palette-warning-border-weak) / 0.1);
}
.n-bg-palette-warning-border-weak\/100 {
  background-color:rgb(var(--theme-palette-warning-border-weak) / 1);
}
.n-bg-palette-warning-border-weak\/15 {
  background-color:rgb(var(--theme-palette-warning-border-weak) / 0.15);
}
.n-bg-palette-warning-border-weak\/20 {
  background-color:rgb(var(--theme-palette-warning-border-weak) / 0.2);
}
.n-bg-palette-warning-border-weak\/25 {
  background-color:rgb(var(--theme-palette-warning-border-weak) / 0.25);
}
.n-bg-palette-warning-border-weak\/30 {
  background-color:rgb(var(--theme-palette-warning-border-weak) / 0.3);
}
.n-bg-palette-warning-border-weak\/35 {
  background-color:rgb(var(--theme-palette-warning-border-weak) / 0.35);
}
.n-bg-palette-warning-border-weak\/40 {
  background-color:rgb(var(--theme-palette-warning-border-weak) / 0.4);
}
.n-bg-palette-warning-border-weak\/45 {
  background-color:rgb(var(--theme-palette-warning-border-weak) / 0.45);
}
.n-bg-palette-warning-border-weak\/5 {
  background-color:rgb(var(--theme-palette-warning-border-weak) / 0.05);
}
.n-bg-palette-warning-border-weak\/50 {
  background-color:rgb(var(--theme-palette-warning-border-weak) / 0.5);
}
.n-bg-palette-warning-border-weak\/55 {
  background-color:rgb(var(--theme-palette-warning-border-weak) / 0.55);
}
.n-bg-palette-warning-border-weak\/60 {
  background-color:rgb(var(--theme-palette-warning-border-weak) / 0.6);
}
.n-bg-palette-warning-border-weak\/65 {
  background-color:rgb(var(--theme-palette-warning-border-weak) / 0.65);
}
.n-bg-palette-warning-border-weak\/70 {
  background-color:rgb(var(--theme-palette-warning-border-weak) / 0.7);
}
.n-bg-palette-warning-border-weak\/75 {
  background-color:rgb(var(--theme-palette-warning-border-weak) / 0.75);
}
.n-bg-palette-warning-border-weak\/80 {
  background-color:rgb(var(--theme-palette-warning-border-weak) / 0.8);
}
.n-bg-palette-warning-border-weak\/85 {
  background-color:rgb(var(--theme-palette-warning-border-weak) / 0.85);
}
.n-bg-palette-warning-border-weak\/90 {
  background-color:rgb(var(--theme-palette-warning-border-weak) / 0.9);
}
.n-bg-palette-warning-border-weak\/95 {
  background-color:rgb(var(--theme-palette-warning-border-weak) / 0.95);
}
.n-bg-palette-warning-icon {
  background-color:rgb(var(--theme-palette-warning-icon));
}
.n-bg-palette-warning-icon\/0 {
  background-color:rgb(var(--theme-palette-warning-icon) / 0);
}
.n-bg-palette-warning-icon\/10 {
  background-color:rgb(var(--theme-palette-warning-icon) / 0.1);
}
.n-bg-palette-warning-icon\/100 {
  background-color:rgb(var(--theme-palette-warning-icon) / 1);
}
.n-bg-palette-warning-icon\/15 {
  background-color:rgb(var(--theme-palette-warning-icon) / 0.15);
}
.n-bg-palette-warning-icon\/20 {
  background-color:rgb(var(--theme-palette-warning-icon) / 0.2);
}
.n-bg-palette-warning-icon\/25 {
  background-color:rgb(var(--theme-palette-warning-icon) / 0.25);
}
.n-bg-palette-warning-icon\/30 {
  background-color:rgb(var(--theme-palette-warning-icon) / 0.3);
}
.n-bg-palette-warning-icon\/35 {
  background-color:rgb(var(--theme-palette-warning-icon) / 0.35);
}
.n-bg-palette-warning-icon\/40 {
  background-color:rgb(var(--theme-palette-warning-icon) / 0.4);
}
.n-bg-palette-warning-icon\/45 {
  background-color:rgb(var(--theme-palette-warning-icon) / 0.45);
}
.n-bg-palette-warning-icon\/5 {
  background-color:rgb(var(--theme-palette-warning-icon) / 0.05);
}
.n-bg-palette-warning-icon\/50 {
  background-color:rgb(var(--theme-palette-warning-icon) / 0.5);
}
.n-bg-palette-warning-icon\/55 {
  background-color:rgb(var(--theme-palette-warning-icon) / 0.55);
}
.n-bg-palette-warning-icon\/60 {
  background-color:rgb(var(--theme-palette-warning-icon) / 0.6);
}
.n-bg-palette-warning-icon\/65 {
  background-color:rgb(var(--theme-palette-warning-icon) / 0.65);
}
.n-bg-palette-warning-icon\/70 {
  background-color:rgb(var(--theme-palette-warning-icon) / 0.7);
}
.n-bg-palette-warning-icon\/75 {
  background-color:rgb(var(--theme-palette-warning-icon) / 0.75);
}
.n-bg-palette-warning-icon\/80 {
  background-color:rgb(var(--theme-palette-warning-icon) / 0.8);
}
.n-bg-palette-warning-icon\/85 {
  background-color:rgb(var(--theme-palette-warning-icon) / 0.85);
}
.n-bg-palette-warning-icon\/90 {
  background-color:rgb(var(--theme-palette-warning-icon) / 0.9);
}
.n-bg-palette-warning-icon\/95 {
  background-color:rgb(var(--theme-palette-warning-icon) / 0.95);
}
.n-bg-palette-warning-text {
  background-color:rgb(var(--theme-palette-warning-text));
}
.n-bg-palette-warning-text\/0 {
  background-color:rgb(var(--theme-palette-warning-text) / 0);
}
.n-bg-palette-warning-text\/10 {
  background-color:rgb(var(--theme-palette-warning-text) / 0.1);
}
.n-bg-palette-warning-text\/100 {
  background-color:rgb(var(--theme-palette-warning-text) / 1);
}
.n-bg-palette-warning-text\/15 {
  background-color:rgb(var(--theme-palette-warning-text) / 0.15);
}
.n-bg-palette-warning-text\/20 {
  background-color:rgb(var(--theme-palette-warning-text) / 0.2);
}
.n-bg-palette-warning-text\/25 {
  background-color:rgb(var(--theme-palette-warning-text) / 0.25);
}
.n-bg-palette-warning-text\/30 {
  background-color:rgb(var(--theme-palette-warning-text) / 0.3);
}
.n-bg-palette-warning-text\/35 {
  background-color:rgb(var(--theme-palette-warning-text) / 0.35);
}
.n-bg-palette-warning-text\/40 {
  background-color:rgb(var(--theme-palette-warning-text) / 0.4);
}
.n-bg-palette-warning-text\/45 {
  background-color:rgb(var(--theme-palette-warning-text) / 0.45);
}
.n-bg-palette-warning-text\/5 {
  background-color:rgb(var(--theme-palette-warning-text) / 0.05);
}
.n-bg-palette-warning-text\/50 {
  background-color:rgb(var(--theme-palette-warning-text) / 0.5);
}
.n-bg-palette-warning-text\/55 {
  background-color:rgb(var(--theme-palette-warning-text) / 0.55);
}
.n-bg-palette-warning-text\/60 {
  background-color:rgb(var(--theme-palette-warning-text) / 0.6);
}
.n-bg-palette-warning-text\/65 {
  background-color:rgb(var(--theme-palette-warning-text) / 0.65);
}
.n-bg-palette-warning-text\/70 {
  background-color:rgb(var(--theme-palette-warning-text) / 0.7);
}
.n-bg-palette-warning-text\/75 {
  background-color:rgb(var(--theme-palette-warning-text) / 0.75);
}
.n-bg-palette-warning-text\/80 {
  background-color:rgb(var(--theme-palette-warning-text) / 0.8);
}
.n-bg-palette-warning-text\/85 {
  background-color:rgb(var(--theme-palette-warning-text) / 0.85);
}
.n-bg-palette-warning-text\/90 {
  background-color:rgb(var(--theme-palette-warning-text) / 0.9);
}
.n-bg-palette-warning-text\/95 {
  background-color:rgb(var(--theme-palette-warning-text) / 0.95);
}
.n-bg-transparent {
  background-color:transparent;
}
.n-bg-cover {
  background-size:cover;
}
.n-bg-center {
  background-position:center;
}
.n-bg-no-repeat {
  background-repeat:no-repeat;
}
.n-fill-neutral-10 {
  fill:#FFFFFF;
}
.n-fill-palette-neutral-border-strong {
  fill:rgb(var(--theme-palette-neutral-border-strong));
}
.n-fill-palette-neutral-text-weakest {
  fill:rgb(var(--theme-palette-neutral-text-weakest));
}
.n-fill-palette-primary-text {
  fill:rgb(var(--theme-palette-primary-text));
}
.n-p-14 {
  padding:56px;
}
.n-p-token-0 {
  padding:0px;
}
.n-p-token-3 {
  padding:4px;
}
.n-p-token-4 {
  padding:8px;
}
.n-p-token-6 {
  padding:16px;
}
.n-p-token-7 {
  padding:24px;
}
.n-p-token-8 {
  padding:32px;
}
.n-px-10 {
  padding-left:40px;
  padding-right:40px;
}
.n-px-token-2 {
  padding-left:2px;
  padding-right:2px;
}
.n-px-token-3 {
  padding-left:4px;
  padding-right:4px;
}
.n-px-token-4 {
  padding-left:8px;
  padding-right:8px;
}
.n-px-token-5 {
  padding-left:12px;
  padding-right:12px;
}
.n-px-token-6 {
  padding-left:16px;
  padding-right:16px;
}
.n-px-token-8 {
  padding-left:32px;
  padding-right:32px;
}
.n-px-token-9 {
  padding-left:48px;
  padding-right:48px;
}
.n-py-token-2 {
  padding-top:2px;
  padding-bottom:2px;
}
.n-py-token-3 {
  padding-top:4px;
  padding-bottom:4px;
}
.n-py-token-4 {
  padding-top:8px;
  padding-bottom:8px;
}
.n-py-token-6 {
  padding-top:16px;
  padding-bottom:16px;
}
.n-py-token-9 {
  padding-top:48px;
  padding-bottom:48px;
}
.n-pb-\[200px\] {
  padding-bottom:200px;
}
.n-pb-token-3 {
  padding-bottom:4px;
}
.n-pb-token-6 {
  padding-bottom:16px;
}
.n-pl-token-3 {
  padding-left:4px;
}
.n-pl-token-4 {
  padding-left:8px;
}
.n-pr-token-3 {
  padding-right:4px;
}
.n-text-left {
  text-align:left;
}
.n-text-center {
  text-align:center;
}
.n-align-top {
  vertical-align:top;
}
.n-font-sans {
  font-family:"Public Sans";
}
.n-text-xs {
  font-size:0.75rem;
  line-height:1rem;
}
.n-font-bold {
  font-weight:700;
}
.n-font-light {
  font-weight:300;
}
.n-font-semibold {
  font-weight:600;
}
.n-uppercase {
  text-transform:uppercase;
}
.n-lowercase {
  text-transform:lowercase;
}
.n-capitalize {
  text-transform:capitalize;
}
.n-tracking-wide {
  letter-spacing:0.025em;
}
.n-text-baltic-50 {
  --tw-text-opacity:1;
  color:rgb(10 97 144 / var(--tw-text-opacity));
}
.n-text-dark-danger-bg-status {
  --tw-text-opacity:1;
  color:rgb(255 170 151 / var(--tw-text-opacity));
}
.n-text-dark-danger-bg-status\/0 {
  color:rgb(255 170 151 / 0);
}
.n-text-dark-danger-bg-status\/10 {
  color:rgb(255 170 151 / 0.1);
}
.n-text-dark-danger-bg-status\/100 {
  color:rgb(255 170 151 / 1);
}
.n-text-dark-danger-bg-status\/15 {
  color:rgb(255 170 151 / 0.15);
}
.n-text-dark-danger-bg-status\/20 {
  color:rgb(255 170 151 / 0.2);
}
.n-text-dark-danger-bg-status\/25 {
  color:rgb(255 170 151 / 0.25);
}
.n-text-dark-danger-bg-status\/30 {
  color:rgb(255 170 151 / 0.3);
}
.n-text-dark-danger-bg-status\/35 {
  color:rgb(255 170 151 / 0.35);
}
.n-text-dark-danger-bg-status\/40 {
  color:rgb(255 170 151 / 0.4);
}
.n-text-dark-danger-bg-status\/45 {
  color:rgb(255 170 151 / 0.45);
}
.n-text-dark-danger-bg-status\/5 {
  color:rgb(255 170 151 / 0.05);
}
.n-text-dark-danger-bg-status\/50 {
  color:rgb(255 170 151 / 0.5);
}
.n-text-dark-danger-bg-status\/55 {
  color:rgb(255 170 151 / 0.55);
}
.n-text-dark-danger-bg-status\/60 {
  color:rgb(255 170 151 / 0.6);
}
.n-text-dark-danger-bg-status\/65 {
  color:rgb(255 170 151 / 0.65);
}
.n-text-dark-danger-bg-status\/70 {
  color:rgb(255 170 151 / 0.7);
}
.n-text-dark-danger-bg-status\/75 {
  color:rgb(255 170 151 / 0.75);
}
.n-text-dark-danger-bg-status\/80 {
  color:rgb(255 170 151 / 0.8);
}
.n-text-dark-danger-bg-status\/85 {
  color:rgb(255 170 151 / 0.85);
}
.n-text-dark-danger-bg-status\/90 {
  color:rgb(255 170 151 / 0.9);
}
.n-text-dark-danger-bg-status\/95 {
  color:rgb(255 170 151 / 0.95);
}
.n-text-dark-danger-bg-strong {
  --tw-text-opacity:1;
  color:rgb(255 170 151 / var(--tw-text-opacity));
}
.n-text-dark-danger-bg-strong\/0 {
  color:rgb(255 170 151 / 0);
}
.n-text-dark-danger-bg-strong\/10 {
  color:rgb(255 170 151 / 0.1);
}
.n-text-dark-danger-bg-strong\/100 {
  color:rgb(255 170 151 / 1);
}
.n-text-dark-danger-bg-strong\/15 {
  color:rgb(255 170 151 / 0.15);
}
.n-text-dark-danger-bg-strong\/20 {
  color:rgb(255 170 151 / 0.2);
}
.n-text-dark-danger-bg-strong\/25 {
  color:rgb(255 170 151 / 0.25);
}
.n-text-dark-danger-bg-strong\/30 {
  color:rgb(255 170 151 / 0.3);
}
.n-text-dark-danger-bg-strong\/35 {
  color:rgb(255 170 151 / 0.35);
}
.n-text-dark-danger-bg-strong\/40 {
  color:rgb(255 170 151 / 0.4);
}
.n-text-dark-danger-bg-strong\/45 {
  color:rgb(255 170 151 / 0.45);
}
.n-text-dark-danger-bg-strong\/5 {
  color:rgb(255 170 151 / 0.05);
}
.n-text-dark-danger-bg-strong\/50 {
  color:rgb(255 170 151 / 0.5);
}
.n-text-dark-danger-bg-strong\/55 {
  color:rgb(255 170 151 / 0.55);
}
.n-text-dark-danger-bg-strong\/60 {
  color:rgb(255 170 151 / 0.6);
}
.n-text-dark-danger-bg-strong\/65 {
  color:rgb(255 170 151 / 0.65);
}
.n-text-dark-danger-bg-strong\/70 {
  color:rgb(255 170 151 / 0.7);
}
.n-text-dark-danger-bg-strong\/75 {
  color:rgb(255 170 151 / 0.75);
}
.n-text-dark-danger-bg-strong\/80 {
  color:rgb(255 170 151 / 0.8);
}
.n-text-dark-danger-bg-strong\/85 {
  color:rgb(255 170 151 / 0.85);
}
.n-text-dark-danger-bg-strong\/90 {
  color:rgb(255 170 151 / 0.9);
}
.n-text-dark-danger-bg-strong\/95 {
  color:rgb(255 170 151 / 0.95);
}
.n-text-dark-danger-bg-weak {
  --tw-text-opacity:1;
  color:rgb(67 37 32 / var(--tw-text-opacity));
}
.n-text-dark-danger-bg-weak\/0 {
  color:rgb(67 37 32 / 0);
}
.n-text-dark-danger-bg-weak\/10 {
  color:rgb(67 37 32 / 0.1);
}
.n-text-dark-danger-bg-weak\/100 {
  color:rgb(67 37 32 / 1);
}
.n-text-dark-danger-bg-weak\/15 {
  color:rgb(67 37 32 / 0.15);
}
.n-text-dark-danger-bg-weak\/20 {
  color:rgb(67 37 32 / 0.2);
}
.n-text-dark-danger-bg-weak\/25 {
  color:rgb(67 37 32 / 0.25);
}
.n-text-dark-danger-bg-weak\/30 {
  color:rgb(67 37 32 / 0.3);
}
.n-text-dark-danger-bg-weak\/35 {
  color:rgb(67 37 32 / 0.35);
}
.n-text-dark-danger-bg-weak\/40 {
  color:rgb(67 37 32 / 0.4);
}
.n-text-dark-danger-bg-weak\/45 {
  color:rgb(67 37 32 / 0.45);
}
.n-text-dark-danger-bg-weak\/5 {
  color:rgb(67 37 32 / 0.05);
}
.n-text-dark-danger-bg-weak\/50 {
  color:rgb(67 37 32 / 0.5);
}
.n-text-dark-danger-bg-weak\/55 {
  color:rgb(67 37 32 / 0.55);
}
.n-text-dark-danger-bg-weak\/60 {
  color:rgb(67 37 32 / 0.6);
}
.n-text-dark-danger-bg-weak\/65 {
  color:rgb(67 37 32 / 0.65);
}
.n-text-dark-danger-bg-weak\/70 {
  color:rgb(67 37 32 / 0.7);
}
.n-text-dark-danger-bg-weak\/75 {
  color:rgb(67 37 32 / 0.75);
}
.n-text-dark-danger-bg-weak\/80 {
  color:rgb(67 37 32 / 0.8);
}
.n-text-dark-danger-bg-weak\/85 {
  color:rgb(67 37 32 / 0.85);
}
.n-text-dark-danger-bg-weak\/90 {
  color:rgb(67 37 32 / 0.9);
}
.n-text-dark-danger-bg-weak\/95 {
  color:rgb(67 37 32 / 0.95);
}
.n-text-dark-danger-border-strong {
  --tw-text-opacity:1;
  color:rgb(255 170 151 / var(--tw-text-opacity));
}
.n-text-dark-danger-border-strong\/0 {
  color:rgb(255 170 151 / 0);
}
.n-text-dark-danger-border-strong\/10 {
  color:rgb(255 170 151 / 0.1);
}
.n-text-dark-danger-border-strong\/100 {
  color:rgb(255 170 151 / 1);
}
.n-text-dark-danger-border-strong\/15 {
  color:rgb(255 170 151 / 0.15);
}
.n-text-dark-danger-border-strong\/20 {
  color:rgb(255 170 151 / 0.2);
}
.n-text-dark-danger-border-strong\/25 {
  color:rgb(255 170 151 / 0.25);
}
.n-text-dark-danger-border-strong\/30 {
  color:rgb(255 170 151 / 0.3);
}
.n-text-dark-danger-border-strong\/35 {
  color:rgb(255 170 151 / 0.35);
}
.n-text-dark-danger-border-strong\/40 {
  color:rgb(255 170 151 / 0.4);
}
.n-text-dark-danger-border-strong\/45 {
  color:rgb(255 170 151 / 0.45);
}
.n-text-dark-danger-border-strong\/5 {
  color:rgb(255 170 151 / 0.05);
}
.n-text-dark-danger-border-strong\/50 {
  color:rgb(255 170 151 / 0.5);
}
.n-text-dark-danger-border-strong\/55 {
  color:rgb(255 170 151 / 0.55);
}
.n-text-dark-danger-border-strong\/60 {
  color:rgb(255 170 151 / 0.6);
}
.n-text-dark-danger-border-strong\/65 {
  color:rgb(255 170 151 / 0.65);
}
.n-text-dark-danger-border-strong\/70 {
  color:rgb(255 170 151 / 0.7);
}
.n-text-dark-danger-border-strong\/75 {
  color:rgb(255 170 151 / 0.75);
}
.n-text-dark-danger-border-strong\/80 {
  color:rgb(255 170 151 / 0.8);
}
.n-text-dark-danger-border-strong\/85 {
  color:rgb(255 170 151 / 0.85);
}
.n-text-dark-danger-border-strong\/90 {
  color:rgb(255 170 151 / 0.9);
}
.n-text-dark-danger-border-strong\/95 {
  color:rgb(255 170 151 / 0.95);
}
.n-text-dark-danger-border-weak {
  --tw-text-opacity:1;
  color:rgb(115 14 0 / var(--tw-text-opacity));
}
.n-text-dark-danger-border-weak\/0 {
  color:rgb(115 14 0 / 0);
}
.n-text-dark-danger-border-weak\/10 {
  color:rgb(115 14 0 / 0.1);
}
.n-text-dark-danger-border-weak\/100 {
  color:rgb(115 14 0 / 1);
}
.n-text-dark-danger-border-weak\/15 {
  color:rgb(115 14 0 / 0.15);
}
.n-text-dark-danger-border-weak\/20 {
  color:rgb(115 14 0 / 0.2);
}
.n-text-dark-danger-border-weak\/25 {
  color:rgb(115 14 0 / 0.25);
}
.n-text-dark-danger-border-weak\/30 {
  color:rgb(115 14 0 / 0.3);
}
.n-text-dark-danger-border-weak\/35 {
  color:rgb(115 14 0 / 0.35);
}
.n-text-dark-danger-border-weak\/40 {
  color:rgb(115 14 0 / 0.4);
}
.n-text-dark-danger-border-weak\/45 {
  color:rgb(115 14 0 / 0.45);
}
.n-text-dark-danger-border-weak\/5 {
  color:rgb(115 14 0 / 0.05);
}
.n-text-dark-danger-border-weak\/50 {
  color:rgb(115 14 0 / 0.5);
}
.n-text-dark-danger-border-weak\/55 {
  color:rgb(115 14 0 / 0.55);
}
.n-text-dark-danger-border-weak\/60 {
  color:rgb(115 14 0 / 0.6);
}
.n-text-dark-danger-border-weak\/65 {
  color:rgb(115 14 0 / 0.65);
}
.n-text-dark-danger-border-weak\/70 {
  color:rgb(115 14 0 / 0.7);
}
.n-text-dark-danger-border-weak\/75 {
  color:rgb(115 14 0 / 0.75);
}
.n-text-dark-danger-border-weak\/80 {
  color:rgb(115 14 0 / 0.8);
}
.n-text-dark-danger-border-weak\/85 {
  color:rgb(115 14 0 / 0.85);
}
.n-text-dark-danger-border-weak\/90 {
  color:rgb(115 14 0 / 0.9);
}
.n-text-dark-danger-border-weak\/95 {
  color:rgb(115 14 0 / 0.95);
}
.n-text-dark-danger-hover-strong {
  --tw-text-opacity:1;
  color:rgb(249 103 70 / var(--tw-text-opacity));
}
.n-text-dark-danger-hover-strong\/0 {
  color:rgb(249 103 70 / 0);
}
.n-text-dark-danger-hover-strong\/10 {
  color:rgb(249 103 70 / 0.1);
}
.n-text-dark-danger-hover-strong\/100 {
  color:rgb(249 103 70 / 1);
}
.n-text-dark-danger-hover-strong\/15 {
  color:rgb(249 103 70 / 0.15);
}
.n-text-dark-danger-hover-strong\/20 {
  color:rgb(249 103 70 / 0.2);
}
.n-text-dark-danger-hover-strong\/25 {
  color:rgb(249 103 70 / 0.25);
}
.n-text-dark-danger-hover-strong\/30 {
  color:rgb(249 103 70 / 0.3);
}
.n-text-dark-danger-hover-strong\/35 {
  color:rgb(249 103 70 / 0.35);
}
.n-text-dark-danger-hover-strong\/40 {
  color:rgb(249 103 70 / 0.4);
}
.n-text-dark-danger-hover-strong\/45 {
  color:rgb(249 103 70 / 0.45);
}
.n-text-dark-danger-hover-strong\/5 {
  color:rgb(249 103 70 / 0.05);
}
.n-text-dark-danger-hover-strong\/50 {
  color:rgb(249 103 70 / 0.5);
}
.n-text-dark-danger-hover-strong\/55 {
  color:rgb(249 103 70 / 0.55);
}
.n-text-dark-danger-hover-strong\/60 {
  color:rgb(249 103 70 / 0.6);
}
.n-text-dark-danger-hover-strong\/65 {
  color:rgb(249 103 70 / 0.65);
}
.n-text-dark-danger-hover-strong\/70 {
  color:rgb(249 103 70 / 0.7);
}
.n-text-dark-danger-hover-strong\/75 {
  color:rgb(249 103 70 / 0.75);
}
.n-text-dark-danger-hover-strong\/80 {
  color:rgb(249 103 70 / 0.8);
}
.n-text-dark-danger-hover-strong\/85 {
  color:rgb(249 103 70 / 0.85);
}
.n-text-dark-danger-hover-strong\/90 {
  color:rgb(249 103 70 / 0.9);
}
.n-text-dark-danger-hover-strong\/95 {
  color:rgb(249 103 70 / 0.95);
}
.n-text-dark-danger-hover-weak {
  --tw-text-opacity:1;
  color:rgb(255 170 151 / var(--tw-text-opacity));
}
.n-text-dark-danger-hover-weak\/0 {
  color:rgb(255 170 151 / 0);
}
.n-text-dark-danger-hover-weak\/10 {
  color:rgb(255 170 151 / 0.1);
}
.n-text-dark-danger-hover-weak\/100 {
  color:rgb(255 170 151 / 1);
}
.n-text-dark-danger-hover-weak\/15 {
  color:rgb(255 170 151 / 0.15);
}
.n-text-dark-danger-hover-weak\/20 {
  color:rgb(255 170 151 / 0.2);
}
.n-text-dark-danger-hover-weak\/25 {
  color:rgb(255 170 151 / 0.25);
}
.n-text-dark-danger-hover-weak\/30 {
  color:rgb(255 170 151 / 0.3);
}
.n-text-dark-danger-hover-weak\/35 {
  color:rgb(255 170 151 / 0.35);
}
.n-text-dark-danger-hover-weak\/40 {
  color:rgb(255 170 151 / 0.4);
}
.n-text-dark-danger-hover-weak\/45 {
  color:rgb(255 170 151 / 0.45);
}
.n-text-dark-danger-hover-weak\/5 {
  color:rgb(255 170 151 / 0.05);
}
.n-text-dark-danger-hover-weak\/50 {
  color:rgb(255 170 151 / 0.5);
}
.n-text-dark-danger-hover-weak\/55 {
  color:rgb(255 170 151 / 0.55);
}
.n-text-dark-danger-hover-weak\/60 {
  color:rgb(255 170 151 / 0.6);
}
.n-text-dark-danger-hover-weak\/65 {
  color:rgb(255 170 151 / 0.65);
}
.n-text-dark-danger-hover-weak\/70 {
  color:rgb(255 170 151 / 0.7);
}
.n-text-dark-danger-hover-weak\/75 {
  color:rgb(255 170 151 / 0.75);
}
.n-text-dark-danger-hover-weak\/80 {
  color:rgb(255 170 151 / 0.8);
}
.n-text-dark-danger-hover-weak\/85 {
  color:rgb(255 170 151 / 0.85);
}
.n-text-dark-danger-hover-weak\/90 {
  color:rgb(255 170 151 / 0.9);
}
.n-text-dark-danger-hover-weak\/95 {
  color:rgb(255 170 151 / 0.95);
}
.n-text-dark-danger-icon {
  --tw-text-opacity:1;
  color:rgb(255 170 151 / var(--tw-text-opacity));
}
.n-text-dark-danger-icon\/0 {
  color:rgb(255 170 151 / 0);
}
.n-text-dark-danger-icon\/10 {
  color:rgb(255 170 151 / 0.1);
}
.n-text-dark-danger-icon\/100 {
  color:rgb(255 170 151 / 1);
}
.n-text-dark-danger-icon\/15 {
  color:rgb(255 170 151 / 0.15);
}
.n-text-dark-danger-icon\/20 {
  color:rgb(255 170 151 / 0.2);
}
.n-text-dark-danger-icon\/25 {
  color:rgb(255 170 151 / 0.25);
}
.n-text-dark-danger-icon\/30 {
  color:rgb(255 170 151 / 0.3);
}
.n-text-dark-danger-icon\/35 {
  color:rgb(255 170 151 / 0.35);
}
.n-text-dark-danger-icon\/40 {
  color:rgb(255 170 151 / 0.4);
}
.n-text-dark-danger-icon\/45 {
  color:rgb(255 170 151 / 0.45);
}
.n-text-dark-danger-icon\/5 {
  color:rgb(255 170 151 / 0.05);
}
.n-text-dark-danger-icon\/50 {
  color:rgb(255 170 151 / 0.5);
}
.n-text-dark-danger-icon\/55 {
  color:rgb(255 170 151 / 0.55);
}
.n-text-dark-danger-icon\/60 {
  color:rgb(255 170 151 / 0.6);
}
.n-text-dark-danger-icon\/65 {
  color:rgb(255 170 151 / 0.65);
}
.n-text-dark-danger-icon\/70 {
  color:rgb(255 170 151 / 0.7);
}
.n-text-dark-danger-icon\/75 {
  color:rgb(255 170 151 / 0.75);
}
.n-text-dark-danger-icon\/80 {
  color:rgb(255 170 151 / 0.8);
}
.n-text-dark-danger-icon\/85 {
  color:rgb(255 170 151 / 0.85);
}
.n-text-dark-danger-icon\/90 {
  color:rgb(255 170 151 / 0.9);
}
.n-text-dark-danger-icon\/95 {
  color:rgb(255 170 151 / 0.95);
}
.n-text-dark-danger-pressed-strong {
  --tw-text-opacity:1;
  color:rgb(232 78 44 / var(--tw-text-opacity));
}
.n-text-dark-danger-pressed-strong\/0 {
  color:rgb(232 78 44 / 0);
}
.n-text-dark-danger-pressed-strong\/10 {
  color:rgb(232 78 44 / 0.1);
}
.n-text-dark-danger-pressed-strong\/100 {
  color:rgb(232 78 44 / 1);
}
.n-text-dark-danger-pressed-strong\/15 {
  color:rgb(232 78 44 / 0.15);
}
.n-text-dark-danger-pressed-strong\/20 {
  color:rgb(232 78 44 / 0.2);
}
.n-text-dark-danger-pressed-strong\/25 {
  color:rgb(232 78 44 / 0.25);
}
.n-text-dark-danger-pressed-strong\/30 {
  color:rgb(232 78 44 / 0.3);
}
.n-text-dark-danger-pressed-strong\/35 {
  color:rgb(232 78 44 / 0.35);
}
.n-text-dark-danger-pressed-strong\/40 {
  color:rgb(232 78 44 / 0.4);
}
.n-text-dark-danger-pressed-strong\/45 {
  color:rgb(232 78 44 / 0.45);
}
.n-text-dark-danger-pressed-strong\/5 {
  color:rgb(232 78 44 / 0.05);
}
.n-text-dark-danger-pressed-strong\/50 {
  color:rgb(232 78 44 / 0.5);
}
.n-text-dark-danger-pressed-strong\/55 {
  color:rgb(232 78 44 / 0.55);
}
.n-text-dark-danger-pressed-strong\/60 {
  color:rgb(232 78 44 / 0.6);
}
.n-text-dark-danger-pressed-strong\/65 {
  color:rgb(232 78 44 / 0.65);
}
.n-text-dark-danger-pressed-strong\/70 {
  color:rgb(232 78 44 / 0.7);
}
.n-text-dark-danger-pressed-strong\/75 {
  color:rgb(232 78 44 / 0.75);
}
.n-text-dark-danger-pressed-strong\/80 {
  color:rgb(232 78 44 / 0.8);
}
.n-text-dark-danger-pressed-strong\/85 {
  color:rgb(232 78 44 / 0.85);
}
.n-text-dark-danger-pressed-strong\/90 {
  color:rgb(232 78 44 / 0.9);
}
.n-text-dark-danger-pressed-strong\/95 {
  color:rgb(232 78 44 / 0.95);
}
.n-text-dark-danger-pressed-weak {
  --tw-text-opacity:1;
  color:rgb(255 170 151 / var(--tw-text-opacity));
}
.n-text-dark-danger-pressed-weak\/0 {
  color:rgb(255 170 151 / 0);
}
.n-text-dark-danger-pressed-weak\/10 {
  color:rgb(255 170 151 / 0.1);
}
.n-text-dark-danger-pressed-weak\/100 {
  color:rgb(255 170 151 / 1);
}
.n-text-dark-danger-pressed-weak\/15 {
  color:rgb(255 170 151 / 0.15);
}
.n-text-dark-danger-pressed-weak\/20 {
  color:rgb(255 170 151 / 0.2);
}
.n-text-dark-danger-pressed-weak\/25 {
  color:rgb(255 170 151 / 0.25);
}
.n-text-dark-danger-pressed-weak\/30 {
  color:rgb(255 170 151 / 0.3);
}
.n-text-dark-danger-pressed-weak\/35 {
  color:rgb(255 170 151 / 0.35);
}
.n-text-dark-danger-pressed-weak\/40 {
  color:rgb(255 170 151 / 0.4);
}
.n-text-dark-danger-pressed-weak\/45 {
  color:rgb(255 170 151 / 0.45);
}
.n-text-dark-danger-pressed-weak\/5 {
  color:rgb(255 170 151 / 0.05);
}
.n-text-dark-danger-pressed-weak\/50 {
  color:rgb(255 170 151 / 0.5);
}
.n-text-dark-danger-pressed-weak\/55 {
  color:rgb(255 170 151 / 0.55);
}
.n-text-dark-danger-pressed-weak\/60 {
  color:rgb(255 170 151 / 0.6);
}
.n-text-dark-danger-pressed-weak\/65 {
  color:rgb(255 170 151 / 0.65);
}
.n-text-dark-danger-pressed-weak\/70 {
  color:rgb(255 170 151 / 0.7);
}
.n-text-dark-danger-pressed-weak\/75 {
  color:rgb(255 170 151 / 0.75);
}
.n-text-dark-danger-pressed-weak\/80 {
  color:rgb(255 170 151 / 0.8);
}
.n-text-dark-danger-pressed-weak\/85 {
  color:rgb(255 170 151 / 0.85);
}
.n-text-dark-danger-pressed-weak\/90 {
  color:rgb(255 170 151 / 0.9);
}
.n-text-dark-danger-pressed-weak\/95 {
  color:rgb(255 170 151 / 0.95);
}
.n-text-dark-danger-text {
  --tw-text-opacity:1;
  color:rgb(255 170 151 / var(--tw-text-opacity));
}
.n-text-dark-danger-text\/0 {
  color:rgb(255 170 151 / 0);
}
.n-text-dark-danger-text\/10 {
  color:rgb(255 170 151 / 0.1);
}
.n-text-dark-danger-text\/100 {
  color:rgb(255 170 151 / 1);
}
.n-text-dark-danger-text\/15 {
  color:rgb(255 170 151 / 0.15);
}
.n-text-dark-danger-text\/20 {
  color:rgb(255 170 151 / 0.2);
}
.n-text-dark-danger-text\/25 {
  color:rgb(255 170 151 / 0.25);
}
.n-text-dark-danger-text\/30 {
  color:rgb(255 170 151 / 0.3);
}
.n-text-dark-danger-text\/35 {
  color:rgb(255 170 151 / 0.35);
}
.n-text-dark-danger-text\/40 {
  color:rgb(255 170 151 / 0.4);
}
.n-text-dark-danger-text\/45 {
  color:rgb(255 170 151 / 0.45);
}
.n-text-dark-danger-text\/5 {
  color:rgb(255 170 151 / 0.05);
}
.n-text-dark-danger-text\/50 {
  color:rgb(255 170 151 / 0.5);
}
.n-text-dark-danger-text\/55 {
  color:rgb(255 170 151 / 0.55);
}
.n-text-dark-danger-text\/60 {
  color:rgb(255 170 151 / 0.6);
}
.n-text-dark-danger-text\/65 {
  color:rgb(255 170 151 / 0.65);
}
.n-text-dark-danger-text\/70 {
  color:rgb(255 170 151 / 0.7);
}
.n-text-dark-danger-text\/75 {
  color:rgb(255 170 151 / 0.75);
}
.n-text-dark-danger-text\/80 {
  color:rgb(255 170 151 / 0.8);
}
.n-text-dark-danger-text\/85 {
  color:rgb(255 170 151 / 0.85);
}
.n-text-dark-danger-text\/90 {
  color:rgb(255 170 151 / 0.9);
}
.n-text-dark-danger-text\/95 {
  color:rgb(255 170 151 / 0.95);
}
.n-text-dark-discovery-bg-status {
  --tw-text-opacity:1;
  color:rgb(204 180 255 / var(--tw-text-opacity));
}
.n-text-dark-discovery-bg-status\/0 {
  color:rgb(204 180 255 / 0);
}
.n-text-dark-discovery-bg-status\/10 {
  color:rgb(204 180 255 / 0.1);
}
.n-text-dark-discovery-bg-status\/100 {
  color:rgb(204 180 255 / 1);
}
.n-text-dark-discovery-bg-status\/15 {
  color:rgb(204 180 255 / 0.15);
}
.n-text-dark-discovery-bg-status\/20 {
  color:rgb(204 180 255 / 0.2);
}
.n-text-dark-discovery-bg-status\/25 {
  color:rgb(204 180 255 / 0.25);
}
.n-text-dark-discovery-bg-status\/30 {
  color:rgb(204 180 255 / 0.3);
}
.n-text-dark-discovery-bg-status\/35 {
  color:rgb(204 180 255 / 0.35);
}
.n-text-dark-discovery-bg-status\/40 {
  color:rgb(204 180 255 / 0.4);
}
.n-text-dark-discovery-bg-status\/45 {
  color:rgb(204 180 255 / 0.45);
}
.n-text-dark-discovery-bg-status\/5 {
  color:rgb(204 180 255 / 0.05);
}
.n-text-dark-discovery-bg-status\/50 {
  color:rgb(204 180 255 / 0.5);
}
.n-text-dark-discovery-bg-status\/55 {
  color:rgb(204 180 255 / 0.55);
}
.n-text-dark-discovery-bg-status\/60 {
  color:rgb(204 180 255 / 0.6);
}
.n-text-dark-discovery-bg-status\/65 {
  color:rgb(204 180 255 / 0.65);
}
.n-text-dark-discovery-bg-status\/70 {
  color:rgb(204 180 255 / 0.7);
}
.n-text-dark-discovery-bg-status\/75 {
  color:rgb(204 180 255 / 0.75);
}
.n-text-dark-discovery-bg-status\/80 {
  color:rgb(204 180 255 / 0.8);
}
.n-text-dark-discovery-bg-status\/85 {
  color:rgb(204 180 255 / 0.85);
}
.n-text-dark-discovery-bg-status\/90 {
  color:rgb(204 180 255 / 0.9);
}
.n-text-dark-discovery-bg-status\/95 {
  color:rgb(204 180 255 / 0.95);
}
.n-text-dark-discovery-bg-strong {
  --tw-text-opacity:1;
  color:rgb(204 180 255 / var(--tw-text-opacity));
}
.n-text-dark-discovery-bg-strong\/0 {
  color:rgb(204 180 255 / 0);
}
.n-text-dark-discovery-bg-strong\/10 {
  color:rgb(204 180 255 / 0.1);
}
.n-text-dark-discovery-bg-strong\/100 {
  color:rgb(204 180 255 / 1);
}
.n-text-dark-discovery-bg-strong\/15 {
  color:rgb(204 180 255 / 0.15);
}
.n-text-dark-discovery-bg-strong\/20 {
  color:rgb(204 180 255 / 0.2);
}
.n-text-dark-discovery-bg-strong\/25 {
  color:rgb(204 180 255 / 0.25);
}
.n-text-dark-discovery-bg-strong\/30 {
  color:rgb(204 180 255 / 0.3);
}
.n-text-dark-discovery-bg-strong\/35 {
  color:rgb(204 180 255 / 0.35);
}
.n-text-dark-discovery-bg-strong\/40 {
  color:rgb(204 180 255 / 0.4);
}
.n-text-dark-discovery-bg-strong\/45 {
  color:rgb(204 180 255 / 0.45);
}
.n-text-dark-discovery-bg-strong\/5 {
  color:rgb(204 180 255 / 0.05);
}
.n-text-dark-discovery-bg-strong\/50 {
  color:rgb(204 180 255 / 0.5);
}
.n-text-dark-discovery-bg-strong\/55 {
  color:rgb(204 180 255 / 0.55);
}
.n-text-dark-discovery-bg-strong\/60 {
  color:rgb(204 180 255 / 0.6);
}
.n-text-dark-discovery-bg-strong\/65 {
  color:rgb(204 180 255 / 0.65);
}
.n-text-dark-discovery-bg-strong\/70 {
  color:rgb(204 180 255 / 0.7);
}
.n-text-dark-discovery-bg-strong\/75 {
  color:rgb(204 180 255 / 0.75);
}
.n-text-dark-discovery-bg-strong\/80 {
  color:rgb(204 180 255 / 0.8);
}
.n-text-dark-discovery-bg-strong\/85 {
  color:rgb(204 180 255 / 0.85);
}
.n-text-dark-discovery-bg-strong\/90 {
  color:rgb(204 180 255 / 0.9);
}
.n-text-dark-discovery-bg-strong\/95 {
  color:rgb(204 180 255 / 0.95);
}
.n-text-dark-discovery-bg-weak {
  --tw-text-opacity:1;
  color:rgb(44 42 52 / var(--tw-text-opacity));
}
.n-text-dark-discovery-bg-weak\/0 {
  color:rgb(44 42 52 / 0);
}
.n-text-dark-discovery-bg-weak\/10 {
  color:rgb(44 42 52 / 0.1);
}
.n-text-dark-discovery-bg-weak\/100 {
  color:rgb(44 42 52 / 1);
}
.n-text-dark-discovery-bg-weak\/15 {
  color:rgb(44 42 52 / 0.15);
}
.n-text-dark-discovery-bg-weak\/20 {
  color:rgb(44 42 52 / 0.2);
}
.n-text-dark-discovery-bg-weak\/25 {
  color:rgb(44 42 52 / 0.25);
}
.n-text-dark-discovery-bg-weak\/30 {
  color:rgb(44 42 52 / 0.3);
}
.n-text-dark-discovery-bg-weak\/35 {
  color:rgb(44 42 52 / 0.35);
}
.n-text-dark-discovery-bg-weak\/40 {
  color:rgb(44 42 52 / 0.4);
}
.n-text-dark-discovery-bg-weak\/45 {
  color:rgb(44 42 52 / 0.45);
}
.n-text-dark-discovery-bg-weak\/5 {
  color:rgb(44 42 52 / 0.05);
}
.n-text-dark-discovery-bg-weak\/50 {
  color:rgb(44 42 52 / 0.5);
}
.n-text-dark-discovery-bg-weak\/55 {
  color:rgb(44 42 52 / 0.55);
}
.n-text-dark-discovery-bg-weak\/60 {
  color:rgb(44 42 52 / 0.6);
}
.n-text-dark-discovery-bg-weak\/65 {
  color:rgb(44 42 52 / 0.65);
}
.n-text-dark-discovery-bg-weak\/70 {
  color:rgb(44 42 52 / 0.7);
}
.n-text-dark-discovery-bg-weak\/75 {
  color:rgb(44 42 52 / 0.75);
}
.n-text-dark-discovery-bg-weak\/80 {
  color:rgb(44 42 52 / 0.8);
}
.n-text-dark-discovery-bg-weak\/85 {
  color:rgb(44 42 52 / 0.85);
}
.n-text-dark-discovery-bg-weak\/90 {
  color:rgb(44 42 52 / 0.9);
}
.n-text-dark-discovery-bg-weak\/95 {
  color:rgb(44 42 52 / 0.95);
}
.n-text-dark-discovery-border-strong {
  --tw-text-opacity:1;
  color:rgb(204 180 255 / var(--tw-text-opacity));
}
.n-text-dark-discovery-border-strong\/0 {
  color:rgb(204 180 255 / 0);
}
.n-text-dark-discovery-border-strong\/10 {
  color:rgb(204 180 255 / 0.1);
}
.n-text-dark-discovery-border-strong\/100 {
  color:rgb(204 180 255 / 1);
}
.n-text-dark-discovery-border-strong\/15 {
  color:rgb(204 180 255 / 0.15);
}
.n-text-dark-discovery-border-strong\/20 {
  color:rgb(204 180 255 / 0.2);
}
.n-text-dark-discovery-border-strong\/25 {
  color:rgb(204 180 255 / 0.25);
}
.n-text-dark-discovery-border-strong\/30 {
  color:rgb(204 180 255 / 0.3);
}
.n-text-dark-discovery-border-strong\/35 {
  color:rgb(204 180 255 / 0.35);
}
.n-text-dark-discovery-border-strong\/40 {
  color:rgb(204 180 255 / 0.4);
}
.n-text-dark-discovery-border-strong\/45 {
  color:rgb(204 180 255 / 0.45);
}
.n-text-dark-discovery-border-strong\/5 {
  color:rgb(204 180 255 / 0.05);
}
.n-text-dark-discovery-border-strong\/50 {
  color:rgb(204 180 255 / 0.5);
}
.n-text-dark-discovery-border-strong\/55 {
  color:rgb(204 180 255 / 0.55);
}
.n-text-dark-discovery-border-strong\/60 {
  color:rgb(204 180 255 / 0.6);
}
.n-text-dark-discovery-border-strong\/65 {
  color:rgb(204 180 255 / 0.65);
}
.n-text-dark-discovery-border-strong\/70 {
  color:rgb(204 180 255 / 0.7);
}
.n-text-dark-discovery-border-strong\/75 {
  color:rgb(204 180 255 / 0.75);
}
.n-text-dark-discovery-border-strong\/80 {
  color:rgb(204 180 255 / 0.8);
}
.n-text-dark-discovery-border-strong\/85 {
  color:rgb(204 180 255 / 0.85);
}
.n-text-dark-discovery-border-strong\/90 {
  color:rgb(204 180 255 / 0.9);
}
.n-text-dark-discovery-border-strong\/95 {
  color:rgb(204 180 255 / 0.95);
}
.n-text-dark-discovery-border-weak {
  --tw-text-opacity:1;
  color:rgb(75 40 148 / var(--tw-text-opacity));
}
.n-text-dark-discovery-border-weak\/0 {
  color:rgb(75 40 148 / 0);
}
.n-text-dark-discovery-border-weak\/10 {
  color:rgb(75 40 148 / 0.1);
}
.n-text-dark-discovery-border-weak\/100 {
  color:rgb(75 40 148 / 1);
}
.n-text-dark-discovery-border-weak\/15 {
  color:rgb(75 40 148 / 0.15);
}
.n-text-dark-discovery-border-weak\/20 {
  color:rgb(75 40 148 / 0.2);
}
.n-text-dark-discovery-border-weak\/25 {
  color:rgb(75 40 148 / 0.25);
}
.n-text-dark-discovery-border-weak\/30 {
  color:rgb(75 40 148 / 0.3);
}
.n-text-dark-discovery-border-weak\/35 {
  color:rgb(75 40 148 / 0.35);
}
.n-text-dark-discovery-border-weak\/40 {
  color:rgb(75 40 148 / 0.4);
}
.n-text-dark-discovery-border-weak\/45 {
  color:rgb(75 40 148 / 0.45);
}
.n-text-dark-discovery-border-weak\/5 {
  color:rgb(75 40 148 / 0.05);
}
.n-text-dark-discovery-border-weak\/50 {
  color:rgb(75 40 148 / 0.5);
}
.n-text-dark-discovery-border-weak\/55 {
  color:rgb(75 40 148 / 0.55);
}
.n-text-dark-discovery-border-weak\/60 {
  color:rgb(75 40 148 / 0.6);
}
.n-text-dark-discovery-border-weak\/65 {
  color:rgb(75 40 148 / 0.65);
}
.n-text-dark-discovery-border-weak\/70 {
  color:rgb(75 40 148 / 0.7);
}
.n-text-dark-discovery-border-weak\/75 {
  color:rgb(75 40 148 / 0.75);
}
.n-text-dark-discovery-border-weak\/80 {
  color:rgb(75 40 148 / 0.8);
}
.n-text-dark-discovery-border-weak\/85 {
  color:rgb(75 40 148 / 0.85);
}
.n-text-dark-discovery-border-weak\/90 {
  color:rgb(75 40 148 / 0.9);
}
.n-text-dark-discovery-border-weak\/95 {
  color:rgb(75 40 148 / 0.95);
}
.n-text-dark-discovery-icon {
  --tw-text-opacity:1;
  color:rgb(204 180 255 / var(--tw-text-opacity));
}
.n-text-dark-discovery-icon\/0 {
  color:rgb(204 180 255 / 0);
}
.n-text-dark-discovery-icon\/10 {
  color:rgb(204 180 255 / 0.1);
}
.n-text-dark-discovery-icon\/100 {
  color:rgb(204 180 255 / 1);
}
.n-text-dark-discovery-icon\/15 {
  color:rgb(204 180 255 / 0.15);
}
.n-text-dark-discovery-icon\/20 {
  color:rgb(204 180 255 / 0.2);
}
.n-text-dark-discovery-icon\/25 {
  color:rgb(204 180 255 / 0.25);
}
.n-text-dark-discovery-icon\/30 {
  color:rgb(204 180 255 / 0.3);
}
.n-text-dark-discovery-icon\/35 {
  color:rgb(204 180 255 / 0.35);
}
.n-text-dark-discovery-icon\/40 {
  color:rgb(204 180 255 / 0.4);
}
.n-text-dark-discovery-icon\/45 {
  color:rgb(204 180 255 / 0.45);
}
.n-text-dark-discovery-icon\/5 {
  color:rgb(204 180 255 / 0.05);
}
.n-text-dark-discovery-icon\/50 {
  color:rgb(204 180 255 / 0.5);
}
.n-text-dark-discovery-icon\/55 {
  color:rgb(204 180 255 / 0.55);
}
.n-text-dark-discovery-icon\/60 {
  color:rgb(204 180 255 / 0.6);
}
.n-text-dark-discovery-icon\/65 {
  color:rgb(204 180 255 / 0.65);
}
.n-text-dark-discovery-icon\/70 {
  color:rgb(204 180 255 / 0.7);
}
.n-text-dark-discovery-icon\/75 {
  color:rgb(204 180 255 / 0.75);
}
.n-text-dark-discovery-icon\/80 {
  color:rgb(204 180 255 / 0.8);
}
.n-text-dark-discovery-icon\/85 {
  color:rgb(204 180 255 / 0.85);
}
.n-text-dark-discovery-icon\/90 {
  color:rgb(204 180 255 / 0.9);
}
.n-text-dark-discovery-icon\/95 {
  color:rgb(204 180 255 / 0.95);
}
.n-text-dark-discovery-text {
  --tw-text-opacity:1;
  color:rgb(204 180 255 / var(--tw-text-opacity));
}
.n-text-dark-discovery-text\/0 {
  color:rgb(204 180 255 / 0);
}
.n-text-dark-discovery-text\/10 {
  color:rgb(204 180 255 / 0.1);
}
.n-text-dark-discovery-text\/100 {
  color:rgb(204 180 255 / 1);
}
.n-text-dark-discovery-text\/15 {
  color:rgb(204 180 255 / 0.15);
}
.n-text-dark-discovery-text\/20 {
  color:rgb(204 180 255 / 0.2);
}
.n-text-dark-discovery-text\/25 {
  color:rgb(204 180 255 / 0.25);
}
.n-text-dark-discovery-text\/30 {
  color:rgb(204 180 255 / 0.3);
}
.n-text-dark-discovery-text\/35 {
  color:rgb(204 180 255 / 0.35);
}
.n-text-dark-discovery-text\/40 {
  color:rgb(204 180 255 / 0.4);
}
.n-text-dark-discovery-text\/45 {
  color:rgb(204 180 255 / 0.45);
}
.n-text-dark-discovery-text\/5 {
  color:rgb(204 180 255 / 0.05);
}
.n-text-dark-discovery-text\/50 {
  color:rgb(204 180 255 / 0.5);
}
.n-text-dark-discovery-text\/55 {
  color:rgb(204 180 255 / 0.55);
}
.n-text-dark-discovery-text\/60 {
  color:rgb(204 180 255 / 0.6);
}
.n-text-dark-discovery-text\/65 {
  color:rgb(204 180 255 / 0.65);
}
.n-text-dark-discovery-text\/70 {
  color:rgb(204 180 255 / 0.7);
}
.n-text-dark-discovery-text\/75 {
  color:rgb(204 180 255 / 0.75);
}
.n-text-dark-discovery-text\/80 {
  color:rgb(204 180 255 / 0.8);
}
.n-text-dark-discovery-text\/85 {
  color:rgb(204 180 255 / 0.85);
}
.n-text-dark-discovery-text\/90 {
  color:rgb(204 180 255 / 0.9);
}
.n-text-dark-discovery-text\/95 {
  color:rgb(204 180 255 / 0.95);
}
.n-text-dark-neutral-bg-default {
  --tw-text-opacity:1;
  color:rgb(26 27 29 / var(--tw-text-opacity));
}
.n-text-dark-neutral-bg-default\/0 {
  color:rgb(26 27 29 / 0);
}
.n-text-dark-neutral-bg-default\/10 {
  color:rgb(26 27 29 / 0.1);
}
.n-text-dark-neutral-bg-default\/100 {
  color:rgb(26 27 29 / 1);
}
.n-text-dark-neutral-bg-default\/15 {
  color:rgb(26 27 29 / 0.15);
}
.n-text-dark-neutral-bg-default\/20 {
  color:rgb(26 27 29 / 0.2);
}
.n-text-dark-neutral-bg-default\/25 {
  color:rgb(26 27 29 / 0.25);
}
.n-text-dark-neutral-bg-default\/30 {
  color:rgb(26 27 29 / 0.3);
}
.n-text-dark-neutral-bg-default\/35 {
  color:rgb(26 27 29 / 0.35);
}
.n-text-dark-neutral-bg-default\/40 {
  color:rgb(26 27 29 / 0.4);
}
.n-text-dark-neutral-bg-default\/45 {
  color:rgb(26 27 29 / 0.45);
}
.n-text-dark-neutral-bg-default\/5 {
  color:rgb(26 27 29 / 0.05);
}
.n-text-dark-neutral-bg-default\/50 {
  color:rgb(26 27 29 / 0.5);
}
.n-text-dark-neutral-bg-default\/55 {
  color:rgb(26 27 29 / 0.55);
}
.n-text-dark-neutral-bg-default\/60 {
  color:rgb(26 27 29 / 0.6);
}
.n-text-dark-neutral-bg-default\/65 {
  color:rgb(26 27 29 / 0.65);
}
.n-text-dark-neutral-bg-default\/70 {
  color:rgb(26 27 29 / 0.7);
}
.n-text-dark-neutral-bg-default\/75 {
  color:rgb(26 27 29 / 0.75);
}
.n-text-dark-neutral-bg-default\/80 {
  color:rgb(26 27 29 / 0.8);
}
.n-text-dark-neutral-bg-default\/85 {
  color:rgb(26 27 29 / 0.85);
}
.n-text-dark-neutral-bg-default\/90 {
  color:rgb(26 27 29 / 0.9);
}
.n-text-dark-neutral-bg-default\/95 {
  color:rgb(26 27 29 / 0.95);
}
.n-text-dark-neutral-bg-on-bg-weak {
  --tw-text-opacity:1;
  color:rgb(129 135 144 / var(--tw-text-opacity));
}
.n-text-dark-neutral-bg-on-bg-weak\/0 {
  color:rgb(129 135 144 / 0);
}
.n-text-dark-neutral-bg-on-bg-weak\/10 {
  color:rgb(129 135 144 / 0.1);
}
.n-text-dark-neutral-bg-on-bg-weak\/100 {
  color:rgb(129 135 144 / 1);
}
.n-text-dark-neutral-bg-on-bg-weak\/15 {
  color:rgb(129 135 144 / 0.15);
}
.n-text-dark-neutral-bg-on-bg-weak\/20 {
  color:rgb(129 135 144 / 0.2);
}
.n-text-dark-neutral-bg-on-bg-weak\/25 {
  color:rgb(129 135 144 / 0.25);
}
.n-text-dark-neutral-bg-on-bg-weak\/30 {
  color:rgb(129 135 144 / 0.3);
}
.n-text-dark-neutral-bg-on-bg-weak\/35 {
  color:rgb(129 135 144 / 0.35);
}
.n-text-dark-neutral-bg-on-bg-weak\/40 {
  color:rgb(129 135 144 / 0.4);
}
.n-text-dark-neutral-bg-on-bg-weak\/45 {
  color:rgb(129 135 144 / 0.45);
}
.n-text-dark-neutral-bg-on-bg-weak\/5 {
  color:rgb(129 135 144 / 0.05);
}
.n-text-dark-neutral-bg-on-bg-weak\/50 {
  color:rgb(129 135 144 / 0.5);
}
.n-text-dark-neutral-bg-on-bg-weak\/55 {
  color:rgb(129 135 144 / 0.55);
}
.n-text-dark-neutral-bg-on-bg-weak\/60 {
  color:rgb(129 135 144 / 0.6);
}
.n-text-dark-neutral-bg-on-bg-weak\/65 {
  color:rgb(129 135 144 / 0.65);
}
.n-text-dark-neutral-bg-on-bg-weak\/70 {
  color:rgb(129 135 144 / 0.7);
}
.n-text-dark-neutral-bg-on-bg-weak\/75 {
  color:rgb(129 135 144 / 0.75);
}
.n-text-dark-neutral-bg-on-bg-weak\/80 {
  color:rgb(129 135 144 / 0.8);
}
.n-text-dark-neutral-bg-on-bg-weak\/85 {
  color:rgb(129 135 144 / 0.85);
}
.n-text-dark-neutral-bg-on-bg-weak\/90 {
  color:rgb(129 135 144 / 0.9);
}
.n-text-dark-neutral-bg-on-bg-weak\/95 {
  color:rgb(129 135 144 / 0.95);
}
.n-text-dark-neutral-bg-status {
  --tw-text-opacity:1;
  color:rgb(168 172 178 / var(--tw-text-opacity));
}
.n-text-dark-neutral-bg-status\/0 {
  color:rgb(168 172 178 / 0);
}
.n-text-dark-neutral-bg-status\/10 {
  color:rgb(168 172 178 / 0.1);
}
.n-text-dark-neutral-bg-status\/100 {
  color:rgb(168 172 178 / 1);
}
.n-text-dark-neutral-bg-status\/15 {
  color:rgb(168 172 178 / 0.15);
}
.n-text-dark-neutral-bg-status\/20 {
  color:rgb(168 172 178 / 0.2);
}
.n-text-dark-neutral-bg-status\/25 {
  color:rgb(168 172 178 / 0.25);
}
.n-text-dark-neutral-bg-status\/30 {
  color:rgb(168 172 178 / 0.3);
}
.n-text-dark-neutral-bg-status\/35 {
  color:rgb(168 172 178 / 0.35);
}
.n-text-dark-neutral-bg-status\/40 {
  color:rgb(168 172 178 / 0.4);
}
.n-text-dark-neutral-bg-status\/45 {
  color:rgb(168 172 178 / 0.45);
}
.n-text-dark-neutral-bg-status\/5 {
  color:rgb(168 172 178 / 0.05);
}
.n-text-dark-neutral-bg-status\/50 {
  color:rgb(168 172 178 / 0.5);
}
.n-text-dark-neutral-bg-status\/55 {
  color:rgb(168 172 178 / 0.55);
}
.n-text-dark-neutral-bg-status\/60 {
  color:rgb(168 172 178 / 0.6);
}
.n-text-dark-neutral-bg-status\/65 {
  color:rgb(168 172 178 / 0.65);
}
.n-text-dark-neutral-bg-status\/70 {
  color:rgb(168 172 178 / 0.7);
}
.n-text-dark-neutral-bg-status\/75 {
  color:rgb(168 172 178 / 0.75);
}
.n-text-dark-neutral-bg-status\/80 {
  color:rgb(168 172 178 / 0.8);
}
.n-text-dark-neutral-bg-status\/85 {
  color:rgb(168 172 178 / 0.85);
}
.n-text-dark-neutral-bg-status\/90 {
  color:rgb(168 172 178 / 0.9);
}
.n-text-dark-neutral-bg-status\/95 {
  color:rgb(168 172 178 / 0.95);
}
.n-text-dark-neutral-bg-strong {
  --tw-text-opacity:1;
  color:rgb(60 63 68 / var(--tw-text-opacity));
}
.n-text-dark-neutral-bg-strong\/0 {
  color:rgb(60 63 68 / 0);
}
.n-text-dark-neutral-bg-strong\/10 {
  color:rgb(60 63 68 / 0.1);
}
.n-text-dark-neutral-bg-strong\/100 {
  color:rgb(60 63 68 / 1);
}
.n-text-dark-neutral-bg-strong\/15 {
  color:rgb(60 63 68 / 0.15);
}
.n-text-dark-neutral-bg-strong\/20 {
  color:rgb(60 63 68 / 0.2);
}
.n-text-dark-neutral-bg-strong\/25 {
  color:rgb(60 63 68 / 0.25);
}
.n-text-dark-neutral-bg-strong\/30 {
  color:rgb(60 63 68 / 0.3);
}
.n-text-dark-neutral-bg-strong\/35 {
  color:rgb(60 63 68 / 0.35);
}
.n-text-dark-neutral-bg-strong\/40 {
  color:rgb(60 63 68 / 0.4);
}
.n-text-dark-neutral-bg-strong\/45 {
  color:rgb(60 63 68 / 0.45);
}
.n-text-dark-neutral-bg-strong\/5 {
  color:rgb(60 63 68 / 0.05);
}
.n-text-dark-neutral-bg-strong\/50 {
  color:rgb(60 63 68 / 0.5);
}
.n-text-dark-neutral-bg-strong\/55 {
  color:rgb(60 63 68 / 0.55);
}
.n-text-dark-neutral-bg-strong\/60 {
  color:rgb(60 63 68 / 0.6);
}
.n-text-dark-neutral-bg-strong\/65 {
  color:rgb(60 63 68 / 0.65);
}
.n-text-dark-neutral-bg-strong\/70 {
  color:rgb(60 63 68 / 0.7);
}
.n-text-dark-neutral-bg-strong\/75 {
  color:rgb(60 63 68 / 0.75);
}
.n-text-dark-neutral-bg-strong\/80 {
  color:rgb(60 63 68 / 0.8);
}
.n-text-dark-neutral-bg-strong\/85 {
  color:rgb(60 63 68 / 0.85);
}
.n-text-dark-neutral-bg-strong\/90 {
  color:rgb(60 63 68 / 0.9);
}
.n-text-dark-neutral-bg-strong\/95 {
  color:rgb(60 63 68 / 0.95);
}
.n-text-dark-neutral-bg-stronger {
  --tw-text-opacity:1;
  color:rgb(111 117 126 / var(--tw-text-opacity));
}
.n-text-dark-neutral-bg-stronger\/0 {
  color:rgb(111 117 126 / 0);
}
.n-text-dark-neutral-bg-stronger\/10 {
  color:rgb(111 117 126 / 0.1);
}
.n-text-dark-neutral-bg-stronger\/100 {
  color:rgb(111 117 126 / 1);
}
.n-text-dark-neutral-bg-stronger\/15 {
  color:rgb(111 117 126 / 0.15);
}
.n-text-dark-neutral-bg-stronger\/20 {
  color:rgb(111 117 126 / 0.2);
}
.n-text-dark-neutral-bg-stronger\/25 {
  color:rgb(111 117 126 / 0.25);
}
.n-text-dark-neutral-bg-stronger\/30 {
  color:rgb(111 117 126 / 0.3);
}
.n-text-dark-neutral-bg-stronger\/35 {
  color:rgb(111 117 126 / 0.35);
}
.n-text-dark-neutral-bg-stronger\/40 {
  color:rgb(111 117 126 / 0.4);
}
.n-text-dark-neutral-bg-stronger\/45 {
  color:rgb(111 117 126 / 0.45);
}
.n-text-dark-neutral-bg-stronger\/5 {
  color:rgb(111 117 126 / 0.05);
}
.n-text-dark-neutral-bg-stronger\/50 {
  color:rgb(111 117 126 / 0.5);
}
.n-text-dark-neutral-bg-stronger\/55 {
  color:rgb(111 117 126 / 0.55);
}
.n-text-dark-neutral-bg-stronger\/60 {
  color:rgb(111 117 126 / 0.6);
}
.n-text-dark-neutral-bg-stronger\/65 {
  color:rgb(111 117 126 / 0.65);
}
.n-text-dark-neutral-bg-stronger\/70 {
  color:rgb(111 117 126 / 0.7);
}
.n-text-dark-neutral-bg-stronger\/75 {
  color:rgb(111 117 126 / 0.75);
}
.n-text-dark-neutral-bg-stronger\/80 {
  color:rgb(111 117 126 / 0.8);
}
.n-text-dark-neutral-bg-stronger\/85 {
  color:rgb(111 117 126 / 0.85);
}
.n-text-dark-neutral-bg-stronger\/90 {
  color:rgb(111 117 126 / 0.9);
}
.n-text-dark-neutral-bg-stronger\/95 {
  color:rgb(111 117 126 / 0.95);
}
.n-text-dark-neutral-bg-strongest {
  --tw-text-opacity:1;
  color:rgb(255 255 255 / var(--tw-text-opacity));
}
.n-text-dark-neutral-bg-strongest\/0 {
  color:rgb(255 255 255 / 0);
}
.n-text-dark-neutral-bg-strongest\/10 {
  color:rgb(255 255 255 / 0.1);
}
.n-text-dark-neutral-bg-strongest\/100 {
  color:rgb(255 255 255 / 1);
}
.n-text-dark-neutral-bg-strongest\/15 {
  color:rgb(255 255 255 / 0.15);
}
.n-text-dark-neutral-bg-strongest\/20 {
  color:rgb(255 255 255 / 0.2);
}
.n-text-dark-neutral-bg-strongest\/25 {
  color:rgb(255 255 255 / 0.25);
}
.n-text-dark-neutral-bg-strongest\/30 {
  color:rgb(255 255 255 / 0.3);
}
.n-text-dark-neutral-bg-strongest\/35 {
  color:rgb(255 255 255 / 0.35);
}
.n-text-dark-neutral-bg-strongest\/40 {
  color:rgb(255 255 255 / 0.4);
}
.n-text-dark-neutral-bg-strongest\/45 {
  color:rgb(255 255 255 / 0.45);
}
.n-text-dark-neutral-bg-strongest\/5 {
  color:rgb(255 255 255 / 0.05);
}
.n-text-dark-neutral-bg-strongest\/50 {
  color:rgb(255 255 255 / 0.5);
}
.n-text-dark-neutral-bg-strongest\/55 {
  color:rgb(255 255 255 / 0.55);
}
.n-text-dark-neutral-bg-strongest\/60 {
  color:rgb(255 255 255 / 0.6);
}
.n-text-dark-neutral-bg-strongest\/65 {
  color:rgb(255 255 255 / 0.65);
}
.n-text-dark-neutral-bg-strongest\/70 {
  color:rgb(255 255 255 / 0.7);
}
.n-text-dark-neutral-bg-strongest\/75 {
  color:rgb(255 255 255 / 0.75);
}
.n-text-dark-neutral-bg-strongest\/80 {
  color:rgb(255 255 255 / 0.8);
}
.n-text-dark-neutral-bg-strongest\/85 {
  color:rgb(255 255 255 / 0.85);
}
.n-text-dark-neutral-bg-strongest\/90 {
  color:rgb(255 255 255 / 0.9);
}
.n-text-dark-neutral-bg-strongest\/95 {
  color:rgb(255 255 255 / 0.95);
}
.n-text-dark-neutral-bg-weak {
  --tw-text-opacity:1;
  color:rgb(33 35 37 / var(--tw-text-opacity));
}
.n-text-dark-neutral-bg-weak\/0 {
  color:rgb(33 35 37 / 0);
}
.n-text-dark-neutral-bg-weak\/10 {
  color:rgb(33 35 37 / 0.1);
}
.n-text-dark-neutral-bg-weak\/100 {
  color:rgb(33 35 37 / 1);
}
.n-text-dark-neutral-bg-weak\/15 {
  color:rgb(33 35 37 / 0.15);
}
.n-text-dark-neutral-bg-weak\/20 {
  color:rgb(33 35 37 / 0.2);
}
.n-text-dark-neutral-bg-weak\/25 {
  color:rgb(33 35 37 / 0.25);
}
.n-text-dark-neutral-bg-weak\/30 {
  color:rgb(33 35 37 / 0.3);
}
.n-text-dark-neutral-bg-weak\/35 {
  color:rgb(33 35 37 / 0.35);
}
.n-text-dark-neutral-bg-weak\/40 {
  color:rgb(33 35 37 / 0.4);
}
.n-text-dark-neutral-bg-weak\/45 {
  color:rgb(33 35 37 / 0.45);
}
.n-text-dark-neutral-bg-weak\/5 {
  color:rgb(33 35 37 / 0.05);
}
.n-text-dark-neutral-bg-weak\/50 {
  color:rgb(33 35 37 / 0.5);
}
.n-text-dark-neutral-bg-weak\/55 {
  color:rgb(33 35 37 / 0.55);
}
.n-text-dark-neutral-bg-weak\/60 {
  color:rgb(33 35 37 / 0.6);
}
.n-text-dark-neutral-bg-weak\/65 {
  color:rgb(33 35 37 / 0.65);
}
.n-text-dark-neutral-bg-weak\/70 {
  color:rgb(33 35 37 / 0.7);
}
.n-text-dark-neutral-bg-weak\/75 {
  color:rgb(33 35 37 / 0.75);
}
.n-text-dark-neutral-bg-weak\/80 {
  color:rgb(33 35 37 / 0.8);
}
.n-text-dark-neutral-bg-weak\/85 {
  color:rgb(33 35 37 / 0.85);
}
.n-text-dark-neutral-bg-weak\/90 {
  color:rgb(33 35 37 / 0.9);
}
.n-text-dark-neutral-bg-weak\/95 {
  color:rgb(33 35 37 / 0.95);
}
.n-text-dark-neutral-border-strong {
  --tw-text-opacity:1;
  color:rgb(111 117 126 / var(--tw-text-opacity));
}
.n-text-dark-neutral-border-strong\/0 {
  color:rgb(111 117 126 / 0);
}
.n-text-dark-neutral-border-strong\/10 {
  color:rgb(111 117 126 / 0.1);
}
.n-text-dark-neutral-border-strong\/100 {
  color:rgb(111 117 126 / 1);
}
.n-text-dark-neutral-border-strong\/15 {
  color:rgb(111 117 126 / 0.15);
}
.n-text-dark-neutral-border-strong\/20 {
  color:rgb(111 117 126 / 0.2);
}
.n-text-dark-neutral-border-strong\/25 {
  color:rgb(111 117 126 / 0.25);
}
.n-text-dark-neutral-border-strong\/30 {
  color:rgb(111 117 126 / 0.3);
}
.n-text-dark-neutral-border-strong\/35 {
  color:rgb(111 117 126 / 0.35);
}
.n-text-dark-neutral-border-strong\/40 {
  color:rgb(111 117 126 / 0.4);
}
.n-text-dark-neutral-border-strong\/45 {
  color:rgb(111 117 126 / 0.45);
}
.n-text-dark-neutral-border-strong\/5 {
  color:rgb(111 117 126 / 0.05);
}
.n-text-dark-neutral-border-strong\/50 {
  color:rgb(111 117 126 / 0.5);
}
.n-text-dark-neutral-border-strong\/55 {
  color:rgb(111 117 126 / 0.55);
}
.n-text-dark-neutral-border-strong\/60 {
  color:rgb(111 117 126 / 0.6);
}
.n-text-dark-neutral-border-strong\/65 {
  color:rgb(111 117 126 / 0.65);
}
.n-text-dark-neutral-border-strong\/70 {
  color:rgb(111 117 126 / 0.7);
}
.n-text-dark-neutral-border-strong\/75 {
  color:rgb(111 117 126 / 0.75);
}
.n-text-dark-neutral-border-strong\/80 {
  color:rgb(111 117 126 / 0.8);
}
.n-text-dark-neutral-border-strong\/85 {
  color:rgb(111 117 126 / 0.85);
}
.n-text-dark-neutral-border-strong\/90 {
  color:rgb(111 117 126 / 0.9);
}
.n-text-dark-neutral-border-strong\/95 {
  color:rgb(111 117 126 / 0.95);
}
.n-text-dark-neutral-border-strongest {
  --tw-text-opacity:1;
  color:rgb(187 190 195 / var(--tw-text-opacity));
}
.n-text-dark-neutral-border-strongest\/0 {
  color:rgb(187 190 195 / 0);
}
.n-text-dark-neutral-border-strongest\/10 {
  color:rgb(187 190 195 / 0.1);
}
.n-text-dark-neutral-border-strongest\/100 {
  color:rgb(187 190 195 / 1);
}
.n-text-dark-neutral-border-strongest\/15 {
  color:rgb(187 190 195 / 0.15);
}
.n-text-dark-neutral-border-strongest\/20 {
  color:rgb(187 190 195 / 0.2);
}
.n-text-dark-neutral-border-strongest\/25 {
  color:rgb(187 190 195 / 0.25);
}
.n-text-dark-neutral-border-strongest\/30 {
  color:rgb(187 190 195 / 0.3);
}
.n-text-dark-neutral-border-strongest\/35 {
  color:rgb(187 190 195 / 0.35);
}
.n-text-dark-neutral-border-strongest\/40 {
  color:rgb(187 190 195 / 0.4);
}
.n-text-dark-neutral-border-strongest\/45 {
  color:rgb(187 190 195 / 0.45);
}
.n-text-dark-neutral-border-strongest\/5 {
  color:rgb(187 190 195 / 0.05);
}
.n-text-dark-neutral-border-strongest\/50 {
  color:rgb(187 190 195 / 0.5);
}
.n-text-dark-neutral-border-strongest\/55 {
  color:rgb(187 190 195 / 0.55);
}
.n-text-dark-neutral-border-strongest\/60 {
  color:rgb(187 190 195 / 0.6);
}
.n-text-dark-neutral-border-strongest\/65 {
  color:rgb(187 190 195 / 0.65);
}
.n-text-dark-neutral-border-strongest\/70 {
  color:rgb(187 190 195 / 0.7);
}
.n-text-dark-neutral-border-strongest\/75 {
  color:rgb(187 190 195 / 0.75);
}
.n-text-dark-neutral-border-strongest\/80 {
  color:rgb(187 190 195 / 0.8);
}
.n-text-dark-neutral-border-strongest\/85 {
  color:rgb(187 190 195 / 0.85);
}
.n-text-dark-neutral-border-strongest\/90 {
  color:rgb(187 190 195 / 0.9);
}
.n-text-dark-neutral-border-strongest\/95 {
  color:rgb(187 190 195 / 0.95);
}
.n-text-dark-neutral-border-weak {
  --tw-text-opacity:1;
  color:rgb(60 63 68 / var(--tw-text-opacity));
}
.n-text-dark-neutral-border-weak\/0 {
  color:rgb(60 63 68 / 0);
}
.n-text-dark-neutral-border-weak\/10 {
  color:rgb(60 63 68 / 0.1);
}
.n-text-dark-neutral-border-weak\/100 {
  color:rgb(60 63 68 / 1);
}
.n-text-dark-neutral-border-weak\/15 {
  color:rgb(60 63 68 / 0.15);
}
.n-text-dark-neutral-border-weak\/20 {
  color:rgb(60 63 68 / 0.2);
}
.n-text-dark-neutral-border-weak\/25 {
  color:rgb(60 63 68 / 0.25);
}
.n-text-dark-neutral-border-weak\/30 {
  color:rgb(60 63 68 / 0.3);
}
.n-text-dark-neutral-border-weak\/35 {
  color:rgb(60 63 68 / 0.35);
}
.n-text-dark-neutral-border-weak\/40 {
  color:rgb(60 63 68 / 0.4);
}
.n-text-dark-neutral-border-weak\/45 {
  color:rgb(60 63 68 / 0.45);
}
.n-text-dark-neutral-border-weak\/5 {
  color:rgb(60 63 68 / 0.05);
}
.n-text-dark-neutral-border-weak\/50 {
  color:rgb(60 63 68 / 0.5);
}
.n-text-dark-neutral-border-weak\/55 {
  color:rgb(60 63 68 / 0.55);
}
.n-text-dark-neutral-border-weak\/60 {
  color:rgb(60 63 68 / 0.6);
}
.n-text-dark-neutral-border-weak\/65 {
  color:rgb(60 63 68 / 0.65);
}
.n-text-dark-neutral-border-weak\/70 {
  color:rgb(60 63 68 / 0.7);
}
.n-text-dark-neutral-border-weak\/75 {
  color:rgb(60 63 68 / 0.75);
}
.n-text-dark-neutral-border-weak\/80 {
  color:rgb(60 63 68 / 0.8);
}
.n-text-dark-neutral-border-weak\/85 {
  color:rgb(60 63 68 / 0.85);
}
.n-text-dark-neutral-border-weak\/90 {
  color:rgb(60 63 68 / 0.9);
}
.n-text-dark-neutral-border-weak\/95 {
  color:rgb(60 63 68 / 0.95);
}
.n-text-dark-neutral-hover {
  --tw-text-opacity:1;
  color:rgb(149 154 161 / var(--tw-text-opacity));
}
.n-text-dark-neutral-hover\/0 {
  color:rgb(149 154 161 / 0);
}
.n-text-dark-neutral-hover\/10 {
  color:rgb(149 154 161 / 0.1);
}
.n-text-dark-neutral-hover\/100 {
  color:rgb(149 154 161 / 1);
}
.n-text-dark-neutral-hover\/15 {
  color:rgb(149 154 161 / 0.15);
}
.n-text-dark-neutral-hover\/20 {
  color:rgb(149 154 161 / 0.2);
}
.n-text-dark-neutral-hover\/25 {
  color:rgb(149 154 161 / 0.25);
}
.n-text-dark-neutral-hover\/30 {
  color:rgb(149 154 161 / 0.3);
}
.n-text-dark-neutral-hover\/35 {
  color:rgb(149 154 161 / 0.35);
}
.n-text-dark-neutral-hover\/40 {
  color:rgb(149 154 161 / 0.4);
}
.n-text-dark-neutral-hover\/45 {
  color:rgb(149 154 161 / 0.45);
}
.n-text-dark-neutral-hover\/5 {
  color:rgb(149 154 161 / 0.05);
}
.n-text-dark-neutral-hover\/50 {
  color:rgb(149 154 161 / 0.5);
}
.n-text-dark-neutral-hover\/55 {
  color:rgb(149 154 161 / 0.55);
}
.n-text-dark-neutral-hover\/60 {
  color:rgb(149 154 161 / 0.6);
}
.n-text-dark-neutral-hover\/65 {
  color:rgb(149 154 161 / 0.65);
}
.n-text-dark-neutral-hover\/70 {
  color:rgb(149 154 161 / 0.7);
}
.n-text-dark-neutral-hover\/75 {
  color:rgb(149 154 161 / 0.75);
}
.n-text-dark-neutral-hover\/80 {
  color:rgb(149 154 161 / 0.8);
}
.n-text-dark-neutral-hover\/85 {
  color:rgb(149 154 161 / 0.85);
}
.n-text-dark-neutral-hover\/90 {
  color:rgb(149 154 161 / 0.9);
}
.n-text-dark-neutral-hover\/95 {
  color:rgb(149 154 161 / 0.95);
}
.n-text-dark-neutral-icon {
  --tw-text-opacity:1;
  color:rgb(207 209 212 / var(--tw-text-opacity));
}
.n-text-dark-neutral-icon\/0 {
  color:rgb(207 209 212 / 0);
}
.n-text-dark-neutral-icon\/10 {
  color:rgb(207 209 212 / 0.1);
}
.n-text-dark-neutral-icon\/100 {
  color:rgb(207 209 212 / 1);
}
.n-text-dark-neutral-icon\/15 {
  color:rgb(207 209 212 / 0.15);
}
.n-text-dark-neutral-icon\/20 {
  color:rgb(207 209 212 / 0.2);
}
.n-text-dark-neutral-icon\/25 {
  color:rgb(207 209 212 / 0.25);
}
.n-text-dark-neutral-icon\/30 {
  color:rgb(207 209 212 / 0.3);
}
.n-text-dark-neutral-icon\/35 {
  color:rgb(207 209 212 / 0.35);
}
.n-text-dark-neutral-icon\/40 {
  color:rgb(207 209 212 / 0.4);
}
.n-text-dark-neutral-icon\/45 {
  color:rgb(207 209 212 / 0.45);
}
.n-text-dark-neutral-icon\/5 {
  color:rgb(207 209 212 / 0.05);
}
.n-text-dark-neutral-icon\/50 {
  color:rgb(207 209 212 / 0.5);
}
.n-text-dark-neutral-icon\/55 {
  color:rgb(207 209 212 / 0.55);
}
.n-text-dark-neutral-icon\/60 {
  color:rgb(207 209 212 / 0.6);
}
.n-text-dark-neutral-icon\/65 {
  color:rgb(207 209 212 / 0.65);
}
.n-text-dark-neutral-icon\/70 {
  color:rgb(207 209 212 / 0.7);
}
.n-text-dark-neutral-icon\/75 {
  color:rgb(207 209 212 / 0.75);
}
.n-text-dark-neutral-icon\/80 {
  color:rgb(207 209 212 / 0.8);
}
.n-text-dark-neutral-icon\/85 {
  color:rgb(207 209 212 / 0.85);
}
.n-text-dark-neutral-icon\/90 {
  color:rgb(207 209 212 / 0.9);
}
.n-text-dark-neutral-icon\/95 {
  color:rgb(207 209 212 / 0.95);
}
.n-text-dark-neutral-pressed {
  --tw-text-opacity:1;
  color:rgb(149 154 161 / var(--tw-text-opacity));
}
.n-text-dark-neutral-pressed\/0 {
  color:rgb(149 154 161 / 0);
}
.n-text-dark-neutral-pressed\/10 {
  color:rgb(149 154 161 / 0.1);
}
.n-text-dark-neutral-pressed\/100 {
  color:rgb(149 154 161 / 1);
}
.n-text-dark-neutral-pressed\/15 {
  color:rgb(149 154 161 / 0.15);
}
.n-text-dark-neutral-pressed\/20 {
  color:rgb(149 154 161 / 0.2);
}
.n-text-dark-neutral-pressed\/25 {
  color:rgb(149 154 161 / 0.25);
}
.n-text-dark-neutral-pressed\/30 {
  color:rgb(149 154 161 / 0.3);
}
.n-text-dark-neutral-pressed\/35 {
  color:rgb(149 154 161 / 0.35);
}
.n-text-dark-neutral-pressed\/40 {
  color:rgb(149 154 161 / 0.4);
}
.n-text-dark-neutral-pressed\/45 {
  color:rgb(149 154 161 / 0.45);
}
.n-text-dark-neutral-pressed\/5 {
  color:rgb(149 154 161 / 0.05);
}
.n-text-dark-neutral-pressed\/50 {
  color:rgb(149 154 161 / 0.5);
}
.n-text-dark-neutral-pressed\/55 {
  color:rgb(149 154 161 / 0.55);
}
.n-text-dark-neutral-pressed\/60 {
  color:rgb(149 154 161 / 0.6);
}
.n-text-dark-neutral-pressed\/65 {
  color:rgb(149 154 161 / 0.65);
}
.n-text-dark-neutral-pressed\/70 {
  color:rgb(149 154 161 / 0.7);
}
.n-text-dark-neutral-pressed\/75 {
  color:rgb(149 154 161 / 0.75);
}
.n-text-dark-neutral-pressed\/80 {
  color:rgb(149 154 161 / 0.8);
}
.n-text-dark-neutral-pressed\/85 {
  color:rgb(149 154 161 / 0.85);
}
.n-text-dark-neutral-pressed\/90 {
  color:rgb(149 154 161 / 0.9);
}
.n-text-dark-neutral-pressed\/95 {
  color:rgb(149 154 161 / 0.95);
}
.n-text-dark-neutral-text-default {
  --tw-text-opacity:1;
  color:rgb(245 246 246 / var(--tw-text-opacity));
}
.n-text-dark-neutral-text-default\/0 {
  color:rgb(245 246 246 / 0);
}
.n-text-dark-neutral-text-default\/10 {
  color:rgb(245 246 246 / 0.1);
}
.n-text-dark-neutral-text-default\/100 {
  color:rgb(245 246 246 / 1);
}
.n-text-dark-neutral-text-default\/15 {
  color:rgb(245 246 246 / 0.15);
}
.n-text-dark-neutral-text-default\/20 {
  color:rgb(245 246 246 / 0.2);
}
.n-text-dark-neutral-text-default\/25 {
  color:rgb(245 246 246 / 0.25);
}
.n-text-dark-neutral-text-default\/30 {
  color:rgb(245 246 246 / 0.3);
}
.n-text-dark-neutral-text-default\/35 {
  color:rgb(245 246 246 / 0.35);
}
.n-text-dark-neutral-text-default\/40 {
  color:rgb(245 246 246 / 0.4);
}
.n-text-dark-neutral-text-default\/45 {
  color:rgb(245 246 246 / 0.45);
}
.n-text-dark-neutral-text-default\/5 {
  color:rgb(245 246 246 / 0.05);
}
.n-text-dark-neutral-text-default\/50 {
  color:rgb(245 246 246 / 0.5);
}
.n-text-dark-neutral-text-default\/55 {
  color:rgb(245 246 246 / 0.55);
}
.n-text-dark-neutral-text-default\/60 {
  color:rgb(245 246 246 / 0.6);
}
.n-text-dark-neutral-text-default\/65 {
  color:rgb(245 246 246 / 0.65);
}
.n-text-dark-neutral-text-default\/70 {
  color:rgb(245 246 246 / 0.7);
}
.n-text-dark-neutral-text-default\/75 {
  color:rgb(245 246 246 / 0.75);
}
.n-text-dark-neutral-text-default\/80 {
  color:rgb(245 246 246 / 0.8);
}
.n-text-dark-neutral-text-default\/85 {
  color:rgb(245 246 246 / 0.85);
}
.n-text-dark-neutral-text-default\/90 {
  color:rgb(245 246 246 / 0.9);
}
.n-text-dark-neutral-text-default\/95 {
  color:rgb(245 246 246 / 0.95);
}
.n-text-dark-neutral-text-inverse {
  --tw-text-opacity:1;
  color:rgb(26 27 29 / var(--tw-text-opacity));
}
.n-text-dark-neutral-text-inverse\/0 {
  color:rgb(26 27 29 / 0);
}
.n-text-dark-neutral-text-inverse\/10 {
  color:rgb(26 27 29 / 0.1);
}
.n-text-dark-neutral-text-inverse\/100 {
  color:rgb(26 27 29 / 1);
}
.n-text-dark-neutral-text-inverse\/15 {
  color:rgb(26 27 29 / 0.15);
}
.n-text-dark-neutral-text-inverse\/20 {
  color:rgb(26 27 29 / 0.2);
}
.n-text-dark-neutral-text-inverse\/25 {
  color:rgb(26 27 29 / 0.25);
}
.n-text-dark-neutral-text-inverse\/30 {
  color:rgb(26 27 29 / 0.3);
}
.n-text-dark-neutral-text-inverse\/35 {
  color:rgb(26 27 29 / 0.35);
}
.n-text-dark-neutral-text-inverse\/40 {
  color:rgb(26 27 29 / 0.4);
}
.n-text-dark-neutral-text-inverse\/45 {
  color:rgb(26 27 29 / 0.45);
}
.n-text-dark-neutral-text-inverse\/5 {
  color:rgb(26 27 29 / 0.05);
}
.n-text-dark-neutral-text-inverse\/50 {
  color:rgb(26 27 29 / 0.5);
}
.n-text-dark-neutral-text-inverse\/55 {
  color:rgb(26 27 29 / 0.55);
}
.n-text-dark-neutral-text-inverse\/60 {
  color:rgb(26 27 29 / 0.6);
}
.n-text-dark-neutral-text-inverse\/65 {
  color:rgb(26 27 29 / 0.65);
}
.n-text-dark-neutral-text-inverse\/70 {
  color:rgb(26 27 29 / 0.7);
}
.n-text-dark-neutral-text-inverse\/75 {
  color:rgb(26 27 29 / 0.75);
}
.n-text-dark-neutral-text-inverse\/80 {
  color:rgb(26 27 29 / 0.8);
}
.n-text-dark-neutral-text-inverse\/85 {
  color:rgb(26 27 29 / 0.85);
}
.n-text-dark-neutral-text-inverse\/90 {
  color:rgb(26 27 29 / 0.9);
}
.n-text-dark-neutral-text-inverse\/95 {
  color:rgb(26 27 29 / 0.95);
}
.n-text-dark-neutral-text-weak {
  --tw-text-opacity:1;
  color:rgb(207 209 212 / var(--tw-text-opacity));
}
.n-text-dark-neutral-text-weak\/0 {
  color:rgb(207 209 212 / 0);
}
.n-text-dark-neutral-text-weak\/10 {
  color:rgb(207 209 212 / 0.1);
}
.n-text-dark-neutral-text-weak\/100 {
  color:rgb(207 209 212 / 1);
}
.n-text-dark-neutral-text-weak\/15 {
  color:rgb(207 209 212 / 0.15);
}
.n-text-dark-neutral-text-weak\/20 {
  color:rgb(207 209 212 / 0.2);
}
.n-text-dark-neutral-text-weak\/25 {
  color:rgb(207 209 212 / 0.25);
}
.n-text-dark-neutral-text-weak\/30 {
  color:rgb(207 209 212 / 0.3);
}
.n-text-dark-neutral-text-weak\/35 {
  color:rgb(207 209 212 / 0.35);
}
.n-text-dark-neutral-text-weak\/40 {
  color:rgb(207 209 212 / 0.4);
}
.n-text-dark-neutral-text-weak\/45 {
  color:rgb(207 209 212 / 0.45);
}
.n-text-dark-neutral-text-weak\/5 {
  color:rgb(207 209 212 / 0.05);
}
.n-text-dark-neutral-text-weak\/50 {
  color:rgb(207 209 212 / 0.5);
}
.n-text-dark-neutral-text-weak\/55 {
  color:rgb(207 209 212 / 0.55);
}
.n-text-dark-neutral-text-weak\/60 {
  color:rgb(207 209 212 / 0.6);
}
.n-text-dark-neutral-text-weak\/65 {
  color:rgb(207 209 212 / 0.65);
}
.n-text-dark-neutral-text-weak\/70 {
  color:rgb(207 209 212 / 0.7);
}
.n-text-dark-neutral-text-weak\/75 {
  color:rgb(207 209 212 / 0.75);
}
.n-text-dark-neutral-text-weak\/80 {
  color:rgb(207 209 212 / 0.8);
}
.n-text-dark-neutral-text-weak\/85 {
  color:rgb(207 209 212 / 0.85);
}
.n-text-dark-neutral-text-weak\/90 {
  color:rgb(207 209 212 / 0.9);
}
.n-text-dark-neutral-text-weak\/95 {
  color:rgb(207 209 212 / 0.95);
}
.n-text-dark-neutral-text-weaker {
  --tw-text-opacity:1;
  color:rgb(168 172 178 / var(--tw-text-opacity));
}
.n-text-dark-neutral-text-weaker\/0 {
  color:rgb(168 172 178 / 0);
}
.n-text-dark-neutral-text-weaker\/10 {
  color:rgb(168 172 178 / 0.1);
}
.n-text-dark-neutral-text-weaker\/100 {
  color:rgb(168 172 178 / 1);
}
.n-text-dark-neutral-text-weaker\/15 {
  color:rgb(168 172 178 / 0.15);
}
.n-text-dark-neutral-text-weaker\/20 {
  color:rgb(168 172 178 / 0.2);
}
.n-text-dark-neutral-text-weaker\/25 {
  color:rgb(168 172 178 / 0.25);
}
.n-text-dark-neutral-text-weaker\/30 {
  color:rgb(168 172 178 / 0.3);
}
.n-text-dark-neutral-text-weaker\/35 {
  color:rgb(168 172 178 / 0.35);
}
.n-text-dark-neutral-text-weaker\/40 {
  color:rgb(168 172 178 / 0.4);
}
.n-text-dark-neutral-text-weaker\/45 {
  color:rgb(168 172 178 / 0.45);
}
.n-text-dark-neutral-text-weaker\/5 {
  color:rgb(168 172 178 / 0.05);
}
.n-text-dark-neutral-text-weaker\/50 {
  color:rgb(168 172 178 / 0.5);
}
.n-text-dark-neutral-text-weaker\/55 {
  color:rgb(168 172 178 / 0.55);
}
.n-text-dark-neutral-text-weaker\/60 {
  color:rgb(168 172 178 / 0.6);
}
.n-text-dark-neutral-text-weaker\/65 {
  color:rgb(168 172 178 / 0.65);
}
.n-text-dark-neutral-text-weaker\/70 {
  color:rgb(168 172 178 / 0.7);
}
.n-text-dark-neutral-text-weaker\/75 {
  color:rgb(168 172 178 / 0.75);
}
.n-text-dark-neutral-text-weaker\/80 {
  color:rgb(168 172 178 / 0.8);
}
.n-text-dark-neutral-text-weaker\/85 {
  color:rgb(168 172 178 / 0.85);
}
.n-text-dark-neutral-text-weaker\/90 {
  color:rgb(168 172 178 / 0.9);
}
.n-text-dark-neutral-text-weaker\/95 {
  color:rgb(168 172 178 / 0.95);
}
.n-text-dark-neutral-text-weakest {
  --tw-text-opacity:1;
  color:rgb(129 135 144 / var(--tw-text-opacity));
}
.n-text-dark-neutral-text-weakest\/0 {
  color:rgb(129 135 144 / 0);
}
.n-text-dark-neutral-text-weakest\/10 {
  color:rgb(129 135 144 / 0.1);
}
.n-text-dark-neutral-text-weakest\/100 {
  color:rgb(129 135 144 / 1);
}
.n-text-dark-neutral-text-weakest\/15 {
  color:rgb(129 135 144 / 0.15);
}
.n-text-dark-neutral-text-weakest\/20 {
  color:rgb(129 135 144 / 0.2);
}
.n-text-dark-neutral-text-weakest\/25 {
  color:rgb(129 135 144 / 0.25);
}
.n-text-dark-neutral-text-weakest\/30 {
  color:rgb(129 135 144 / 0.3);
}
.n-text-dark-neutral-text-weakest\/35 {
  color:rgb(129 135 144 / 0.35);
}
.n-text-dark-neutral-text-weakest\/40 {
  color:rgb(129 135 144 / 0.4);
}
.n-text-dark-neutral-text-weakest\/45 {
  color:rgb(129 135 144 / 0.45);
}
.n-text-dark-neutral-text-weakest\/5 {
  color:rgb(129 135 144 / 0.05);
}
.n-text-dark-neutral-text-weakest\/50 {
  color:rgb(129 135 144 / 0.5);
}
.n-text-dark-neutral-text-weakest\/55 {
  color:rgb(129 135 144 / 0.55);
}
.n-text-dark-neutral-text-weakest\/60 {
  color:rgb(129 135 144 / 0.6);
}
.n-text-dark-neutral-text-weakest\/65 {
  color:rgb(129 135 144 / 0.65);
}
.n-text-dark-neutral-text-weakest\/70 {
  color:rgb(129 135 144 / 0.7);
}
.n-text-dark-neutral-text-weakest\/75 {
  color:rgb(129 135 144 / 0.75);
}
.n-text-dark-neutral-text-weakest\/80 {
  color:rgb(129 135 144 / 0.8);
}
.n-text-dark-neutral-text-weakest\/85 {
  color:rgb(129 135 144 / 0.85);
}
.n-text-dark-neutral-text-weakest\/90 {
  color:rgb(129 135 144 / 0.9);
}
.n-text-dark-neutral-text-weakest\/95 {
  color:rgb(129 135 144 / 0.95);
}
.n-text-dark-primary-bg-selected {
  --tw-text-opacity:1;
  color:rgb(38 47 49 / var(--tw-text-opacity));
}
.n-text-dark-primary-bg-selected\/0 {
  color:rgb(38 47 49 / 0);
}
.n-text-dark-primary-bg-selected\/10 {
  color:rgb(38 47 49 / 0.1);
}
.n-text-dark-primary-bg-selected\/100 {
  color:rgb(38 47 49 / 1);
}
.n-text-dark-primary-bg-selected\/15 {
  color:rgb(38 47 49 / 0.15);
}
.n-text-dark-primary-bg-selected\/20 {
  color:rgb(38 47 49 / 0.2);
}
.n-text-dark-primary-bg-selected\/25 {
  color:rgb(38 47 49 / 0.25);
}
.n-text-dark-primary-bg-selected\/30 {
  color:rgb(38 47 49 / 0.3);
}
.n-text-dark-primary-bg-selected\/35 {
  color:rgb(38 47 49 / 0.35);
}
.n-text-dark-primary-bg-selected\/40 {
  color:rgb(38 47 49 / 0.4);
}
.n-text-dark-primary-bg-selected\/45 {
  color:rgb(38 47 49 / 0.45);
}
.n-text-dark-primary-bg-selected\/5 {
  color:rgb(38 47 49 / 0.05);
}
.n-text-dark-primary-bg-selected\/50 {
  color:rgb(38 47 49 / 0.5);
}
.n-text-dark-primary-bg-selected\/55 {
  color:rgb(38 47 49 / 0.55);
}
.n-text-dark-primary-bg-selected\/60 {
  color:rgb(38 47 49 / 0.6);
}
.n-text-dark-primary-bg-selected\/65 {
  color:rgb(38 47 49 / 0.65);
}
.n-text-dark-primary-bg-selected\/70 {
  color:rgb(38 47 49 / 0.7);
}
.n-text-dark-primary-bg-selected\/75 {
  color:rgb(38 47 49 / 0.75);
}
.n-text-dark-primary-bg-selected\/80 {
  color:rgb(38 47 49 / 0.8);
}
.n-text-dark-primary-bg-selected\/85 {
  color:rgb(38 47 49 / 0.85);
}
.n-text-dark-primary-bg-selected\/90 {
  color:rgb(38 47 49 / 0.9);
}
.n-text-dark-primary-bg-selected\/95 {
  color:rgb(38 47 49 / 0.95);
}
.n-text-dark-primary-bg-status {
  --tw-text-opacity:1;
  color:rgb(143 227 232 / var(--tw-text-opacity));
}
.n-text-dark-primary-bg-status\/0 {
  color:rgb(143 227 232 / 0);
}
.n-text-dark-primary-bg-status\/10 {
  color:rgb(143 227 232 / 0.1);
}
.n-text-dark-primary-bg-status\/100 {
  color:rgb(143 227 232 / 1);
}
.n-text-dark-primary-bg-status\/15 {
  color:rgb(143 227 232 / 0.15);
}
.n-text-dark-primary-bg-status\/20 {
  color:rgb(143 227 232 / 0.2);
}
.n-text-dark-primary-bg-status\/25 {
  color:rgb(143 227 232 / 0.25);
}
.n-text-dark-primary-bg-status\/30 {
  color:rgb(143 227 232 / 0.3);
}
.n-text-dark-primary-bg-status\/35 {
  color:rgb(143 227 232 / 0.35);
}
.n-text-dark-primary-bg-status\/40 {
  color:rgb(143 227 232 / 0.4);
}
.n-text-dark-primary-bg-status\/45 {
  color:rgb(143 227 232 / 0.45);
}
.n-text-dark-primary-bg-status\/5 {
  color:rgb(143 227 232 / 0.05);
}
.n-text-dark-primary-bg-status\/50 {
  color:rgb(143 227 232 / 0.5);
}
.n-text-dark-primary-bg-status\/55 {
  color:rgb(143 227 232 / 0.55);
}
.n-text-dark-primary-bg-status\/60 {
  color:rgb(143 227 232 / 0.6);
}
.n-text-dark-primary-bg-status\/65 {
  color:rgb(143 227 232 / 0.65);
}
.n-text-dark-primary-bg-status\/70 {
  color:rgb(143 227 232 / 0.7);
}
.n-text-dark-primary-bg-status\/75 {
  color:rgb(143 227 232 / 0.75);
}
.n-text-dark-primary-bg-status\/80 {
  color:rgb(143 227 232 / 0.8);
}
.n-text-dark-primary-bg-status\/85 {
  color:rgb(143 227 232 / 0.85);
}
.n-text-dark-primary-bg-status\/90 {
  color:rgb(143 227 232 / 0.9);
}
.n-text-dark-primary-bg-status\/95 {
  color:rgb(143 227 232 / 0.95);
}
.n-text-dark-primary-bg-strong {
  --tw-text-opacity:1;
  color:rgb(143 227 232 / var(--tw-text-opacity));
}
.n-text-dark-primary-bg-strong\/0 {
  color:rgb(143 227 232 / 0);
}
.n-text-dark-primary-bg-strong\/10 {
  color:rgb(143 227 232 / 0.1);
}
.n-text-dark-primary-bg-strong\/100 {
  color:rgb(143 227 232 / 1);
}
.n-text-dark-primary-bg-strong\/15 {
  color:rgb(143 227 232 / 0.15);
}
.n-text-dark-primary-bg-strong\/20 {
  color:rgb(143 227 232 / 0.2);
}
.n-text-dark-primary-bg-strong\/25 {
  color:rgb(143 227 232 / 0.25);
}
.n-text-dark-primary-bg-strong\/30 {
  color:rgb(143 227 232 / 0.3);
}
.n-text-dark-primary-bg-strong\/35 {
  color:rgb(143 227 232 / 0.35);
}
.n-text-dark-primary-bg-strong\/40 {
  color:rgb(143 227 232 / 0.4);
}
.n-text-dark-primary-bg-strong\/45 {
  color:rgb(143 227 232 / 0.45);
}
.n-text-dark-primary-bg-strong\/5 {
  color:rgb(143 227 232 / 0.05);
}
.n-text-dark-primary-bg-strong\/50 {
  color:rgb(143 227 232 / 0.5);
}
.n-text-dark-primary-bg-strong\/55 {
  color:rgb(143 227 232 / 0.55);
}
.n-text-dark-primary-bg-strong\/60 {
  color:rgb(143 227 232 / 0.6);
}
.n-text-dark-primary-bg-strong\/65 {
  color:rgb(143 227 232 / 0.65);
}
.n-text-dark-primary-bg-strong\/70 {
  color:rgb(143 227 232 / 0.7);
}
.n-text-dark-primary-bg-strong\/75 {
  color:rgb(143 227 232 / 0.75);
}
.n-text-dark-primary-bg-strong\/80 {
  color:rgb(143 227 232 / 0.8);
}
.n-text-dark-primary-bg-strong\/85 {
  color:rgb(143 227 232 / 0.85);
}
.n-text-dark-primary-bg-strong\/90 {
  color:rgb(143 227 232 / 0.9);
}
.n-text-dark-primary-bg-strong\/95 {
  color:rgb(143 227 232 / 0.95);
}
.n-text-dark-primary-bg-weak {
  --tw-text-opacity:1;
  color:rgb(38 47 49 / var(--tw-text-opacity));
}
.n-text-dark-primary-bg-weak\/0 {
  color:rgb(38 47 49 / 0);
}
.n-text-dark-primary-bg-weak\/10 {
  color:rgb(38 47 49 / 0.1);
}
.n-text-dark-primary-bg-weak\/100 {
  color:rgb(38 47 49 / 1);
}
.n-text-dark-primary-bg-weak\/15 {
  color:rgb(38 47 49 / 0.15);
}
.n-text-dark-primary-bg-weak\/20 {
  color:rgb(38 47 49 / 0.2);
}
.n-text-dark-primary-bg-weak\/25 {
  color:rgb(38 47 49 / 0.25);
}
.n-text-dark-primary-bg-weak\/30 {
  color:rgb(38 47 49 / 0.3);
}
.n-text-dark-primary-bg-weak\/35 {
  color:rgb(38 47 49 / 0.35);
}
.n-text-dark-primary-bg-weak\/40 {
  color:rgb(38 47 49 / 0.4);
}
.n-text-dark-primary-bg-weak\/45 {
  color:rgb(38 47 49 / 0.45);
}
.n-text-dark-primary-bg-weak\/5 {
  color:rgb(38 47 49 / 0.05);
}
.n-text-dark-primary-bg-weak\/50 {
  color:rgb(38 47 49 / 0.5);
}
.n-text-dark-primary-bg-weak\/55 {
  color:rgb(38 47 49 / 0.55);
}
.n-text-dark-primary-bg-weak\/60 {
  color:rgb(38 47 49 / 0.6);
}
.n-text-dark-primary-bg-weak\/65 {
  color:rgb(38 47 49 / 0.65);
}
.n-text-dark-primary-bg-weak\/70 {
  color:rgb(38 47 49 / 0.7);
}
.n-text-dark-primary-bg-weak\/75 {
  color:rgb(38 47 49 / 0.75);
}
.n-text-dark-primary-bg-weak\/80 {
  color:rgb(38 47 49 / 0.8);
}
.n-text-dark-primary-bg-weak\/85 {
  color:rgb(38 47 49 / 0.85);
}
.n-text-dark-primary-bg-weak\/90 {
  color:rgb(38 47 49 / 0.9);
}
.n-text-dark-primary-bg-weak\/95 {
  color:rgb(38 47 49 / 0.95);
}
.n-text-dark-primary-border-strong {
  --tw-text-opacity:1;
  color:rgb(143 227 232 / var(--tw-text-opacity));
}
.n-text-dark-primary-border-strong\/0 {
  color:rgb(143 227 232 / 0);
}
.n-text-dark-primary-border-strong\/10 {
  color:rgb(143 227 232 / 0.1);
}
.n-text-dark-primary-border-strong\/100 {
  color:rgb(143 227 232 / 1);
}
.n-text-dark-primary-border-strong\/15 {
  color:rgb(143 227 232 / 0.15);
}
.n-text-dark-primary-border-strong\/20 {
  color:rgb(143 227 232 / 0.2);
}
.n-text-dark-primary-border-strong\/25 {
  color:rgb(143 227 232 / 0.25);
}
.n-text-dark-primary-border-strong\/30 {
  color:rgb(143 227 232 / 0.3);
}
.n-text-dark-primary-border-strong\/35 {
  color:rgb(143 227 232 / 0.35);
}
.n-text-dark-primary-border-strong\/40 {
  color:rgb(143 227 232 / 0.4);
}
.n-text-dark-primary-border-strong\/45 {
  color:rgb(143 227 232 / 0.45);
}
.n-text-dark-primary-border-strong\/5 {
  color:rgb(143 227 232 / 0.05);
}
.n-text-dark-primary-border-strong\/50 {
  color:rgb(143 227 232 / 0.5);
}
.n-text-dark-primary-border-strong\/55 {
  color:rgb(143 227 232 / 0.55);
}
.n-text-dark-primary-border-strong\/60 {
  color:rgb(143 227 232 / 0.6);
}
.n-text-dark-primary-border-strong\/65 {
  color:rgb(143 227 232 / 0.65);
}
.n-text-dark-primary-border-strong\/70 {
  color:rgb(143 227 232 / 0.7);
}
.n-text-dark-primary-border-strong\/75 {
  color:rgb(143 227 232 / 0.75);
}
.n-text-dark-primary-border-strong\/80 {
  color:rgb(143 227 232 / 0.8);
}
.n-text-dark-primary-border-strong\/85 {
  color:rgb(143 227 232 / 0.85);
}
.n-text-dark-primary-border-strong\/90 {
  color:rgb(143 227 232 / 0.9);
}
.n-text-dark-primary-border-strong\/95 {
  color:rgb(143 227 232 / 0.95);
}
.n-text-dark-primary-border-weak {
  --tw-text-opacity:1;
  color:rgb(2 80 123 / var(--tw-text-opacity));
}
.n-text-dark-primary-border-weak\/0 {
  color:rgb(2 80 123 / 0);
}
.n-text-dark-primary-border-weak\/10 {
  color:rgb(2 80 123 / 0.1);
}
.n-text-dark-primary-border-weak\/100 {
  color:rgb(2 80 123 / 1);
}
.n-text-dark-primary-border-weak\/15 {
  color:rgb(2 80 123 / 0.15);
}
.n-text-dark-primary-border-weak\/20 {
  color:rgb(2 80 123 / 0.2);
}
.n-text-dark-primary-border-weak\/25 {
  color:rgb(2 80 123 / 0.25);
}
.n-text-dark-primary-border-weak\/30 {
  color:rgb(2 80 123 / 0.3);
}
.n-text-dark-primary-border-weak\/35 {
  color:rgb(2 80 123 / 0.35);
}
.n-text-dark-primary-border-weak\/40 {
  color:rgb(2 80 123 / 0.4);
}
.n-text-dark-primary-border-weak\/45 {
  color:rgb(2 80 123 / 0.45);
}
.n-text-dark-primary-border-weak\/5 {
  color:rgb(2 80 123 / 0.05);
}
.n-text-dark-primary-border-weak\/50 {
  color:rgb(2 80 123 / 0.5);
}
.n-text-dark-primary-border-weak\/55 {
  color:rgb(2 80 123 / 0.55);
}
.n-text-dark-primary-border-weak\/60 {
  color:rgb(2 80 123 / 0.6);
}
.n-text-dark-primary-border-weak\/65 {
  color:rgb(2 80 123 / 0.65);
}
.n-text-dark-primary-border-weak\/70 {
  color:rgb(2 80 123 / 0.7);
}
.n-text-dark-primary-border-weak\/75 {
  color:rgb(2 80 123 / 0.75);
}
.n-text-dark-primary-border-weak\/80 {
  color:rgb(2 80 123 / 0.8);
}
.n-text-dark-primary-border-weak\/85 {
  color:rgb(2 80 123 / 0.85);
}
.n-text-dark-primary-border-weak\/90 {
  color:rgb(2 80 123 / 0.9);
}
.n-text-dark-primary-border-weak\/95 {
  color:rgb(2 80 123 / 0.95);
}
.n-text-dark-primary-focus {
  --tw-text-opacity:1;
  color:rgb(93 179 191 / var(--tw-text-opacity));
}
.n-text-dark-primary-focus\/0 {
  color:rgb(93 179 191 / 0);
}
.n-text-dark-primary-focus\/10 {
  color:rgb(93 179 191 / 0.1);
}
.n-text-dark-primary-focus\/100 {
  color:rgb(93 179 191 / 1);
}
.n-text-dark-primary-focus\/15 {
  color:rgb(93 179 191 / 0.15);
}
.n-text-dark-primary-focus\/20 {
  color:rgb(93 179 191 / 0.2);
}
.n-text-dark-primary-focus\/25 {
  color:rgb(93 179 191 / 0.25);
}
.n-text-dark-primary-focus\/30 {
  color:rgb(93 179 191 / 0.3);
}
.n-text-dark-primary-focus\/35 {
  color:rgb(93 179 191 / 0.35);
}
.n-text-dark-primary-focus\/40 {
  color:rgb(93 179 191 / 0.4);
}
.n-text-dark-primary-focus\/45 {
  color:rgb(93 179 191 / 0.45);
}
.n-text-dark-primary-focus\/5 {
  color:rgb(93 179 191 / 0.05);
}
.n-text-dark-primary-focus\/50 {
  color:rgb(93 179 191 / 0.5);
}
.n-text-dark-primary-focus\/55 {
  color:rgb(93 179 191 / 0.55);
}
.n-text-dark-primary-focus\/60 {
  color:rgb(93 179 191 / 0.6);
}
.n-text-dark-primary-focus\/65 {
  color:rgb(93 179 191 / 0.65);
}
.n-text-dark-primary-focus\/70 {
  color:rgb(93 179 191 / 0.7);
}
.n-text-dark-primary-focus\/75 {
  color:rgb(93 179 191 / 0.75);
}
.n-text-dark-primary-focus\/80 {
  color:rgb(93 179 191 / 0.8);
}
.n-text-dark-primary-focus\/85 {
  color:rgb(93 179 191 / 0.85);
}
.n-text-dark-primary-focus\/90 {
  color:rgb(93 179 191 / 0.9);
}
.n-text-dark-primary-focus\/95 {
  color:rgb(93 179 191 / 0.95);
}
.n-text-dark-primary-hover-strong {
  --tw-text-opacity:1;
  color:rgb(93 179 191 / var(--tw-text-opacity));
}
.n-text-dark-primary-hover-strong\/0 {
  color:rgb(93 179 191 / 0);
}
.n-text-dark-primary-hover-strong\/10 {
  color:rgb(93 179 191 / 0.1);
}
.n-text-dark-primary-hover-strong\/100 {
  color:rgb(93 179 191 / 1);
}
.n-text-dark-primary-hover-strong\/15 {
  color:rgb(93 179 191 / 0.15);
}
.n-text-dark-primary-hover-strong\/20 {
  color:rgb(93 179 191 / 0.2);
}
.n-text-dark-primary-hover-strong\/25 {
  color:rgb(93 179 191 / 0.25);
}
.n-text-dark-primary-hover-strong\/30 {
  color:rgb(93 179 191 / 0.3);
}
.n-text-dark-primary-hover-strong\/35 {
  color:rgb(93 179 191 / 0.35);
}
.n-text-dark-primary-hover-strong\/40 {
  color:rgb(93 179 191 / 0.4);
}
.n-text-dark-primary-hover-strong\/45 {
  color:rgb(93 179 191 / 0.45);
}
.n-text-dark-primary-hover-strong\/5 {
  color:rgb(93 179 191 / 0.05);
}
.n-text-dark-primary-hover-strong\/50 {
  color:rgb(93 179 191 / 0.5);
}
.n-text-dark-primary-hover-strong\/55 {
  color:rgb(93 179 191 / 0.55);
}
.n-text-dark-primary-hover-strong\/60 {
  color:rgb(93 179 191 / 0.6);
}
.n-text-dark-primary-hover-strong\/65 {
  color:rgb(93 179 191 / 0.65);
}
.n-text-dark-primary-hover-strong\/70 {
  color:rgb(93 179 191 / 0.7);
}
.n-text-dark-primary-hover-strong\/75 {
  color:rgb(93 179 191 / 0.75);
}
.n-text-dark-primary-hover-strong\/80 {
  color:rgb(93 179 191 / 0.8);
}
.n-text-dark-primary-hover-strong\/85 {
  color:rgb(93 179 191 / 0.85);
}
.n-text-dark-primary-hover-strong\/90 {
  color:rgb(93 179 191 / 0.9);
}
.n-text-dark-primary-hover-strong\/95 {
  color:rgb(93 179 191 / 0.95);
}
.n-text-dark-primary-hover-weak {
  --tw-text-opacity:1;
  color:rgb(143 227 232 / var(--tw-text-opacity));
}
.n-text-dark-primary-hover-weak\/0 {
  color:rgb(143 227 232 / 0);
}
.n-text-dark-primary-hover-weak\/10 {
  color:rgb(143 227 232 / 0.1);
}
.n-text-dark-primary-hover-weak\/100 {
  color:rgb(143 227 232 / 1);
}
.n-text-dark-primary-hover-weak\/15 {
  color:rgb(143 227 232 / 0.15);
}
.n-text-dark-primary-hover-weak\/20 {
  color:rgb(143 227 232 / 0.2);
}
.n-text-dark-primary-hover-weak\/25 {
  color:rgb(143 227 232 / 0.25);
}
.n-text-dark-primary-hover-weak\/30 {
  color:rgb(143 227 232 / 0.3);
}
.n-text-dark-primary-hover-weak\/35 {
  color:rgb(143 227 232 / 0.35);
}
.n-text-dark-primary-hover-weak\/40 {
  color:rgb(143 227 232 / 0.4);
}
.n-text-dark-primary-hover-weak\/45 {
  color:rgb(143 227 232 / 0.45);
}
.n-text-dark-primary-hover-weak\/5 {
  color:rgb(143 227 232 / 0.05);
}
.n-text-dark-primary-hover-weak\/50 {
  color:rgb(143 227 232 / 0.5);
}
.n-text-dark-primary-hover-weak\/55 {
  color:rgb(143 227 232 / 0.55);
}
.n-text-dark-primary-hover-weak\/60 {
  color:rgb(143 227 232 / 0.6);
}
.n-text-dark-primary-hover-weak\/65 {
  color:rgb(143 227 232 / 0.65);
}
.n-text-dark-primary-hover-weak\/70 {
  color:rgb(143 227 232 / 0.7);
}
.n-text-dark-primary-hover-weak\/75 {
  color:rgb(143 227 232 / 0.75);
}
.n-text-dark-primary-hover-weak\/80 {
  color:rgb(143 227 232 / 0.8);
}
.n-text-dark-primary-hover-weak\/85 {
  color:rgb(143 227 232 / 0.85);
}
.n-text-dark-primary-hover-weak\/90 {
  color:rgb(143 227 232 / 0.9);
}
.n-text-dark-primary-hover-weak\/95 {
  color:rgb(143 227 232 / 0.95);
}
.n-text-dark-primary-icon {
  --tw-text-opacity:1;
  color:rgb(143 227 232 / var(--tw-text-opacity));
}
.n-text-dark-primary-icon\/0 {
  color:rgb(143 227 232 / 0);
}
.n-text-dark-primary-icon\/10 {
  color:rgb(143 227 232 / 0.1);
}
.n-text-dark-primary-icon\/100 {
  color:rgb(143 227 232 / 1);
}
.n-text-dark-primary-icon\/15 {
  color:rgb(143 227 232 / 0.15);
}
.n-text-dark-primary-icon\/20 {
  color:rgb(143 227 232 / 0.2);
}
.n-text-dark-primary-icon\/25 {
  color:rgb(143 227 232 / 0.25);
}
.n-text-dark-primary-icon\/30 {
  color:rgb(143 227 232 / 0.3);
}
.n-text-dark-primary-icon\/35 {
  color:rgb(143 227 232 / 0.35);
}
.n-text-dark-primary-icon\/40 {
  color:rgb(143 227 232 / 0.4);
}
.n-text-dark-primary-icon\/45 {
  color:rgb(143 227 232 / 0.45);
}
.n-text-dark-primary-icon\/5 {
  color:rgb(143 227 232 / 0.05);
}
.n-text-dark-primary-icon\/50 {
  color:rgb(143 227 232 / 0.5);
}
.n-text-dark-primary-icon\/55 {
  color:rgb(143 227 232 / 0.55);
}
.n-text-dark-primary-icon\/60 {
  color:rgb(143 227 232 / 0.6);
}
.n-text-dark-primary-icon\/65 {
  color:rgb(143 227 232 / 0.65);
}
.n-text-dark-primary-icon\/70 {
  color:rgb(143 227 232 / 0.7);
}
.n-text-dark-primary-icon\/75 {
  color:rgb(143 227 232 / 0.75);
}
.n-text-dark-primary-icon\/80 {
  color:rgb(143 227 232 / 0.8);
}
.n-text-dark-primary-icon\/85 {
  color:rgb(143 227 232 / 0.85);
}
.n-text-dark-primary-icon\/90 {
  color:rgb(143 227 232 / 0.9);
}
.n-text-dark-primary-icon\/95 {
  color:rgb(143 227 232 / 0.95);
}
.n-text-dark-primary-pressed-strong {
  --tw-text-opacity:1;
  color:rgb(76 153 164 / var(--tw-text-opacity));
}
.n-text-dark-primary-pressed-strong\/0 {
  color:rgb(76 153 164 / 0);
}
.n-text-dark-primary-pressed-strong\/10 {
  color:rgb(76 153 164 / 0.1);
}
.n-text-dark-primary-pressed-strong\/100 {
  color:rgb(76 153 164 / 1);
}
.n-text-dark-primary-pressed-strong\/15 {
  color:rgb(76 153 164 / 0.15);
}
.n-text-dark-primary-pressed-strong\/20 {
  color:rgb(76 153 164 / 0.2);
}
.n-text-dark-primary-pressed-strong\/25 {
  color:rgb(76 153 164 / 0.25);
}
.n-text-dark-primary-pressed-strong\/30 {
  color:rgb(76 153 164 / 0.3);
}
.n-text-dark-primary-pressed-strong\/35 {
  color:rgb(76 153 164 / 0.35);
}
.n-text-dark-primary-pressed-strong\/40 {
  color:rgb(76 153 164 / 0.4);
}
.n-text-dark-primary-pressed-strong\/45 {
  color:rgb(76 153 164 / 0.45);
}
.n-text-dark-primary-pressed-strong\/5 {
  color:rgb(76 153 164 / 0.05);
}
.n-text-dark-primary-pressed-strong\/50 {
  color:rgb(76 153 164 / 0.5);
}
.n-text-dark-primary-pressed-strong\/55 {
  color:rgb(76 153 164 / 0.55);
}
.n-text-dark-primary-pressed-strong\/60 {
  color:rgb(76 153 164 / 0.6);
}
.n-text-dark-primary-pressed-strong\/65 {
  color:rgb(76 153 164 / 0.65);
}
.n-text-dark-primary-pressed-strong\/70 {
  color:rgb(76 153 164 / 0.7);
}
.n-text-dark-primary-pressed-strong\/75 {
  color:rgb(76 153 164 / 0.75);
}
.n-text-dark-primary-pressed-strong\/80 {
  color:rgb(76 153 164 / 0.8);
}
.n-text-dark-primary-pressed-strong\/85 {
  color:rgb(76 153 164 / 0.85);
}
.n-text-dark-primary-pressed-strong\/90 {
  color:rgb(76 153 164 / 0.9);
}
.n-text-dark-primary-pressed-strong\/95 {
  color:rgb(76 153 164 / 0.95);
}
.n-text-dark-primary-pressed-weak {
  --tw-text-opacity:1;
  color:rgb(143 227 232 / var(--tw-text-opacity));
}
.n-text-dark-primary-pressed-weak\/0 {
  color:rgb(143 227 232 / 0);
}
.n-text-dark-primary-pressed-weak\/10 {
  color:rgb(143 227 232 / 0.1);
}
.n-text-dark-primary-pressed-weak\/100 {
  color:rgb(143 227 232 / 1);
}
.n-text-dark-primary-pressed-weak\/15 {
  color:rgb(143 227 232 / 0.15);
}
.n-text-dark-primary-pressed-weak\/20 {
  color:rgb(143 227 232 / 0.2);
}
.n-text-dark-primary-pressed-weak\/25 {
  color:rgb(143 227 232 / 0.25);
}
.n-text-dark-primary-pressed-weak\/30 {
  color:rgb(143 227 232 / 0.3);
}
.n-text-dark-primary-pressed-weak\/35 {
  color:rgb(143 227 232 / 0.35);
}
.n-text-dark-primary-pressed-weak\/40 {
  color:rgb(143 227 232 / 0.4);
}
.n-text-dark-primary-pressed-weak\/45 {
  color:rgb(143 227 232 / 0.45);
}
.n-text-dark-primary-pressed-weak\/5 {
  color:rgb(143 227 232 / 0.05);
}
.n-text-dark-primary-pressed-weak\/50 {
  color:rgb(143 227 232 / 0.5);
}
.n-text-dark-primary-pressed-weak\/55 {
  color:rgb(143 227 232 / 0.55);
}
.n-text-dark-primary-pressed-weak\/60 {
  color:rgb(143 227 232 / 0.6);
}
.n-text-dark-primary-pressed-weak\/65 {
  color:rgb(143 227 232 / 0.65);
}
.n-text-dark-primary-pressed-weak\/70 {
  color:rgb(143 227 232 / 0.7);
}
.n-text-dark-primary-pressed-weak\/75 {
  color:rgb(143 227 232 / 0.75);
}
.n-text-dark-primary-pressed-weak\/80 {
  color:rgb(143 227 232 / 0.8);
}
.n-text-dark-primary-pressed-weak\/85 {
  color:rgb(143 227 232 / 0.85);
}
.n-text-dark-primary-pressed-weak\/90 {
  color:rgb(143 227 232 / 0.9);
}
.n-text-dark-primary-pressed-weak\/95 {
  color:rgb(143 227 232 / 0.95);
}
.n-text-dark-primary-text {
  --tw-text-opacity:1;
  color:rgb(143 227 232 / var(--tw-text-opacity));
}
.n-text-dark-primary-text\/0 {
  color:rgb(143 227 232 / 0);
}
.n-text-dark-primary-text\/10 {
  color:rgb(143 227 232 / 0.1);
}
.n-text-dark-primary-text\/100 {
  color:rgb(143 227 232 / 1);
}
.n-text-dark-primary-text\/15 {
  color:rgb(143 227 232 / 0.15);
}
.n-text-dark-primary-text\/20 {
  color:rgb(143 227 232 / 0.2);
}
.n-text-dark-primary-text\/25 {
  color:rgb(143 227 232 / 0.25);
}
.n-text-dark-primary-text\/30 {
  color:rgb(143 227 232 / 0.3);
}
.n-text-dark-primary-text\/35 {
  color:rgb(143 227 232 / 0.35);
}
.n-text-dark-primary-text\/40 {
  color:rgb(143 227 232 / 0.4);
}
.n-text-dark-primary-text\/45 {
  color:rgb(143 227 232 / 0.45);
}
.n-text-dark-primary-text\/5 {
  color:rgb(143 227 232 / 0.05);
}
.n-text-dark-primary-text\/50 {
  color:rgb(143 227 232 / 0.5);
}
.n-text-dark-primary-text\/55 {
  color:rgb(143 227 232 / 0.55);
}
.n-text-dark-primary-text\/60 {
  color:rgb(143 227 232 / 0.6);
}
.n-text-dark-primary-text\/65 {
  color:rgb(143 227 232 / 0.65);
}
.n-text-dark-primary-text\/70 {
  color:rgb(143 227 232 / 0.7);
}
.n-text-dark-primary-text\/75 {
  color:rgb(143 227 232 / 0.75);
}
.n-text-dark-primary-text\/80 {
  color:rgb(143 227 232 / 0.8);
}
.n-text-dark-primary-text\/85 {
  color:rgb(143 227 232 / 0.85);
}
.n-text-dark-primary-text\/90 {
  color:rgb(143 227 232 / 0.9);
}
.n-text-dark-primary-text\/95 {
  color:rgb(143 227 232 / 0.95);
}
.n-text-dark-success-bg-status {
  --tw-text-opacity:1;
  color:rgb(144 203 98 / var(--tw-text-opacity));
}
.n-text-dark-success-bg-status\/0 {
  color:rgb(144 203 98 / 0);
}
.n-text-dark-success-bg-status\/10 {
  color:rgb(144 203 98 / 0.1);
}
.n-text-dark-success-bg-status\/100 {
  color:rgb(144 203 98 / 1);
}
.n-text-dark-success-bg-status\/15 {
  color:rgb(144 203 98 / 0.15);
}
.n-text-dark-success-bg-status\/20 {
  color:rgb(144 203 98 / 0.2);
}
.n-text-dark-success-bg-status\/25 {
  color:rgb(144 203 98 / 0.25);
}
.n-text-dark-success-bg-status\/30 {
  color:rgb(144 203 98 / 0.3);
}
.n-text-dark-success-bg-status\/35 {
  color:rgb(144 203 98 / 0.35);
}
.n-text-dark-success-bg-status\/40 {
  color:rgb(144 203 98 / 0.4);
}
.n-text-dark-success-bg-status\/45 {
  color:rgb(144 203 98 / 0.45);
}
.n-text-dark-success-bg-status\/5 {
  color:rgb(144 203 98 / 0.05);
}
.n-text-dark-success-bg-status\/50 {
  color:rgb(144 203 98 / 0.5);
}
.n-text-dark-success-bg-status\/55 {
  color:rgb(144 203 98 / 0.55);
}
.n-text-dark-success-bg-status\/60 {
  color:rgb(144 203 98 / 0.6);
}
.n-text-dark-success-bg-status\/65 {
  color:rgb(144 203 98 / 0.65);
}
.n-text-dark-success-bg-status\/70 {
  color:rgb(144 203 98 / 0.7);
}
.n-text-dark-success-bg-status\/75 {
  color:rgb(144 203 98 / 0.75);
}
.n-text-dark-success-bg-status\/80 {
  color:rgb(144 203 98 / 0.8);
}
.n-text-dark-success-bg-status\/85 {
  color:rgb(144 203 98 / 0.85);
}
.n-text-dark-success-bg-status\/90 {
  color:rgb(144 203 98 / 0.9);
}
.n-text-dark-success-bg-status\/95 {
  color:rgb(144 203 98 / 0.95);
}
.n-text-dark-success-bg-strong {
  --tw-text-opacity:1;
  color:rgb(144 203 98 / var(--tw-text-opacity));
}
.n-text-dark-success-bg-strong\/0 {
  color:rgb(144 203 98 / 0);
}
.n-text-dark-success-bg-strong\/10 {
  color:rgb(144 203 98 / 0.1);
}
.n-text-dark-success-bg-strong\/100 {
  color:rgb(144 203 98 / 1);
}
.n-text-dark-success-bg-strong\/15 {
  color:rgb(144 203 98 / 0.15);
}
.n-text-dark-success-bg-strong\/20 {
  color:rgb(144 203 98 / 0.2);
}
.n-text-dark-success-bg-strong\/25 {
  color:rgb(144 203 98 / 0.25);
}
.n-text-dark-success-bg-strong\/30 {
  color:rgb(144 203 98 / 0.3);
}
.n-text-dark-success-bg-strong\/35 {
  color:rgb(144 203 98 / 0.35);
}
.n-text-dark-success-bg-strong\/40 {
  color:rgb(144 203 98 / 0.4);
}
.n-text-dark-success-bg-strong\/45 {
  color:rgb(144 203 98 / 0.45);
}
.n-text-dark-success-bg-strong\/5 {
  color:rgb(144 203 98 / 0.05);
}
.n-text-dark-success-bg-strong\/50 {
  color:rgb(144 203 98 / 0.5);
}
.n-text-dark-success-bg-strong\/55 {
  color:rgb(144 203 98 / 0.55);
}
.n-text-dark-success-bg-strong\/60 {
  color:rgb(144 203 98 / 0.6);
}
.n-text-dark-success-bg-strong\/65 {
  color:rgb(144 203 98 / 0.65);
}
.n-text-dark-success-bg-strong\/70 {
  color:rgb(144 203 98 / 0.7);
}
.n-text-dark-success-bg-strong\/75 {
  color:rgb(144 203 98 / 0.75);
}
.n-text-dark-success-bg-strong\/80 {
  color:rgb(144 203 98 / 0.8);
}
.n-text-dark-success-bg-strong\/85 {
  color:rgb(144 203 98 / 0.85);
}
.n-text-dark-success-bg-strong\/90 {
  color:rgb(144 203 98 / 0.9);
}
.n-text-dark-success-bg-strong\/95 {
  color:rgb(144 203 98 / 0.95);
}
.n-text-dark-success-bg-weak {
  --tw-text-opacity:1;
  color:rgb(38 45 36 / var(--tw-text-opacity));
}
.n-text-dark-success-bg-weak\/0 {
  color:rgb(38 45 36 / 0);
}
.n-text-dark-success-bg-weak\/10 {
  color:rgb(38 45 36 / 0.1);
}
.n-text-dark-success-bg-weak\/100 {
  color:rgb(38 45 36 / 1);
}
.n-text-dark-success-bg-weak\/15 {
  color:rgb(38 45 36 / 0.15);
}
.n-text-dark-success-bg-weak\/20 {
  color:rgb(38 45 36 / 0.2);
}
.n-text-dark-success-bg-weak\/25 {
  color:rgb(38 45 36 / 0.25);
}
.n-text-dark-success-bg-weak\/30 {
  color:rgb(38 45 36 / 0.3);
}
.n-text-dark-success-bg-weak\/35 {
  color:rgb(38 45 36 / 0.35);
}
.n-text-dark-success-bg-weak\/40 {
  color:rgb(38 45 36 / 0.4);
}
.n-text-dark-success-bg-weak\/45 {
  color:rgb(38 45 36 / 0.45);
}
.n-text-dark-success-bg-weak\/5 {
  color:rgb(38 45 36 / 0.05);
}
.n-text-dark-success-bg-weak\/50 {
  color:rgb(38 45 36 / 0.5);
}
.n-text-dark-success-bg-weak\/55 {
  color:rgb(38 45 36 / 0.55);
}
.n-text-dark-success-bg-weak\/60 {
  color:rgb(38 45 36 / 0.6);
}
.n-text-dark-success-bg-weak\/65 {
  color:rgb(38 45 36 / 0.65);
}
.n-text-dark-success-bg-weak\/70 {
  color:rgb(38 45 36 / 0.7);
}
.n-text-dark-success-bg-weak\/75 {
  color:rgb(38 45 36 / 0.75);
}
.n-text-dark-success-bg-weak\/80 {
  color:rgb(38 45 36 / 0.8);
}
.n-text-dark-success-bg-weak\/85 {
  color:rgb(38 45 36 / 0.85);
}
.n-text-dark-success-bg-weak\/90 {
  color:rgb(38 45 36 / 0.9);
}
.n-text-dark-success-bg-weak\/95 {
  color:rgb(38 45 36 / 0.95);
}
.n-text-dark-success-border-strong {
  --tw-text-opacity:1;
  color:rgb(144 203 98 / var(--tw-text-opacity));
}
.n-text-dark-success-border-strong\/0 {
  color:rgb(144 203 98 / 0);
}
.n-text-dark-success-border-strong\/10 {
  color:rgb(144 203 98 / 0.1);
}
.n-text-dark-success-border-strong\/100 {
  color:rgb(144 203 98 / 1);
}
.n-text-dark-success-border-strong\/15 {
  color:rgb(144 203 98 / 0.15);
}
.n-text-dark-success-border-strong\/20 {
  color:rgb(144 203 98 / 0.2);
}
.n-text-dark-success-border-strong\/25 {
  color:rgb(144 203 98 / 0.25);
}
.n-text-dark-success-border-strong\/30 {
  color:rgb(144 203 98 / 0.3);
}
.n-text-dark-success-border-strong\/35 {
  color:rgb(144 203 98 / 0.35);
}
.n-text-dark-success-border-strong\/40 {
  color:rgb(144 203 98 / 0.4);
}
.n-text-dark-success-border-strong\/45 {
  color:rgb(144 203 98 / 0.45);
}
.n-text-dark-success-border-strong\/5 {
  color:rgb(144 203 98 / 0.05);
}
.n-text-dark-success-border-strong\/50 {
  color:rgb(144 203 98 / 0.5);
}
.n-text-dark-success-border-strong\/55 {
  color:rgb(144 203 98 / 0.55);
}
.n-text-dark-success-border-strong\/60 {
  color:rgb(144 203 98 / 0.6);
}
.n-text-dark-success-border-strong\/65 {
  color:rgb(144 203 98 / 0.65);
}
.n-text-dark-success-border-strong\/70 {
  color:rgb(144 203 98 / 0.7);
}
.n-text-dark-success-border-strong\/75 {
  color:rgb(144 203 98 / 0.75);
}
.n-text-dark-success-border-strong\/80 {
  color:rgb(144 203 98 / 0.8);
}
.n-text-dark-success-border-strong\/85 {
  color:rgb(144 203 98 / 0.85);
}
.n-text-dark-success-border-strong\/90 {
  color:rgb(144 203 98 / 0.9);
}
.n-text-dark-success-border-strong\/95 {
  color:rgb(144 203 98 / 0.95);
}
.n-text-dark-success-border-weak {
  --tw-text-opacity:1;
  color:rgb(41 97 39 / var(--tw-text-opacity));
}
.n-text-dark-success-border-weak\/0 {
  color:rgb(41 97 39 / 0);
}
.n-text-dark-success-border-weak\/10 {
  color:rgb(41 97 39 / 0.1);
}
.n-text-dark-success-border-weak\/100 {
  color:rgb(41 97 39 / 1);
}
.n-text-dark-success-border-weak\/15 {
  color:rgb(41 97 39 / 0.15);
}
.n-text-dark-success-border-weak\/20 {
  color:rgb(41 97 39 / 0.2);
}
.n-text-dark-success-border-weak\/25 {
  color:rgb(41 97 39 / 0.25);
}
.n-text-dark-success-border-weak\/30 {
  color:rgb(41 97 39 / 0.3);
}
.n-text-dark-success-border-weak\/35 {
  color:rgb(41 97 39 / 0.35);
}
.n-text-dark-success-border-weak\/40 {
  color:rgb(41 97 39 / 0.4);
}
.n-text-dark-success-border-weak\/45 {
  color:rgb(41 97 39 / 0.45);
}
.n-text-dark-success-border-weak\/5 {
  color:rgb(41 97 39 / 0.05);
}
.n-text-dark-success-border-weak\/50 {
  color:rgb(41 97 39 / 0.5);
}
.n-text-dark-success-border-weak\/55 {
  color:rgb(41 97 39 / 0.55);
}
.n-text-dark-success-border-weak\/60 {
  color:rgb(41 97 39 / 0.6);
}
.n-text-dark-success-border-weak\/65 {
  color:rgb(41 97 39 / 0.65);
}
.n-text-dark-success-border-weak\/70 {
  color:rgb(41 97 39 / 0.7);
}
.n-text-dark-success-border-weak\/75 {
  color:rgb(41 97 39 / 0.75);
}
.n-text-dark-success-border-weak\/80 {
  color:rgb(41 97 39 / 0.8);
}
.n-text-dark-success-border-weak\/85 {
  color:rgb(41 97 39 / 0.85);
}
.n-text-dark-success-border-weak\/90 {
  color:rgb(41 97 39 / 0.9);
}
.n-text-dark-success-border-weak\/95 {
  color:rgb(41 97 39 / 0.95);
}
.n-text-dark-success-icon {
  --tw-text-opacity:1;
  color:rgb(144 203 98 / var(--tw-text-opacity));
}
.n-text-dark-success-icon\/0 {
  color:rgb(144 203 98 / 0);
}
.n-text-dark-success-icon\/10 {
  color:rgb(144 203 98 / 0.1);
}
.n-text-dark-success-icon\/100 {
  color:rgb(144 203 98 / 1);
}
.n-text-dark-success-icon\/15 {
  color:rgb(144 203 98 / 0.15);
}
.n-text-dark-success-icon\/20 {
  color:rgb(144 203 98 / 0.2);
}
.n-text-dark-success-icon\/25 {
  color:rgb(144 203 98 / 0.25);
}
.n-text-dark-success-icon\/30 {
  color:rgb(144 203 98 / 0.3);
}
.n-text-dark-success-icon\/35 {
  color:rgb(144 203 98 / 0.35);
}
.n-text-dark-success-icon\/40 {
  color:rgb(144 203 98 / 0.4);
}
.n-text-dark-success-icon\/45 {
  color:rgb(144 203 98 / 0.45);
}
.n-text-dark-success-icon\/5 {
  color:rgb(144 203 98 / 0.05);
}
.n-text-dark-success-icon\/50 {
  color:rgb(144 203 98 / 0.5);
}
.n-text-dark-success-icon\/55 {
  color:rgb(144 203 98 / 0.55);
}
.n-text-dark-success-icon\/60 {
  color:rgb(144 203 98 / 0.6);
}
.n-text-dark-success-icon\/65 {
  color:rgb(144 203 98 / 0.65);
}
.n-text-dark-success-icon\/70 {
  color:rgb(144 203 98 / 0.7);
}
.n-text-dark-success-icon\/75 {
  color:rgb(144 203 98 / 0.75);
}
.n-text-dark-success-icon\/80 {
  color:rgb(144 203 98 / 0.8);
}
.n-text-dark-success-icon\/85 {
  color:rgb(144 203 98 / 0.85);
}
.n-text-dark-success-icon\/90 {
  color:rgb(144 203 98 / 0.9);
}
.n-text-dark-success-icon\/95 {
  color:rgb(144 203 98 / 0.95);
}
.n-text-dark-success-text {
  --tw-text-opacity:1;
  color:rgb(144 203 98 / var(--tw-text-opacity));
}
.n-text-dark-success-text\/0 {
  color:rgb(144 203 98 / 0);
}
.n-text-dark-success-text\/10 {
  color:rgb(144 203 98 / 0.1);
}
.n-text-dark-success-text\/100 {
  color:rgb(144 203 98 / 1);
}
.n-text-dark-success-text\/15 {
  color:rgb(144 203 98 / 0.15);
}
.n-text-dark-success-text\/20 {
  color:rgb(144 203 98 / 0.2);
}
.n-text-dark-success-text\/25 {
  color:rgb(144 203 98 / 0.25);
}
.n-text-dark-success-text\/30 {
  color:rgb(144 203 98 / 0.3);
}
.n-text-dark-success-text\/35 {
  color:rgb(144 203 98 / 0.35);
}
.n-text-dark-success-text\/40 {
  color:rgb(144 203 98 / 0.4);
}
.n-text-dark-success-text\/45 {
  color:rgb(144 203 98 / 0.45);
}
.n-text-dark-success-text\/5 {
  color:rgb(144 203 98 / 0.05);
}
.n-text-dark-success-text\/50 {
  color:rgb(144 203 98 / 0.5);
}
.n-text-dark-success-text\/55 {
  color:rgb(144 203 98 / 0.55);
}
.n-text-dark-success-text\/60 {
  color:rgb(144 203 98 / 0.6);
}
.n-text-dark-success-text\/65 {
  color:rgb(144 203 98 / 0.65);
}
.n-text-dark-success-text\/70 {
  color:rgb(144 203 98 / 0.7);
}
.n-text-dark-success-text\/75 {
  color:rgb(144 203 98 / 0.75);
}
.n-text-dark-success-text\/80 {
  color:rgb(144 203 98 / 0.8);
}
.n-text-dark-success-text\/85 {
  color:rgb(144 203 98 / 0.85);
}
.n-text-dark-success-text\/90 {
  color:rgb(144 203 98 / 0.9);
}
.n-text-dark-success-text\/95 {
  color:rgb(144 203 98 / 0.95);
}
.n-text-dark-warning-bg-status {
  --tw-text-opacity:1;
  color:rgb(255 214 0 / var(--tw-text-opacity));
}
.n-text-dark-warning-bg-status\/0 {
  color:rgb(255 214 0 / 0);
}
.n-text-dark-warning-bg-status\/10 {
  color:rgb(255 214 0 / 0.1);
}
.n-text-dark-warning-bg-status\/100 {
  color:rgb(255 214 0 / 1);
}
.n-text-dark-warning-bg-status\/15 {
  color:rgb(255 214 0 / 0.15);
}
.n-text-dark-warning-bg-status\/20 {
  color:rgb(255 214 0 / 0.2);
}
.n-text-dark-warning-bg-status\/25 {
  color:rgb(255 214 0 / 0.25);
}
.n-text-dark-warning-bg-status\/30 {
  color:rgb(255 214 0 / 0.3);
}
.n-text-dark-warning-bg-status\/35 {
  color:rgb(255 214 0 / 0.35);
}
.n-text-dark-warning-bg-status\/40 {
  color:rgb(255 214 0 / 0.4);
}
.n-text-dark-warning-bg-status\/45 {
  color:rgb(255 214 0 / 0.45);
}
.n-text-dark-warning-bg-status\/5 {
  color:rgb(255 214 0 / 0.05);
}
.n-text-dark-warning-bg-status\/50 {
  color:rgb(255 214 0 / 0.5);
}
.n-text-dark-warning-bg-status\/55 {
  color:rgb(255 214 0 / 0.55);
}
.n-text-dark-warning-bg-status\/60 {
  color:rgb(255 214 0 / 0.6);
}
.n-text-dark-warning-bg-status\/65 {
  color:rgb(255 214 0 / 0.65);
}
.n-text-dark-warning-bg-status\/70 {
  color:rgb(255 214 0 / 0.7);
}
.n-text-dark-warning-bg-status\/75 {
  color:rgb(255 214 0 / 0.75);
}
.n-text-dark-warning-bg-status\/80 {
  color:rgb(255 214 0 / 0.8);
}
.n-text-dark-warning-bg-status\/85 {
  color:rgb(255 214 0 / 0.85);
}
.n-text-dark-warning-bg-status\/90 {
  color:rgb(255 214 0 / 0.9);
}
.n-text-dark-warning-bg-status\/95 {
  color:rgb(255 214 0 / 0.95);
}
.n-text-dark-warning-bg-strong {
  --tw-text-opacity:1;
  color:rgb(255 214 0 / var(--tw-text-opacity));
}
.n-text-dark-warning-bg-strong\/0 {
  color:rgb(255 214 0 / 0);
}
.n-text-dark-warning-bg-strong\/10 {
  color:rgb(255 214 0 / 0.1);
}
.n-text-dark-warning-bg-strong\/100 {
  color:rgb(255 214 0 / 1);
}
.n-text-dark-warning-bg-strong\/15 {
  color:rgb(255 214 0 / 0.15);
}
.n-text-dark-warning-bg-strong\/20 {
  color:rgb(255 214 0 / 0.2);
}
.n-text-dark-warning-bg-strong\/25 {
  color:rgb(255 214 0 / 0.25);
}
.n-text-dark-warning-bg-strong\/30 {
  color:rgb(255 214 0 / 0.3);
}
.n-text-dark-warning-bg-strong\/35 {
  color:rgb(255 214 0 / 0.35);
}
.n-text-dark-warning-bg-strong\/40 {
  color:rgb(255 214 0 / 0.4);
}
.n-text-dark-warning-bg-strong\/45 {
  color:rgb(255 214 0 / 0.45);
}
.n-text-dark-warning-bg-strong\/5 {
  color:rgb(255 214 0 / 0.05);
}
.n-text-dark-warning-bg-strong\/50 {
  color:rgb(255 214 0 / 0.5);
}
.n-text-dark-warning-bg-strong\/55 {
  color:rgb(255 214 0 / 0.55);
}
.n-text-dark-warning-bg-strong\/60 {
  color:rgb(255 214 0 / 0.6);
}
.n-text-dark-warning-bg-strong\/65 {
  color:rgb(255 214 0 / 0.65);
}
.n-text-dark-warning-bg-strong\/70 {
  color:rgb(255 214 0 / 0.7);
}
.n-text-dark-warning-bg-strong\/75 {
  color:rgb(255 214 0 / 0.75);
}
.n-text-dark-warning-bg-strong\/80 {
  color:rgb(255 214 0 / 0.8);
}
.n-text-dark-warning-bg-strong\/85 {
  color:rgb(255 214 0 / 0.85);
}
.n-text-dark-warning-bg-strong\/90 {
  color:rgb(255 214 0 / 0.9);
}
.n-text-dark-warning-bg-strong\/95 {
  color:rgb(255 214 0 / 0.95);
}
.n-text-dark-warning-bg-weak {
  --tw-text-opacity:1;
  color:rgb(49 46 26 / var(--tw-text-opacity));
}
.n-text-dark-warning-bg-weak\/0 {
  color:rgb(49 46 26 / 0);
}
.n-text-dark-warning-bg-weak\/10 {
  color:rgb(49 46 26 / 0.1);
}
.n-text-dark-warning-bg-weak\/100 {
  color:rgb(49 46 26 / 1);
}
.n-text-dark-warning-bg-weak\/15 {
  color:rgb(49 46 26 / 0.15);
}
.n-text-dark-warning-bg-weak\/20 {
  color:rgb(49 46 26 / 0.2);
}
.n-text-dark-warning-bg-weak\/25 {
  color:rgb(49 46 26 / 0.25);
}
.n-text-dark-warning-bg-weak\/30 {
  color:rgb(49 46 26 / 0.3);
}
.n-text-dark-warning-bg-weak\/35 {
  color:rgb(49 46 26 / 0.35);
}
.n-text-dark-warning-bg-weak\/40 {
  color:rgb(49 46 26 / 0.4);
}
.n-text-dark-warning-bg-weak\/45 {
  color:rgb(49 46 26 / 0.45);
}
.n-text-dark-warning-bg-weak\/5 {
  color:rgb(49 46 26 / 0.05);
}
.n-text-dark-warning-bg-weak\/50 {
  color:rgb(49 46 26 / 0.5);
}
.n-text-dark-warning-bg-weak\/55 {
  color:rgb(49 46 26 / 0.55);
}
.n-text-dark-warning-bg-weak\/60 {
  color:rgb(49 46 26 / 0.6);
}
.n-text-dark-warning-bg-weak\/65 {
  color:rgb(49 46 26 / 0.65);
}
.n-text-dark-warning-bg-weak\/70 {
  color:rgb(49 46 26 / 0.7);
}
.n-text-dark-warning-bg-weak\/75 {
  color:rgb(49 46 26 / 0.75);
}
.n-text-dark-warning-bg-weak\/80 {
  color:rgb(49 46 26 / 0.8);
}
.n-text-dark-warning-bg-weak\/85 {
  color:rgb(49 46 26 / 0.85);
}
.n-text-dark-warning-bg-weak\/90 {
  color:rgb(49 46 26 / 0.9);
}
.n-text-dark-warning-bg-weak\/95 {
  color:rgb(49 46 26 / 0.95);
}
.n-text-dark-warning-border-strong {
  --tw-text-opacity:1;
  color:rgb(255 214 0 / var(--tw-text-opacity));
}
.n-text-dark-warning-border-strong\/0 {
  color:rgb(255 214 0 / 0);
}
.n-text-dark-warning-border-strong\/10 {
  color:rgb(255 214 0 / 0.1);
}
.n-text-dark-warning-border-strong\/100 {
  color:rgb(255 214 0 / 1);
}
.n-text-dark-warning-border-strong\/15 {
  color:rgb(255 214 0 / 0.15);
}
.n-text-dark-warning-border-strong\/20 {
  color:rgb(255 214 0 / 0.2);
}
.n-text-dark-warning-border-strong\/25 {
  color:rgb(255 214 0 / 0.25);
}
.n-text-dark-warning-border-strong\/30 {
  color:rgb(255 214 0 / 0.3);
}
.n-text-dark-warning-border-strong\/35 {
  color:rgb(255 214 0 / 0.35);
}
.n-text-dark-warning-border-strong\/40 {
  color:rgb(255 214 0 / 0.4);
}
.n-text-dark-warning-border-strong\/45 {
  color:rgb(255 214 0 / 0.45);
}
.n-text-dark-warning-border-strong\/5 {
  color:rgb(255 214 0 / 0.05);
}
.n-text-dark-warning-border-strong\/50 {
  color:rgb(255 214 0 / 0.5);
}
.n-text-dark-warning-border-strong\/55 {
  color:rgb(255 214 0 / 0.55);
}
.n-text-dark-warning-border-strong\/60 {
  color:rgb(255 214 0 / 0.6);
}
.n-text-dark-warning-border-strong\/65 {
  color:rgb(255 214 0 / 0.65);
}
.n-text-dark-warning-border-strong\/70 {
  color:rgb(255 214 0 / 0.7);
}
.n-text-dark-warning-border-strong\/75 {
  color:rgb(255 214 0 / 0.75);
}
.n-text-dark-warning-border-strong\/80 {
  color:rgb(255 214 0 / 0.8);
}
.n-text-dark-warning-border-strong\/85 {
  color:rgb(255 214 0 / 0.85);
}
.n-text-dark-warning-border-strong\/90 {
  color:rgb(255 214 0 / 0.9);
}
.n-text-dark-warning-border-strong\/95 {
  color:rgb(255 214 0 / 0.95);
}
.n-text-dark-warning-border-weak {
  --tw-text-opacity:1;
  color:rgb(118 85 0 / var(--tw-text-opacity));
}
.n-text-dark-warning-border-weak\/0 {
  color:rgb(118 85 0 / 0);
}
.n-text-dark-warning-border-weak\/10 {
  color:rgb(118 85 0 / 0.1);
}
.n-text-dark-warning-border-weak\/100 {
  color:rgb(118 85 0 / 1);
}
.n-text-dark-warning-border-weak\/15 {
  color:rgb(118 85 0 / 0.15);
}
.n-text-dark-warning-border-weak\/20 {
  color:rgb(118 85 0 / 0.2);
}
.n-text-dark-warning-border-weak\/25 {
  color:rgb(118 85 0 / 0.25);
}
.n-text-dark-warning-border-weak\/30 {
  color:rgb(118 85 0 / 0.3);
}
.n-text-dark-warning-border-weak\/35 {
  color:rgb(118 85 0 / 0.35);
}
.n-text-dark-warning-border-weak\/40 {
  color:rgb(118 85 0 / 0.4);
}
.n-text-dark-warning-border-weak\/45 {
  color:rgb(118 85 0 / 0.45);
}
.n-text-dark-warning-border-weak\/5 {
  color:rgb(118 85 0 / 0.05);
}
.n-text-dark-warning-border-weak\/50 {
  color:rgb(118 85 0 / 0.5);
}
.n-text-dark-warning-border-weak\/55 {
  color:rgb(118 85 0 / 0.55);
}
.n-text-dark-warning-border-weak\/60 {
  color:rgb(118 85 0 / 0.6);
}
.n-text-dark-warning-border-weak\/65 {
  color:rgb(118 85 0 / 0.65);
}
.n-text-dark-warning-border-weak\/70 {
  color:rgb(118 85 0 / 0.7);
}
.n-text-dark-warning-border-weak\/75 {
  color:rgb(118 85 0 / 0.75);
}
.n-text-dark-warning-border-weak\/80 {
  color:rgb(118 85 0 / 0.8);
}
.n-text-dark-warning-border-weak\/85 {
  color:rgb(118 85 0 / 0.85);
}
.n-text-dark-warning-border-weak\/90 {
  color:rgb(118 85 0 / 0.9);
}
.n-text-dark-warning-border-weak\/95 {
  color:rgb(118 85 0 / 0.95);
}
.n-text-dark-warning-icon {
  --tw-text-opacity:1;
  color:rgb(255 214 0 / var(--tw-text-opacity));
}
.n-text-dark-warning-icon\/0 {
  color:rgb(255 214 0 / 0);
}
.n-text-dark-warning-icon\/10 {
  color:rgb(255 214 0 / 0.1);
}
.n-text-dark-warning-icon\/100 {
  color:rgb(255 214 0 / 1);
}
.n-text-dark-warning-icon\/15 {
  color:rgb(255 214 0 / 0.15);
}
.n-text-dark-warning-icon\/20 {
  color:rgb(255 214 0 / 0.2);
}
.n-text-dark-warning-icon\/25 {
  color:rgb(255 214 0 / 0.25);
}
.n-text-dark-warning-icon\/30 {
  color:rgb(255 214 0 / 0.3);
}
.n-text-dark-warning-icon\/35 {
  color:rgb(255 214 0 / 0.35);
}
.n-text-dark-warning-icon\/40 {
  color:rgb(255 214 0 / 0.4);
}
.n-text-dark-warning-icon\/45 {
  color:rgb(255 214 0 / 0.45);
}
.n-text-dark-warning-icon\/5 {
  color:rgb(255 214 0 / 0.05);
}
.n-text-dark-warning-icon\/50 {
  color:rgb(255 214 0 / 0.5);
}
.n-text-dark-warning-icon\/55 {
  color:rgb(255 214 0 / 0.55);
}
.n-text-dark-warning-icon\/60 {
  color:rgb(255 214 0 / 0.6);
}
.n-text-dark-warning-icon\/65 {
  color:rgb(255 214 0 / 0.65);
}
.n-text-dark-warning-icon\/70 {
  color:rgb(255 214 0 / 0.7);
}
.n-text-dark-warning-icon\/75 {
  color:rgb(255 214 0 / 0.75);
}
.n-text-dark-warning-icon\/80 {
  color:rgb(255 214 0 / 0.8);
}
.n-text-dark-warning-icon\/85 {
  color:rgb(255 214 0 / 0.85);
}
.n-text-dark-warning-icon\/90 {
  color:rgb(255 214 0 / 0.9);
}
.n-text-dark-warning-icon\/95 {
  color:rgb(255 214 0 / 0.95);
}
.n-text-dark-warning-text {
  --tw-text-opacity:1;
  color:rgb(255 214 0 / var(--tw-text-opacity));
}
.n-text-dark-warning-text\/0 {
  color:rgb(255 214 0 / 0);
}
.n-text-dark-warning-text\/10 {
  color:rgb(255 214 0 / 0.1);
}
.n-text-dark-warning-text\/100 {
  color:rgb(255 214 0 / 1);
}
.n-text-dark-warning-text\/15 {
  color:rgb(255 214 0 / 0.15);
}
.n-text-dark-warning-text\/20 {
  color:rgb(255 214 0 / 0.2);
}
.n-text-dark-warning-text\/25 {
  color:rgb(255 214 0 / 0.25);
}
.n-text-dark-warning-text\/30 {
  color:rgb(255 214 0 / 0.3);
}
.n-text-dark-warning-text\/35 {
  color:rgb(255 214 0 / 0.35);
}
.n-text-dark-warning-text\/40 {
  color:rgb(255 214 0 / 0.4);
}
.n-text-dark-warning-text\/45 {
  color:rgb(255 214 0 / 0.45);
}
.n-text-dark-warning-text\/5 {
  color:rgb(255 214 0 / 0.05);
}
.n-text-dark-warning-text\/50 {
  color:rgb(255 214 0 / 0.5);
}
.n-text-dark-warning-text\/55 {
  color:rgb(255 214 0 / 0.55);
}
.n-text-dark-warning-text\/60 {
  color:rgb(255 214 0 / 0.6);
}
.n-text-dark-warning-text\/65 {
  color:rgb(255 214 0 / 0.65);
}
.n-text-dark-warning-text\/70 {
  color:rgb(255 214 0 / 0.7);
}
.n-text-dark-warning-text\/75 {
  color:rgb(255 214 0 / 0.75);
}
.n-text-dark-warning-text\/80 {
  color:rgb(255 214 0 / 0.8);
}
.n-text-dark-warning-text\/85 {
  color:rgb(255 214 0 / 0.85);
}
.n-text-dark-warning-text\/90 {
  color:rgb(255 214 0 / 0.9);
}
.n-text-dark-warning-text\/95 {
  color:rgb(255 214 0 / 0.95);
}
.n-text-highlights-periwinkle {
  --tw-text-opacity:1;
  color:rgb(106 130 255 / var(--tw-text-opacity));
}
.n-text-light-danger-bg-status {
  --tw-text-opacity:1;
  color:rgb(232 78 44 / var(--tw-text-opacity));
}
.n-text-light-danger-bg-status\/0 {
  color:rgb(232 78 44 / 0);
}
.n-text-light-danger-bg-status\/10 {
  color:rgb(232 78 44 / 0.1);
}
.n-text-light-danger-bg-status\/100 {
  color:rgb(232 78 44 / 1);
}
.n-text-light-danger-bg-status\/15 {
  color:rgb(232 78 44 / 0.15);
}
.n-text-light-danger-bg-status\/20 {
  color:rgb(232 78 44 / 0.2);
}
.n-text-light-danger-bg-status\/25 {
  color:rgb(232 78 44 / 0.25);
}
.n-text-light-danger-bg-status\/30 {
  color:rgb(232 78 44 / 0.3);
}
.n-text-light-danger-bg-status\/35 {
  color:rgb(232 78 44 / 0.35);
}
.n-text-light-danger-bg-status\/40 {
  color:rgb(232 78 44 / 0.4);
}
.n-text-light-danger-bg-status\/45 {
  color:rgb(232 78 44 / 0.45);
}
.n-text-light-danger-bg-status\/5 {
  color:rgb(232 78 44 / 0.05);
}
.n-text-light-danger-bg-status\/50 {
  color:rgb(232 78 44 / 0.5);
}
.n-text-light-danger-bg-status\/55 {
  color:rgb(232 78 44 / 0.55);
}
.n-text-light-danger-bg-status\/60 {
  color:rgb(232 78 44 / 0.6);
}
.n-text-light-danger-bg-status\/65 {
  color:rgb(232 78 44 / 0.65);
}
.n-text-light-danger-bg-status\/70 {
  color:rgb(232 78 44 / 0.7);
}
.n-text-light-danger-bg-status\/75 {
  color:rgb(232 78 44 / 0.75);
}
.n-text-light-danger-bg-status\/80 {
  color:rgb(232 78 44 / 0.8);
}
.n-text-light-danger-bg-status\/85 {
  color:rgb(232 78 44 / 0.85);
}
.n-text-light-danger-bg-status\/90 {
  color:rgb(232 78 44 / 0.9);
}
.n-text-light-danger-bg-status\/95 {
  color:rgb(232 78 44 / 0.95);
}
.n-text-light-danger-bg-strong {
  --tw-text-opacity:1;
  color:rgb(187 45 0 / var(--tw-text-opacity));
}
.n-text-light-danger-bg-strong\/0 {
  color:rgb(187 45 0 / 0);
}
.n-text-light-danger-bg-strong\/10 {
  color:rgb(187 45 0 / 0.1);
}
.n-text-light-danger-bg-strong\/100 {
  color:rgb(187 45 0 / 1);
}
.n-text-light-danger-bg-strong\/15 {
  color:rgb(187 45 0 / 0.15);
}
.n-text-light-danger-bg-strong\/20 {
  color:rgb(187 45 0 / 0.2);
}
.n-text-light-danger-bg-strong\/25 {
  color:rgb(187 45 0 / 0.25);
}
.n-text-light-danger-bg-strong\/30 {
  color:rgb(187 45 0 / 0.3);
}
.n-text-light-danger-bg-strong\/35 {
  color:rgb(187 45 0 / 0.35);
}
.n-text-light-danger-bg-strong\/40 {
  color:rgb(187 45 0 / 0.4);
}
.n-text-light-danger-bg-strong\/45 {
  color:rgb(187 45 0 / 0.45);
}
.n-text-light-danger-bg-strong\/5 {
  color:rgb(187 45 0 / 0.05);
}
.n-text-light-danger-bg-strong\/50 {
  color:rgb(187 45 0 / 0.5);
}
.n-text-light-danger-bg-strong\/55 {
  color:rgb(187 45 0 / 0.55);
}
.n-text-light-danger-bg-strong\/60 {
  color:rgb(187 45 0 / 0.6);
}
.n-text-light-danger-bg-strong\/65 {
  color:rgb(187 45 0 / 0.65);
}
.n-text-light-danger-bg-strong\/70 {
  color:rgb(187 45 0 / 0.7);
}
.n-text-light-danger-bg-strong\/75 {
  color:rgb(187 45 0 / 0.75);
}
.n-text-light-danger-bg-strong\/80 {
  color:rgb(187 45 0 / 0.8);
}
.n-text-light-danger-bg-strong\/85 {
  color:rgb(187 45 0 / 0.85);
}
.n-text-light-danger-bg-strong\/90 {
  color:rgb(187 45 0 / 0.9);
}
.n-text-light-danger-bg-strong\/95 {
  color:rgb(187 45 0 / 0.95);
}
.n-text-light-danger-bg-weak {
  --tw-text-opacity:1;
  color:rgb(255 233 231 / var(--tw-text-opacity));
}
.n-text-light-danger-bg-weak\/0 {
  color:rgb(255 233 231 / 0);
}
.n-text-light-danger-bg-weak\/10 {
  color:rgb(255 233 231 / 0.1);
}
.n-text-light-danger-bg-weak\/100 {
  color:rgb(255 233 231 / 1);
}
.n-text-light-danger-bg-weak\/15 {
  color:rgb(255 233 231 / 0.15);
}
.n-text-light-danger-bg-weak\/20 {
  color:rgb(255 233 231 / 0.2);
}
.n-text-light-danger-bg-weak\/25 {
  color:rgb(255 233 231 / 0.25);
}
.n-text-light-danger-bg-weak\/30 {
  color:rgb(255 233 231 / 0.3);
}
.n-text-light-danger-bg-weak\/35 {
  color:rgb(255 233 231 / 0.35);
}
.n-text-light-danger-bg-weak\/40 {
  color:rgb(255 233 231 / 0.4);
}
.n-text-light-danger-bg-weak\/45 {
  color:rgb(255 233 231 / 0.45);
}
.n-text-light-danger-bg-weak\/5 {
  color:rgb(255 233 231 / 0.05);
}
.n-text-light-danger-bg-weak\/50 {
  color:rgb(255 233 231 / 0.5);
}
.n-text-light-danger-bg-weak\/55 {
  color:rgb(255 233 231 / 0.55);
}
.n-text-light-danger-bg-weak\/60 {
  color:rgb(255 233 231 / 0.6);
}
.n-text-light-danger-bg-weak\/65 {
  color:rgb(255 233 231 / 0.65);
}
.n-text-light-danger-bg-weak\/70 {
  color:rgb(255 233 231 / 0.7);
}
.n-text-light-danger-bg-weak\/75 {
  color:rgb(255 233 231 / 0.75);
}
.n-text-light-danger-bg-weak\/80 {
  color:rgb(255 233 231 / 0.8);
}
.n-text-light-danger-bg-weak\/85 {
  color:rgb(255 233 231 / 0.85);
}
.n-text-light-danger-bg-weak\/90 {
  color:rgb(255 233 231 / 0.9);
}
.n-text-light-danger-bg-weak\/95 {
  color:rgb(255 233 231 / 0.95);
}
.n-text-light-danger-border-strong {
  --tw-text-opacity:1;
  color:rgb(187 45 0 / var(--tw-text-opacity));
}
.n-text-light-danger-border-strong\/0 {
  color:rgb(187 45 0 / 0);
}
.n-text-light-danger-border-strong\/10 {
  color:rgb(187 45 0 / 0.1);
}
.n-text-light-danger-border-strong\/100 {
  color:rgb(187 45 0 / 1);
}
.n-text-light-danger-border-strong\/15 {
  color:rgb(187 45 0 / 0.15);
}
.n-text-light-danger-border-strong\/20 {
  color:rgb(187 45 0 / 0.2);
}
.n-text-light-danger-border-strong\/25 {
  color:rgb(187 45 0 / 0.25);
}
.n-text-light-danger-border-strong\/30 {
  color:rgb(187 45 0 / 0.3);
}
.n-text-light-danger-border-strong\/35 {
  color:rgb(187 45 0 / 0.35);
}
.n-text-light-danger-border-strong\/40 {
  color:rgb(187 45 0 / 0.4);
}
.n-text-light-danger-border-strong\/45 {
  color:rgb(187 45 0 / 0.45);
}
.n-text-light-danger-border-strong\/5 {
  color:rgb(187 45 0 / 0.05);
}
.n-text-light-danger-border-strong\/50 {
  color:rgb(187 45 0 / 0.5);
}
.n-text-light-danger-border-strong\/55 {
  color:rgb(187 45 0 / 0.55);
}
.n-text-light-danger-border-strong\/60 {
  color:rgb(187 45 0 / 0.6);
}
.n-text-light-danger-border-strong\/65 {
  color:rgb(187 45 0 / 0.65);
}
.n-text-light-danger-border-strong\/70 {
  color:rgb(187 45 0 / 0.7);
}
.n-text-light-danger-border-strong\/75 {
  color:rgb(187 45 0 / 0.75);
}
.n-text-light-danger-border-strong\/80 {
  color:rgb(187 45 0 / 0.8);
}
.n-text-light-danger-border-strong\/85 {
  color:rgb(187 45 0 / 0.85);
}
.n-text-light-danger-border-strong\/90 {
  color:rgb(187 45 0 / 0.9);
}
.n-text-light-danger-border-strong\/95 {
  color:rgb(187 45 0 / 0.95);
}
.n-text-light-danger-border-weak {
  --tw-text-opacity:1;
  color:rgb(255 170 151 / var(--tw-text-opacity));
}
.n-text-light-danger-border-weak\/0 {
  color:rgb(255 170 151 / 0);
}
.n-text-light-danger-border-weak\/10 {
  color:rgb(255 170 151 / 0.1);
}
.n-text-light-danger-border-weak\/100 {
  color:rgb(255 170 151 / 1);
}
.n-text-light-danger-border-weak\/15 {
  color:rgb(255 170 151 / 0.15);
}
.n-text-light-danger-border-weak\/20 {
  color:rgb(255 170 151 / 0.2);
}
.n-text-light-danger-border-weak\/25 {
  color:rgb(255 170 151 / 0.25);
}
.n-text-light-danger-border-weak\/30 {
  color:rgb(255 170 151 / 0.3);
}
.n-text-light-danger-border-weak\/35 {
  color:rgb(255 170 151 / 0.35);
}
.n-text-light-danger-border-weak\/40 {
  color:rgb(255 170 151 / 0.4);
}
.n-text-light-danger-border-weak\/45 {
  color:rgb(255 170 151 / 0.45);
}
.n-text-light-danger-border-weak\/5 {
  color:rgb(255 170 151 / 0.05);
}
.n-text-light-danger-border-weak\/50 {
  color:rgb(255 170 151 / 0.5);
}
.n-text-light-danger-border-weak\/55 {
  color:rgb(255 170 151 / 0.55);
}
.n-text-light-danger-border-weak\/60 {
  color:rgb(255 170 151 / 0.6);
}
.n-text-light-danger-border-weak\/65 {
  color:rgb(255 170 151 / 0.65);
}
.n-text-light-danger-border-weak\/70 {
  color:rgb(255 170 151 / 0.7);
}
.n-text-light-danger-border-weak\/75 {
  color:rgb(255 170 151 / 0.75);
}
.n-text-light-danger-border-weak\/80 {
  color:rgb(255 170 151 / 0.8);
}
.n-text-light-danger-border-weak\/85 {
  color:rgb(255 170 151 / 0.85);
}
.n-text-light-danger-border-weak\/90 {
  color:rgb(255 170 151 / 0.9);
}
.n-text-light-danger-border-weak\/95 {
  color:rgb(255 170 151 / 0.95);
}
.n-text-light-danger-hover-strong {
  --tw-text-opacity:1;
  color:rgb(150 18 0 / var(--tw-text-opacity));
}
.n-text-light-danger-hover-strong\/0 {
  color:rgb(150 18 0 / 0);
}
.n-text-light-danger-hover-strong\/10 {
  color:rgb(150 18 0 / 0.1);
}
.n-text-light-danger-hover-strong\/100 {
  color:rgb(150 18 0 / 1);
}
.n-text-light-danger-hover-strong\/15 {
  color:rgb(150 18 0 / 0.15);
}
.n-text-light-danger-hover-strong\/20 {
  color:rgb(150 18 0 / 0.2);
}
.n-text-light-danger-hover-strong\/25 {
  color:rgb(150 18 0 / 0.25);
}
.n-text-light-danger-hover-strong\/30 {
  color:rgb(150 18 0 / 0.3);
}
.n-text-light-danger-hover-strong\/35 {
  color:rgb(150 18 0 / 0.35);
}
.n-text-light-danger-hover-strong\/40 {
  color:rgb(150 18 0 / 0.4);
}
.n-text-light-danger-hover-strong\/45 {
  color:rgb(150 18 0 / 0.45);
}
.n-text-light-danger-hover-strong\/5 {
  color:rgb(150 18 0 / 0.05);
}
.n-text-light-danger-hover-strong\/50 {
  color:rgb(150 18 0 / 0.5);
}
.n-text-light-danger-hover-strong\/55 {
  color:rgb(150 18 0 / 0.55);
}
.n-text-light-danger-hover-strong\/60 {
  color:rgb(150 18 0 / 0.6);
}
.n-text-light-danger-hover-strong\/65 {
  color:rgb(150 18 0 / 0.65);
}
.n-text-light-danger-hover-strong\/70 {
  color:rgb(150 18 0 / 0.7);
}
.n-text-light-danger-hover-strong\/75 {
  color:rgb(150 18 0 / 0.75);
}
.n-text-light-danger-hover-strong\/80 {
  color:rgb(150 18 0 / 0.8);
}
.n-text-light-danger-hover-strong\/85 {
  color:rgb(150 18 0 / 0.85);
}
.n-text-light-danger-hover-strong\/90 {
  color:rgb(150 18 0 / 0.9);
}
.n-text-light-danger-hover-strong\/95 {
  color:rgb(150 18 0 / 0.95);
}
.n-text-light-danger-hover-weak {
  --tw-text-opacity:1;
  color:rgb(212 51 0 / var(--tw-text-opacity));
}
.n-text-light-danger-hover-weak\/0 {
  color:rgb(212 51 0 / 0);
}
.n-text-light-danger-hover-weak\/10 {
  color:rgb(212 51 0 / 0.1);
}
.n-text-light-danger-hover-weak\/100 {
  color:rgb(212 51 0 / 1);
}
.n-text-light-danger-hover-weak\/15 {
  color:rgb(212 51 0 / 0.15);
}
.n-text-light-danger-hover-weak\/20 {
  color:rgb(212 51 0 / 0.2);
}
.n-text-light-danger-hover-weak\/25 {
  color:rgb(212 51 0 / 0.25);
}
.n-text-light-danger-hover-weak\/30 {
  color:rgb(212 51 0 / 0.3);
}
.n-text-light-danger-hover-weak\/35 {
  color:rgb(212 51 0 / 0.35);
}
.n-text-light-danger-hover-weak\/40 {
  color:rgb(212 51 0 / 0.4);
}
.n-text-light-danger-hover-weak\/45 {
  color:rgb(212 51 0 / 0.45);
}
.n-text-light-danger-hover-weak\/5 {
  color:rgb(212 51 0 / 0.05);
}
.n-text-light-danger-hover-weak\/50 {
  color:rgb(212 51 0 / 0.5);
}
.n-text-light-danger-hover-weak\/55 {
  color:rgb(212 51 0 / 0.55);
}
.n-text-light-danger-hover-weak\/60 {
  color:rgb(212 51 0 / 0.6);
}
.n-text-light-danger-hover-weak\/65 {
  color:rgb(212 51 0 / 0.65);
}
.n-text-light-danger-hover-weak\/70 {
  color:rgb(212 51 0 / 0.7);
}
.n-text-light-danger-hover-weak\/75 {
  color:rgb(212 51 0 / 0.75);
}
.n-text-light-danger-hover-weak\/80 {
  color:rgb(212 51 0 / 0.8);
}
.n-text-light-danger-hover-weak\/85 {
  color:rgb(212 51 0 / 0.85);
}
.n-text-light-danger-hover-weak\/90 {
  color:rgb(212 51 0 / 0.9);
}
.n-text-light-danger-hover-weak\/95 {
  color:rgb(212 51 0 / 0.95);
}
.n-text-light-danger-icon {
  --tw-text-opacity:1;
  color:rgb(187 45 0 / var(--tw-text-opacity));
}
.n-text-light-danger-icon\/0 {
  color:rgb(187 45 0 / 0);
}
.n-text-light-danger-icon\/10 {
  color:rgb(187 45 0 / 0.1);
}
.n-text-light-danger-icon\/100 {
  color:rgb(187 45 0 / 1);
}
.n-text-light-danger-icon\/15 {
  color:rgb(187 45 0 / 0.15);
}
.n-text-light-danger-icon\/20 {
  color:rgb(187 45 0 / 0.2);
}
.n-text-light-danger-icon\/25 {
  color:rgb(187 45 0 / 0.25);
}
.n-text-light-danger-icon\/30 {
  color:rgb(187 45 0 / 0.3);
}
.n-text-light-danger-icon\/35 {
  color:rgb(187 45 0 / 0.35);
}
.n-text-light-danger-icon\/40 {
  color:rgb(187 45 0 / 0.4);
}
.n-text-light-danger-icon\/45 {
  color:rgb(187 45 0 / 0.45);
}
.n-text-light-danger-icon\/5 {
  color:rgb(187 45 0 / 0.05);
}
.n-text-light-danger-icon\/50 {
  color:rgb(187 45 0 / 0.5);
}
.n-text-light-danger-icon\/55 {
  color:rgb(187 45 0 / 0.55);
}
.n-text-light-danger-icon\/60 {
  color:rgb(187 45 0 / 0.6);
}
.n-text-light-danger-icon\/65 {
  color:rgb(187 45 0 / 0.65);
}
.n-text-light-danger-icon\/70 {
  color:rgb(187 45 0 / 0.7);
}
.n-text-light-danger-icon\/75 {
  color:rgb(187 45 0 / 0.75);
}
.n-text-light-danger-icon\/80 {
  color:rgb(187 45 0 / 0.8);
}
.n-text-light-danger-icon\/85 {
  color:rgb(187 45 0 / 0.85);
}
.n-text-light-danger-icon\/90 {
  color:rgb(187 45 0 / 0.9);
}
.n-text-light-danger-icon\/95 {
  color:rgb(187 45 0 / 0.95);
}
.n-text-light-danger-pressed-strong {
  --tw-text-opacity:1;
  color:rgb(115 14 0 / var(--tw-text-opacity));
}
.n-text-light-danger-pressed-strong\/0 {
  color:rgb(115 14 0 / 0);
}
.n-text-light-danger-pressed-strong\/10 {
  color:rgb(115 14 0 / 0.1);
}
.n-text-light-danger-pressed-strong\/100 {
  color:rgb(115 14 0 / 1);
}
.n-text-light-danger-pressed-strong\/15 {
  color:rgb(115 14 0 / 0.15);
}
.n-text-light-danger-pressed-strong\/20 {
  color:rgb(115 14 0 / 0.2);
}
.n-text-light-danger-pressed-strong\/25 {
  color:rgb(115 14 0 / 0.25);
}
.n-text-light-danger-pressed-strong\/30 {
  color:rgb(115 14 0 / 0.3);
}
.n-text-light-danger-pressed-strong\/35 {
  color:rgb(115 14 0 / 0.35);
}
.n-text-light-danger-pressed-strong\/40 {
  color:rgb(115 14 0 / 0.4);
}
.n-text-light-danger-pressed-strong\/45 {
  color:rgb(115 14 0 / 0.45);
}
.n-text-light-danger-pressed-strong\/5 {
  color:rgb(115 14 0 / 0.05);
}
.n-text-light-danger-pressed-strong\/50 {
  color:rgb(115 14 0 / 0.5);
}
.n-text-light-danger-pressed-strong\/55 {
  color:rgb(115 14 0 / 0.55);
}
.n-text-light-danger-pressed-strong\/60 {
  color:rgb(115 14 0 / 0.6);
}
.n-text-light-danger-pressed-strong\/65 {
  color:rgb(115 14 0 / 0.65);
}
.n-text-light-danger-pressed-strong\/70 {
  color:rgb(115 14 0 / 0.7);
}
.n-text-light-danger-pressed-strong\/75 {
  color:rgb(115 14 0 / 0.75);
}
.n-text-light-danger-pressed-strong\/80 {
  color:rgb(115 14 0 / 0.8);
}
.n-text-light-danger-pressed-strong\/85 {
  color:rgb(115 14 0 / 0.85);
}
.n-text-light-danger-pressed-strong\/90 {
  color:rgb(115 14 0 / 0.9);
}
.n-text-light-danger-pressed-strong\/95 {
  color:rgb(115 14 0 / 0.95);
}
.n-text-light-danger-pressed-weak {
  --tw-text-opacity:1;
  color:rgb(212 51 0 / var(--tw-text-opacity));
}
.n-text-light-danger-pressed-weak\/0 {
  color:rgb(212 51 0 / 0);
}
.n-text-light-danger-pressed-weak\/10 {
  color:rgb(212 51 0 / 0.1);
}
.n-text-light-danger-pressed-weak\/100 {
  color:rgb(212 51 0 / 1);
}
.n-text-light-danger-pressed-weak\/15 {
  color:rgb(212 51 0 / 0.15);
}
.n-text-light-danger-pressed-weak\/20 {
  color:rgb(212 51 0 / 0.2);
}
.n-text-light-danger-pressed-weak\/25 {
  color:rgb(212 51 0 / 0.25);
}
.n-text-light-danger-pressed-weak\/30 {
  color:rgb(212 51 0 / 0.3);
}
.n-text-light-danger-pressed-weak\/35 {
  color:rgb(212 51 0 / 0.35);
}
.n-text-light-danger-pressed-weak\/40 {
  color:rgb(212 51 0 / 0.4);
}
.n-text-light-danger-pressed-weak\/45 {
  color:rgb(212 51 0 / 0.45);
}
.n-text-light-danger-pressed-weak\/5 {
  color:rgb(212 51 0 / 0.05);
}
.n-text-light-danger-pressed-weak\/50 {
  color:rgb(212 51 0 / 0.5);
}
.n-text-light-danger-pressed-weak\/55 {
  color:rgb(212 51 0 / 0.55);
}
.n-text-light-danger-pressed-weak\/60 {
  color:rgb(212 51 0 / 0.6);
}
.n-text-light-danger-pressed-weak\/65 {
  color:rgb(212 51 0 / 0.65);
}
.n-text-light-danger-pressed-weak\/70 {
  color:rgb(212 51 0 / 0.7);
}
.n-text-light-danger-pressed-weak\/75 {
  color:rgb(212 51 0 / 0.75);
}
.n-text-light-danger-pressed-weak\/80 {
  color:rgb(212 51 0 / 0.8);
}
.n-text-light-danger-pressed-weak\/85 {
  color:rgb(212 51 0 / 0.85);
}
.n-text-light-danger-pressed-weak\/90 {
  color:rgb(212 51 0 / 0.9);
}
.n-text-light-danger-pressed-weak\/95 {
  color:rgb(212 51 0 / 0.95);
}
.n-text-light-danger-text {
  --tw-text-opacity:1;
  color:rgb(187 45 0 / var(--tw-text-opacity));
}
.n-text-light-danger-text\/0 {
  color:rgb(187 45 0 / 0);
}
.n-text-light-danger-text\/10 {
  color:rgb(187 45 0 / 0.1);
}
.n-text-light-danger-text\/100 {
  color:rgb(187 45 0 / 1);
}
.n-text-light-danger-text\/15 {
  color:rgb(187 45 0 / 0.15);
}
.n-text-light-danger-text\/20 {
  color:rgb(187 45 0 / 0.2);
}
.n-text-light-danger-text\/25 {
  color:rgb(187 45 0 / 0.25);
}
.n-text-light-danger-text\/30 {
  color:rgb(187 45 0 / 0.3);
}
.n-text-light-danger-text\/35 {
  color:rgb(187 45 0 / 0.35);
}
.n-text-light-danger-text\/40 {
  color:rgb(187 45 0 / 0.4);
}
.n-text-light-danger-text\/45 {
  color:rgb(187 45 0 / 0.45);
}
.n-text-light-danger-text\/5 {
  color:rgb(187 45 0 / 0.05);
}
.n-text-light-danger-text\/50 {
  color:rgb(187 45 0 / 0.5);
}
.n-text-light-danger-text\/55 {
  color:rgb(187 45 0 / 0.55);
}
.n-text-light-danger-text\/60 {
  color:rgb(187 45 0 / 0.6);
}
.n-text-light-danger-text\/65 {
  color:rgb(187 45 0 / 0.65);
}
.n-text-light-danger-text\/70 {
  color:rgb(187 45 0 / 0.7);
}
.n-text-light-danger-text\/75 {
  color:rgb(187 45 0 / 0.75);
}
.n-text-light-danger-text\/80 {
  color:rgb(187 45 0 / 0.8);
}
.n-text-light-danger-text\/85 {
  color:rgb(187 45 0 / 0.85);
}
.n-text-light-danger-text\/90 {
  color:rgb(187 45 0 / 0.9);
}
.n-text-light-danger-text\/95 {
  color:rgb(187 45 0 / 0.95);
}
.n-text-light-discovery-bg-status {
  --tw-text-opacity:1;
  color:rgb(117 78 200 / var(--tw-text-opacity));
}
.n-text-light-discovery-bg-status\/0 {
  color:rgb(117 78 200 / 0);
}
.n-text-light-discovery-bg-status\/10 {
  color:rgb(117 78 200 / 0.1);
}
.n-text-light-discovery-bg-status\/100 {
  color:rgb(117 78 200 / 1);
}
.n-text-light-discovery-bg-status\/15 {
  color:rgb(117 78 200 / 0.15);
}
.n-text-light-discovery-bg-status\/20 {
  color:rgb(117 78 200 / 0.2);
}
.n-text-light-discovery-bg-status\/25 {
  color:rgb(117 78 200 / 0.25);
}
.n-text-light-discovery-bg-status\/30 {
  color:rgb(117 78 200 / 0.3);
}
.n-text-light-discovery-bg-status\/35 {
  color:rgb(117 78 200 / 0.35);
}
.n-text-light-discovery-bg-status\/40 {
  color:rgb(117 78 200 / 0.4);
}
.n-text-light-discovery-bg-status\/45 {
  color:rgb(117 78 200 / 0.45);
}
.n-text-light-discovery-bg-status\/5 {
  color:rgb(117 78 200 / 0.05);
}
.n-text-light-discovery-bg-status\/50 {
  color:rgb(117 78 200 / 0.5);
}
.n-text-light-discovery-bg-status\/55 {
  color:rgb(117 78 200 / 0.55);
}
.n-text-light-discovery-bg-status\/60 {
  color:rgb(117 78 200 / 0.6);
}
.n-text-light-discovery-bg-status\/65 {
  color:rgb(117 78 200 / 0.65);
}
.n-text-light-discovery-bg-status\/70 {
  color:rgb(117 78 200 / 0.7);
}
.n-text-light-discovery-bg-status\/75 {
  color:rgb(117 78 200 / 0.75);
}
.n-text-light-discovery-bg-status\/80 {
  color:rgb(117 78 200 / 0.8);
}
.n-text-light-discovery-bg-status\/85 {
  color:rgb(117 78 200 / 0.85);
}
.n-text-light-discovery-bg-status\/90 {
  color:rgb(117 78 200 / 0.9);
}
.n-text-light-discovery-bg-status\/95 {
  color:rgb(117 78 200 / 0.95);
}
.n-text-light-discovery-bg-strong {
  --tw-text-opacity:1;
  color:rgb(90 52 170 / var(--tw-text-opacity));
}
.n-text-light-discovery-bg-strong\/0 {
  color:rgb(90 52 170 / 0);
}
.n-text-light-discovery-bg-strong\/10 {
  color:rgb(90 52 170 / 0.1);
}
.n-text-light-discovery-bg-strong\/100 {
  color:rgb(90 52 170 / 1);
}
.n-text-light-discovery-bg-strong\/15 {
  color:rgb(90 52 170 / 0.15);
}
.n-text-light-discovery-bg-strong\/20 {
  color:rgb(90 52 170 / 0.2);
}
.n-text-light-discovery-bg-strong\/25 {
  color:rgb(90 52 170 / 0.25);
}
.n-text-light-discovery-bg-strong\/30 {
  color:rgb(90 52 170 / 0.3);
}
.n-text-light-discovery-bg-strong\/35 {
  color:rgb(90 52 170 / 0.35);
}
.n-text-light-discovery-bg-strong\/40 {
  color:rgb(90 52 170 / 0.4);
}
.n-text-light-discovery-bg-strong\/45 {
  color:rgb(90 52 170 / 0.45);
}
.n-text-light-discovery-bg-strong\/5 {
  color:rgb(90 52 170 / 0.05);
}
.n-text-light-discovery-bg-strong\/50 {
  color:rgb(90 52 170 / 0.5);
}
.n-text-light-discovery-bg-strong\/55 {
  color:rgb(90 52 170 / 0.55);
}
.n-text-light-discovery-bg-strong\/60 {
  color:rgb(90 52 170 / 0.6);
}
.n-text-light-discovery-bg-strong\/65 {
  color:rgb(90 52 170 / 0.65);
}
.n-text-light-discovery-bg-strong\/70 {
  color:rgb(90 52 170 / 0.7);
}
.n-text-light-discovery-bg-strong\/75 {
  color:rgb(90 52 170 / 0.75);
}
.n-text-light-discovery-bg-strong\/80 {
  color:rgb(90 52 170 / 0.8);
}
.n-text-light-discovery-bg-strong\/85 {
  color:rgb(90 52 170 / 0.85);
}
.n-text-light-discovery-bg-strong\/90 {
  color:rgb(90 52 170 / 0.9);
}
.n-text-light-discovery-bg-strong\/95 {
  color:rgb(90 52 170 / 0.95);
}
.n-text-light-discovery-bg-weak {
  --tw-text-opacity:1;
  color:rgb(233 222 255 / var(--tw-text-opacity));
}
.n-text-light-discovery-bg-weak\/0 {
  color:rgb(233 222 255 / 0);
}
.n-text-light-discovery-bg-weak\/10 {
  color:rgb(233 222 255 / 0.1);
}
.n-text-light-discovery-bg-weak\/100 {
  color:rgb(233 222 255 / 1);
}
.n-text-light-discovery-bg-weak\/15 {
  color:rgb(233 222 255 / 0.15);
}
.n-text-light-discovery-bg-weak\/20 {
  color:rgb(233 222 255 / 0.2);
}
.n-text-light-discovery-bg-weak\/25 {
  color:rgb(233 222 255 / 0.25);
}
.n-text-light-discovery-bg-weak\/30 {
  color:rgb(233 222 255 / 0.3);
}
.n-text-light-discovery-bg-weak\/35 {
  color:rgb(233 222 255 / 0.35);
}
.n-text-light-discovery-bg-weak\/40 {
  color:rgb(233 222 255 / 0.4);
}
.n-text-light-discovery-bg-weak\/45 {
  color:rgb(233 222 255 / 0.45);
}
.n-text-light-discovery-bg-weak\/5 {
  color:rgb(233 222 255 / 0.05);
}
.n-text-light-discovery-bg-weak\/50 {
  color:rgb(233 222 255 / 0.5);
}
.n-text-light-discovery-bg-weak\/55 {
  color:rgb(233 222 255 / 0.55);
}
.n-text-light-discovery-bg-weak\/60 {
  color:rgb(233 222 255 / 0.6);
}
.n-text-light-discovery-bg-weak\/65 {
  color:rgb(233 222 255 / 0.65);
}
.n-text-light-discovery-bg-weak\/70 {
  color:rgb(233 222 255 / 0.7);
}
.n-text-light-discovery-bg-weak\/75 {
  color:rgb(233 222 255 / 0.75);
}
.n-text-light-discovery-bg-weak\/80 {
  color:rgb(233 222 255 / 0.8);
}
.n-text-light-discovery-bg-weak\/85 {
  color:rgb(233 222 255 / 0.85);
}
.n-text-light-discovery-bg-weak\/90 {
  color:rgb(233 222 255 / 0.9);
}
.n-text-light-discovery-bg-weak\/95 {
  color:rgb(233 222 255 / 0.95);
}
.n-text-light-discovery-border-strong {
  --tw-text-opacity:1;
  color:rgb(90 52 170 / var(--tw-text-opacity));
}
.n-text-light-discovery-border-strong\/0 {
  color:rgb(90 52 170 / 0);
}
.n-text-light-discovery-border-strong\/10 {
  color:rgb(90 52 170 / 0.1);
}
.n-text-light-discovery-border-strong\/100 {
  color:rgb(90 52 170 / 1);
}
.n-text-light-discovery-border-strong\/15 {
  color:rgb(90 52 170 / 0.15);
}
.n-text-light-discovery-border-strong\/20 {
  color:rgb(90 52 170 / 0.2);
}
.n-text-light-discovery-border-strong\/25 {
  color:rgb(90 52 170 / 0.25);
}
.n-text-light-discovery-border-strong\/30 {
  color:rgb(90 52 170 / 0.3);
}
.n-text-light-discovery-border-strong\/35 {
  color:rgb(90 52 170 / 0.35);
}
.n-text-light-discovery-border-strong\/40 {
  color:rgb(90 52 170 / 0.4);
}
.n-text-light-discovery-border-strong\/45 {
  color:rgb(90 52 170 / 0.45);
}
.n-text-light-discovery-border-strong\/5 {
  color:rgb(90 52 170 / 0.05);
}
.n-text-light-discovery-border-strong\/50 {
  color:rgb(90 52 170 / 0.5);
}
.n-text-light-discovery-border-strong\/55 {
  color:rgb(90 52 170 / 0.55);
}
.n-text-light-discovery-border-strong\/60 {
  color:rgb(90 52 170 / 0.6);
}
.n-text-light-discovery-border-strong\/65 {
  color:rgb(90 52 170 / 0.65);
}
.n-text-light-discovery-border-strong\/70 {
  color:rgb(90 52 170 / 0.7);
}
.n-text-light-discovery-border-strong\/75 {
  color:rgb(90 52 170 / 0.75);
}
.n-text-light-discovery-border-strong\/80 {
  color:rgb(90 52 170 / 0.8);
}
.n-text-light-discovery-border-strong\/85 {
  color:rgb(90 52 170 / 0.85);
}
.n-text-light-discovery-border-strong\/90 {
  color:rgb(90 52 170 / 0.9);
}
.n-text-light-discovery-border-strong\/95 {
  color:rgb(90 52 170 / 0.95);
}
.n-text-light-discovery-border-weak {
  --tw-text-opacity:1;
  color:rgb(179 142 255 / var(--tw-text-opacity));
}
.n-text-light-discovery-border-weak\/0 {
  color:rgb(179 142 255 / 0);
}
.n-text-light-discovery-border-weak\/10 {
  color:rgb(179 142 255 / 0.1);
}
.n-text-light-discovery-border-weak\/100 {
  color:rgb(179 142 255 / 1);
}
.n-text-light-discovery-border-weak\/15 {
  color:rgb(179 142 255 / 0.15);
}
.n-text-light-discovery-border-weak\/20 {
  color:rgb(179 142 255 / 0.2);
}
.n-text-light-discovery-border-weak\/25 {
  color:rgb(179 142 255 / 0.25);
}
.n-text-light-discovery-border-weak\/30 {
  color:rgb(179 142 255 / 0.3);
}
.n-text-light-discovery-border-weak\/35 {
  color:rgb(179 142 255 / 0.35);
}
.n-text-light-discovery-border-weak\/40 {
  color:rgb(179 142 255 / 0.4);
}
.n-text-light-discovery-border-weak\/45 {
  color:rgb(179 142 255 / 0.45);
}
.n-text-light-discovery-border-weak\/5 {
  color:rgb(179 142 255 / 0.05);
}
.n-text-light-discovery-border-weak\/50 {
  color:rgb(179 142 255 / 0.5);
}
.n-text-light-discovery-border-weak\/55 {
  color:rgb(179 142 255 / 0.55);
}
.n-text-light-discovery-border-weak\/60 {
  color:rgb(179 142 255 / 0.6);
}
.n-text-light-discovery-border-weak\/65 {
  color:rgb(179 142 255 / 0.65);
}
.n-text-light-discovery-border-weak\/70 {
  color:rgb(179 142 255 / 0.7);
}
.n-text-light-discovery-border-weak\/75 {
  color:rgb(179 142 255 / 0.75);
}
.n-text-light-discovery-border-weak\/80 {
  color:rgb(179 142 255 / 0.8);
}
.n-text-light-discovery-border-weak\/85 {
  color:rgb(179 142 255 / 0.85);
}
.n-text-light-discovery-border-weak\/90 {
  color:rgb(179 142 255 / 0.9);
}
.n-text-light-discovery-border-weak\/95 {
  color:rgb(179 142 255 / 0.95);
}
.n-text-light-discovery-icon {
  --tw-text-opacity:1;
  color:rgb(90 52 170 / var(--tw-text-opacity));
}
.n-text-light-discovery-icon\/0 {
  color:rgb(90 52 170 / 0);
}
.n-text-light-discovery-icon\/10 {
  color:rgb(90 52 170 / 0.1);
}
.n-text-light-discovery-icon\/100 {
  color:rgb(90 52 170 / 1);
}
.n-text-light-discovery-icon\/15 {
  color:rgb(90 52 170 / 0.15);
}
.n-text-light-discovery-icon\/20 {
  color:rgb(90 52 170 / 0.2);
}
.n-text-light-discovery-icon\/25 {
  color:rgb(90 52 170 / 0.25);
}
.n-text-light-discovery-icon\/30 {
  color:rgb(90 52 170 / 0.3);
}
.n-text-light-discovery-icon\/35 {
  color:rgb(90 52 170 / 0.35);
}
.n-text-light-discovery-icon\/40 {
  color:rgb(90 52 170 / 0.4);
}
.n-text-light-discovery-icon\/45 {
  color:rgb(90 52 170 / 0.45);
}
.n-text-light-discovery-icon\/5 {
  color:rgb(90 52 170 / 0.05);
}
.n-text-light-discovery-icon\/50 {
  color:rgb(90 52 170 / 0.5);
}
.n-text-light-discovery-icon\/55 {
  color:rgb(90 52 170 / 0.55);
}
.n-text-light-discovery-icon\/60 {
  color:rgb(90 52 170 / 0.6);
}
.n-text-light-discovery-icon\/65 {
  color:rgb(90 52 170 / 0.65);
}
.n-text-light-discovery-icon\/70 {
  color:rgb(90 52 170 / 0.7);
}
.n-text-light-discovery-icon\/75 {
  color:rgb(90 52 170 / 0.75);
}
.n-text-light-discovery-icon\/80 {
  color:rgb(90 52 170 / 0.8);
}
.n-text-light-discovery-icon\/85 {
  color:rgb(90 52 170 / 0.85);
}
.n-text-light-discovery-icon\/90 {
  color:rgb(90 52 170 / 0.9);
}
.n-text-light-discovery-icon\/95 {
  color:rgb(90 52 170 / 0.95);
}
.n-text-light-discovery-text {
  --tw-text-opacity:1;
  color:rgb(90 52 170 / var(--tw-text-opacity));
}
.n-text-light-discovery-text\/0 {
  color:rgb(90 52 170 / 0);
}
.n-text-light-discovery-text\/10 {
  color:rgb(90 52 170 / 0.1);
}
.n-text-light-discovery-text\/100 {
  color:rgb(90 52 170 / 1);
}
.n-text-light-discovery-text\/15 {
  color:rgb(90 52 170 / 0.15);
}
.n-text-light-discovery-text\/20 {
  color:rgb(90 52 170 / 0.2);
}
.n-text-light-discovery-text\/25 {
  color:rgb(90 52 170 / 0.25);
}
.n-text-light-discovery-text\/30 {
  color:rgb(90 52 170 / 0.3);
}
.n-text-light-discovery-text\/35 {
  color:rgb(90 52 170 / 0.35);
}
.n-text-light-discovery-text\/40 {
  color:rgb(90 52 170 / 0.4);
}
.n-text-light-discovery-text\/45 {
  color:rgb(90 52 170 / 0.45);
}
.n-text-light-discovery-text\/5 {
  color:rgb(90 52 170 / 0.05);
}
.n-text-light-discovery-text\/50 {
  color:rgb(90 52 170 / 0.5);
}
.n-text-light-discovery-text\/55 {
  color:rgb(90 52 170 / 0.55);
}
.n-text-light-discovery-text\/60 {
  color:rgb(90 52 170 / 0.6);
}
.n-text-light-discovery-text\/65 {
  color:rgb(90 52 170 / 0.65);
}
.n-text-light-discovery-text\/70 {
  color:rgb(90 52 170 / 0.7);
}
.n-text-light-discovery-text\/75 {
  color:rgb(90 52 170 / 0.75);
}
.n-text-light-discovery-text\/80 {
  color:rgb(90 52 170 / 0.8);
}
.n-text-light-discovery-text\/85 {
  color:rgb(90 52 170 / 0.85);
}
.n-text-light-discovery-text\/90 {
  color:rgb(90 52 170 / 0.9);
}
.n-text-light-discovery-text\/95 {
  color:rgb(90 52 170 / 0.95);
}
.n-text-light-neutral-bg-default {
  --tw-text-opacity:1;
  color:rgb(245 246 246 / var(--tw-text-opacity));
}
.n-text-light-neutral-bg-default\/0 {
  color:rgb(245 246 246 / 0);
}
.n-text-light-neutral-bg-default\/10 {
  color:rgb(245 246 246 / 0.1);
}
.n-text-light-neutral-bg-default\/100 {
  color:rgb(245 246 246 / 1);
}
.n-text-light-neutral-bg-default\/15 {
  color:rgb(245 246 246 / 0.15);
}
.n-text-light-neutral-bg-default\/20 {
  color:rgb(245 246 246 / 0.2);
}
.n-text-light-neutral-bg-default\/25 {
  color:rgb(245 246 246 / 0.25);
}
.n-text-light-neutral-bg-default\/30 {
  color:rgb(245 246 246 / 0.3);
}
.n-text-light-neutral-bg-default\/35 {
  color:rgb(245 246 246 / 0.35);
}
.n-text-light-neutral-bg-default\/40 {
  color:rgb(245 246 246 / 0.4);
}
.n-text-light-neutral-bg-default\/45 {
  color:rgb(245 246 246 / 0.45);
}
.n-text-light-neutral-bg-default\/5 {
  color:rgb(245 246 246 / 0.05);
}
.n-text-light-neutral-bg-default\/50 {
  color:rgb(245 246 246 / 0.5);
}
.n-text-light-neutral-bg-default\/55 {
  color:rgb(245 246 246 / 0.55);
}
.n-text-light-neutral-bg-default\/60 {
  color:rgb(245 246 246 / 0.6);
}
.n-text-light-neutral-bg-default\/65 {
  color:rgb(245 246 246 / 0.65);
}
.n-text-light-neutral-bg-default\/70 {
  color:rgb(245 246 246 / 0.7);
}
.n-text-light-neutral-bg-default\/75 {
  color:rgb(245 246 246 / 0.75);
}
.n-text-light-neutral-bg-default\/80 {
  color:rgb(245 246 246 / 0.8);
}
.n-text-light-neutral-bg-default\/85 {
  color:rgb(245 246 246 / 0.85);
}
.n-text-light-neutral-bg-default\/90 {
  color:rgb(245 246 246 / 0.9);
}
.n-text-light-neutral-bg-default\/95 {
  color:rgb(245 246 246 / 0.95);
}
.n-text-light-neutral-bg-on-bg-weak {
  --tw-text-opacity:1;
  color:rgb(245 246 246 / var(--tw-text-opacity));
}
.n-text-light-neutral-bg-on-bg-weak\/0 {
  color:rgb(245 246 246 / 0);
}
.n-text-light-neutral-bg-on-bg-weak\/10 {
  color:rgb(245 246 246 / 0.1);
}
.n-text-light-neutral-bg-on-bg-weak\/100 {
  color:rgb(245 246 246 / 1);
}
.n-text-light-neutral-bg-on-bg-weak\/15 {
  color:rgb(245 246 246 / 0.15);
}
.n-text-light-neutral-bg-on-bg-weak\/20 {
  color:rgb(245 246 246 / 0.2);
}
.n-text-light-neutral-bg-on-bg-weak\/25 {
  color:rgb(245 246 246 / 0.25);
}
.n-text-light-neutral-bg-on-bg-weak\/30 {
  color:rgb(245 246 246 / 0.3);
}
.n-text-light-neutral-bg-on-bg-weak\/35 {
  color:rgb(245 246 246 / 0.35);
}
.n-text-light-neutral-bg-on-bg-weak\/40 {
  color:rgb(245 246 246 / 0.4);
}
.n-text-light-neutral-bg-on-bg-weak\/45 {
  color:rgb(245 246 246 / 0.45);
}
.n-text-light-neutral-bg-on-bg-weak\/5 {
  color:rgb(245 246 246 / 0.05);
}
.n-text-light-neutral-bg-on-bg-weak\/50 {
  color:rgb(245 246 246 / 0.5);
}
.n-text-light-neutral-bg-on-bg-weak\/55 {
  color:rgb(245 246 246 / 0.55);
}
.n-text-light-neutral-bg-on-bg-weak\/60 {
  color:rgb(245 246 246 / 0.6);
}
.n-text-light-neutral-bg-on-bg-weak\/65 {
  color:rgb(245 246 246 / 0.65);
}
.n-text-light-neutral-bg-on-bg-weak\/70 {
  color:rgb(245 246 246 / 0.7);
}
.n-text-light-neutral-bg-on-bg-weak\/75 {
  color:rgb(245 246 246 / 0.75);
}
.n-text-light-neutral-bg-on-bg-weak\/80 {
  color:rgb(245 246 246 / 0.8);
}
.n-text-light-neutral-bg-on-bg-weak\/85 {
  color:rgb(245 246 246 / 0.85);
}
.n-text-light-neutral-bg-on-bg-weak\/90 {
  color:rgb(245 246 246 / 0.9);
}
.n-text-light-neutral-bg-on-bg-weak\/95 {
  color:rgb(245 246 246 / 0.95);
}
.n-text-light-neutral-bg-status {
  --tw-text-opacity:1;
  color:rgb(168 172 178 / var(--tw-text-opacity));
}
.n-text-light-neutral-bg-status\/0 {
  color:rgb(168 172 178 / 0);
}
.n-text-light-neutral-bg-status\/10 {
  color:rgb(168 172 178 / 0.1);
}
.n-text-light-neutral-bg-status\/100 {
  color:rgb(168 172 178 / 1);
}
.n-text-light-neutral-bg-status\/15 {
  color:rgb(168 172 178 / 0.15);
}
.n-text-light-neutral-bg-status\/20 {
  color:rgb(168 172 178 / 0.2);
}
.n-text-light-neutral-bg-status\/25 {
  color:rgb(168 172 178 / 0.25);
}
.n-text-light-neutral-bg-status\/30 {
  color:rgb(168 172 178 / 0.3);
}
.n-text-light-neutral-bg-status\/35 {
  color:rgb(168 172 178 / 0.35);
}
.n-text-light-neutral-bg-status\/40 {
  color:rgb(168 172 178 / 0.4);
}
.n-text-light-neutral-bg-status\/45 {
  color:rgb(168 172 178 / 0.45);
}
.n-text-light-neutral-bg-status\/5 {
  color:rgb(168 172 178 / 0.05);
}
.n-text-light-neutral-bg-status\/50 {
  color:rgb(168 172 178 / 0.5);
}
.n-text-light-neutral-bg-status\/55 {
  color:rgb(168 172 178 / 0.55);
}
.n-text-light-neutral-bg-status\/60 {
  color:rgb(168 172 178 / 0.6);
}
.n-text-light-neutral-bg-status\/65 {
  color:rgb(168 172 178 / 0.65);
}
.n-text-light-neutral-bg-status\/70 {
  color:rgb(168 172 178 / 0.7);
}
.n-text-light-neutral-bg-status\/75 {
  color:rgb(168 172 178 / 0.75);
}
.n-text-light-neutral-bg-status\/80 {
  color:rgb(168 172 178 / 0.8);
}
.n-text-light-neutral-bg-status\/85 {
  color:rgb(168 172 178 / 0.85);
}
.n-text-light-neutral-bg-status\/90 {
  color:rgb(168 172 178 / 0.9);
}
.n-text-light-neutral-bg-status\/95 {
  color:rgb(168 172 178 / 0.95);
}
.n-text-light-neutral-bg-strong {
  --tw-text-opacity:1;
  color:rgb(226 227 229 / var(--tw-text-opacity));
}
.n-text-light-neutral-bg-strong\/0 {
  color:rgb(226 227 229 / 0);
}
.n-text-light-neutral-bg-strong\/10 {
  color:rgb(226 227 229 / 0.1);
}
.n-text-light-neutral-bg-strong\/100 {
  color:rgb(226 227 229 / 1);
}
.n-text-light-neutral-bg-strong\/15 {
  color:rgb(226 227 229 / 0.15);
}
.n-text-light-neutral-bg-strong\/20 {
  color:rgb(226 227 229 / 0.2);
}
.n-text-light-neutral-bg-strong\/25 {
  color:rgb(226 227 229 / 0.25);
}
.n-text-light-neutral-bg-strong\/30 {
  color:rgb(226 227 229 / 0.3);
}
.n-text-light-neutral-bg-strong\/35 {
  color:rgb(226 227 229 / 0.35);
}
.n-text-light-neutral-bg-strong\/40 {
  color:rgb(226 227 229 / 0.4);
}
.n-text-light-neutral-bg-strong\/45 {
  color:rgb(226 227 229 / 0.45);
}
.n-text-light-neutral-bg-strong\/5 {
  color:rgb(226 227 229 / 0.05);
}
.n-text-light-neutral-bg-strong\/50 {
  color:rgb(226 227 229 / 0.5);
}
.n-text-light-neutral-bg-strong\/55 {
  color:rgb(226 227 229 / 0.55);
}
.n-text-light-neutral-bg-strong\/60 {
  color:rgb(226 227 229 / 0.6);
}
.n-text-light-neutral-bg-strong\/65 {
  color:rgb(226 227 229 / 0.65);
}
.n-text-light-neutral-bg-strong\/70 {
  color:rgb(226 227 229 / 0.7);
}
.n-text-light-neutral-bg-strong\/75 {
  color:rgb(226 227 229 / 0.75);
}
.n-text-light-neutral-bg-strong\/80 {
  color:rgb(226 227 229 / 0.8);
}
.n-text-light-neutral-bg-strong\/85 {
  color:rgb(226 227 229 / 0.85);
}
.n-text-light-neutral-bg-strong\/90 {
  color:rgb(226 227 229 / 0.9);
}
.n-text-light-neutral-bg-strong\/95 {
  color:rgb(226 227 229 / 0.95);
}
.n-text-light-neutral-bg-stronger {
  --tw-text-opacity:1;
  color:rgb(168 172 178 / var(--tw-text-opacity));
}
.n-text-light-neutral-bg-stronger\/0 {
  color:rgb(168 172 178 / 0);
}
.n-text-light-neutral-bg-stronger\/10 {
  color:rgb(168 172 178 / 0.1);
}
.n-text-light-neutral-bg-stronger\/100 {
  color:rgb(168 172 178 / 1);
}
.n-text-light-neutral-bg-stronger\/15 {
  color:rgb(168 172 178 / 0.15);
}
.n-text-light-neutral-bg-stronger\/20 {
  color:rgb(168 172 178 / 0.2);
}
.n-text-light-neutral-bg-stronger\/25 {
  color:rgb(168 172 178 / 0.25);
}
.n-text-light-neutral-bg-stronger\/30 {
  color:rgb(168 172 178 / 0.3);
}
.n-text-light-neutral-bg-stronger\/35 {
  color:rgb(168 172 178 / 0.35);
}
.n-text-light-neutral-bg-stronger\/40 {
  color:rgb(168 172 178 / 0.4);
}
.n-text-light-neutral-bg-stronger\/45 {
  color:rgb(168 172 178 / 0.45);
}
.n-text-light-neutral-bg-stronger\/5 {
  color:rgb(168 172 178 / 0.05);
}
.n-text-light-neutral-bg-stronger\/50 {
  color:rgb(168 172 178 / 0.5);
}
.n-text-light-neutral-bg-stronger\/55 {
  color:rgb(168 172 178 / 0.55);
}
.n-text-light-neutral-bg-stronger\/60 {
  color:rgb(168 172 178 / 0.6);
}
.n-text-light-neutral-bg-stronger\/65 {
  color:rgb(168 172 178 / 0.65);
}
.n-text-light-neutral-bg-stronger\/70 {
  color:rgb(168 172 178 / 0.7);
}
.n-text-light-neutral-bg-stronger\/75 {
  color:rgb(168 172 178 / 0.75);
}
.n-text-light-neutral-bg-stronger\/80 {
  color:rgb(168 172 178 / 0.8);
}
.n-text-light-neutral-bg-stronger\/85 {
  color:rgb(168 172 178 / 0.85);
}
.n-text-light-neutral-bg-stronger\/90 {
  color:rgb(168 172 178 / 0.9);
}
.n-text-light-neutral-bg-stronger\/95 {
  color:rgb(168 172 178 / 0.95);
}
.n-text-light-neutral-bg-strongest {
  --tw-text-opacity:1;
  color:rgb(60 63 68 / var(--tw-text-opacity));
}
.n-text-light-neutral-bg-strongest\/0 {
  color:rgb(60 63 68 / 0);
}
.n-text-light-neutral-bg-strongest\/10 {
  color:rgb(60 63 68 / 0.1);
}
.n-text-light-neutral-bg-strongest\/100 {
  color:rgb(60 63 68 / 1);
}
.n-text-light-neutral-bg-strongest\/15 {
  color:rgb(60 63 68 / 0.15);
}
.n-text-light-neutral-bg-strongest\/20 {
  color:rgb(60 63 68 / 0.2);
}
.n-text-light-neutral-bg-strongest\/25 {
  color:rgb(60 63 68 / 0.25);
}
.n-text-light-neutral-bg-strongest\/30 {
  color:rgb(60 63 68 / 0.3);
}
.n-text-light-neutral-bg-strongest\/35 {
  color:rgb(60 63 68 / 0.35);
}
.n-text-light-neutral-bg-strongest\/40 {
  color:rgb(60 63 68 / 0.4);
}
.n-text-light-neutral-bg-strongest\/45 {
  color:rgb(60 63 68 / 0.45);
}
.n-text-light-neutral-bg-strongest\/5 {
  color:rgb(60 63 68 / 0.05);
}
.n-text-light-neutral-bg-strongest\/50 {
  color:rgb(60 63 68 / 0.5);
}
.n-text-light-neutral-bg-strongest\/55 {
  color:rgb(60 63 68 / 0.55);
}
.n-text-light-neutral-bg-strongest\/60 {
  color:rgb(60 63 68 / 0.6);
}
.n-text-light-neutral-bg-strongest\/65 {
  color:rgb(60 63 68 / 0.65);
}
.n-text-light-neutral-bg-strongest\/70 {
  color:rgb(60 63 68 / 0.7);
}
.n-text-light-neutral-bg-strongest\/75 {
  color:rgb(60 63 68 / 0.75);
}
.n-text-light-neutral-bg-strongest\/80 {
  color:rgb(60 63 68 / 0.8);
}
.n-text-light-neutral-bg-strongest\/85 {
  color:rgb(60 63 68 / 0.85);
}
.n-text-light-neutral-bg-strongest\/90 {
  color:rgb(60 63 68 / 0.9);
}
.n-text-light-neutral-bg-strongest\/95 {
  color:rgb(60 63 68 / 0.95);
}
.n-text-light-neutral-bg-weak {
  --tw-text-opacity:1;
  color:rgb(255 255 255 / var(--tw-text-opacity));
}
.n-text-light-neutral-bg-weak\/0 {
  color:rgb(255 255 255 / 0);
}
.n-text-light-neutral-bg-weak\/10 {
  color:rgb(255 255 255 / 0.1);
}
.n-text-light-neutral-bg-weak\/100 {
  color:rgb(255 255 255 / 1);
}
.n-text-light-neutral-bg-weak\/15 {
  color:rgb(255 255 255 / 0.15);
}
.n-text-light-neutral-bg-weak\/20 {
  color:rgb(255 255 255 / 0.2);
}
.n-text-light-neutral-bg-weak\/25 {
  color:rgb(255 255 255 / 0.25);
}
.n-text-light-neutral-bg-weak\/30 {
  color:rgb(255 255 255 / 0.3);
}
.n-text-light-neutral-bg-weak\/35 {
  color:rgb(255 255 255 / 0.35);
}
.n-text-light-neutral-bg-weak\/40 {
  color:rgb(255 255 255 / 0.4);
}
.n-text-light-neutral-bg-weak\/45 {
  color:rgb(255 255 255 / 0.45);
}
.n-text-light-neutral-bg-weak\/5 {
  color:rgb(255 255 255 / 0.05);
}
.n-text-light-neutral-bg-weak\/50 {
  color:rgb(255 255 255 / 0.5);
}
.n-text-light-neutral-bg-weak\/55 {
  color:rgb(255 255 255 / 0.55);
}
.n-text-light-neutral-bg-weak\/60 {
  color:rgb(255 255 255 / 0.6);
}
.n-text-light-neutral-bg-weak\/65 {
  color:rgb(255 255 255 / 0.65);
}
.n-text-light-neutral-bg-weak\/70 {
  color:rgb(255 255 255 / 0.7);
}
.n-text-light-neutral-bg-weak\/75 {
  color:rgb(255 255 255 / 0.75);
}
.n-text-light-neutral-bg-weak\/80 {
  color:rgb(255 255 255 / 0.8);
}
.n-text-light-neutral-bg-weak\/85 {
  color:rgb(255 255 255 / 0.85);
}
.n-text-light-neutral-bg-weak\/90 {
  color:rgb(255 255 255 / 0.9);
}
.n-text-light-neutral-bg-weak\/95 {
  color:rgb(255 255 255 / 0.95);
}
.n-text-light-neutral-border-strong {
  --tw-text-opacity:1;
  color:rgb(187 190 195 / var(--tw-text-opacity));
}
.n-text-light-neutral-border-strong\/0 {
  color:rgb(187 190 195 / 0);
}
.n-text-light-neutral-border-strong\/10 {
  color:rgb(187 190 195 / 0.1);
}
.n-text-light-neutral-border-strong\/100 {
  color:rgb(187 190 195 / 1);
}
.n-text-light-neutral-border-strong\/15 {
  color:rgb(187 190 195 / 0.15);
}
.n-text-light-neutral-border-strong\/20 {
  color:rgb(187 190 195 / 0.2);
}
.n-text-light-neutral-border-strong\/25 {
  color:rgb(187 190 195 / 0.25);
}
.n-text-light-neutral-border-strong\/30 {
  color:rgb(187 190 195 / 0.3);
}
.n-text-light-neutral-border-strong\/35 {
  color:rgb(187 190 195 / 0.35);
}
.n-text-light-neutral-border-strong\/40 {
  color:rgb(187 190 195 / 0.4);
}
.n-text-light-neutral-border-strong\/45 {
  color:rgb(187 190 195 / 0.45);
}
.n-text-light-neutral-border-strong\/5 {
  color:rgb(187 190 195 / 0.05);
}
.n-text-light-neutral-border-strong\/50 {
  color:rgb(187 190 195 / 0.5);
}
.n-text-light-neutral-border-strong\/55 {
  color:rgb(187 190 195 / 0.55);
}
.n-text-light-neutral-border-strong\/60 {
  color:rgb(187 190 195 / 0.6);
}
.n-text-light-neutral-border-strong\/65 {
  color:rgb(187 190 195 / 0.65);
}
.n-text-light-neutral-border-strong\/70 {
  color:rgb(187 190 195 / 0.7);
}
.n-text-light-neutral-border-strong\/75 {
  color:rgb(187 190 195 / 0.75);
}
.n-text-light-neutral-border-strong\/80 {
  color:rgb(187 190 195 / 0.8);
}
.n-text-light-neutral-border-strong\/85 {
  color:rgb(187 190 195 / 0.85);
}
.n-text-light-neutral-border-strong\/90 {
  color:rgb(187 190 195 / 0.9);
}
.n-text-light-neutral-border-strong\/95 {
  color:rgb(187 190 195 / 0.95);
}
.n-text-light-neutral-border-strongest {
  --tw-text-opacity:1;
  color:rgb(111 117 126 / var(--tw-text-opacity));
}
.n-text-light-neutral-border-strongest\/0 {
  color:rgb(111 117 126 / 0);
}
.n-text-light-neutral-border-strongest\/10 {
  color:rgb(111 117 126 / 0.1);
}
.n-text-light-neutral-border-strongest\/100 {
  color:rgb(111 117 126 / 1);
}
.n-text-light-neutral-border-strongest\/15 {
  color:rgb(111 117 126 / 0.15);
}
.n-text-light-neutral-border-strongest\/20 {
  color:rgb(111 117 126 / 0.2);
}
.n-text-light-neutral-border-strongest\/25 {
  color:rgb(111 117 126 / 0.25);
}
.n-text-light-neutral-border-strongest\/30 {
  color:rgb(111 117 126 / 0.3);
}
.n-text-light-neutral-border-strongest\/35 {
  color:rgb(111 117 126 / 0.35);
}
.n-text-light-neutral-border-strongest\/40 {
  color:rgb(111 117 126 / 0.4);
}
.n-text-light-neutral-border-strongest\/45 {
  color:rgb(111 117 126 / 0.45);
}
.n-text-light-neutral-border-strongest\/5 {
  color:rgb(111 117 126 / 0.05);
}
.n-text-light-neutral-border-strongest\/50 {
  color:rgb(111 117 126 / 0.5);
}
.n-text-light-neutral-border-strongest\/55 {
  color:rgb(111 117 126 / 0.55);
}
.n-text-light-neutral-border-strongest\/60 {
  color:rgb(111 117 126 / 0.6);
}
.n-text-light-neutral-border-strongest\/65 {
  color:rgb(111 117 126 / 0.65);
}
.n-text-light-neutral-border-strongest\/70 {
  color:rgb(111 117 126 / 0.7);
}
.n-text-light-neutral-border-strongest\/75 {
  color:rgb(111 117 126 / 0.75);
}
.n-text-light-neutral-border-strongest\/80 {
  color:rgb(111 117 126 / 0.8);
}
.n-text-light-neutral-border-strongest\/85 {
  color:rgb(111 117 126 / 0.85);
}
.n-text-light-neutral-border-strongest\/90 {
  color:rgb(111 117 126 / 0.9);
}
.n-text-light-neutral-border-strongest\/95 {
  color:rgb(111 117 126 / 0.95);
}
.n-text-light-neutral-border-weak {
  --tw-text-opacity:1;
  color:rgb(226 227 229 / var(--tw-text-opacity));
}
.n-text-light-neutral-border-weak\/0 {
  color:rgb(226 227 229 / 0);
}
.n-text-light-neutral-border-weak\/10 {
  color:rgb(226 227 229 / 0.1);
}
.n-text-light-neutral-border-weak\/100 {
  color:rgb(226 227 229 / 1);
}
.n-text-light-neutral-border-weak\/15 {
  color:rgb(226 227 229 / 0.15);
}
.n-text-light-neutral-border-weak\/20 {
  color:rgb(226 227 229 / 0.2);
}
.n-text-light-neutral-border-weak\/25 {
  color:rgb(226 227 229 / 0.25);
}
.n-text-light-neutral-border-weak\/30 {
  color:rgb(226 227 229 / 0.3);
}
.n-text-light-neutral-border-weak\/35 {
  color:rgb(226 227 229 / 0.35);
}
.n-text-light-neutral-border-weak\/40 {
  color:rgb(226 227 229 / 0.4);
}
.n-text-light-neutral-border-weak\/45 {
  color:rgb(226 227 229 / 0.45);
}
.n-text-light-neutral-border-weak\/5 {
  color:rgb(226 227 229 / 0.05);
}
.n-text-light-neutral-border-weak\/50 {
  color:rgb(226 227 229 / 0.5);
}
.n-text-light-neutral-border-weak\/55 {
  color:rgb(226 227 229 / 0.55);
}
.n-text-light-neutral-border-weak\/60 {
  color:rgb(226 227 229 / 0.6);
}
.n-text-light-neutral-border-weak\/65 {
  color:rgb(226 227 229 / 0.65);
}
.n-text-light-neutral-border-weak\/70 {
  color:rgb(226 227 229 / 0.7);
}
.n-text-light-neutral-border-weak\/75 {
  color:rgb(226 227 229 / 0.75);
}
.n-text-light-neutral-border-weak\/80 {
  color:rgb(226 227 229 / 0.8);
}
.n-text-light-neutral-border-weak\/85 {
  color:rgb(226 227 229 / 0.85);
}
.n-text-light-neutral-border-weak\/90 {
  color:rgb(226 227 229 / 0.9);
}
.n-text-light-neutral-border-weak\/95 {
  color:rgb(226 227 229 / 0.95);
}
.n-text-light-neutral-hover {
  --tw-text-opacity:1;
  color:rgb(111 117 126 / var(--tw-text-opacity));
}
.n-text-light-neutral-hover\/0 {
  color:rgb(111 117 126 / 0);
}
.n-text-light-neutral-hover\/10 {
  color:rgb(111 117 126 / 0.1);
}
.n-text-light-neutral-hover\/100 {
  color:rgb(111 117 126 / 1);
}
.n-text-light-neutral-hover\/15 {
  color:rgb(111 117 126 / 0.15);
}
.n-text-light-neutral-hover\/20 {
  color:rgb(111 117 126 / 0.2);
}
.n-text-light-neutral-hover\/25 {
  color:rgb(111 117 126 / 0.25);
}
.n-text-light-neutral-hover\/30 {
  color:rgb(111 117 126 / 0.3);
}
.n-text-light-neutral-hover\/35 {
  color:rgb(111 117 126 / 0.35);
}
.n-text-light-neutral-hover\/40 {
  color:rgb(111 117 126 / 0.4);
}
.n-text-light-neutral-hover\/45 {
  color:rgb(111 117 126 / 0.45);
}
.n-text-light-neutral-hover\/5 {
  color:rgb(111 117 126 / 0.05);
}
.n-text-light-neutral-hover\/50 {
  color:rgb(111 117 126 / 0.5);
}
.n-text-light-neutral-hover\/55 {
  color:rgb(111 117 126 / 0.55);
}
.n-text-light-neutral-hover\/60 {
  color:rgb(111 117 126 / 0.6);
}
.n-text-light-neutral-hover\/65 {
  color:rgb(111 117 126 / 0.65);
}
.n-text-light-neutral-hover\/70 {
  color:rgb(111 117 126 / 0.7);
}
.n-text-light-neutral-hover\/75 {
  color:rgb(111 117 126 / 0.75);
}
.n-text-light-neutral-hover\/80 {
  color:rgb(111 117 126 / 0.8);
}
.n-text-light-neutral-hover\/85 {
  color:rgb(111 117 126 / 0.85);
}
.n-text-light-neutral-hover\/90 {
  color:rgb(111 117 126 / 0.9);
}
.n-text-light-neutral-hover\/95 {
  color:rgb(111 117 126 / 0.95);
}
.n-text-light-neutral-icon {
  --tw-text-opacity:1;
  color:rgb(77 81 87 / var(--tw-text-opacity));
}
.n-text-light-neutral-icon\/0 {
  color:rgb(77 81 87 / 0);
}
.n-text-light-neutral-icon\/10 {
  color:rgb(77 81 87 / 0.1);
}
.n-text-light-neutral-icon\/100 {
  color:rgb(77 81 87 / 1);
}
.n-text-light-neutral-icon\/15 {
  color:rgb(77 81 87 / 0.15);
}
.n-text-light-neutral-icon\/20 {
  color:rgb(77 81 87 / 0.2);
}
.n-text-light-neutral-icon\/25 {
  color:rgb(77 81 87 / 0.25);
}
.n-text-light-neutral-icon\/30 {
  color:rgb(77 81 87 / 0.3);
}
.n-text-light-neutral-icon\/35 {
  color:rgb(77 81 87 / 0.35);
}
.n-text-light-neutral-icon\/40 {
  color:rgb(77 81 87 / 0.4);
}
.n-text-light-neutral-icon\/45 {
  color:rgb(77 81 87 / 0.45);
}
.n-text-light-neutral-icon\/5 {
  color:rgb(77 81 87 / 0.05);
}
.n-text-light-neutral-icon\/50 {
  color:rgb(77 81 87 / 0.5);
}
.n-text-light-neutral-icon\/55 {
  color:rgb(77 81 87 / 0.55);
}
.n-text-light-neutral-icon\/60 {
  color:rgb(77 81 87 / 0.6);
}
.n-text-light-neutral-icon\/65 {
  color:rgb(77 81 87 / 0.65);
}
.n-text-light-neutral-icon\/70 {
  color:rgb(77 81 87 / 0.7);
}
.n-text-light-neutral-icon\/75 {
  color:rgb(77 81 87 / 0.75);
}
.n-text-light-neutral-icon\/80 {
  color:rgb(77 81 87 / 0.8);
}
.n-text-light-neutral-icon\/85 {
  color:rgb(77 81 87 / 0.85);
}
.n-text-light-neutral-icon\/90 {
  color:rgb(77 81 87 / 0.9);
}
.n-text-light-neutral-icon\/95 {
  color:rgb(77 81 87 / 0.95);
}
.n-text-light-neutral-pressed {
  --tw-text-opacity:1;
  color:rgb(111 117 126 / var(--tw-text-opacity));
}
.n-text-light-neutral-pressed\/0 {
  color:rgb(111 117 126 / 0);
}
.n-text-light-neutral-pressed\/10 {
  color:rgb(111 117 126 / 0.1);
}
.n-text-light-neutral-pressed\/100 {
  color:rgb(111 117 126 / 1);
}
.n-text-light-neutral-pressed\/15 {
  color:rgb(111 117 126 / 0.15);
}
.n-text-light-neutral-pressed\/20 {
  color:rgb(111 117 126 / 0.2);
}
.n-text-light-neutral-pressed\/25 {
  color:rgb(111 117 126 / 0.25);
}
.n-text-light-neutral-pressed\/30 {
  color:rgb(111 117 126 / 0.3);
}
.n-text-light-neutral-pressed\/35 {
  color:rgb(111 117 126 / 0.35);
}
.n-text-light-neutral-pressed\/40 {
  color:rgb(111 117 126 / 0.4);
}
.n-text-light-neutral-pressed\/45 {
  color:rgb(111 117 126 / 0.45);
}
.n-text-light-neutral-pressed\/5 {
  color:rgb(111 117 126 / 0.05);
}
.n-text-light-neutral-pressed\/50 {
  color:rgb(111 117 126 / 0.5);
}
.n-text-light-neutral-pressed\/55 {
  color:rgb(111 117 126 / 0.55);
}
.n-text-light-neutral-pressed\/60 {
  color:rgb(111 117 126 / 0.6);
}
.n-text-light-neutral-pressed\/65 {
  color:rgb(111 117 126 / 0.65);
}
.n-text-light-neutral-pressed\/70 {
  color:rgb(111 117 126 / 0.7);
}
.n-text-light-neutral-pressed\/75 {
  color:rgb(111 117 126 / 0.75);
}
.n-text-light-neutral-pressed\/80 {
  color:rgb(111 117 126 / 0.8);
}
.n-text-light-neutral-pressed\/85 {
  color:rgb(111 117 126 / 0.85);
}
.n-text-light-neutral-pressed\/90 {
  color:rgb(111 117 126 / 0.9);
}
.n-text-light-neutral-pressed\/95 {
  color:rgb(111 117 126 / 0.95);
}
.n-text-light-neutral-text-default {
  --tw-text-opacity:1;
  color:rgb(26 27 29 / var(--tw-text-opacity));
}
.n-text-light-neutral-text-default\/0 {
  color:rgb(26 27 29 / 0);
}
.n-text-light-neutral-text-default\/10 {
  color:rgb(26 27 29 / 0.1);
}
.n-text-light-neutral-text-default\/100 {
  color:rgb(26 27 29 / 1);
}
.n-text-light-neutral-text-default\/15 {
  color:rgb(26 27 29 / 0.15);
}
.n-text-light-neutral-text-default\/20 {
  color:rgb(26 27 29 / 0.2);
}
.n-text-light-neutral-text-default\/25 {
  color:rgb(26 27 29 / 0.25);
}
.n-text-light-neutral-text-default\/30 {
  color:rgb(26 27 29 / 0.3);
}
.n-text-light-neutral-text-default\/35 {
  color:rgb(26 27 29 / 0.35);
}
.n-text-light-neutral-text-default\/40 {
  color:rgb(26 27 29 / 0.4);
}
.n-text-light-neutral-text-default\/45 {
  color:rgb(26 27 29 / 0.45);
}
.n-text-light-neutral-text-default\/5 {
  color:rgb(26 27 29 / 0.05);
}
.n-text-light-neutral-text-default\/50 {
  color:rgb(26 27 29 / 0.5);
}
.n-text-light-neutral-text-default\/55 {
  color:rgb(26 27 29 / 0.55);
}
.n-text-light-neutral-text-default\/60 {
  color:rgb(26 27 29 / 0.6);
}
.n-text-light-neutral-text-default\/65 {
  color:rgb(26 27 29 / 0.65);
}
.n-text-light-neutral-text-default\/70 {
  color:rgb(26 27 29 / 0.7);
}
.n-text-light-neutral-text-default\/75 {
  color:rgb(26 27 29 / 0.75);
}
.n-text-light-neutral-text-default\/80 {
  color:rgb(26 27 29 / 0.8);
}
.n-text-light-neutral-text-default\/85 {
  color:rgb(26 27 29 / 0.85);
}
.n-text-light-neutral-text-default\/90 {
  color:rgb(26 27 29 / 0.9);
}
.n-text-light-neutral-text-default\/95 {
  color:rgb(26 27 29 / 0.95);
}
.n-text-light-neutral-text-inverse {
  --tw-text-opacity:1;
  color:rgb(255 255 255 / var(--tw-text-opacity));
}
.n-text-light-neutral-text-inverse\/0 {
  color:rgb(255 255 255 / 0);
}
.n-text-light-neutral-text-inverse\/10 {
  color:rgb(255 255 255 / 0.1);
}
.n-text-light-neutral-text-inverse\/100 {
  color:rgb(255 255 255 / 1);
}
.n-text-light-neutral-text-inverse\/15 {
  color:rgb(255 255 255 / 0.15);
}
.n-text-light-neutral-text-inverse\/20 {
  color:rgb(255 255 255 / 0.2);
}
.n-text-light-neutral-text-inverse\/25 {
  color:rgb(255 255 255 / 0.25);
}
.n-text-light-neutral-text-inverse\/30 {
  color:rgb(255 255 255 / 0.3);
}
.n-text-light-neutral-text-inverse\/35 {
  color:rgb(255 255 255 / 0.35);
}
.n-text-light-neutral-text-inverse\/40 {
  color:rgb(255 255 255 / 0.4);
}
.n-text-light-neutral-text-inverse\/45 {
  color:rgb(255 255 255 / 0.45);
}
.n-text-light-neutral-text-inverse\/5 {
  color:rgb(255 255 255 / 0.05);
}
.n-text-light-neutral-text-inverse\/50 {
  color:rgb(255 255 255 / 0.5);
}
.n-text-light-neutral-text-inverse\/55 {
  color:rgb(255 255 255 / 0.55);
}
.n-text-light-neutral-text-inverse\/60 {
  color:rgb(255 255 255 / 0.6);
}
.n-text-light-neutral-text-inverse\/65 {
  color:rgb(255 255 255 / 0.65);
}
.n-text-light-neutral-text-inverse\/70 {
  color:rgb(255 255 255 / 0.7);
}
.n-text-light-neutral-text-inverse\/75 {
  color:rgb(255 255 255 / 0.75);
}
.n-text-light-neutral-text-inverse\/80 {
  color:rgb(255 255 255 / 0.8);
}
.n-text-light-neutral-text-inverse\/85 {
  color:rgb(255 255 255 / 0.85);
}
.n-text-light-neutral-text-inverse\/90 {
  color:rgb(255 255 255 / 0.9);
}
.n-text-light-neutral-text-inverse\/95 {
  color:rgb(255 255 255 / 0.95);
}
.n-text-light-neutral-text-weak {
  --tw-text-opacity:1;
  color:rgb(77 81 87 / var(--tw-text-opacity));
}
.n-text-light-neutral-text-weak\/0 {
  color:rgb(77 81 87 / 0);
}
.n-text-light-neutral-text-weak\/10 {
  color:rgb(77 81 87 / 0.1);
}
.n-text-light-neutral-text-weak\/100 {
  color:rgb(77 81 87 / 1);
}
.n-text-light-neutral-text-weak\/15 {
  color:rgb(77 81 87 / 0.15);
}
.n-text-light-neutral-text-weak\/20 {
  color:rgb(77 81 87 / 0.2);
}
.n-text-light-neutral-text-weak\/25 {
  color:rgb(77 81 87 / 0.25);
}
.n-text-light-neutral-text-weak\/30 {
  color:rgb(77 81 87 / 0.3);
}
.n-text-light-neutral-text-weak\/35 {
  color:rgb(77 81 87 / 0.35);
}
.n-text-light-neutral-text-weak\/40 {
  color:rgb(77 81 87 / 0.4);
}
.n-text-light-neutral-text-weak\/45 {
  color:rgb(77 81 87 / 0.45);
}
.n-text-light-neutral-text-weak\/5 {
  color:rgb(77 81 87 / 0.05);
}
.n-text-light-neutral-text-weak\/50 {
  color:rgb(77 81 87 / 0.5);
}
.n-text-light-neutral-text-weak\/55 {
  color:rgb(77 81 87 / 0.55);
}
.n-text-light-neutral-text-weak\/60 {
  color:rgb(77 81 87 / 0.6);
}
.n-text-light-neutral-text-weak\/65 {
  color:rgb(77 81 87 / 0.65);
}
.n-text-light-neutral-text-weak\/70 {
  color:rgb(77 81 87 / 0.7);
}
.n-text-light-neutral-text-weak\/75 {
  color:rgb(77 81 87 / 0.75);
}
.n-text-light-neutral-text-weak\/80 {
  color:rgb(77 81 87 / 0.8);
}
.n-text-light-neutral-text-weak\/85 {
  color:rgb(77 81 87 / 0.85);
}
.n-text-light-neutral-text-weak\/90 {
  color:rgb(77 81 87 / 0.9);
}
.n-text-light-neutral-text-weak\/95 {
  color:rgb(77 81 87 / 0.95);
}
.n-text-light-neutral-text-weaker {
  --tw-text-opacity:1;
  color:rgb(94 99 106 / var(--tw-text-opacity));
}
.n-text-light-neutral-text-weaker\/0 {
  color:rgb(94 99 106 / 0);
}
.n-text-light-neutral-text-weaker\/10 {
  color:rgb(94 99 106 / 0.1);
}
.n-text-light-neutral-text-weaker\/100 {
  color:rgb(94 99 106 / 1);
}
.n-text-light-neutral-text-weaker\/15 {
  color:rgb(94 99 106 / 0.15);
}
.n-text-light-neutral-text-weaker\/20 {
  color:rgb(94 99 106 / 0.2);
}
.n-text-light-neutral-text-weaker\/25 {
  color:rgb(94 99 106 / 0.25);
}
.n-text-light-neutral-text-weaker\/30 {
  color:rgb(94 99 106 / 0.3);
}
.n-text-light-neutral-text-weaker\/35 {
  color:rgb(94 99 106 / 0.35);
}
.n-text-light-neutral-text-weaker\/40 {
  color:rgb(94 99 106 / 0.4);
}
.n-text-light-neutral-text-weaker\/45 {
  color:rgb(94 99 106 / 0.45);
}
.n-text-light-neutral-text-weaker\/5 {
  color:rgb(94 99 106 / 0.05);
}
.n-text-light-neutral-text-weaker\/50 {
  color:rgb(94 99 106 / 0.5);
}
.n-text-light-neutral-text-weaker\/55 {
  color:rgb(94 99 106 / 0.55);
}
.n-text-light-neutral-text-weaker\/60 {
  color:rgb(94 99 106 / 0.6);
}
.n-text-light-neutral-text-weaker\/65 {
  color:rgb(94 99 106 / 0.65);
}
.n-text-light-neutral-text-weaker\/70 {
  color:rgb(94 99 106 / 0.7);
}
.n-text-light-neutral-text-weaker\/75 {
  color:rgb(94 99 106 / 0.75);
}
.n-text-light-neutral-text-weaker\/80 {
  color:rgb(94 99 106 / 0.8);
}
.n-text-light-neutral-text-weaker\/85 {
  color:rgb(94 99 106 / 0.85);
}
.n-text-light-neutral-text-weaker\/90 {
  color:rgb(94 99 106 / 0.9);
}
.n-text-light-neutral-text-weaker\/95 {
  color:rgb(94 99 106 / 0.95);
}
.n-text-light-neutral-text-weakest {
  --tw-text-opacity:1;
  color:rgb(168 172 178 / var(--tw-text-opacity));
}
.n-text-light-neutral-text-weakest\/0 {
  color:rgb(168 172 178 / 0);
}
.n-text-light-neutral-text-weakest\/10 {
  color:rgb(168 172 178 / 0.1);
}
.n-text-light-neutral-text-weakest\/100 {
  color:rgb(168 172 178 / 1);
}
.n-text-light-neutral-text-weakest\/15 {
  color:rgb(168 172 178 / 0.15);
}
.n-text-light-neutral-text-weakest\/20 {
  color:rgb(168 172 178 / 0.2);
}
.n-text-light-neutral-text-weakest\/25 {
  color:rgb(168 172 178 / 0.25);
}
.n-text-light-neutral-text-weakest\/30 {
  color:rgb(168 172 178 / 0.3);
}
.n-text-light-neutral-text-weakest\/35 {
  color:rgb(168 172 178 / 0.35);
}
.n-text-light-neutral-text-weakest\/40 {
  color:rgb(168 172 178 / 0.4);
}
.n-text-light-neutral-text-weakest\/45 {
  color:rgb(168 172 178 / 0.45);
}
.n-text-light-neutral-text-weakest\/5 {
  color:rgb(168 172 178 / 0.05);
}
.n-text-light-neutral-text-weakest\/50 {
  color:rgb(168 172 178 / 0.5);
}
.n-text-light-neutral-text-weakest\/55 {
  color:rgb(168 172 178 / 0.55);
}
.n-text-light-neutral-text-weakest\/60 {
  color:rgb(168 172 178 / 0.6);
}
.n-text-light-neutral-text-weakest\/65 {
  color:rgb(168 172 178 / 0.65);
}
.n-text-light-neutral-text-weakest\/70 {
  color:rgb(168 172 178 / 0.7);
}
.n-text-light-neutral-text-weakest\/75 {
  color:rgb(168 172 178 / 0.75);
}
.n-text-light-neutral-text-weakest\/80 {
  color:rgb(168 172 178 / 0.8);
}
.n-text-light-neutral-text-weakest\/85 {
  color:rgb(168 172 178 / 0.85);
}
.n-text-light-neutral-text-weakest\/90 {
  color:rgb(168 172 178 / 0.9);
}
.n-text-light-neutral-text-weakest\/95 {
  color:rgb(168 172 178 / 0.95);
}
.n-text-light-primary-bg-selected {
  --tw-text-opacity:1;
  color:rgb(231 250 251 / var(--tw-text-opacity));
}
.n-text-light-primary-bg-selected\/0 {
  color:rgb(231 250 251 / 0);
}
.n-text-light-primary-bg-selected\/10 {
  color:rgb(231 250 251 / 0.1);
}
.n-text-light-primary-bg-selected\/100 {
  color:rgb(231 250 251 / 1);
}
.n-text-light-primary-bg-selected\/15 {
  color:rgb(231 250 251 / 0.15);
}
.n-text-light-primary-bg-selected\/20 {
  color:rgb(231 250 251 / 0.2);
}
.n-text-light-primary-bg-selected\/25 {
  color:rgb(231 250 251 / 0.25);
}
.n-text-light-primary-bg-selected\/30 {
  color:rgb(231 250 251 / 0.3);
}
.n-text-light-primary-bg-selected\/35 {
  color:rgb(231 250 251 / 0.35);
}
.n-text-light-primary-bg-selected\/40 {
  color:rgb(231 250 251 / 0.4);
}
.n-text-light-primary-bg-selected\/45 {
  color:rgb(231 250 251 / 0.45);
}
.n-text-light-primary-bg-selected\/5 {
  color:rgb(231 250 251 / 0.05);
}
.n-text-light-primary-bg-selected\/50 {
  color:rgb(231 250 251 / 0.5);
}
.n-text-light-primary-bg-selected\/55 {
  color:rgb(231 250 251 / 0.55);
}
.n-text-light-primary-bg-selected\/60 {
  color:rgb(231 250 251 / 0.6);
}
.n-text-light-primary-bg-selected\/65 {
  color:rgb(231 250 251 / 0.65);
}
.n-text-light-primary-bg-selected\/70 {
  color:rgb(231 250 251 / 0.7);
}
.n-text-light-primary-bg-selected\/75 {
  color:rgb(231 250 251 / 0.75);
}
.n-text-light-primary-bg-selected\/80 {
  color:rgb(231 250 251 / 0.8);
}
.n-text-light-primary-bg-selected\/85 {
  color:rgb(231 250 251 / 0.85);
}
.n-text-light-primary-bg-selected\/90 {
  color:rgb(231 250 251 / 0.9);
}
.n-text-light-primary-bg-selected\/95 {
  color:rgb(231 250 251 / 0.95);
}
.n-text-light-primary-bg-status {
  --tw-text-opacity:1;
  color:rgb(76 153 164 / var(--tw-text-opacity));
}
.n-text-light-primary-bg-status\/0 {
  color:rgb(76 153 164 / 0);
}
.n-text-light-primary-bg-status\/10 {
  color:rgb(76 153 164 / 0.1);
}
.n-text-light-primary-bg-status\/100 {
  color:rgb(76 153 164 / 1);
}
.n-text-light-primary-bg-status\/15 {
  color:rgb(76 153 164 / 0.15);
}
.n-text-light-primary-bg-status\/20 {
  color:rgb(76 153 164 / 0.2);
}
.n-text-light-primary-bg-status\/25 {
  color:rgb(76 153 164 / 0.25);
}
.n-text-light-primary-bg-status\/30 {
  color:rgb(76 153 164 / 0.3);
}
.n-text-light-primary-bg-status\/35 {
  color:rgb(76 153 164 / 0.35);
}
.n-text-light-primary-bg-status\/40 {
  color:rgb(76 153 164 / 0.4);
}
.n-text-light-primary-bg-status\/45 {
  color:rgb(76 153 164 / 0.45);
}
.n-text-light-primary-bg-status\/5 {
  color:rgb(76 153 164 / 0.05);
}
.n-text-light-primary-bg-status\/50 {
  color:rgb(76 153 164 / 0.5);
}
.n-text-light-primary-bg-status\/55 {
  color:rgb(76 153 164 / 0.55);
}
.n-text-light-primary-bg-status\/60 {
  color:rgb(76 153 164 / 0.6);
}
.n-text-light-primary-bg-status\/65 {
  color:rgb(76 153 164 / 0.65);
}
.n-text-light-primary-bg-status\/70 {
  color:rgb(76 153 164 / 0.7);
}
.n-text-light-primary-bg-status\/75 {
  color:rgb(76 153 164 / 0.75);
}
.n-text-light-primary-bg-status\/80 {
  color:rgb(76 153 164 / 0.8);
}
.n-text-light-primary-bg-status\/85 {
  color:rgb(76 153 164 / 0.85);
}
.n-text-light-primary-bg-status\/90 {
  color:rgb(76 153 164 / 0.9);
}
.n-text-light-primary-bg-status\/95 {
  color:rgb(76 153 164 / 0.95);
}
.n-text-light-primary-bg-strong {
  --tw-text-opacity:1;
  color:rgb(10 97 144 / var(--tw-text-opacity));
}
.n-text-light-primary-bg-strong\/0 {
  color:rgb(10 97 144 / 0);
}
.n-text-light-primary-bg-strong\/10 {
  color:rgb(10 97 144 / 0.1);
}
.n-text-light-primary-bg-strong\/100 {
  color:rgb(10 97 144 / 1);
}
.n-text-light-primary-bg-strong\/15 {
  color:rgb(10 97 144 / 0.15);
}
.n-text-light-primary-bg-strong\/20 {
  color:rgb(10 97 144 / 0.2);
}
.n-text-light-primary-bg-strong\/25 {
  color:rgb(10 97 144 / 0.25);
}
.n-text-light-primary-bg-strong\/30 {
  color:rgb(10 97 144 / 0.3);
}
.n-text-light-primary-bg-strong\/35 {
  color:rgb(10 97 144 / 0.35);
}
.n-text-light-primary-bg-strong\/40 {
  color:rgb(10 97 144 / 0.4);
}
.n-text-light-primary-bg-strong\/45 {
  color:rgb(10 97 144 / 0.45);
}
.n-text-light-primary-bg-strong\/5 {
  color:rgb(10 97 144 / 0.05);
}
.n-text-light-primary-bg-strong\/50 {
  color:rgb(10 97 144 / 0.5);
}
.n-text-light-primary-bg-strong\/55 {
  color:rgb(10 97 144 / 0.55);
}
.n-text-light-primary-bg-strong\/60 {
  color:rgb(10 97 144 / 0.6);
}
.n-text-light-primary-bg-strong\/65 {
  color:rgb(10 97 144 / 0.65);
}
.n-text-light-primary-bg-strong\/70 {
  color:rgb(10 97 144 / 0.7);
}
.n-text-light-primary-bg-strong\/75 {
  color:rgb(10 97 144 / 0.75);
}
.n-text-light-primary-bg-strong\/80 {
  color:rgb(10 97 144 / 0.8);
}
.n-text-light-primary-bg-strong\/85 {
  color:rgb(10 97 144 / 0.85);
}
.n-text-light-primary-bg-strong\/90 {
  color:rgb(10 97 144 / 0.9);
}
.n-text-light-primary-bg-strong\/95 {
  color:rgb(10 97 144 / 0.95);
}
.n-text-light-primary-bg-weak {
  --tw-text-opacity:1;
  color:rgb(231 250 251 / var(--tw-text-opacity));
}
.n-text-light-primary-bg-weak\/0 {
  color:rgb(231 250 251 / 0);
}
.n-text-light-primary-bg-weak\/10 {
  color:rgb(231 250 251 / 0.1);
}
.n-text-light-primary-bg-weak\/100 {
  color:rgb(231 250 251 / 1);
}
.n-text-light-primary-bg-weak\/15 {
  color:rgb(231 250 251 / 0.15);
}
.n-text-light-primary-bg-weak\/20 {
  color:rgb(231 250 251 / 0.2);
}
.n-text-light-primary-bg-weak\/25 {
  color:rgb(231 250 251 / 0.25);
}
.n-text-light-primary-bg-weak\/30 {
  color:rgb(231 250 251 / 0.3);
}
.n-text-light-primary-bg-weak\/35 {
  color:rgb(231 250 251 / 0.35);
}
.n-text-light-primary-bg-weak\/40 {
  color:rgb(231 250 251 / 0.4);
}
.n-text-light-primary-bg-weak\/45 {
  color:rgb(231 250 251 / 0.45);
}
.n-text-light-primary-bg-weak\/5 {
  color:rgb(231 250 251 / 0.05);
}
.n-text-light-primary-bg-weak\/50 {
  color:rgb(231 250 251 / 0.5);
}
.n-text-light-primary-bg-weak\/55 {
  color:rgb(231 250 251 / 0.55);
}
.n-text-light-primary-bg-weak\/60 {
  color:rgb(231 250 251 / 0.6);
}
.n-text-light-primary-bg-weak\/65 {
  color:rgb(231 250 251 / 0.65);
}
.n-text-light-primary-bg-weak\/70 {
  color:rgb(231 250 251 / 0.7);
}
.n-text-light-primary-bg-weak\/75 {
  color:rgb(231 250 251 / 0.75);
}
.n-text-light-primary-bg-weak\/80 {
  color:rgb(231 250 251 / 0.8);
}
.n-text-light-primary-bg-weak\/85 {
  color:rgb(231 250 251 / 0.85);
}
.n-text-light-primary-bg-weak\/90 {
  color:rgb(231 250 251 / 0.9);
}
.n-text-light-primary-bg-weak\/95 {
  color:rgb(231 250 251 / 0.95);
}
.n-text-light-primary-border-strong {
  --tw-text-opacity:1;
  color:rgb(10 97 144 / var(--tw-text-opacity));
}
.n-text-light-primary-border-strong\/0 {
  color:rgb(10 97 144 / 0);
}
.n-text-light-primary-border-strong\/10 {
  color:rgb(10 97 144 / 0.1);
}
.n-text-light-primary-border-strong\/100 {
  color:rgb(10 97 144 / 1);
}
.n-text-light-primary-border-strong\/15 {
  color:rgb(10 97 144 / 0.15);
}
.n-text-light-primary-border-strong\/20 {
  color:rgb(10 97 144 / 0.2);
}
.n-text-light-primary-border-strong\/25 {
  color:rgb(10 97 144 / 0.25);
}
.n-text-light-primary-border-strong\/30 {
  color:rgb(10 97 144 / 0.3);
}
.n-text-light-primary-border-strong\/35 {
  color:rgb(10 97 144 / 0.35);
}
.n-text-light-primary-border-strong\/40 {
  color:rgb(10 97 144 / 0.4);
}
.n-text-light-primary-border-strong\/45 {
  color:rgb(10 97 144 / 0.45);
}
.n-text-light-primary-border-strong\/5 {
  color:rgb(10 97 144 / 0.05);
}
.n-text-light-primary-border-strong\/50 {
  color:rgb(10 97 144 / 0.5);
}
.n-text-light-primary-border-strong\/55 {
  color:rgb(10 97 144 / 0.55);
}
.n-text-light-primary-border-strong\/60 {
  color:rgb(10 97 144 / 0.6);
}
.n-text-light-primary-border-strong\/65 {
  color:rgb(10 97 144 / 0.65);
}
.n-text-light-primary-border-strong\/70 {
  color:rgb(10 97 144 / 0.7);
}
.n-text-light-primary-border-strong\/75 {
  color:rgb(10 97 144 / 0.75);
}
.n-text-light-primary-border-strong\/80 {
  color:rgb(10 97 144 / 0.8);
}
.n-text-light-primary-border-strong\/85 {
  color:rgb(10 97 144 / 0.85);
}
.n-text-light-primary-border-strong\/90 {
  color:rgb(10 97 144 / 0.9);
}
.n-text-light-primary-border-strong\/95 {
  color:rgb(10 97 144 / 0.95);
}
.n-text-light-primary-border-weak {
  --tw-text-opacity:1;
  color:rgb(143 227 232 / var(--tw-text-opacity));
}
.n-text-light-primary-border-weak\/0 {
  color:rgb(143 227 232 / 0);
}
.n-text-light-primary-border-weak\/10 {
  color:rgb(143 227 232 / 0.1);
}
.n-text-light-primary-border-weak\/100 {
  color:rgb(143 227 232 / 1);
}
.n-text-light-primary-border-weak\/15 {
  color:rgb(143 227 232 / 0.15);
}
.n-text-light-primary-border-weak\/20 {
  color:rgb(143 227 232 / 0.2);
}
.n-text-light-primary-border-weak\/25 {
  color:rgb(143 227 232 / 0.25);
}
.n-text-light-primary-border-weak\/30 {
  color:rgb(143 227 232 / 0.3);
}
.n-text-light-primary-border-weak\/35 {
  color:rgb(143 227 232 / 0.35);
}
.n-text-light-primary-border-weak\/40 {
  color:rgb(143 227 232 / 0.4);
}
.n-text-light-primary-border-weak\/45 {
  color:rgb(143 227 232 / 0.45);
}
.n-text-light-primary-border-weak\/5 {
  color:rgb(143 227 232 / 0.05);
}
.n-text-light-primary-border-weak\/50 {
  color:rgb(143 227 232 / 0.5);
}
.n-text-light-primary-border-weak\/55 {
  color:rgb(143 227 232 / 0.55);
}
.n-text-light-primary-border-weak\/60 {
  color:rgb(143 227 232 / 0.6);
}
.n-text-light-primary-border-weak\/65 {
  color:rgb(143 227 232 / 0.65);
}
.n-text-light-primary-border-weak\/70 {
  color:rgb(143 227 232 / 0.7);
}
.n-text-light-primary-border-weak\/75 {
  color:rgb(143 227 232 / 0.75);
}
.n-text-light-primary-border-weak\/80 {
  color:rgb(143 227 232 / 0.8);
}
.n-text-light-primary-border-weak\/85 {
  color:rgb(143 227 232 / 0.85);
}
.n-text-light-primary-border-weak\/90 {
  color:rgb(143 227 232 / 0.9);
}
.n-text-light-primary-border-weak\/95 {
  color:rgb(143 227 232 / 0.95);
}
.n-text-light-primary-focus {
  --tw-text-opacity:1;
  color:rgb(48 131 157 / var(--tw-text-opacity));
}
.n-text-light-primary-focus\/0 {
  color:rgb(48 131 157 / 0);
}
.n-text-light-primary-focus\/10 {
  color:rgb(48 131 157 / 0.1);
}
.n-text-light-primary-focus\/100 {
  color:rgb(48 131 157 / 1);
}
.n-text-light-primary-focus\/15 {
  color:rgb(48 131 157 / 0.15);
}
.n-text-light-primary-focus\/20 {
  color:rgb(48 131 157 / 0.2);
}
.n-text-light-primary-focus\/25 {
  color:rgb(48 131 157 / 0.25);
}
.n-text-light-primary-focus\/30 {
  color:rgb(48 131 157 / 0.3);
}
.n-text-light-primary-focus\/35 {
  color:rgb(48 131 157 / 0.35);
}
.n-text-light-primary-focus\/40 {
  color:rgb(48 131 157 / 0.4);
}
.n-text-light-primary-focus\/45 {
  color:rgb(48 131 157 / 0.45);
}
.n-text-light-primary-focus\/5 {
  color:rgb(48 131 157 / 0.05);
}
.n-text-light-primary-focus\/50 {
  color:rgb(48 131 157 / 0.5);
}
.n-text-light-primary-focus\/55 {
  color:rgb(48 131 157 / 0.55);
}
.n-text-light-primary-focus\/60 {
  color:rgb(48 131 157 / 0.6);
}
.n-text-light-primary-focus\/65 {
  color:rgb(48 131 157 / 0.65);
}
.n-text-light-primary-focus\/70 {
  color:rgb(48 131 157 / 0.7);
}
.n-text-light-primary-focus\/75 {
  color:rgb(48 131 157 / 0.75);
}
.n-text-light-primary-focus\/80 {
  color:rgb(48 131 157 / 0.8);
}
.n-text-light-primary-focus\/85 {
  color:rgb(48 131 157 / 0.85);
}
.n-text-light-primary-focus\/90 {
  color:rgb(48 131 157 / 0.9);
}
.n-text-light-primary-focus\/95 {
  color:rgb(48 131 157 / 0.95);
}
.n-text-light-primary-hover-strong {
  --tw-text-opacity:1;
  color:rgb(2 80 123 / var(--tw-text-opacity));
}
.n-text-light-primary-hover-strong\/0 {
  color:rgb(2 80 123 / 0);
}
.n-text-light-primary-hover-strong\/10 {
  color:rgb(2 80 123 / 0.1);
}
.n-text-light-primary-hover-strong\/100 {
  color:rgb(2 80 123 / 1);
}
.n-text-light-primary-hover-strong\/15 {
  color:rgb(2 80 123 / 0.15);
}
.n-text-light-primary-hover-strong\/20 {
  color:rgb(2 80 123 / 0.2);
}
.n-text-light-primary-hover-strong\/25 {
  color:rgb(2 80 123 / 0.25);
}
.n-text-light-primary-hover-strong\/30 {
  color:rgb(2 80 123 / 0.3);
}
.n-text-light-primary-hover-strong\/35 {
  color:rgb(2 80 123 / 0.35);
}
.n-text-light-primary-hover-strong\/40 {
  color:rgb(2 80 123 / 0.4);
}
.n-text-light-primary-hover-strong\/45 {
  color:rgb(2 80 123 / 0.45);
}
.n-text-light-primary-hover-strong\/5 {
  color:rgb(2 80 123 / 0.05);
}
.n-text-light-primary-hover-strong\/50 {
  color:rgb(2 80 123 / 0.5);
}
.n-text-light-primary-hover-strong\/55 {
  color:rgb(2 80 123 / 0.55);
}
.n-text-light-primary-hover-strong\/60 {
  color:rgb(2 80 123 / 0.6);
}
.n-text-light-primary-hover-strong\/65 {
  color:rgb(2 80 123 / 0.65);
}
.n-text-light-primary-hover-strong\/70 {
  color:rgb(2 80 123 / 0.7);
}
.n-text-light-primary-hover-strong\/75 {
  color:rgb(2 80 123 / 0.75);
}
.n-text-light-primary-hover-strong\/80 {
  color:rgb(2 80 123 / 0.8);
}
.n-text-light-primary-hover-strong\/85 {
  color:rgb(2 80 123 / 0.85);
}
.n-text-light-primary-hover-strong\/90 {
  color:rgb(2 80 123 / 0.9);
}
.n-text-light-primary-hover-strong\/95 {
  color:rgb(2 80 123 / 0.95);
}
.n-text-light-primary-hover-weak {
  --tw-text-opacity:1;
  color:rgb(48 131 157 / var(--tw-text-opacity));
}
.n-text-light-primary-hover-weak\/0 {
  color:rgb(48 131 157 / 0);
}
.n-text-light-primary-hover-weak\/10 {
  color:rgb(48 131 157 / 0.1);
}
.n-text-light-primary-hover-weak\/100 {
  color:rgb(48 131 157 / 1);
}
.n-text-light-primary-hover-weak\/15 {
  color:rgb(48 131 157 / 0.15);
}
.n-text-light-primary-hover-weak\/20 {
  color:rgb(48 131 157 / 0.2);
}
.n-text-light-primary-hover-weak\/25 {
  color:rgb(48 131 157 / 0.25);
}
.n-text-light-primary-hover-weak\/30 {
  color:rgb(48 131 157 / 0.3);
}
.n-text-light-primary-hover-weak\/35 {
  color:rgb(48 131 157 / 0.35);
}
.n-text-light-primary-hover-weak\/40 {
  color:rgb(48 131 157 / 0.4);
}
.n-text-light-primary-hover-weak\/45 {
  color:rgb(48 131 157 / 0.45);
}
.n-text-light-primary-hover-weak\/5 {
  color:rgb(48 131 157 / 0.05);
}
.n-text-light-primary-hover-weak\/50 {
  color:rgb(48 131 157 / 0.5);
}
.n-text-light-primary-hover-weak\/55 {
  color:rgb(48 131 157 / 0.55);
}
.n-text-light-primary-hover-weak\/60 {
  color:rgb(48 131 157 / 0.6);
}
.n-text-light-primary-hover-weak\/65 {
  color:rgb(48 131 157 / 0.65);
}
.n-text-light-primary-hover-weak\/70 {
  color:rgb(48 131 157 / 0.7);
}
.n-text-light-primary-hover-weak\/75 {
  color:rgb(48 131 157 / 0.75);
}
.n-text-light-primary-hover-weak\/80 {
  color:rgb(48 131 157 / 0.8);
}
.n-text-light-primary-hover-weak\/85 {
  color:rgb(48 131 157 / 0.85);
}
.n-text-light-primary-hover-weak\/90 {
  color:rgb(48 131 157 / 0.9);
}
.n-text-light-primary-hover-weak\/95 {
  color:rgb(48 131 157 / 0.95);
}
.n-text-light-primary-icon {
  --tw-text-opacity:1;
  color:rgb(10 97 144 / var(--tw-text-opacity));
}
.n-text-light-primary-icon\/0 {
  color:rgb(10 97 144 / 0);
}
.n-text-light-primary-icon\/10 {
  color:rgb(10 97 144 / 0.1);
}
.n-text-light-primary-icon\/100 {
  color:rgb(10 97 144 / 1);
}
.n-text-light-primary-icon\/15 {
  color:rgb(10 97 144 / 0.15);
}
.n-text-light-primary-icon\/20 {
  color:rgb(10 97 144 / 0.2);
}
.n-text-light-primary-icon\/25 {
  color:rgb(10 97 144 / 0.25);
}
.n-text-light-primary-icon\/30 {
  color:rgb(10 97 144 / 0.3);
}
.n-text-light-primary-icon\/35 {
  color:rgb(10 97 144 / 0.35);
}
.n-text-light-primary-icon\/40 {
  color:rgb(10 97 144 / 0.4);
}
.n-text-light-primary-icon\/45 {
  color:rgb(10 97 144 / 0.45);
}
.n-text-light-primary-icon\/5 {
  color:rgb(10 97 144 / 0.05);
}
.n-text-light-primary-icon\/50 {
  color:rgb(10 97 144 / 0.5);
}
.n-text-light-primary-icon\/55 {
  color:rgb(10 97 144 / 0.55);
}
.n-text-light-primary-icon\/60 {
  color:rgb(10 97 144 / 0.6);
}
.n-text-light-primary-icon\/65 {
  color:rgb(10 97 144 / 0.65);
}
.n-text-light-primary-icon\/70 {
  color:rgb(10 97 144 / 0.7);
}
.n-text-light-primary-icon\/75 {
  color:rgb(10 97 144 / 0.75);
}
.n-text-light-primary-icon\/80 {
  color:rgb(10 97 144 / 0.8);
}
.n-text-light-primary-icon\/85 {
  color:rgb(10 97 144 / 0.85);
}
.n-text-light-primary-icon\/90 {
  color:rgb(10 97 144 / 0.9);
}
.n-text-light-primary-icon\/95 {
  color:rgb(10 97 144 / 0.95);
}
.n-text-light-primary-pressed-strong {
  --tw-text-opacity:1;
  color:rgb(1 64 99 / var(--tw-text-opacity));
}
.n-text-light-primary-pressed-strong\/0 {
  color:rgb(1 64 99 / 0);
}
.n-text-light-primary-pressed-strong\/10 {
  color:rgb(1 64 99 / 0.1);
}
.n-text-light-primary-pressed-strong\/100 {
  color:rgb(1 64 99 / 1);
}
.n-text-light-primary-pressed-strong\/15 {
  color:rgb(1 64 99 / 0.15);
}
.n-text-light-primary-pressed-strong\/20 {
  color:rgb(1 64 99 / 0.2);
}
.n-text-light-primary-pressed-strong\/25 {
  color:rgb(1 64 99 / 0.25);
}
.n-text-light-primary-pressed-strong\/30 {
  color:rgb(1 64 99 / 0.3);
}
.n-text-light-primary-pressed-strong\/35 {
  color:rgb(1 64 99 / 0.35);
}
.n-text-light-primary-pressed-strong\/40 {
  color:rgb(1 64 99 / 0.4);
}
.n-text-light-primary-pressed-strong\/45 {
  color:rgb(1 64 99 / 0.45);
}
.n-text-light-primary-pressed-strong\/5 {
  color:rgb(1 64 99 / 0.05);
}
.n-text-light-primary-pressed-strong\/50 {
  color:rgb(1 64 99 / 0.5);
}
.n-text-light-primary-pressed-strong\/55 {
  color:rgb(1 64 99 / 0.55);
}
.n-text-light-primary-pressed-strong\/60 {
  color:rgb(1 64 99 / 0.6);
}
.n-text-light-primary-pressed-strong\/65 {
  color:rgb(1 64 99 / 0.65);
}
.n-text-light-primary-pressed-strong\/70 {
  color:rgb(1 64 99 / 0.7);
}
.n-text-light-primary-pressed-strong\/75 {
  color:rgb(1 64 99 / 0.75);
}
.n-text-light-primary-pressed-strong\/80 {
  color:rgb(1 64 99 / 0.8);
}
.n-text-light-primary-pressed-strong\/85 {
  color:rgb(1 64 99 / 0.85);
}
.n-text-light-primary-pressed-strong\/90 {
  color:rgb(1 64 99 / 0.9);
}
.n-text-light-primary-pressed-strong\/95 {
  color:rgb(1 64 99 / 0.95);
}
.n-text-light-primary-pressed-weak {
  --tw-text-opacity:1;
  color:rgb(48 131 157 / var(--tw-text-opacity));
}
.n-text-light-primary-pressed-weak\/0 {
  color:rgb(48 131 157 / 0);
}
.n-text-light-primary-pressed-weak\/10 {
  color:rgb(48 131 157 / 0.1);
}
.n-text-light-primary-pressed-weak\/100 {
  color:rgb(48 131 157 / 1);
}
.n-text-light-primary-pressed-weak\/15 {
  color:rgb(48 131 157 / 0.15);
}
.n-text-light-primary-pressed-weak\/20 {
  color:rgb(48 131 157 / 0.2);
}
.n-text-light-primary-pressed-weak\/25 {
  color:rgb(48 131 157 / 0.25);
}
.n-text-light-primary-pressed-weak\/30 {
  color:rgb(48 131 157 / 0.3);
}
.n-text-light-primary-pressed-weak\/35 {
  color:rgb(48 131 157 / 0.35);
}
.n-text-light-primary-pressed-weak\/40 {
  color:rgb(48 131 157 / 0.4);
}
.n-text-light-primary-pressed-weak\/45 {
  color:rgb(48 131 157 / 0.45);
}
.n-text-light-primary-pressed-weak\/5 {
  color:rgb(48 131 157 / 0.05);
}
.n-text-light-primary-pressed-weak\/50 {
  color:rgb(48 131 157 / 0.5);
}
.n-text-light-primary-pressed-weak\/55 {
  color:rgb(48 131 157 / 0.55);
}
.n-text-light-primary-pressed-weak\/60 {
  color:rgb(48 131 157 / 0.6);
}
.n-text-light-primary-pressed-weak\/65 {
  color:rgb(48 131 157 / 0.65);
}
.n-text-light-primary-pressed-weak\/70 {
  color:rgb(48 131 157 / 0.7);
}
.n-text-light-primary-pressed-weak\/75 {
  color:rgb(48 131 157 / 0.75);
}
.n-text-light-primary-pressed-weak\/80 {
  color:rgb(48 131 157 / 0.8);
}
.n-text-light-primary-pressed-weak\/85 {
  color:rgb(48 131 157 / 0.85);
}
.n-text-light-primary-pressed-weak\/90 {
  color:rgb(48 131 157 / 0.9);
}
.n-text-light-primary-pressed-weak\/95 {
  color:rgb(48 131 157 / 0.95);
}
.n-text-light-primary-text {
  --tw-text-opacity:1;
  color:rgb(10 97 144 / var(--tw-text-opacity));
}
.n-text-light-primary-text\/0 {
  color:rgb(10 97 144 / 0);
}
.n-text-light-primary-text\/10 {
  color:rgb(10 97 144 / 0.1);
}
.n-text-light-primary-text\/100 {
  color:rgb(10 97 144 / 1);
}
.n-text-light-primary-text\/15 {
  color:rgb(10 97 144 / 0.15);
}
.n-text-light-primary-text\/20 {
  color:rgb(10 97 144 / 0.2);
}
.n-text-light-primary-text\/25 {
  color:rgb(10 97 144 / 0.25);
}
.n-text-light-primary-text\/30 {
  color:rgb(10 97 144 / 0.3);
}
.n-text-light-primary-text\/35 {
  color:rgb(10 97 144 / 0.35);
}
.n-text-light-primary-text\/40 {
  color:rgb(10 97 144 / 0.4);
}
.n-text-light-primary-text\/45 {
  color:rgb(10 97 144 / 0.45);
}
.n-text-light-primary-text\/5 {
  color:rgb(10 97 144 / 0.05);
}
.n-text-light-primary-text\/50 {
  color:rgb(10 97 144 / 0.5);
}
.n-text-light-primary-text\/55 {
  color:rgb(10 97 144 / 0.55);
}
.n-text-light-primary-text\/60 {
  color:rgb(10 97 144 / 0.6);
}
.n-text-light-primary-text\/65 {
  color:rgb(10 97 144 / 0.65);
}
.n-text-light-primary-text\/70 {
  color:rgb(10 97 144 / 0.7);
}
.n-text-light-primary-text\/75 {
  color:rgb(10 97 144 / 0.75);
}
.n-text-light-primary-text\/80 {
  color:rgb(10 97 144 / 0.8);
}
.n-text-light-primary-text\/85 {
  color:rgb(10 97 144 / 0.85);
}
.n-text-light-primary-text\/90 {
  color:rgb(10 97 144 / 0.9);
}
.n-text-light-primary-text\/95 {
  color:rgb(10 97 144 / 0.95);
}
.n-text-light-success-bg-status {
  --tw-text-opacity:1;
  color:rgb(91 153 43 / var(--tw-text-opacity));
}
.n-text-light-success-bg-status\/0 {
  color:rgb(91 153 43 / 0);
}
.n-text-light-success-bg-status\/10 {
  color:rgb(91 153 43 / 0.1);
}
.n-text-light-success-bg-status\/100 {
  color:rgb(91 153 43 / 1);
}
.n-text-light-success-bg-status\/15 {
  color:rgb(91 153 43 / 0.15);
}
.n-text-light-success-bg-status\/20 {
  color:rgb(91 153 43 / 0.2);
}
.n-text-light-success-bg-status\/25 {
  color:rgb(91 153 43 / 0.25);
}
.n-text-light-success-bg-status\/30 {
  color:rgb(91 153 43 / 0.3);
}
.n-text-light-success-bg-status\/35 {
  color:rgb(91 153 43 / 0.35);
}
.n-text-light-success-bg-status\/40 {
  color:rgb(91 153 43 / 0.4);
}
.n-text-light-success-bg-status\/45 {
  color:rgb(91 153 43 / 0.45);
}
.n-text-light-success-bg-status\/5 {
  color:rgb(91 153 43 / 0.05);
}
.n-text-light-success-bg-status\/50 {
  color:rgb(91 153 43 / 0.5);
}
.n-text-light-success-bg-status\/55 {
  color:rgb(91 153 43 / 0.55);
}
.n-text-light-success-bg-status\/60 {
  color:rgb(91 153 43 / 0.6);
}
.n-text-light-success-bg-status\/65 {
  color:rgb(91 153 43 / 0.65);
}
.n-text-light-success-bg-status\/70 {
  color:rgb(91 153 43 / 0.7);
}
.n-text-light-success-bg-status\/75 {
  color:rgb(91 153 43 / 0.75);
}
.n-text-light-success-bg-status\/80 {
  color:rgb(91 153 43 / 0.8);
}
.n-text-light-success-bg-status\/85 {
  color:rgb(91 153 43 / 0.85);
}
.n-text-light-success-bg-status\/90 {
  color:rgb(91 153 43 / 0.9);
}
.n-text-light-success-bg-status\/95 {
  color:rgb(91 153 43 / 0.95);
}
.n-text-light-success-bg-strong {
  --tw-text-opacity:1;
  color:rgb(63 120 36 / var(--tw-text-opacity));
}
.n-text-light-success-bg-strong\/0 {
  color:rgb(63 120 36 / 0);
}
.n-text-light-success-bg-strong\/10 {
  color:rgb(63 120 36 / 0.1);
}
.n-text-light-success-bg-strong\/100 {
  color:rgb(63 120 36 / 1);
}
.n-text-light-success-bg-strong\/15 {
  color:rgb(63 120 36 / 0.15);
}
.n-text-light-success-bg-strong\/20 {
  color:rgb(63 120 36 / 0.2);
}
.n-text-light-success-bg-strong\/25 {
  color:rgb(63 120 36 / 0.25);
}
.n-text-light-success-bg-strong\/30 {
  color:rgb(63 120 36 / 0.3);
}
.n-text-light-success-bg-strong\/35 {
  color:rgb(63 120 36 / 0.35);
}
.n-text-light-success-bg-strong\/40 {
  color:rgb(63 120 36 / 0.4);
}
.n-text-light-success-bg-strong\/45 {
  color:rgb(63 120 36 / 0.45);
}
.n-text-light-success-bg-strong\/5 {
  color:rgb(63 120 36 / 0.05);
}
.n-text-light-success-bg-strong\/50 {
  color:rgb(63 120 36 / 0.5);
}
.n-text-light-success-bg-strong\/55 {
  color:rgb(63 120 36 / 0.55);
}
.n-text-light-success-bg-strong\/60 {
  color:rgb(63 120 36 / 0.6);
}
.n-text-light-success-bg-strong\/65 {
  color:rgb(63 120 36 / 0.65);
}
.n-text-light-success-bg-strong\/70 {
  color:rgb(63 120 36 / 0.7);
}
.n-text-light-success-bg-strong\/75 {
  color:rgb(63 120 36 / 0.75);
}
.n-text-light-success-bg-strong\/80 {
  color:rgb(63 120 36 / 0.8);
}
.n-text-light-success-bg-strong\/85 {
  color:rgb(63 120 36 / 0.85);
}
.n-text-light-success-bg-strong\/90 {
  color:rgb(63 120 36 / 0.9);
}
.n-text-light-success-bg-strong\/95 {
  color:rgb(63 120 36 / 0.95);
}
.n-text-light-success-bg-weak {
  --tw-text-opacity:1;
  color:rgb(231 252 215 / var(--tw-text-opacity));
}
.n-text-light-success-bg-weak\/0 {
  color:rgb(231 252 215 / 0);
}
.n-text-light-success-bg-weak\/10 {
  color:rgb(231 252 215 / 0.1);
}
.n-text-light-success-bg-weak\/100 {
  color:rgb(231 252 215 / 1);
}
.n-text-light-success-bg-weak\/15 {
  color:rgb(231 252 215 / 0.15);
}
.n-text-light-success-bg-weak\/20 {
  color:rgb(231 252 215 / 0.2);
}
.n-text-light-success-bg-weak\/25 {
  color:rgb(231 252 215 / 0.25);
}
.n-text-light-success-bg-weak\/30 {
  color:rgb(231 252 215 / 0.3);
}
.n-text-light-success-bg-weak\/35 {
  color:rgb(231 252 215 / 0.35);
}
.n-text-light-success-bg-weak\/40 {
  color:rgb(231 252 215 / 0.4);
}
.n-text-light-success-bg-weak\/45 {
  color:rgb(231 252 215 / 0.45);
}
.n-text-light-success-bg-weak\/5 {
  color:rgb(231 252 215 / 0.05);
}
.n-text-light-success-bg-weak\/50 {
  color:rgb(231 252 215 / 0.5);
}
.n-text-light-success-bg-weak\/55 {
  color:rgb(231 252 215 / 0.55);
}
.n-text-light-success-bg-weak\/60 {
  color:rgb(231 252 215 / 0.6);
}
.n-text-light-success-bg-weak\/65 {
  color:rgb(231 252 215 / 0.65);
}
.n-text-light-success-bg-weak\/70 {
  color:rgb(231 252 215 / 0.7);
}
.n-text-light-success-bg-weak\/75 {
  color:rgb(231 252 215 / 0.75);
}
.n-text-light-success-bg-weak\/80 {
  color:rgb(231 252 215 / 0.8);
}
.n-text-light-success-bg-weak\/85 {
  color:rgb(231 252 215 / 0.85);
}
.n-text-light-success-bg-weak\/90 {
  color:rgb(231 252 215 / 0.9);
}
.n-text-light-success-bg-weak\/95 {
  color:rgb(231 252 215 / 0.95);
}
.n-text-light-success-border-strong {
  --tw-text-opacity:1;
  color:rgb(63 120 36 / var(--tw-text-opacity));
}
.n-text-light-success-border-strong\/0 {
  color:rgb(63 120 36 / 0);
}
.n-text-light-success-border-strong\/10 {
  color:rgb(63 120 36 / 0.1);
}
.n-text-light-success-border-strong\/100 {
  color:rgb(63 120 36 / 1);
}
.n-text-light-success-border-strong\/15 {
  color:rgb(63 120 36 / 0.15);
}
.n-text-light-success-border-strong\/20 {
  color:rgb(63 120 36 / 0.2);
}
.n-text-light-success-border-strong\/25 {
  color:rgb(63 120 36 / 0.25);
}
.n-text-light-success-border-strong\/30 {
  color:rgb(63 120 36 / 0.3);
}
.n-text-light-success-border-strong\/35 {
  color:rgb(63 120 36 / 0.35);
}
.n-text-light-success-border-strong\/40 {
  color:rgb(63 120 36 / 0.4);
}
.n-text-light-success-border-strong\/45 {
  color:rgb(63 120 36 / 0.45);
}
.n-text-light-success-border-strong\/5 {
  color:rgb(63 120 36 / 0.05);
}
.n-text-light-success-border-strong\/50 {
  color:rgb(63 120 36 / 0.5);
}
.n-text-light-success-border-strong\/55 {
  color:rgb(63 120 36 / 0.55);
}
.n-text-light-success-border-strong\/60 {
  color:rgb(63 120 36 / 0.6);
}
.n-text-light-success-border-strong\/65 {
  color:rgb(63 120 36 / 0.65);
}
.n-text-light-success-border-strong\/70 {
  color:rgb(63 120 36 / 0.7);
}
.n-text-light-success-border-strong\/75 {
  color:rgb(63 120 36 / 0.75);
}
.n-text-light-success-border-strong\/80 {
  color:rgb(63 120 36 / 0.8);
}
.n-text-light-success-border-strong\/85 {
  color:rgb(63 120 36 / 0.85);
}
.n-text-light-success-border-strong\/90 {
  color:rgb(63 120 36 / 0.9);
}
.n-text-light-success-border-strong\/95 {
  color:rgb(63 120 36 / 0.95);
}
.n-text-light-success-border-weak {
  --tw-text-opacity:1;
  color:rgb(144 203 98 / var(--tw-text-opacity));
}
.n-text-light-success-border-weak\/0 {
  color:rgb(144 203 98 / 0);
}
.n-text-light-success-border-weak\/10 {
  color:rgb(144 203 98 / 0.1);
}
.n-text-light-success-border-weak\/100 {
  color:rgb(144 203 98 / 1);
}
.n-text-light-success-border-weak\/15 {
  color:rgb(144 203 98 / 0.15);
}
.n-text-light-success-border-weak\/20 {
  color:rgb(144 203 98 / 0.2);
}
.n-text-light-success-border-weak\/25 {
  color:rgb(144 203 98 / 0.25);
}
.n-text-light-success-border-weak\/30 {
  color:rgb(144 203 98 / 0.3);
}
.n-text-light-success-border-weak\/35 {
  color:rgb(144 203 98 / 0.35);
}
.n-text-light-success-border-weak\/40 {
  color:rgb(144 203 98 / 0.4);
}
.n-text-light-success-border-weak\/45 {
  color:rgb(144 203 98 / 0.45);
}
.n-text-light-success-border-weak\/5 {
  color:rgb(144 203 98 / 0.05);
}
.n-text-light-success-border-weak\/50 {
  color:rgb(144 203 98 / 0.5);
}
.n-text-light-success-border-weak\/55 {
  color:rgb(144 203 98 / 0.55);
}
.n-text-light-success-border-weak\/60 {
  color:rgb(144 203 98 / 0.6);
}
.n-text-light-success-border-weak\/65 {
  color:rgb(144 203 98 / 0.65);
}
.n-text-light-success-border-weak\/70 {
  color:rgb(144 203 98 / 0.7);
}
.n-text-light-success-border-weak\/75 {
  color:rgb(144 203 98 / 0.75);
}
.n-text-light-success-border-weak\/80 {
  color:rgb(144 203 98 / 0.8);
}
.n-text-light-success-border-weak\/85 {
  color:rgb(144 203 98 / 0.85);
}
.n-text-light-success-border-weak\/90 {
  color:rgb(144 203 98 / 0.9);
}
.n-text-light-success-border-weak\/95 {
  color:rgb(144 203 98 / 0.95);
}
.n-text-light-success-icon {
  --tw-text-opacity:1;
  color:rgb(63 120 36 / var(--tw-text-opacity));
}
.n-text-light-success-icon\/0 {
  color:rgb(63 120 36 / 0);
}
.n-text-light-success-icon\/10 {
  color:rgb(63 120 36 / 0.1);
}
.n-text-light-success-icon\/100 {
  color:rgb(63 120 36 / 1);
}
.n-text-light-success-icon\/15 {
  color:rgb(63 120 36 / 0.15);
}
.n-text-light-success-icon\/20 {
  color:rgb(63 120 36 / 0.2);
}
.n-text-light-success-icon\/25 {
  color:rgb(63 120 36 / 0.25);
}
.n-text-light-success-icon\/30 {
  color:rgb(63 120 36 / 0.3);
}
.n-text-light-success-icon\/35 {
  color:rgb(63 120 36 / 0.35);
}
.n-text-light-success-icon\/40 {
  color:rgb(63 120 36 / 0.4);
}
.n-text-light-success-icon\/45 {
  color:rgb(63 120 36 / 0.45);
}
.n-text-light-success-icon\/5 {
  color:rgb(63 120 36 / 0.05);
}
.n-text-light-success-icon\/50 {
  color:rgb(63 120 36 / 0.5);
}
.n-text-light-success-icon\/55 {
  color:rgb(63 120 36 / 0.55);
}
.n-text-light-success-icon\/60 {
  color:rgb(63 120 36 / 0.6);
}
.n-text-light-success-icon\/65 {
  color:rgb(63 120 36 / 0.65);
}
.n-text-light-success-icon\/70 {
  color:rgb(63 120 36 / 0.7);
}
.n-text-light-success-icon\/75 {
  color:rgb(63 120 36 / 0.75);
}
.n-text-light-success-icon\/80 {
  color:rgb(63 120 36 / 0.8);
}
.n-text-light-success-icon\/85 {
  color:rgb(63 120 36 / 0.85);
}
.n-text-light-success-icon\/90 {
  color:rgb(63 120 36 / 0.9);
}
.n-text-light-success-icon\/95 {
  color:rgb(63 120 36 / 0.95);
}
.n-text-light-success-text {
  --tw-text-opacity:1;
  color:rgb(63 120 36 / var(--tw-text-opacity));
}
.n-text-light-success-text\/0 {
  color:rgb(63 120 36 / 0);
}
.n-text-light-success-text\/10 {
  color:rgb(63 120 36 / 0.1);
}
.n-text-light-success-text\/100 {
  color:rgb(63 120 36 / 1);
}
.n-text-light-success-text\/15 {
  color:rgb(63 120 36 / 0.15);
}
.n-text-light-success-text\/20 {
  color:rgb(63 120 36 / 0.2);
}
.n-text-light-success-text\/25 {
  color:rgb(63 120 36 / 0.25);
}
.n-text-light-success-text\/30 {
  color:rgb(63 120 36 / 0.3);
}
.n-text-light-success-text\/35 {
  color:rgb(63 120 36 / 0.35);
}
.n-text-light-success-text\/40 {
  color:rgb(63 120 36 / 0.4);
}
.n-text-light-success-text\/45 {
  color:rgb(63 120 36 / 0.45);
}
.n-text-light-success-text\/5 {
  color:rgb(63 120 36 / 0.05);
}
.n-text-light-success-text\/50 {
  color:rgb(63 120 36 / 0.5);
}
.n-text-light-success-text\/55 {
  color:rgb(63 120 36 / 0.55);
}
.n-text-light-success-text\/60 {
  color:rgb(63 120 36 / 0.6);
}
.n-text-light-success-text\/65 {
  color:rgb(63 120 36 / 0.65);
}
.n-text-light-success-text\/70 {
  color:rgb(63 120 36 / 0.7);
}
.n-text-light-success-text\/75 {
  color:rgb(63 120 36 / 0.75);
}
.n-text-light-success-text\/80 {
  color:rgb(63 120 36 / 0.8);
}
.n-text-light-success-text\/85 {
  color:rgb(63 120 36 / 0.85);
}
.n-text-light-success-text\/90 {
  color:rgb(63 120 36 / 0.9);
}
.n-text-light-success-text\/95 {
  color:rgb(63 120 36 / 0.95);
}
.n-text-light-warning-bg-status {
  --tw-text-opacity:1;
  color:rgb(215 170 10 / var(--tw-text-opacity));
}
.n-text-light-warning-bg-status\/0 {
  color:rgb(215 170 10 / 0);
}
.n-text-light-warning-bg-status\/10 {
  color:rgb(215 170 10 / 0.1);
}
.n-text-light-warning-bg-status\/100 {
  color:rgb(215 170 10 / 1);
}
.n-text-light-warning-bg-status\/15 {
  color:rgb(215 170 10 / 0.15);
}
.n-text-light-warning-bg-status\/20 {
  color:rgb(215 170 10 / 0.2);
}
.n-text-light-warning-bg-status\/25 {
  color:rgb(215 170 10 / 0.25);
}
.n-text-light-warning-bg-status\/30 {
  color:rgb(215 170 10 / 0.3);
}
.n-text-light-warning-bg-status\/35 {
  color:rgb(215 170 10 / 0.35);
}
.n-text-light-warning-bg-status\/40 {
  color:rgb(215 170 10 / 0.4);
}
.n-text-light-warning-bg-status\/45 {
  color:rgb(215 170 10 / 0.45);
}
.n-text-light-warning-bg-status\/5 {
  color:rgb(215 170 10 / 0.05);
}
.n-text-light-warning-bg-status\/50 {
  color:rgb(215 170 10 / 0.5);
}
.n-text-light-warning-bg-status\/55 {
  color:rgb(215 170 10 / 0.55);
}
.n-text-light-warning-bg-status\/60 {
  color:rgb(215 170 10 / 0.6);
}
.n-text-light-warning-bg-status\/65 {
  color:rgb(215 170 10 / 0.65);
}
.n-text-light-warning-bg-status\/70 {
  color:rgb(215 170 10 / 0.7);
}
.n-text-light-warning-bg-status\/75 {
  color:rgb(215 170 10 / 0.75);
}
.n-text-light-warning-bg-status\/80 {
  color:rgb(215 170 10 / 0.8);
}
.n-text-light-warning-bg-status\/85 {
  color:rgb(215 170 10 / 0.85);
}
.n-text-light-warning-bg-status\/90 {
  color:rgb(215 170 10 / 0.9);
}
.n-text-light-warning-bg-status\/95 {
  color:rgb(215 170 10 / 0.95);
}
.n-text-light-warning-bg-strong {
  --tw-text-opacity:1;
  color:rgb(118 85 0 / var(--tw-text-opacity));
}
.n-text-light-warning-bg-strong\/0 {
  color:rgb(118 85 0 / 0);
}
.n-text-light-warning-bg-strong\/10 {
  color:rgb(118 85 0 / 0.1);
}
.n-text-light-warning-bg-strong\/100 {
  color:rgb(118 85 0 / 1);
}
.n-text-light-warning-bg-strong\/15 {
  color:rgb(118 85 0 / 0.15);
}
.n-text-light-warning-bg-strong\/20 {
  color:rgb(118 85 0 / 0.2);
}
.n-text-light-warning-bg-strong\/25 {
  color:rgb(118 85 0 / 0.25);
}
.n-text-light-warning-bg-strong\/30 {
  color:rgb(118 85 0 / 0.3);
}
.n-text-light-warning-bg-strong\/35 {
  color:rgb(118 85 0 / 0.35);
}
.n-text-light-warning-bg-strong\/40 {
  color:rgb(118 85 0 / 0.4);
}
.n-text-light-warning-bg-strong\/45 {
  color:rgb(118 85 0 / 0.45);
}
.n-text-light-warning-bg-strong\/5 {
  color:rgb(118 85 0 / 0.05);
}
.n-text-light-warning-bg-strong\/50 {
  color:rgb(118 85 0 / 0.5);
}
.n-text-light-warning-bg-strong\/55 {
  color:rgb(118 85 0 / 0.55);
}
.n-text-light-warning-bg-strong\/60 {
  color:rgb(118 85 0 / 0.6);
}
.n-text-light-warning-bg-strong\/65 {
  color:rgb(118 85 0 / 0.65);
}
.n-text-light-warning-bg-strong\/70 {
  color:rgb(118 85 0 / 0.7);
}
.n-text-light-warning-bg-strong\/75 {
  color:rgb(118 85 0 / 0.75);
}
.n-text-light-warning-bg-strong\/80 {
  color:rgb(118 85 0 / 0.8);
}
.n-text-light-warning-bg-strong\/85 {
  color:rgb(118 85 0 / 0.85);
}
.n-text-light-warning-bg-strong\/90 {
  color:rgb(118 85 0 / 0.9);
}
.n-text-light-warning-bg-strong\/95 {
  color:rgb(118 85 0 / 0.95);
}
.n-text-light-warning-bg-weak {
  --tw-text-opacity:1;
  color:rgb(255 250 209 / var(--tw-text-opacity));
}
.n-text-light-warning-bg-weak\/0 {
  color:rgb(255 250 209 / 0);
}
.n-text-light-warning-bg-weak\/10 {
  color:rgb(255 250 209 / 0.1);
}
.n-text-light-warning-bg-weak\/100 {
  color:rgb(255 250 209 / 1);
}
.n-text-light-warning-bg-weak\/15 {
  color:rgb(255 250 209 / 0.15);
}
.n-text-light-warning-bg-weak\/20 {
  color:rgb(255 250 209 / 0.2);
}
.n-text-light-warning-bg-weak\/25 {
  color:rgb(255 250 209 / 0.25);
}
.n-text-light-warning-bg-weak\/30 {
  color:rgb(255 250 209 / 0.3);
}
.n-text-light-warning-bg-weak\/35 {
  color:rgb(255 250 209 / 0.35);
}
.n-text-light-warning-bg-weak\/40 {
  color:rgb(255 250 209 / 0.4);
}
.n-text-light-warning-bg-weak\/45 {
  color:rgb(255 250 209 / 0.45);
}
.n-text-light-warning-bg-weak\/5 {
  color:rgb(255 250 209 / 0.05);
}
.n-text-light-warning-bg-weak\/50 {
  color:rgb(255 250 209 / 0.5);
}
.n-text-light-warning-bg-weak\/55 {
  color:rgb(255 250 209 / 0.55);
}
.n-text-light-warning-bg-weak\/60 {
  color:rgb(255 250 209 / 0.6);
}
.n-text-light-warning-bg-weak\/65 {
  color:rgb(255 250 209 / 0.65);
}
.n-text-light-warning-bg-weak\/70 {
  color:rgb(255 250 209 / 0.7);
}
.n-text-light-warning-bg-weak\/75 {
  color:rgb(255 250 209 / 0.75);
}
.n-text-light-warning-bg-weak\/80 {
  color:rgb(255 250 209 / 0.8);
}
.n-text-light-warning-bg-weak\/85 {
  color:rgb(255 250 209 / 0.85);
}
.n-text-light-warning-bg-weak\/90 {
  color:rgb(255 250 209 / 0.9);
}
.n-text-light-warning-bg-weak\/95 {
  color:rgb(255 250 209 / 0.95);
}
.n-text-light-warning-border-strong {
  --tw-text-opacity:1;
  color:rgb(153 110 0 / var(--tw-text-opacity));
}
.n-text-light-warning-border-strong\/0 {
  color:rgb(153 110 0 / 0);
}
.n-text-light-warning-border-strong\/10 {
  color:rgb(153 110 0 / 0.1);
}
.n-text-light-warning-border-strong\/100 {
  color:rgb(153 110 0 / 1);
}
.n-text-light-warning-border-strong\/15 {
  color:rgb(153 110 0 / 0.15);
}
.n-text-light-warning-border-strong\/20 {
  color:rgb(153 110 0 / 0.2);
}
.n-text-light-warning-border-strong\/25 {
  color:rgb(153 110 0 / 0.25);
}
.n-text-light-warning-border-strong\/30 {
  color:rgb(153 110 0 / 0.3);
}
.n-text-light-warning-border-strong\/35 {
  color:rgb(153 110 0 / 0.35);
}
.n-text-light-warning-border-strong\/40 {
  color:rgb(153 110 0 / 0.4);
}
.n-text-light-warning-border-strong\/45 {
  color:rgb(153 110 0 / 0.45);
}
.n-text-light-warning-border-strong\/5 {
  color:rgb(153 110 0 / 0.05);
}
.n-text-light-warning-border-strong\/50 {
  color:rgb(153 110 0 / 0.5);
}
.n-text-light-warning-border-strong\/55 {
  color:rgb(153 110 0 / 0.55);
}
.n-text-light-warning-border-strong\/60 {
  color:rgb(153 110 0 / 0.6);
}
.n-text-light-warning-border-strong\/65 {
  color:rgb(153 110 0 / 0.65);
}
.n-text-light-warning-border-strong\/70 {
  color:rgb(153 110 0 / 0.7);
}
.n-text-light-warning-border-strong\/75 {
  color:rgb(153 110 0 / 0.75);
}
.n-text-light-warning-border-strong\/80 {
  color:rgb(153 110 0 / 0.8);
}
.n-text-light-warning-border-strong\/85 {
  color:rgb(153 110 0 / 0.85);
}
.n-text-light-warning-border-strong\/90 {
  color:rgb(153 110 0 / 0.9);
}
.n-text-light-warning-border-strong\/95 {
  color:rgb(153 110 0 / 0.95);
}
.n-text-light-warning-border-weak {
  --tw-text-opacity:1;
  color:rgb(255 214 0 / var(--tw-text-opacity));
}
.n-text-light-warning-border-weak\/0 {
  color:rgb(255 214 0 / 0);
}
.n-text-light-warning-border-weak\/10 {
  color:rgb(255 214 0 / 0.1);
}
.n-text-light-warning-border-weak\/100 {
  color:rgb(255 214 0 / 1);
}
.n-text-light-warning-border-weak\/15 {
  color:rgb(255 214 0 / 0.15);
}
.n-text-light-warning-border-weak\/20 {
  color:rgb(255 214 0 / 0.2);
}
.n-text-light-warning-border-weak\/25 {
  color:rgb(255 214 0 / 0.25);
}
.n-text-light-warning-border-weak\/30 {
  color:rgb(255 214 0 / 0.3);
}
.n-text-light-warning-border-weak\/35 {
  color:rgb(255 214 0 / 0.35);
}
.n-text-light-warning-border-weak\/40 {
  color:rgb(255 214 0 / 0.4);
}
.n-text-light-warning-border-weak\/45 {
  color:rgb(255 214 0 / 0.45);
}
.n-text-light-warning-border-weak\/5 {
  color:rgb(255 214 0 / 0.05);
}
.n-text-light-warning-border-weak\/50 {
  color:rgb(255 214 0 / 0.5);
}
.n-text-light-warning-border-weak\/55 {
  color:rgb(255 214 0 / 0.55);
}
.n-text-light-warning-border-weak\/60 {
  color:rgb(255 214 0 / 0.6);
}
.n-text-light-warning-border-weak\/65 {
  color:rgb(255 214 0 / 0.65);
}
.n-text-light-warning-border-weak\/70 {
  color:rgb(255 214 0 / 0.7);
}
.n-text-light-warning-border-weak\/75 {
  color:rgb(255 214 0 / 0.75);
}
.n-text-light-warning-border-weak\/80 {
  color:rgb(255 214 0 / 0.8);
}
.n-text-light-warning-border-weak\/85 {
  color:rgb(255 214 0 / 0.85);
}
.n-text-light-warning-border-weak\/90 {
  color:rgb(255 214 0 / 0.9);
}
.n-text-light-warning-border-weak\/95 {
  color:rgb(255 214 0 / 0.95);
}
.n-text-light-warning-icon {
  --tw-text-opacity:1;
  color:rgb(118 85 0 / var(--tw-text-opacity));
}
.n-text-light-warning-icon\/0 {
  color:rgb(118 85 0 / 0);
}
.n-text-light-warning-icon\/10 {
  color:rgb(118 85 0 / 0.1);
}
.n-text-light-warning-icon\/100 {
  color:rgb(118 85 0 / 1);
}
.n-text-light-warning-icon\/15 {
  color:rgb(118 85 0 / 0.15);
}
.n-text-light-warning-icon\/20 {
  color:rgb(118 85 0 / 0.2);
}
.n-text-light-warning-icon\/25 {
  color:rgb(118 85 0 / 0.25);
}
.n-text-light-warning-icon\/30 {
  color:rgb(118 85 0 / 0.3);
}
.n-text-light-warning-icon\/35 {
  color:rgb(118 85 0 / 0.35);
}
.n-text-light-warning-icon\/40 {
  color:rgb(118 85 0 / 0.4);
}
.n-text-light-warning-icon\/45 {
  color:rgb(118 85 0 / 0.45);
}
.n-text-light-warning-icon\/5 {
  color:rgb(118 85 0 / 0.05);
}
.n-text-light-warning-icon\/50 {
  color:rgb(118 85 0 / 0.5);
}
.n-text-light-warning-icon\/55 {
  color:rgb(118 85 0 / 0.55);
}
.n-text-light-warning-icon\/60 {
  color:rgb(118 85 0 / 0.6);
}
.n-text-light-warning-icon\/65 {
  color:rgb(118 85 0 / 0.65);
}
.n-text-light-warning-icon\/70 {
  color:rgb(118 85 0 / 0.7);
}
.n-text-light-warning-icon\/75 {
  color:rgb(118 85 0 / 0.75);
}
.n-text-light-warning-icon\/80 {
  color:rgb(118 85 0 / 0.8);
}
.n-text-light-warning-icon\/85 {
  color:rgb(118 85 0 / 0.85);
}
.n-text-light-warning-icon\/90 {
  color:rgb(118 85 0 / 0.9);
}
.n-text-light-warning-icon\/95 {
  color:rgb(118 85 0 / 0.95);
}
.n-text-light-warning-text {
  --tw-text-opacity:1;
  color:rgb(118 85 0 / var(--tw-text-opacity));
}
.n-text-light-warning-text\/0 {
  color:rgb(118 85 0 / 0);
}
.n-text-light-warning-text\/10 {
  color:rgb(118 85 0 / 0.1);
}
.n-text-light-warning-text\/100 {
  color:rgb(118 85 0 / 1);
}
.n-text-light-warning-text\/15 {
  color:rgb(118 85 0 / 0.15);
}
.n-text-light-warning-text\/20 {
  color:rgb(118 85 0 / 0.2);
}
.n-text-light-warning-text\/25 {
  color:rgb(118 85 0 / 0.25);
}
.n-text-light-warning-text\/30 {
  color:rgb(118 85 0 / 0.3);
}
.n-text-light-warning-text\/35 {
  color:rgb(118 85 0 / 0.35);
}
.n-text-light-warning-text\/40 {
  color:rgb(118 85 0 / 0.4);
}
.n-text-light-warning-text\/45 {
  color:rgb(118 85 0 / 0.45);
}
.n-text-light-warning-text\/5 {
  color:rgb(118 85 0 / 0.05);
}
.n-text-light-warning-text\/50 {
  color:rgb(118 85 0 / 0.5);
}
.n-text-light-warning-text\/55 {
  color:rgb(118 85 0 / 0.55);
}
.n-text-light-warning-text\/60 {
  color:rgb(118 85 0 / 0.6);
}
.n-text-light-warning-text\/65 {
  color:rgb(118 85 0 / 0.65);
}
.n-text-light-warning-text\/70 {
  color:rgb(118 85 0 / 0.7);
}
.n-text-light-warning-text\/75 {
  color:rgb(118 85 0 / 0.75);
}
.n-text-light-warning-text\/80 {
  color:rgb(118 85 0 / 0.8);
}
.n-text-light-warning-text\/85 {
  color:rgb(118 85 0 / 0.85);
}
.n-text-light-warning-text\/90 {
  color:rgb(118 85 0 / 0.9);
}
.n-text-light-warning-text\/95 {
  color:rgb(118 85 0 / 0.95);
}
.n-text-neutral-10 {
  --tw-text-opacity:1;
  color:rgb(255 255 255 / var(--tw-text-opacity));
}
.n-text-neutral-10\/0 {
  color:rgb(255 255 255 / 0);
}
.n-text-neutral-10\/10 {
  color:rgb(255 255 255 / 0.1);
}
.n-text-neutral-10\/100 {
  color:rgb(255 255 255 / 1);
}
.n-text-neutral-10\/15 {
  color:rgb(255 255 255 / 0.15);
}
.n-text-neutral-10\/20 {
  color:rgb(255 255 255 / 0.2);
}
.n-text-neutral-10\/25 {
  color:rgb(255 255 255 / 0.25);
}
.n-text-neutral-10\/30 {
  color:rgb(255 255 255 / 0.3);
}
.n-text-neutral-10\/35 {
  color:rgb(255 255 255 / 0.35);
}
.n-text-neutral-10\/40 {
  color:rgb(255 255 255 / 0.4);
}
.n-text-neutral-10\/45 {
  color:rgb(255 255 255 / 0.45);
}
.n-text-neutral-10\/5 {
  color:rgb(255 255 255 / 0.05);
}
.n-text-neutral-10\/50 {
  color:rgb(255 255 255 / 0.5);
}
.n-text-neutral-10\/55 {
  color:rgb(255 255 255 / 0.55);
}
.n-text-neutral-10\/60 {
  color:rgb(255 255 255 / 0.6);
}
.n-text-neutral-10\/65 {
  color:rgb(255 255 255 / 0.65);
}
.n-text-neutral-10\/70 {
  color:rgb(255 255 255 / 0.7);
}
.n-text-neutral-10\/75 {
  color:rgb(255 255 255 / 0.75);
}
.n-text-neutral-10\/80 {
  color:rgb(255 255 255 / 0.8);
}
.n-text-neutral-10\/85 {
  color:rgb(255 255 255 / 0.85);
}
.n-text-neutral-10\/90 {
  color:rgb(255 255 255 / 0.9);
}
.n-text-neutral-10\/95 {
  color:rgb(255 255 255 / 0.95);
}
.n-text-neutral-15 {
  --tw-text-opacity:1;
  color:rgb(245 246 246 / var(--tw-text-opacity));
}
.n-text-neutral-15\/0 {
  color:rgb(245 246 246 / 0);
}
.n-text-neutral-15\/10 {
  color:rgb(245 246 246 / 0.1);
}
.n-text-neutral-15\/100 {
  color:rgb(245 246 246 / 1);
}
.n-text-neutral-15\/15 {
  color:rgb(245 246 246 / 0.15);
}
.n-text-neutral-15\/20 {
  color:rgb(245 246 246 / 0.2);
}
.n-text-neutral-15\/25 {
  color:rgb(245 246 246 / 0.25);
}
.n-text-neutral-15\/30 {
  color:rgb(245 246 246 / 0.3);
}
.n-text-neutral-15\/35 {
  color:rgb(245 246 246 / 0.35);
}
.n-text-neutral-15\/40 {
  color:rgb(245 246 246 / 0.4);
}
.n-text-neutral-15\/45 {
  color:rgb(245 246 246 / 0.45);
}
.n-text-neutral-15\/5 {
  color:rgb(245 246 246 / 0.05);
}
.n-text-neutral-15\/50 {
  color:rgb(245 246 246 / 0.5);
}
.n-text-neutral-15\/55 {
  color:rgb(245 246 246 / 0.55);
}
.n-text-neutral-15\/60 {
  color:rgb(245 246 246 / 0.6);
}
.n-text-neutral-15\/65 {
  color:rgb(245 246 246 / 0.65);
}
.n-text-neutral-15\/70 {
  color:rgb(245 246 246 / 0.7);
}
.n-text-neutral-15\/75 {
  color:rgb(245 246 246 / 0.75);
}
.n-text-neutral-15\/80 {
  color:rgb(245 246 246 / 0.8);
}
.n-text-neutral-15\/85 {
  color:rgb(245 246 246 / 0.85);
}
.n-text-neutral-15\/90 {
  color:rgb(245 246 246 / 0.9);
}
.n-text-neutral-15\/95 {
  color:rgb(245 246 246 / 0.95);
}
.n-text-neutral-20 {
  --tw-text-opacity:1;
  color:rgb(226 227 229 / var(--tw-text-opacity));
}
.n-text-neutral-20\/0 {
  color:rgb(226 227 229 / 0);
}
.n-text-neutral-20\/10 {
  color:rgb(226 227 229 / 0.1);
}
.n-text-neutral-20\/100 {
  color:rgb(226 227 229 / 1);
}
.n-text-neutral-20\/15 {
  color:rgb(226 227 229 / 0.15);
}
.n-text-neutral-20\/20 {
  color:rgb(226 227 229 / 0.2);
}
.n-text-neutral-20\/25 {
  color:rgb(226 227 229 / 0.25);
}
.n-text-neutral-20\/30 {
  color:rgb(226 227 229 / 0.3);
}
.n-text-neutral-20\/35 {
  color:rgb(226 227 229 / 0.35);
}
.n-text-neutral-20\/40 {
  color:rgb(226 227 229 / 0.4);
}
.n-text-neutral-20\/45 {
  color:rgb(226 227 229 / 0.45);
}
.n-text-neutral-20\/5 {
  color:rgb(226 227 229 / 0.05);
}
.n-text-neutral-20\/50 {
  color:rgb(226 227 229 / 0.5);
}
.n-text-neutral-20\/55 {
  color:rgb(226 227 229 / 0.55);
}
.n-text-neutral-20\/60 {
  color:rgb(226 227 229 / 0.6);
}
.n-text-neutral-20\/65 {
  color:rgb(226 227 229 / 0.65);
}
.n-text-neutral-20\/70 {
  color:rgb(226 227 229 / 0.7);
}
.n-text-neutral-20\/75 {
  color:rgb(226 227 229 / 0.75);
}
.n-text-neutral-20\/80 {
  color:rgb(226 227 229 / 0.8);
}
.n-text-neutral-20\/85 {
  color:rgb(226 227 229 / 0.85);
}
.n-text-neutral-20\/90 {
  color:rgb(226 227 229 / 0.9);
}
.n-text-neutral-20\/95 {
  color:rgb(226 227 229 / 0.95);
}
.n-text-neutral-25 {
  --tw-text-opacity:1;
  color:rgb(207 209 212 / var(--tw-text-opacity));
}
.n-text-neutral-25\/0 {
  color:rgb(207 209 212 / 0);
}
.n-text-neutral-25\/10 {
  color:rgb(207 209 212 / 0.1);
}
.n-text-neutral-25\/100 {
  color:rgb(207 209 212 / 1);
}
.n-text-neutral-25\/15 {
  color:rgb(207 209 212 / 0.15);
}
.n-text-neutral-25\/20 {
  color:rgb(207 209 212 / 0.2);
}
.n-text-neutral-25\/25 {
  color:rgb(207 209 212 / 0.25);
}
.n-text-neutral-25\/30 {
  color:rgb(207 209 212 / 0.3);
}
.n-text-neutral-25\/35 {
  color:rgb(207 209 212 / 0.35);
}
.n-text-neutral-25\/40 {
  color:rgb(207 209 212 / 0.4);
}
.n-text-neutral-25\/45 {
  color:rgb(207 209 212 / 0.45);
}
.n-text-neutral-25\/5 {
  color:rgb(207 209 212 / 0.05);
}
.n-text-neutral-25\/50 {
  color:rgb(207 209 212 / 0.5);
}
.n-text-neutral-25\/55 {
  color:rgb(207 209 212 / 0.55);
}
.n-text-neutral-25\/60 {
  color:rgb(207 209 212 / 0.6);
}
.n-text-neutral-25\/65 {
  color:rgb(207 209 212 / 0.65);
}
.n-text-neutral-25\/70 {
  color:rgb(207 209 212 / 0.7);
}
.n-text-neutral-25\/75 {
  color:rgb(207 209 212 / 0.75);
}
.n-text-neutral-25\/80 {
  color:rgb(207 209 212 / 0.8);
}
.n-text-neutral-25\/85 {
  color:rgb(207 209 212 / 0.85);
}
.n-text-neutral-25\/90 {
  color:rgb(207 209 212 / 0.9);
}
.n-text-neutral-25\/95 {
  color:rgb(207 209 212 / 0.95);
}
.n-text-neutral-30 {
  --tw-text-opacity:1;
  color:rgb(187 190 195 / var(--tw-text-opacity));
}
.n-text-neutral-30\/0 {
  color:rgb(187 190 195 / 0);
}
.n-text-neutral-30\/10 {
  color:rgb(187 190 195 / 0.1);
}
.n-text-neutral-30\/100 {
  color:rgb(187 190 195 / 1);
}
.n-text-neutral-30\/15 {
  color:rgb(187 190 195 / 0.15);
}
.n-text-neutral-30\/20 {
  color:rgb(187 190 195 / 0.2);
}
.n-text-neutral-30\/25 {
  color:rgb(187 190 195 / 0.25);
}
.n-text-neutral-30\/30 {
  color:rgb(187 190 195 / 0.3);
}
.n-text-neutral-30\/35 {
  color:rgb(187 190 195 / 0.35);
}
.n-text-neutral-30\/40 {
  color:rgb(187 190 195 / 0.4);
}
.n-text-neutral-30\/45 {
  color:rgb(187 190 195 / 0.45);
}
.n-text-neutral-30\/5 {
  color:rgb(187 190 195 / 0.05);
}
.n-text-neutral-30\/50 {
  color:rgb(187 190 195 / 0.5);
}
.n-text-neutral-30\/55 {
  color:rgb(187 190 195 / 0.55);
}
.n-text-neutral-30\/60 {
  color:rgb(187 190 195 / 0.6);
}
.n-text-neutral-30\/65 {
  color:rgb(187 190 195 / 0.65);
}
.n-text-neutral-30\/70 {
  color:rgb(187 190 195 / 0.7);
}
.n-text-neutral-30\/75 {
  color:rgb(187 190 195 / 0.75);
}
.n-text-neutral-30\/80 {
  color:rgb(187 190 195 / 0.8);
}
.n-text-neutral-30\/85 {
  color:rgb(187 190 195 / 0.85);
}
.n-text-neutral-30\/90 {
  color:rgb(187 190 195 / 0.9);
}
.n-text-neutral-30\/95 {
  color:rgb(187 190 195 / 0.95);
}
.n-text-neutral-35 {
  --tw-text-opacity:1;
  color:rgb(168 172 178 / var(--tw-text-opacity));
}
.n-text-neutral-35\/0 {
  color:rgb(168 172 178 / 0);
}
.n-text-neutral-35\/10 {
  color:rgb(168 172 178 / 0.1);
}
.n-text-neutral-35\/100 {
  color:rgb(168 172 178 / 1);
}
.n-text-neutral-35\/15 {
  color:rgb(168 172 178 / 0.15);
}
.n-text-neutral-35\/20 {
  color:rgb(168 172 178 / 0.2);
}
.n-text-neutral-35\/25 {
  color:rgb(168 172 178 / 0.25);
}
.n-text-neutral-35\/30 {
  color:rgb(168 172 178 / 0.3);
}
.n-text-neutral-35\/35 {
  color:rgb(168 172 178 / 0.35);
}
.n-text-neutral-35\/40 {
  color:rgb(168 172 178 / 0.4);
}
.n-text-neutral-35\/45 {
  color:rgb(168 172 178 / 0.45);
}
.n-text-neutral-35\/5 {
  color:rgb(168 172 178 / 0.05);
}
.n-text-neutral-35\/50 {
  color:rgb(168 172 178 / 0.5);
}
.n-text-neutral-35\/55 {
  color:rgb(168 172 178 / 0.55);
}
.n-text-neutral-35\/60 {
  color:rgb(168 172 178 / 0.6);
}
.n-text-neutral-35\/65 {
  color:rgb(168 172 178 / 0.65);
}
.n-text-neutral-35\/70 {
  color:rgb(168 172 178 / 0.7);
}
.n-text-neutral-35\/75 {
  color:rgb(168 172 178 / 0.75);
}
.n-text-neutral-35\/80 {
  color:rgb(168 172 178 / 0.8);
}
.n-text-neutral-35\/85 {
  color:rgb(168 172 178 / 0.85);
}
.n-text-neutral-35\/90 {
  color:rgb(168 172 178 / 0.9);
}
.n-text-neutral-35\/95 {
  color:rgb(168 172 178 / 0.95);
}
.n-text-neutral-40 {
  --tw-text-opacity:1;
  color:rgb(149 154 161 / var(--tw-text-opacity));
}
.n-text-neutral-40\/0 {
  color:rgb(149 154 161 / 0);
}
.n-text-neutral-40\/10 {
  color:rgb(149 154 161 / 0.1);
}
.n-text-neutral-40\/100 {
  color:rgb(149 154 161 / 1);
}
.n-text-neutral-40\/15 {
  color:rgb(149 154 161 / 0.15);
}
.n-text-neutral-40\/20 {
  color:rgb(149 154 161 / 0.2);
}
.n-text-neutral-40\/25 {
  color:rgb(149 154 161 / 0.25);
}
.n-text-neutral-40\/30 {
  color:rgb(149 154 161 / 0.3);
}
.n-text-neutral-40\/35 {
  color:rgb(149 154 161 / 0.35);
}
.n-text-neutral-40\/40 {
  color:rgb(149 154 161 / 0.4);
}
.n-text-neutral-40\/45 {
  color:rgb(149 154 161 / 0.45);
}
.n-text-neutral-40\/5 {
  color:rgb(149 154 161 / 0.05);
}
.n-text-neutral-40\/50 {
  color:rgb(149 154 161 / 0.5);
}
.n-text-neutral-40\/55 {
  color:rgb(149 154 161 / 0.55);
}
.n-text-neutral-40\/60 {
  color:rgb(149 154 161 / 0.6);
}
.n-text-neutral-40\/65 {
  color:rgb(149 154 161 / 0.65);
}
.n-text-neutral-40\/70 {
  color:rgb(149 154 161 / 0.7);
}
.n-text-neutral-40\/75 {
  color:rgb(149 154 161 / 0.75);
}
.n-text-neutral-40\/80 {
  color:rgb(149 154 161 / 0.8);
}
.n-text-neutral-40\/85 {
  color:rgb(149 154 161 / 0.85);
}
.n-text-neutral-40\/90 {
  color:rgb(149 154 161 / 0.9);
}
.n-text-neutral-40\/95 {
  color:rgb(149 154 161 / 0.95);
}
.n-text-neutral-45 {
  --tw-text-opacity:1;
  color:rgb(129 135 144 / var(--tw-text-opacity));
}
.n-text-neutral-45\/0 {
  color:rgb(129 135 144 / 0);
}
.n-text-neutral-45\/10 {
  color:rgb(129 135 144 / 0.1);
}
.n-text-neutral-45\/100 {
  color:rgb(129 135 144 / 1);
}
.n-text-neutral-45\/15 {
  color:rgb(129 135 144 / 0.15);
}
.n-text-neutral-45\/20 {
  color:rgb(129 135 144 / 0.2);
}
.n-text-neutral-45\/25 {
  color:rgb(129 135 144 / 0.25);
}
.n-text-neutral-45\/30 {
  color:rgb(129 135 144 / 0.3);
}
.n-text-neutral-45\/35 {
  color:rgb(129 135 144 / 0.35);
}
.n-text-neutral-45\/40 {
  color:rgb(129 135 144 / 0.4);
}
.n-text-neutral-45\/45 {
  color:rgb(129 135 144 / 0.45);
}
.n-text-neutral-45\/5 {
  color:rgb(129 135 144 / 0.05);
}
.n-text-neutral-45\/50 {
  color:rgb(129 135 144 / 0.5);
}
.n-text-neutral-45\/55 {
  color:rgb(129 135 144 / 0.55);
}
.n-text-neutral-45\/60 {
  color:rgb(129 135 144 / 0.6);
}
.n-text-neutral-45\/65 {
  color:rgb(129 135 144 / 0.65);
}
.n-text-neutral-45\/70 {
  color:rgb(129 135 144 / 0.7);
}
.n-text-neutral-45\/75 {
  color:rgb(129 135 144 / 0.75);
}
.n-text-neutral-45\/80 {
  color:rgb(129 135 144 / 0.8);
}
.n-text-neutral-45\/85 {
  color:rgb(129 135 144 / 0.85);
}
.n-text-neutral-45\/90 {
  color:rgb(129 135 144 / 0.9);
}
.n-text-neutral-45\/95 {
  color:rgb(129 135 144 / 0.95);
}
.n-text-neutral-50 {
  --tw-text-opacity:1;
  color:rgb(111 117 126 / var(--tw-text-opacity));
}
.n-text-neutral-50\/0 {
  color:rgb(111 117 126 / 0);
}
.n-text-neutral-50\/10 {
  color:rgb(111 117 126 / 0.1);
}
.n-text-neutral-50\/100 {
  color:rgb(111 117 126 / 1);
}
.n-text-neutral-50\/15 {
  color:rgb(111 117 126 / 0.15);
}
.n-text-neutral-50\/20 {
  color:rgb(111 117 126 / 0.2);
}
.n-text-neutral-50\/25 {
  color:rgb(111 117 126 / 0.25);
}
.n-text-neutral-50\/30 {
  color:rgb(111 117 126 / 0.3);
}
.n-text-neutral-50\/35 {
  color:rgb(111 117 126 / 0.35);
}
.n-text-neutral-50\/40 {
  color:rgb(111 117 126 / 0.4);
}
.n-text-neutral-50\/45 {
  color:rgb(111 117 126 / 0.45);
}
.n-text-neutral-50\/5 {
  color:rgb(111 117 126 / 0.05);
}
.n-text-neutral-50\/50 {
  color:rgb(111 117 126 / 0.5);
}
.n-text-neutral-50\/55 {
  color:rgb(111 117 126 / 0.55);
}
.n-text-neutral-50\/60 {
  color:rgb(111 117 126 / 0.6);
}
.n-text-neutral-50\/65 {
  color:rgb(111 117 126 / 0.65);
}
.n-text-neutral-50\/70 {
  color:rgb(111 117 126 / 0.7);
}
.n-text-neutral-50\/75 {
  color:rgb(111 117 126 / 0.75);
}
.n-text-neutral-50\/80 {
  color:rgb(111 117 126 / 0.8);
}
.n-text-neutral-50\/85 {
  color:rgb(111 117 126 / 0.85);
}
.n-text-neutral-50\/90 {
  color:rgb(111 117 126 / 0.9);
}
.n-text-neutral-50\/95 {
  color:rgb(111 117 126 / 0.95);
}
.n-text-neutral-55 {
  --tw-text-opacity:1;
  color:rgb(94 99 106 / var(--tw-text-opacity));
}
.n-text-neutral-55\/0 {
  color:rgb(94 99 106 / 0);
}
.n-text-neutral-55\/10 {
  color:rgb(94 99 106 / 0.1);
}
.n-text-neutral-55\/100 {
  color:rgb(94 99 106 / 1);
}
.n-text-neutral-55\/15 {
  color:rgb(94 99 106 / 0.15);
}
.n-text-neutral-55\/20 {
  color:rgb(94 99 106 / 0.2);
}
.n-text-neutral-55\/25 {
  color:rgb(94 99 106 / 0.25);
}
.n-text-neutral-55\/30 {
  color:rgb(94 99 106 / 0.3);
}
.n-text-neutral-55\/35 {
  color:rgb(94 99 106 / 0.35);
}
.n-text-neutral-55\/40 {
  color:rgb(94 99 106 / 0.4);
}
.n-text-neutral-55\/45 {
  color:rgb(94 99 106 / 0.45);
}
.n-text-neutral-55\/5 {
  color:rgb(94 99 106 / 0.05);
}
.n-text-neutral-55\/50 {
  color:rgb(94 99 106 / 0.5);
}
.n-text-neutral-55\/55 {
  color:rgb(94 99 106 / 0.55);
}
.n-text-neutral-55\/60 {
  color:rgb(94 99 106 / 0.6);
}
.n-text-neutral-55\/65 {
  color:rgb(94 99 106 / 0.65);
}
.n-text-neutral-55\/70 {
  color:rgb(94 99 106 / 0.7);
}
.n-text-neutral-55\/75 {
  color:rgb(94 99 106 / 0.75);
}
.n-text-neutral-55\/80 {
  color:rgb(94 99 106 / 0.8);
}
.n-text-neutral-55\/85 {
  color:rgb(94 99 106 / 0.85);
}
.n-text-neutral-55\/90 {
  color:rgb(94 99 106 / 0.9);
}
.n-text-neutral-55\/95 {
  color:rgb(94 99 106 / 0.95);
}
.n-text-neutral-60 {
  --tw-text-opacity:1;
  color:rgb(77 81 87 / var(--tw-text-opacity));
}
.n-text-neutral-60\/0 {
  color:rgb(77 81 87 / 0);
}
.n-text-neutral-60\/10 {
  color:rgb(77 81 87 / 0.1);
}
.n-text-neutral-60\/100 {
  color:rgb(77 81 87 / 1);
}
.n-text-neutral-60\/15 {
  color:rgb(77 81 87 / 0.15);
}
.n-text-neutral-60\/20 {
  color:rgb(77 81 87 / 0.2);
}
.n-text-neutral-60\/25 {
  color:rgb(77 81 87 / 0.25);
}
.n-text-neutral-60\/30 {
  color:rgb(77 81 87 / 0.3);
}
.n-text-neutral-60\/35 {
  color:rgb(77 81 87 / 0.35);
}
.n-text-neutral-60\/40 {
  color:rgb(77 81 87 / 0.4);
}
.n-text-neutral-60\/45 {
  color:rgb(77 81 87 / 0.45);
}
.n-text-neutral-60\/5 {
  color:rgb(77 81 87 / 0.05);
}
.n-text-neutral-60\/50 {
  color:rgb(77 81 87 / 0.5);
}
.n-text-neutral-60\/55 {
  color:rgb(77 81 87 / 0.55);
}
.n-text-neutral-60\/60 {
  color:rgb(77 81 87 / 0.6);
}
.n-text-neutral-60\/65 {
  color:rgb(77 81 87 / 0.65);
}
.n-text-neutral-60\/70 {
  color:rgb(77 81 87 / 0.7);
}
.n-text-neutral-60\/75 {
  color:rgb(77 81 87 / 0.75);
}
.n-text-neutral-60\/80 {
  color:rgb(77 81 87 / 0.8);
}
.n-text-neutral-60\/85 {
  color:rgb(77 81 87 / 0.85);
}
.n-text-neutral-60\/90 {
  color:rgb(77 81 87 / 0.9);
}
.n-text-neutral-60\/95 {
  color:rgb(77 81 87 / 0.95);
}
.n-text-neutral-65 {
  --tw-text-opacity:1;
  color:rgb(60 63 68 / var(--tw-text-opacity));
}
.n-text-neutral-65\/0 {
  color:rgb(60 63 68 / 0);
}
.n-text-neutral-65\/10 {
  color:rgb(60 63 68 / 0.1);
}
.n-text-neutral-65\/100 {
  color:rgb(60 63 68 / 1);
}
.n-text-neutral-65\/15 {
  color:rgb(60 63 68 / 0.15);
}
.n-text-neutral-65\/20 {
  color:rgb(60 63 68 / 0.2);
}
.n-text-neutral-65\/25 {
  color:rgb(60 63 68 / 0.25);
}
.n-text-neutral-65\/30 {
  color:rgb(60 63 68 / 0.3);
}
.n-text-neutral-65\/35 {
  color:rgb(60 63 68 / 0.35);
}
.n-text-neutral-65\/40 {
  color:rgb(60 63 68 / 0.4);
}
.n-text-neutral-65\/45 {
  color:rgb(60 63 68 / 0.45);
}
.n-text-neutral-65\/5 {
  color:rgb(60 63 68 / 0.05);
}
.n-text-neutral-65\/50 {
  color:rgb(60 63 68 / 0.5);
}
.n-text-neutral-65\/55 {
  color:rgb(60 63 68 / 0.55);
}
.n-text-neutral-65\/60 {
  color:rgb(60 63 68 / 0.6);
}
.n-text-neutral-65\/65 {
  color:rgb(60 63 68 / 0.65);
}
.n-text-neutral-65\/70 {
  color:rgb(60 63 68 / 0.7);
}
.n-text-neutral-65\/75 {
  color:rgb(60 63 68 / 0.75);
}
.n-text-neutral-65\/80 {
  color:rgb(60 63 68 / 0.8);
}
.n-text-neutral-65\/85 {
  color:rgb(60 63 68 / 0.85);
}
.n-text-neutral-65\/90 {
  color:rgb(60 63 68 / 0.9);
}
.n-text-neutral-65\/95 {
  color:rgb(60 63 68 / 0.95);
}
.n-text-neutral-70 {
  --tw-text-opacity:1;
  color:rgb(33 35 37 / var(--tw-text-opacity));
}
.n-text-neutral-70\/0 {
  color:rgb(33 35 37 / 0);
}
.n-text-neutral-70\/10 {
  color:rgb(33 35 37 / 0.1);
}
.n-text-neutral-70\/100 {
  color:rgb(33 35 37 / 1);
}
.n-text-neutral-70\/15 {
  color:rgb(33 35 37 / 0.15);
}
.n-text-neutral-70\/20 {
  color:rgb(33 35 37 / 0.2);
}
.n-text-neutral-70\/25 {
  color:rgb(33 35 37 / 0.25);
}
.n-text-neutral-70\/30 {
  color:rgb(33 35 37 / 0.3);
}
.n-text-neutral-70\/35 {
  color:rgb(33 35 37 / 0.35);
}
.n-text-neutral-70\/40 {
  color:rgb(33 35 37 / 0.4);
}
.n-text-neutral-70\/45 {
  color:rgb(33 35 37 / 0.45);
}
.n-text-neutral-70\/5 {
  color:rgb(33 35 37 / 0.05);
}
.n-text-neutral-70\/50 {
  color:rgb(33 35 37 / 0.5);
}
.n-text-neutral-70\/55 {
  color:rgb(33 35 37 / 0.55);
}
.n-text-neutral-70\/60 {
  color:rgb(33 35 37 / 0.6);
}
.n-text-neutral-70\/65 {
  color:rgb(33 35 37 / 0.65);
}
.n-text-neutral-70\/70 {
  color:rgb(33 35 37 / 0.7);
}
.n-text-neutral-70\/75 {
  color:rgb(33 35 37 / 0.75);
}
.n-text-neutral-70\/80 {
  color:rgb(33 35 37 / 0.8);
}
.n-text-neutral-70\/85 {
  color:rgb(33 35 37 / 0.85);
}
.n-text-neutral-70\/90 {
  color:rgb(33 35 37 / 0.9);
}
.n-text-neutral-70\/95 {
  color:rgb(33 35 37 / 0.95);
}
.n-text-neutral-75 {
  --tw-text-opacity:1;
  color:rgb(26 27 29 / var(--tw-text-opacity));
}
.n-text-neutral-75\/0 {
  color:rgb(26 27 29 / 0);
}
.n-text-neutral-75\/10 {
  color:rgb(26 27 29 / 0.1);
}
.n-text-neutral-75\/100 {
  color:rgb(26 27 29 / 1);
}
.n-text-neutral-75\/15 {
  color:rgb(26 27 29 / 0.15);
}
.n-text-neutral-75\/20 {
  color:rgb(26 27 29 / 0.2);
}
.n-text-neutral-75\/25 {
  color:rgb(26 27 29 / 0.25);
}
.n-text-neutral-75\/30 {
  color:rgb(26 27 29 / 0.3);
}
.n-text-neutral-75\/35 {
  color:rgb(26 27 29 / 0.35);
}
.n-text-neutral-75\/40 {
  color:rgb(26 27 29 / 0.4);
}
.n-text-neutral-75\/45 {
  color:rgb(26 27 29 / 0.45);
}
.n-text-neutral-75\/5 {
  color:rgb(26 27 29 / 0.05);
}
.n-text-neutral-75\/50 {
  color:rgb(26 27 29 / 0.5);
}
.n-text-neutral-75\/55 {
  color:rgb(26 27 29 / 0.55);
}
.n-text-neutral-75\/60 {
  color:rgb(26 27 29 / 0.6);
}
.n-text-neutral-75\/65 {
  color:rgb(26 27 29 / 0.65);
}
.n-text-neutral-75\/70 {
  color:rgb(26 27 29 / 0.7);
}
.n-text-neutral-75\/75 {
  color:rgb(26 27 29 / 0.75);
}
.n-text-neutral-75\/80 {
  color:rgb(26 27 29 / 0.8);
}
.n-text-neutral-75\/85 {
  color:rgb(26 27 29 / 0.85);
}
.n-text-neutral-75\/90 {
  color:rgb(26 27 29 / 0.9);
}
.n-text-neutral-75\/95 {
  color:rgb(26 27 29 / 0.95);
}
.n-text-neutral-80 {
  --tw-text-opacity:1;
  color:rgb(9 9 10 / var(--tw-text-opacity));
}
.n-text-neutral-80\/0 {
  color:rgb(9 9 10 / 0);
}
.n-text-neutral-80\/10 {
  color:rgb(9 9 10 / 0.1);
}
.n-text-neutral-80\/100 {
  color:rgb(9 9 10 / 1);
}
.n-text-neutral-80\/15 {
  color:rgb(9 9 10 / 0.15);
}
.n-text-neutral-80\/20 {
  color:rgb(9 9 10 / 0.2);
}
.n-text-neutral-80\/25 {
  color:rgb(9 9 10 / 0.25);
}
.n-text-neutral-80\/30 {
  color:rgb(9 9 10 / 0.3);
}
.n-text-neutral-80\/35 {
  color:rgb(9 9 10 / 0.35);
}
.n-text-neutral-80\/40 {
  color:rgb(9 9 10 / 0.4);
}
.n-text-neutral-80\/45 {
  color:rgb(9 9 10 / 0.45);
}
.n-text-neutral-80\/5 {
  color:rgb(9 9 10 / 0.05);
}
.n-text-neutral-80\/50 {
  color:rgb(9 9 10 / 0.5);
}
.n-text-neutral-80\/55 {
  color:rgb(9 9 10 / 0.55);
}
.n-text-neutral-80\/60 {
  color:rgb(9 9 10 / 0.6);
}
.n-text-neutral-80\/65 {
  color:rgb(9 9 10 / 0.65);
}
.n-text-neutral-80\/70 {
  color:rgb(9 9 10 / 0.7);
}
.n-text-neutral-80\/75 {
  color:rgb(9 9 10 / 0.75);
}
.n-text-neutral-80\/80 {
  color:rgb(9 9 10 / 0.8);
}
.n-text-neutral-80\/85 {
  color:rgb(9 9 10 / 0.85);
}
.n-text-neutral-80\/90 {
  color:rgb(9 9 10 / 0.9);
}
.n-text-neutral-80\/95 {
  color:rgb(9 9 10 / 0.95);
}
.n-text-palette-danger-bg-status {
  color:rgb(var(--theme-palette-danger-bg-status));
}
.n-text-palette-danger-bg-status\/0 {
  color:rgb(var(--theme-palette-danger-bg-status) / 0);
}
.n-text-palette-danger-bg-status\/10 {
  color:rgb(var(--theme-palette-danger-bg-status) / 0.1);
}
.n-text-palette-danger-bg-status\/100 {
  color:rgb(var(--theme-palette-danger-bg-status) / 1);
}
.n-text-palette-danger-bg-status\/15 {
  color:rgb(var(--theme-palette-danger-bg-status) / 0.15);
}
.n-text-palette-danger-bg-status\/20 {
  color:rgb(var(--theme-palette-danger-bg-status) / 0.2);
}
.n-text-palette-danger-bg-status\/25 {
  color:rgb(var(--theme-palette-danger-bg-status) / 0.25);
}
.n-text-palette-danger-bg-status\/30 {
  color:rgb(var(--theme-palette-danger-bg-status) / 0.3);
}
.n-text-palette-danger-bg-status\/35 {
  color:rgb(var(--theme-palette-danger-bg-status) / 0.35);
}
.n-text-palette-danger-bg-status\/40 {
  color:rgb(var(--theme-palette-danger-bg-status) / 0.4);
}
.n-text-palette-danger-bg-status\/45 {
  color:rgb(var(--theme-palette-danger-bg-status) / 0.45);
}
.n-text-palette-danger-bg-status\/5 {
  color:rgb(var(--theme-palette-danger-bg-status) / 0.05);
}
.n-text-palette-danger-bg-status\/50 {
  color:rgb(var(--theme-palette-danger-bg-status) / 0.5);
}
.n-text-palette-danger-bg-status\/55 {
  color:rgb(var(--theme-palette-danger-bg-status) / 0.55);
}
.n-text-palette-danger-bg-status\/60 {
  color:rgb(var(--theme-palette-danger-bg-status) / 0.6);
}
.n-text-palette-danger-bg-status\/65 {
  color:rgb(var(--theme-palette-danger-bg-status) / 0.65);
}
.n-text-palette-danger-bg-status\/70 {
  color:rgb(var(--theme-palette-danger-bg-status) / 0.7);
}
.n-text-palette-danger-bg-status\/75 {
  color:rgb(var(--theme-palette-danger-bg-status) / 0.75);
}
.n-text-palette-danger-bg-status\/80 {
  color:rgb(var(--theme-palette-danger-bg-status) / 0.8);
}
.n-text-palette-danger-bg-status\/85 {
  color:rgb(var(--theme-palette-danger-bg-status) / 0.85);
}
.n-text-palette-danger-bg-status\/90 {
  color:rgb(var(--theme-palette-danger-bg-status) / 0.9);
}
.n-text-palette-danger-bg-status\/95 {
  color:rgb(var(--theme-palette-danger-bg-status) / 0.95);
}
.n-text-palette-danger-bg-strong {
  color:rgb(var(--theme-palette-danger-bg-strong));
}
.n-text-palette-danger-bg-strong\/0 {
  color:rgb(var(--theme-palette-danger-bg-strong) / 0);
}
.n-text-palette-danger-bg-strong\/10 {
  color:rgb(var(--theme-palette-danger-bg-strong) / 0.1);
}
.n-text-palette-danger-bg-strong\/100 {
  color:rgb(var(--theme-palette-danger-bg-strong) / 1);
}
.n-text-palette-danger-bg-strong\/15 {
  color:rgb(var(--theme-palette-danger-bg-strong) / 0.15);
}
.n-text-palette-danger-bg-strong\/20 {
  color:rgb(var(--theme-palette-danger-bg-strong) / 0.2);
}
.n-text-palette-danger-bg-strong\/25 {
  color:rgb(var(--theme-palette-danger-bg-strong) / 0.25);
}
.n-text-palette-danger-bg-strong\/30 {
  color:rgb(var(--theme-palette-danger-bg-strong) / 0.3);
}
.n-text-palette-danger-bg-strong\/35 {
  color:rgb(var(--theme-palette-danger-bg-strong) / 0.35);
}
.n-text-palette-danger-bg-strong\/40 {
  color:rgb(var(--theme-palette-danger-bg-strong) / 0.4);
}
.n-text-palette-danger-bg-strong\/45 {
  color:rgb(var(--theme-palette-danger-bg-strong) / 0.45);
}
.n-text-palette-danger-bg-strong\/5 {
  color:rgb(var(--theme-palette-danger-bg-strong) / 0.05);
}
.n-text-palette-danger-bg-strong\/50 {
  color:rgb(var(--theme-palette-danger-bg-strong) / 0.5);
}
.n-text-palette-danger-bg-strong\/55 {
  color:rgb(var(--theme-palette-danger-bg-strong) / 0.55);
}
.n-text-palette-danger-bg-strong\/60 {
  color:rgb(var(--theme-palette-danger-bg-strong) / 0.6);
}
.n-text-palette-danger-bg-strong\/65 {
  color:rgb(var(--theme-palette-danger-bg-strong) / 0.65);
}
.n-text-palette-danger-bg-strong\/70 {
  color:rgb(var(--theme-palette-danger-bg-strong) / 0.7);
}
.n-text-palette-danger-bg-strong\/75 {
  color:rgb(var(--theme-palette-danger-bg-strong) / 0.75);
}
.n-text-palette-danger-bg-strong\/80 {
  color:rgb(var(--theme-palette-danger-bg-strong) / 0.8);
}
.n-text-palette-danger-bg-strong\/85 {
  color:rgb(var(--theme-palette-danger-bg-strong) / 0.85);
}
.n-text-palette-danger-bg-strong\/90 {
  color:rgb(var(--theme-palette-danger-bg-strong) / 0.9);
}
.n-text-palette-danger-bg-strong\/95 {
  color:rgb(var(--theme-palette-danger-bg-strong) / 0.95);
}
.n-text-palette-danger-bg-weak {
  color:rgb(var(--theme-palette-danger-bg-weak));
}
.n-text-palette-danger-bg-weak\/0 {
  color:rgb(var(--theme-palette-danger-bg-weak) / 0);
}
.n-text-palette-danger-bg-weak\/10 {
  color:rgb(var(--theme-palette-danger-bg-weak) / 0.1);
}
.n-text-palette-danger-bg-weak\/100 {
  color:rgb(var(--theme-palette-danger-bg-weak) / 1);
}
.n-text-palette-danger-bg-weak\/15 {
  color:rgb(var(--theme-palette-danger-bg-weak) / 0.15);
}
.n-text-palette-danger-bg-weak\/20 {
  color:rgb(var(--theme-palette-danger-bg-weak) / 0.2);
}
.n-text-palette-danger-bg-weak\/25 {
  color:rgb(var(--theme-palette-danger-bg-weak) / 0.25);
}
.n-text-palette-danger-bg-weak\/30 {
  color:rgb(var(--theme-palette-danger-bg-weak) / 0.3);
}
.n-text-palette-danger-bg-weak\/35 {
  color:rgb(var(--theme-palette-danger-bg-weak) / 0.35);
}
.n-text-palette-danger-bg-weak\/40 {
  color:rgb(var(--theme-palette-danger-bg-weak) / 0.4);
}
.n-text-palette-danger-bg-weak\/45 {
  color:rgb(var(--theme-palette-danger-bg-weak) / 0.45);
}
.n-text-palette-danger-bg-weak\/5 {
  color:rgb(var(--theme-palette-danger-bg-weak) / 0.05);
}
.n-text-palette-danger-bg-weak\/50 {
  color:rgb(var(--theme-palette-danger-bg-weak) / 0.5);
}
.n-text-palette-danger-bg-weak\/55 {
  color:rgb(var(--theme-palette-danger-bg-weak) / 0.55);
}
.n-text-palette-danger-bg-weak\/60 {
  color:rgb(var(--theme-palette-danger-bg-weak) / 0.6);
}
.n-text-palette-danger-bg-weak\/65 {
  color:rgb(var(--theme-palette-danger-bg-weak) / 0.65);
}
.n-text-palette-danger-bg-weak\/70 {
  color:rgb(var(--theme-palette-danger-bg-weak) / 0.7);
}
.n-text-palette-danger-bg-weak\/75 {
  color:rgb(var(--theme-palette-danger-bg-weak) / 0.75);
}
.n-text-palette-danger-bg-weak\/80 {
  color:rgb(var(--theme-palette-danger-bg-weak) / 0.8);
}
.n-text-palette-danger-bg-weak\/85 {
  color:rgb(var(--theme-palette-danger-bg-weak) / 0.85);
}
.n-text-palette-danger-bg-weak\/90 {
  color:rgb(var(--theme-palette-danger-bg-weak) / 0.9);
}
.n-text-palette-danger-bg-weak\/95 {
  color:rgb(var(--theme-palette-danger-bg-weak) / 0.95);
}
.n-text-palette-danger-border-strong {
  color:rgb(var(--theme-palette-danger-border-strong));
}
.n-text-palette-danger-border-strong\/0 {
  color:rgb(var(--theme-palette-danger-border-strong) / 0);
}
.n-text-palette-danger-border-strong\/10 {
  color:rgb(var(--theme-palette-danger-border-strong) / 0.1);
}
.n-text-palette-danger-border-strong\/100 {
  color:rgb(var(--theme-palette-danger-border-strong) / 1);
}
.n-text-palette-danger-border-strong\/15 {
  color:rgb(var(--theme-palette-danger-border-strong) / 0.15);
}
.n-text-palette-danger-border-strong\/20 {
  color:rgb(var(--theme-palette-danger-border-strong) / 0.2);
}
.n-text-palette-danger-border-strong\/25 {
  color:rgb(var(--theme-palette-danger-border-strong) / 0.25);
}
.n-text-palette-danger-border-strong\/30 {
  color:rgb(var(--theme-palette-danger-border-strong) / 0.3);
}
.n-text-palette-danger-border-strong\/35 {
  color:rgb(var(--theme-palette-danger-border-strong) / 0.35);
}
.n-text-palette-danger-border-strong\/40 {
  color:rgb(var(--theme-palette-danger-border-strong) / 0.4);
}
.n-text-palette-danger-border-strong\/45 {
  color:rgb(var(--theme-palette-danger-border-strong) / 0.45);
}
.n-text-palette-danger-border-strong\/5 {
  color:rgb(var(--theme-palette-danger-border-strong) / 0.05);
}
.n-text-palette-danger-border-strong\/50 {
  color:rgb(var(--theme-palette-danger-border-strong) / 0.5);
}
.n-text-palette-danger-border-strong\/55 {
  color:rgb(var(--theme-palette-danger-border-strong) / 0.55);
}
.n-text-palette-danger-border-strong\/60 {
  color:rgb(var(--theme-palette-danger-border-strong) / 0.6);
}
.n-text-palette-danger-border-strong\/65 {
  color:rgb(var(--theme-palette-danger-border-strong) / 0.65);
}
.n-text-palette-danger-border-strong\/70 {
  color:rgb(var(--theme-palette-danger-border-strong) / 0.7);
}
.n-text-palette-danger-border-strong\/75 {
  color:rgb(var(--theme-palette-danger-border-strong) / 0.75);
}
.n-text-palette-danger-border-strong\/80 {
  color:rgb(var(--theme-palette-danger-border-strong) / 0.8);
}
.n-text-palette-danger-border-strong\/85 {
  color:rgb(var(--theme-palette-danger-border-strong) / 0.85);
}
.n-text-palette-danger-border-strong\/90 {
  color:rgb(var(--theme-palette-danger-border-strong) / 0.9);
}
.n-text-palette-danger-border-strong\/95 {
  color:rgb(var(--theme-palette-danger-border-strong) / 0.95);
}
.n-text-palette-danger-border-weak {
  color:rgb(var(--theme-palette-danger-border-weak));
}
.n-text-palette-danger-border-weak\/0 {
  color:rgb(var(--theme-palette-danger-border-weak) / 0);
}
.n-text-palette-danger-border-weak\/10 {
  color:rgb(var(--theme-palette-danger-border-weak) / 0.1);
}
.n-text-palette-danger-border-weak\/100 {
  color:rgb(var(--theme-palette-danger-border-weak) / 1);
}
.n-text-palette-danger-border-weak\/15 {
  color:rgb(var(--theme-palette-danger-border-weak) / 0.15);
}
.n-text-palette-danger-border-weak\/20 {
  color:rgb(var(--theme-palette-danger-border-weak) / 0.2);
}
.n-text-palette-danger-border-weak\/25 {
  color:rgb(var(--theme-palette-danger-border-weak) / 0.25);
}
.n-text-palette-danger-border-weak\/30 {
  color:rgb(var(--theme-palette-danger-border-weak) / 0.3);
}
.n-text-palette-danger-border-weak\/35 {
  color:rgb(var(--theme-palette-danger-border-weak) / 0.35);
}
.n-text-palette-danger-border-weak\/40 {
  color:rgb(var(--theme-palette-danger-border-weak) / 0.4);
}
.n-text-palette-danger-border-weak\/45 {
  color:rgb(var(--theme-palette-danger-border-weak) / 0.45);
}
.n-text-palette-danger-border-weak\/5 {
  color:rgb(var(--theme-palette-danger-border-weak) / 0.05);
}
.n-text-palette-danger-border-weak\/50 {
  color:rgb(var(--theme-palette-danger-border-weak) / 0.5);
}
.n-text-palette-danger-border-weak\/55 {
  color:rgb(var(--theme-palette-danger-border-weak) / 0.55);
}
.n-text-palette-danger-border-weak\/60 {
  color:rgb(var(--theme-palette-danger-border-weak) / 0.6);
}
.n-text-palette-danger-border-weak\/65 {
  color:rgb(var(--theme-palette-danger-border-weak) / 0.65);
}
.n-text-palette-danger-border-weak\/70 {
  color:rgb(var(--theme-palette-danger-border-weak) / 0.7);
}
.n-text-palette-danger-border-weak\/75 {
  color:rgb(var(--theme-palette-danger-border-weak) / 0.75);
}
.n-text-palette-danger-border-weak\/80 {
  color:rgb(var(--theme-palette-danger-border-weak) / 0.8);
}
.n-text-palette-danger-border-weak\/85 {
  color:rgb(var(--theme-palette-danger-border-weak) / 0.85);
}
.n-text-palette-danger-border-weak\/90 {
  color:rgb(var(--theme-palette-danger-border-weak) / 0.9);
}
.n-text-palette-danger-border-weak\/95 {
  color:rgb(var(--theme-palette-danger-border-weak) / 0.95);
}
.n-text-palette-danger-hover-strong {
  color:rgb(var(--theme-palette-danger-hover-strong));
}
.n-text-palette-danger-hover-strong\/0 {
  color:rgb(var(--theme-palette-danger-hover-strong) / 0);
}
.n-text-palette-danger-hover-strong\/10 {
  color:rgb(var(--theme-palette-danger-hover-strong) / 0.1);
}
.n-text-palette-danger-hover-strong\/100 {
  color:rgb(var(--theme-palette-danger-hover-strong) / 1);
}
.n-text-palette-danger-hover-strong\/15 {
  color:rgb(var(--theme-palette-danger-hover-strong) / 0.15);
}
.n-text-palette-danger-hover-strong\/20 {
  color:rgb(var(--theme-palette-danger-hover-strong) / 0.2);
}
.n-text-palette-danger-hover-strong\/25 {
  color:rgb(var(--theme-palette-danger-hover-strong) / 0.25);
}
.n-text-palette-danger-hover-strong\/30 {
  color:rgb(var(--theme-palette-danger-hover-strong) / 0.3);
}
.n-text-palette-danger-hover-strong\/35 {
  color:rgb(var(--theme-palette-danger-hover-strong) / 0.35);
}
.n-text-palette-danger-hover-strong\/40 {
  color:rgb(var(--theme-palette-danger-hover-strong) / 0.4);
}
.n-text-palette-danger-hover-strong\/45 {
  color:rgb(var(--theme-palette-danger-hover-strong) / 0.45);
}
.n-text-palette-danger-hover-strong\/5 {
  color:rgb(var(--theme-palette-danger-hover-strong) / 0.05);
}
.n-text-palette-danger-hover-strong\/50 {
  color:rgb(var(--theme-palette-danger-hover-strong) / 0.5);
}
.n-text-palette-danger-hover-strong\/55 {
  color:rgb(var(--theme-palette-danger-hover-strong) / 0.55);
}
.n-text-palette-danger-hover-strong\/60 {
  color:rgb(var(--theme-palette-danger-hover-strong) / 0.6);
}
.n-text-palette-danger-hover-strong\/65 {
  color:rgb(var(--theme-palette-danger-hover-strong) / 0.65);
}
.n-text-palette-danger-hover-strong\/70 {
  color:rgb(var(--theme-palette-danger-hover-strong) / 0.7);
}
.n-text-palette-danger-hover-strong\/75 {
  color:rgb(var(--theme-palette-danger-hover-strong) / 0.75);
}
.n-text-palette-danger-hover-strong\/80 {
  color:rgb(var(--theme-palette-danger-hover-strong) / 0.8);
}
.n-text-palette-danger-hover-strong\/85 {
  color:rgb(var(--theme-palette-danger-hover-strong) / 0.85);
}
.n-text-palette-danger-hover-strong\/90 {
  color:rgb(var(--theme-palette-danger-hover-strong) / 0.9);
}
.n-text-palette-danger-hover-strong\/95 {
  color:rgb(var(--theme-palette-danger-hover-strong) / 0.95);
}
.n-text-palette-danger-hover-weak {
  color:rgb(var(--theme-palette-danger-hover-weak));
}
.n-text-palette-danger-hover-weak\/0 {
  color:rgb(var(--theme-palette-danger-hover-weak) / 0);
}
.n-text-palette-danger-hover-weak\/10 {
  color:rgb(var(--theme-palette-danger-hover-weak) / 0.1);
}
.n-text-palette-danger-hover-weak\/100 {
  color:rgb(var(--theme-palette-danger-hover-weak) / 1);
}
.n-text-palette-danger-hover-weak\/15 {
  color:rgb(var(--theme-palette-danger-hover-weak) / 0.15);
}
.n-text-palette-danger-hover-weak\/20 {
  color:rgb(var(--theme-palette-danger-hover-weak) / 0.2);
}
.n-text-palette-danger-hover-weak\/25 {
  color:rgb(var(--theme-palette-danger-hover-weak) / 0.25);
}
.n-text-palette-danger-hover-weak\/30 {
  color:rgb(var(--theme-palette-danger-hover-weak) / 0.3);
}
.n-text-palette-danger-hover-weak\/35 {
  color:rgb(var(--theme-palette-danger-hover-weak) / 0.35);
}
.n-text-palette-danger-hover-weak\/40 {
  color:rgb(var(--theme-palette-danger-hover-weak) / 0.4);
}
.n-text-palette-danger-hover-weak\/45 {
  color:rgb(var(--theme-palette-danger-hover-weak) / 0.45);
}
.n-text-palette-danger-hover-weak\/5 {
  color:rgb(var(--theme-palette-danger-hover-weak) / 0.05);
}
.n-text-palette-danger-hover-weak\/50 {
  color:rgb(var(--theme-palette-danger-hover-weak) / 0.5);
}
.n-text-palette-danger-hover-weak\/55 {
  color:rgb(var(--theme-palette-danger-hover-weak) / 0.55);
}
.n-text-palette-danger-hover-weak\/60 {
  color:rgb(var(--theme-palette-danger-hover-weak) / 0.6);
}
.n-text-palette-danger-hover-weak\/65 {
  color:rgb(var(--theme-palette-danger-hover-weak) / 0.65);
}
.n-text-palette-danger-hover-weak\/70 {
  color:rgb(var(--theme-palette-danger-hover-weak) / 0.7);
}
.n-text-palette-danger-hover-weak\/75 {
  color:rgb(var(--theme-palette-danger-hover-weak) / 0.75);
}
.n-text-palette-danger-hover-weak\/80 {
  color:rgb(var(--theme-palette-danger-hover-weak) / 0.8);
}
.n-text-palette-danger-hover-weak\/85 {
  color:rgb(var(--theme-palette-danger-hover-weak) / 0.85);
}
.n-text-palette-danger-hover-weak\/90 {
  color:rgb(var(--theme-palette-danger-hover-weak) / 0.9);
}
.n-text-palette-danger-hover-weak\/95 {
  color:rgb(var(--theme-palette-danger-hover-weak) / 0.95);
}
.n-text-palette-danger-icon {
  color:rgb(var(--theme-palette-danger-icon));
}
.n-text-palette-danger-icon\/0 {
  color:rgb(var(--theme-palette-danger-icon) / 0);
}
.n-text-palette-danger-icon\/10 {
  color:rgb(var(--theme-palette-danger-icon) / 0.1);
}
.n-text-palette-danger-icon\/100 {
  color:rgb(var(--theme-palette-danger-icon) / 1);
}
.n-text-palette-danger-icon\/15 {
  color:rgb(var(--theme-palette-danger-icon) / 0.15);
}
.n-text-palette-danger-icon\/20 {
  color:rgb(var(--theme-palette-danger-icon) / 0.2);
}
.n-text-palette-danger-icon\/25 {
  color:rgb(var(--theme-palette-danger-icon) / 0.25);
}
.n-text-palette-danger-icon\/30 {
  color:rgb(var(--theme-palette-danger-icon) / 0.3);
}
.n-text-palette-danger-icon\/35 {
  color:rgb(var(--theme-palette-danger-icon) / 0.35);
}
.n-text-palette-danger-icon\/40 {
  color:rgb(var(--theme-palette-danger-icon) / 0.4);
}
.n-text-palette-danger-icon\/45 {
  color:rgb(var(--theme-palette-danger-icon) / 0.45);
}
.n-text-palette-danger-icon\/5 {
  color:rgb(var(--theme-palette-danger-icon) / 0.05);
}
.n-text-palette-danger-icon\/50 {
  color:rgb(var(--theme-palette-danger-icon) / 0.5);
}
.n-text-palette-danger-icon\/55 {
  color:rgb(var(--theme-palette-danger-icon) / 0.55);
}
.n-text-palette-danger-icon\/60 {
  color:rgb(var(--theme-palette-danger-icon) / 0.6);
}
.n-text-palette-danger-icon\/65 {
  color:rgb(var(--theme-palette-danger-icon) / 0.65);
}
.n-text-palette-danger-icon\/70 {
  color:rgb(var(--theme-palette-danger-icon) / 0.7);
}
.n-text-palette-danger-icon\/75 {
  color:rgb(var(--theme-palette-danger-icon) / 0.75);
}
.n-text-palette-danger-icon\/80 {
  color:rgb(var(--theme-palette-danger-icon) / 0.8);
}
.n-text-palette-danger-icon\/85 {
  color:rgb(var(--theme-palette-danger-icon) / 0.85);
}
.n-text-palette-danger-icon\/90 {
  color:rgb(var(--theme-palette-danger-icon) / 0.9);
}
.n-text-palette-danger-icon\/95 {
  color:rgb(var(--theme-palette-danger-icon) / 0.95);
}
.n-text-palette-danger-pressed-strong {
  color:rgb(var(--theme-palette-danger-pressed-strong));
}
.n-text-palette-danger-pressed-strong\/0 {
  color:rgb(var(--theme-palette-danger-pressed-strong) / 0);
}
.n-text-palette-danger-pressed-strong\/10 {
  color:rgb(var(--theme-palette-danger-pressed-strong) / 0.1);
}
.n-text-palette-danger-pressed-strong\/100 {
  color:rgb(var(--theme-palette-danger-pressed-strong) / 1);
}
.n-text-palette-danger-pressed-strong\/15 {
  color:rgb(var(--theme-palette-danger-pressed-strong) / 0.15);
}
.n-text-palette-danger-pressed-strong\/20 {
  color:rgb(var(--theme-palette-danger-pressed-strong) / 0.2);
}
.n-text-palette-danger-pressed-strong\/25 {
  color:rgb(var(--theme-palette-danger-pressed-strong) / 0.25);
}
.n-text-palette-danger-pressed-strong\/30 {
  color:rgb(var(--theme-palette-danger-pressed-strong) / 0.3);
}
.n-text-palette-danger-pressed-strong\/35 {
  color:rgb(var(--theme-palette-danger-pressed-strong) / 0.35);
}
.n-text-palette-danger-pressed-strong\/40 {
  color:rgb(var(--theme-palette-danger-pressed-strong) / 0.4);
}
.n-text-palette-danger-pressed-strong\/45 {
  color:rgb(var(--theme-palette-danger-pressed-strong) / 0.45);
}
.n-text-palette-danger-pressed-strong\/5 {
  color:rgb(var(--theme-palette-danger-pressed-strong) / 0.05);
}
.n-text-palette-danger-pressed-strong\/50 {
  color:rgb(var(--theme-palette-danger-pressed-strong) / 0.5);
}
.n-text-palette-danger-pressed-strong\/55 {
  color:rgb(var(--theme-palette-danger-pressed-strong) / 0.55);
}
.n-text-palette-danger-pressed-strong\/60 {
  color:rgb(var(--theme-palette-danger-pressed-strong) / 0.6);
}
.n-text-palette-danger-pressed-strong\/65 {
  color:rgb(var(--theme-palette-danger-pressed-strong) / 0.65);
}
.n-text-palette-danger-pressed-strong\/70 {
  color:rgb(var(--theme-palette-danger-pressed-strong) / 0.7);
}
.n-text-palette-danger-pressed-strong\/75 {
  color:rgb(var(--theme-palette-danger-pressed-strong) / 0.75);
}
.n-text-palette-danger-pressed-strong\/80 {
  color:rgb(var(--theme-palette-danger-pressed-strong) / 0.8);
}
.n-text-palette-danger-pressed-strong\/85 {
  color:rgb(var(--theme-palette-danger-pressed-strong) / 0.85);
}
.n-text-palette-danger-pressed-strong\/90 {
  color:rgb(var(--theme-palette-danger-pressed-strong) / 0.9);
}
.n-text-palette-danger-pressed-strong\/95 {
  color:rgb(var(--theme-palette-danger-pressed-strong) / 0.95);
}
.n-text-palette-danger-pressed-weak {
  color:rgb(var(--theme-palette-danger-pressed-weak));
}
.n-text-palette-danger-pressed-weak\/0 {
  color:rgb(var(--theme-palette-danger-pressed-weak) / 0);
}
.n-text-palette-danger-pressed-weak\/10 {
  color:rgb(var(--theme-palette-danger-pressed-weak) / 0.1);
}
.n-text-palette-danger-pressed-weak\/100 {
  color:rgb(var(--theme-palette-danger-pressed-weak) / 1);
}
.n-text-palette-danger-pressed-weak\/15 {
  color:rgb(var(--theme-palette-danger-pressed-weak) / 0.15);
}
.n-text-palette-danger-pressed-weak\/20 {
  color:rgb(var(--theme-palette-danger-pressed-weak) / 0.2);
}
.n-text-palette-danger-pressed-weak\/25 {
  color:rgb(var(--theme-palette-danger-pressed-weak) / 0.25);
}
.n-text-palette-danger-pressed-weak\/30 {
  color:rgb(var(--theme-palette-danger-pressed-weak) / 0.3);
}
.n-text-palette-danger-pressed-weak\/35 {
  color:rgb(var(--theme-palette-danger-pressed-weak) / 0.35);
}
.n-text-palette-danger-pressed-weak\/40 {
  color:rgb(var(--theme-palette-danger-pressed-weak) / 0.4);
}
.n-text-palette-danger-pressed-weak\/45 {
  color:rgb(var(--theme-palette-danger-pressed-weak) / 0.45);
}
.n-text-palette-danger-pressed-weak\/5 {
  color:rgb(var(--theme-palette-danger-pressed-weak) / 0.05);
}
.n-text-palette-danger-pressed-weak\/50 {
  color:rgb(var(--theme-palette-danger-pressed-weak) / 0.5);
}
.n-text-palette-danger-pressed-weak\/55 {
  color:rgb(var(--theme-palette-danger-pressed-weak) / 0.55);
}
.n-text-palette-danger-pressed-weak\/60 {
  color:rgb(var(--theme-palette-danger-pressed-weak) / 0.6);
}
.n-text-palette-danger-pressed-weak\/65 {
  color:rgb(var(--theme-palette-danger-pressed-weak) / 0.65);
}
.n-text-palette-danger-pressed-weak\/70 {
  color:rgb(var(--theme-palette-danger-pressed-weak) / 0.7);
}
.n-text-palette-danger-pressed-weak\/75 {
  color:rgb(var(--theme-palette-danger-pressed-weak) / 0.75);
}
.n-text-palette-danger-pressed-weak\/80 {
  color:rgb(var(--theme-palette-danger-pressed-weak) / 0.8);
}
.n-text-palette-danger-pressed-weak\/85 {
  color:rgb(var(--theme-palette-danger-pressed-weak) / 0.85);
}
.n-text-palette-danger-pressed-weak\/90 {
  color:rgb(var(--theme-palette-danger-pressed-weak) / 0.9);
}
.n-text-palette-danger-pressed-weak\/95 {
  color:rgb(var(--theme-palette-danger-pressed-weak) / 0.95);
}
.n-text-palette-danger-text {
  color:rgb(var(--theme-palette-danger-text));
}
.n-text-palette-danger-text\/0 {
  color:rgb(var(--theme-palette-danger-text) / 0);
}
.n-text-palette-danger-text\/10 {
  color:rgb(var(--theme-palette-danger-text) / 0.1);
}
.n-text-palette-danger-text\/100 {
  color:rgb(var(--theme-palette-danger-text) / 1);
}
.n-text-palette-danger-text\/15 {
  color:rgb(var(--theme-palette-danger-text) / 0.15);
}
.n-text-palette-danger-text\/20 {
  color:rgb(var(--theme-palette-danger-text) / 0.2);
}
.n-text-palette-danger-text\/25 {
  color:rgb(var(--theme-palette-danger-text) / 0.25);
}
.n-text-palette-danger-text\/30 {
  color:rgb(var(--theme-palette-danger-text) / 0.3);
}
.n-text-palette-danger-text\/35 {
  color:rgb(var(--theme-palette-danger-text) / 0.35);
}
.n-text-palette-danger-text\/40 {
  color:rgb(var(--theme-palette-danger-text) / 0.4);
}
.n-text-palette-danger-text\/45 {
  color:rgb(var(--theme-palette-danger-text) / 0.45);
}
.n-text-palette-danger-text\/5 {
  color:rgb(var(--theme-palette-danger-text) / 0.05);
}
.n-text-palette-danger-text\/50 {
  color:rgb(var(--theme-palette-danger-text) / 0.5);
}
.n-text-palette-danger-text\/55 {
  color:rgb(var(--theme-palette-danger-text) / 0.55);
}
.n-text-palette-danger-text\/60 {
  color:rgb(var(--theme-palette-danger-text) / 0.6);
}
.n-text-palette-danger-text\/65 {
  color:rgb(var(--theme-palette-danger-text) / 0.65);
}
.n-text-palette-danger-text\/70 {
  color:rgb(var(--theme-palette-danger-text) / 0.7);
}
.n-text-palette-danger-text\/75 {
  color:rgb(var(--theme-palette-danger-text) / 0.75);
}
.n-text-palette-danger-text\/80 {
  color:rgb(var(--theme-palette-danger-text) / 0.8);
}
.n-text-palette-danger-text\/85 {
  color:rgb(var(--theme-palette-danger-text) / 0.85);
}
.n-text-palette-danger-text\/90 {
  color:rgb(var(--theme-palette-danger-text) / 0.9);
}
.n-text-palette-danger-text\/95 {
  color:rgb(var(--theme-palette-danger-text) / 0.95);
}
.n-text-palette-discovery-bg-status {
  color:rgb(var(--theme-palette-discovery-bg-status));
}
.n-text-palette-discovery-bg-status\/0 {
  color:rgb(var(--theme-palette-discovery-bg-status) / 0);
}
.n-text-palette-discovery-bg-status\/10 {
  color:rgb(var(--theme-palette-discovery-bg-status) / 0.1);
}
.n-text-palette-discovery-bg-status\/100 {
  color:rgb(var(--theme-palette-discovery-bg-status) / 1);
}
.n-text-palette-discovery-bg-status\/15 {
  color:rgb(var(--theme-palette-discovery-bg-status) / 0.15);
}
.n-text-palette-discovery-bg-status\/20 {
  color:rgb(var(--theme-palette-discovery-bg-status) / 0.2);
}
.n-text-palette-discovery-bg-status\/25 {
  color:rgb(var(--theme-palette-discovery-bg-status) / 0.25);
}
.n-text-palette-discovery-bg-status\/30 {
  color:rgb(var(--theme-palette-discovery-bg-status) / 0.3);
}
.n-text-palette-discovery-bg-status\/35 {
  color:rgb(var(--theme-palette-discovery-bg-status) / 0.35);
}
.n-text-palette-discovery-bg-status\/40 {
  color:rgb(var(--theme-palette-discovery-bg-status) / 0.4);
}
.n-text-palette-discovery-bg-status\/45 {
  color:rgb(var(--theme-palette-discovery-bg-status) / 0.45);
}
.n-text-palette-discovery-bg-status\/5 {
  color:rgb(var(--theme-palette-discovery-bg-status) / 0.05);
}
.n-text-palette-discovery-bg-status\/50 {
  color:rgb(var(--theme-palette-discovery-bg-status) / 0.5);
}
.n-text-palette-discovery-bg-status\/55 {
  color:rgb(var(--theme-palette-discovery-bg-status) / 0.55);
}
.n-text-palette-discovery-bg-status\/60 {
  color:rgb(var(--theme-palette-discovery-bg-status) / 0.6);
}
.n-text-palette-discovery-bg-status\/65 {
  color:rgb(var(--theme-palette-discovery-bg-status) / 0.65);
}
.n-text-palette-discovery-bg-status\/70 {
  color:rgb(var(--theme-palette-discovery-bg-status) / 0.7);
}
.n-text-palette-discovery-bg-status\/75 {
  color:rgb(var(--theme-palette-discovery-bg-status) / 0.75);
}
.n-text-palette-discovery-bg-status\/80 {
  color:rgb(var(--theme-palette-discovery-bg-status) / 0.8);
}
.n-text-palette-discovery-bg-status\/85 {
  color:rgb(var(--theme-palette-discovery-bg-status) / 0.85);
}
.n-text-palette-discovery-bg-status\/90 {
  color:rgb(var(--theme-palette-discovery-bg-status) / 0.9);
}
.n-text-palette-discovery-bg-status\/95 {
  color:rgb(var(--theme-palette-discovery-bg-status) / 0.95);
}
.n-text-palette-discovery-bg-strong {
  color:rgb(var(--theme-palette-discovery-bg-strong));
}
.n-text-palette-discovery-bg-strong\/0 {
  color:rgb(var(--theme-palette-discovery-bg-strong) / 0);
}
.n-text-palette-discovery-bg-strong\/10 {
  color:rgb(var(--theme-palette-discovery-bg-strong) / 0.1);
}
.n-text-palette-discovery-bg-strong\/100 {
  color:rgb(var(--theme-palette-discovery-bg-strong) / 1);
}
.n-text-palette-discovery-bg-strong\/15 {
  color:rgb(var(--theme-palette-discovery-bg-strong) / 0.15);
}
.n-text-palette-discovery-bg-strong\/20 {
  color:rgb(var(--theme-palette-discovery-bg-strong) / 0.2);
}
.n-text-palette-discovery-bg-strong\/25 {
  color:rgb(var(--theme-palette-discovery-bg-strong) / 0.25);
}
.n-text-palette-discovery-bg-strong\/30 {
  color:rgb(var(--theme-palette-discovery-bg-strong) / 0.3);
}
.n-text-palette-discovery-bg-strong\/35 {
  color:rgb(var(--theme-palette-discovery-bg-strong) / 0.35);
}
.n-text-palette-discovery-bg-strong\/40 {
  color:rgb(var(--theme-palette-discovery-bg-strong) / 0.4);
}
.n-text-palette-discovery-bg-strong\/45 {
  color:rgb(var(--theme-palette-discovery-bg-strong) / 0.45);
}
.n-text-palette-discovery-bg-strong\/5 {
  color:rgb(var(--theme-palette-discovery-bg-strong) / 0.05);
}
.n-text-palette-discovery-bg-strong\/50 {
  color:rgb(var(--theme-palette-discovery-bg-strong) / 0.5);
}
.n-text-palette-discovery-bg-strong\/55 {
  color:rgb(var(--theme-palette-discovery-bg-strong) / 0.55);
}
.n-text-palette-discovery-bg-strong\/60 {
  color:rgb(var(--theme-palette-discovery-bg-strong) / 0.6);
}
.n-text-palette-discovery-bg-strong\/65 {
  color:rgb(var(--theme-palette-discovery-bg-strong) / 0.65);
}
.n-text-palette-discovery-bg-strong\/70 {
  color:rgb(var(--theme-palette-discovery-bg-strong) / 0.7);
}
.n-text-palette-discovery-bg-strong\/75 {
  color:rgb(var(--theme-palette-discovery-bg-strong) / 0.75);
}
.n-text-palette-discovery-bg-strong\/80 {
  color:rgb(var(--theme-palette-discovery-bg-strong) / 0.8);
}
.n-text-palette-discovery-bg-strong\/85 {
  color:rgb(var(--theme-palette-discovery-bg-strong) / 0.85);
}
.n-text-palette-discovery-bg-strong\/90 {
  color:rgb(var(--theme-palette-discovery-bg-strong) / 0.9);
}
.n-text-palette-discovery-bg-strong\/95 {
  color:rgb(var(--theme-palette-discovery-bg-strong) / 0.95);
}
.n-text-palette-discovery-bg-weak {
  color:rgb(var(--theme-palette-discovery-bg-weak));
}
.n-text-palette-discovery-bg-weak\/0 {
  color:rgb(var(--theme-palette-discovery-bg-weak) / 0);
}
.n-text-palette-discovery-bg-weak\/10 {
  color:rgb(var(--theme-palette-discovery-bg-weak) / 0.1);
}
.n-text-palette-discovery-bg-weak\/100 {
  color:rgb(var(--theme-palette-discovery-bg-weak) / 1);
}
.n-text-palette-discovery-bg-weak\/15 {
  color:rgb(var(--theme-palette-discovery-bg-weak) / 0.15);
}
.n-text-palette-discovery-bg-weak\/20 {
  color:rgb(var(--theme-palette-discovery-bg-weak) / 0.2);
}
.n-text-palette-discovery-bg-weak\/25 {
  color:rgb(var(--theme-palette-discovery-bg-weak) / 0.25);
}
.n-text-palette-discovery-bg-weak\/30 {
  color:rgb(var(--theme-palette-discovery-bg-weak) / 0.3);
}
.n-text-palette-discovery-bg-weak\/35 {
  color:rgb(var(--theme-palette-discovery-bg-weak) / 0.35);
}
.n-text-palette-discovery-bg-weak\/40 {
  color:rgb(var(--theme-palette-discovery-bg-weak) / 0.4);
}
.n-text-palette-discovery-bg-weak\/45 {
  color:rgb(var(--theme-palette-discovery-bg-weak) / 0.45);
}
.n-text-palette-discovery-bg-weak\/5 {
  color:rgb(var(--theme-palette-discovery-bg-weak) / 0.05);
}
.n-text-palette-discovery-bg-weak\/50 {
  color:rgb(var(--theme-palette-discovery-bg-weak) / 0.5);
}
.n-text-palette-discovery-bg-weak\/55 {
  color:rgb(var(--theme-palette-discovery-bg-weak) / 0.55);
}
.n-text-palette-discovery-bg-weak\/60 {
  color:rgb(var(--theme-palette-discovery-bg-weak) / 0.6);
}
.n-text-palette-discovery-bg-weak\/65 {
  color:rgb(var(--theme-palette-discovery-bg-weak) / 0.65);
}
.n-text-palette-discovery-bg-weak\/70 {
  color:rgb(var(--theme-palette-discovery-bg-weak) / 0.7);
}
.n-text-palette-discovery-bg-weak\/75 {
  color:rgb(var(--theme-palette-discovery-bg-weak) / 0.75);
}
.n-text-palette-discovery-bg-weak\/80 {
  color:rgb(var(--theme-palette-discovery-bg-weak) / 0.8);
}
.n-text-palette-discovery-bg-weak\/85 {
  color:rgb(var(--theme-palette-discovery-bg-weak) / 0.85);
}
.n-text-palette-discovery-bg-weak\/90 {
  color:rgb(var(--theme-palette-discovery-bg-weak) / 0.9);
}
.n-text-palette-discovery-bg-weak\/95 {
  color:rgb(var(--theme-palette-discovery-bg-weak) / 0.95);
}
.n-text-palette-discovery-border-strong {
  color:rgb(var(--theme-palette-discovery-border-strong));
}
.n-text-palette-discovery-border-strong\/0 {
  color:rgb(var(--theme-palette-discovery-border-strong) / 0);
}
.n-text-palette-discovery-border-strong\/10 {
  color:rgb(var(--theme-palette-discovery-border-strong) / 0.1);
}
.n-text-palette-discovery-border-strong\/100 {
  color:rgb(var(--theme-palette-discovery-border-strong) / 1);
}
.n-text-palette-discovery-border-strong\/15 {
  color:rgb(var(--theme-palette-discovery-border-strong) / 0.15);
}
.n-text-palette-discovery-border-strong\/20 {
  color:rgb(var(--theme-palette-discovery-border-strong) / 0.2);
}
.n-text-palette-discovery-border-strong\/25 {
  color:rgb(var(--theme-palette-discovery-border-strong) / 0.25);
}
.n-text-palette-discovery-border-strong\/30 {
  color:rgb(var(--theme-palette-discovery-border-strong) / 0.3);
}
.n-text-palette-discovery-border-strong\/35 {
  color:rgb(var(--theme-palette-discovery-border-strong) / 0.35);
}
.n-text-palette-discovery-border-strong\/40 {
  color:rgb(var(--theme-palette-discovery-border-strong) / 0.4);
}
.n-text-palette-discovery-border-strong\/45 {
  color:rgb(var(--theme-palette-discovery-border-strong) / 0.45);
}
.n-text-palette-discovery-border-strong\/5 {
  color:rgb(var(--theme-palette-discovery-border-strong) / 0.05);
}
.n-text-palette-discovery-border-strong\/50 {
  color:rgb(var(--theme-palette-discovery-border-strong) / 0.5);
}
.n-text-palette-discovery-border-strong\/55 {
  color:rgb(var(--theme-palette-discovery-border-strong) / 0.55);
}
.n-text-palette-discovery-border-strong\/60 {
  color:rgb(var(--theme-palette-discovery-border-strong) / 0.6);
}
.n-text-palette-discovery-border-strong\/65 {
  color:rgb(var(--theme-palette-discovery-border-strong) / 0.65);
}
.n-text-palette-discovery-border-strong\/70 {
  color:rgb(var(--theme-palette-discovery-border-strong) / 0.7);
}
.n-text-palette-discovery-border-strong\/75 {
  color:rgb(var(--theme-palette-discovery-border-strong) / 0.75);
}
.n-text-palette-discovery-border-strong\/80 {
  color:rgb(var(--theme-palette-discovery-border-strong) / 0.8);
}
.n-text-palette-discovery-border-strong\/85 {
  color:rgb(var(--theme-palette-discovery-border-strong) / 0.85);
}
.n-text-palette-discovery-border-strong\/90 {
  color:rgb(var(--theme-palette-discovery-border-strong) / 0.9);
}
.n-text-palette-discovery-border-strong\/95 {
  color:rgb(var(--theme-palette-discovery-border-strong) / 0.95);
}
.n-text-palette-discovery-border-weak {
  color:rgb(var(--theme-palette-discovery-border-weak));
}
.n-text-palette-discovery-border-weak\/0 {
  color:rgb(var(--theme-palette-discovery-border-weak) / 0);
}
.n-text-palette-discovery-border-weak\/10 {
  color:rgb(var(--theme-palette-discovery-border-weak) / 0.1);
}
.n-text-palette-discovery-border-weak\/100 {
  color:rgb(var(--theme-palette-discovery-border-weak) / 1);
}
.n-text-palette-discovery-border-weak\/15 {
  color:rgb(var(--theme-palette-discovery-border-weak) / 0.15);
}
.n-text-palette-discovery-border-weak\/20 {
  color:rgb(var(--theme-palette-discovery-border-weak) / 0.2);
}
.n-text-palette-discovery-border-weak\/25 {
  color:rgb(var(--theme-palette-discovery-border-weak) / 0.25);
}
.n-text-palette-discovery-border-weak\/30 {
  color:rgb(var(--theme-palette-discovery-border-weak) / 0.3);
}
.n-text-palette-discovery-border-weak\/35 {
  color:rgb(var(--theme-palette-discovery-border-weak) / 0.35);
}
.n-text-palette-discovery-border-weak\/40 {
  color:rgb(var(--theme-palette-discovery-border-weak) / 0.4);
}
.n-text-palette-discovery-border-weak\/45 {
  color:rgb(var(--theme-palette-discovery-border-weak) / 0.45);
}
.n-text-palette-discovery-border-weak\/5 {
  color:rgb(var(--theme-palette-discovery-border-weak) / 0.05);
}
.n-text-palette-discovery-border-weak\/50 {
  color:rgb(var(--theme-palette-discovery-border-weak) / 0.5);
}
.n-text-palette-discovery-border-weak\/55 {
  color:rgb(var(--theme-palette-discovery-border-weak) / 0.55);
}
.n-text-palette-discovery-border-weak\/60 {
  color:rgb(var(--theme-palette-discovery-border-weak) / 0.6);
}
.n-text-palette-discovery-border-weak\/65 {
  color:rgb(var(--theme-palette-discovery-border-weak) / 0.65);
}
.n-text-palette-discovery-border-weak\/70 {
  color:rgb(var(--theme-palette-discovery-border-weak) / 0.7);
}
.n-text-palette-discovery-border-weak\/75 {
  color:rgb(var(--theme-palette-discovery-border-weak) / 0.75);
}
.n-text-palette-discovery-border-weak\/80 {
  color:rgb(var(--theme-palette-discovery-border-weak) / 0.8);
}
.n-text-palette-discovery-border-weak\/85 {
  color:rgb(var(--theme-palette-discovery-border-weak) / 0.85);
}
.n-text-palette-discovery-border-weak\/90 {
  color:rgb(var(--theme-palette-discovery-border-weak) / 0.9);
}
.n-text-palette-discovery-border-weak\/95 {
  color:rgb(var(--theme-palette-discovery-border-weak) / 0.95);
}
.n-text-palette-discovery-icon {
  color:rgb(var(--theme-palette-discovery-icon));
}
.n-text-palette-discovery-icon\/0 {
  color:rgb(var(--theme-palette-discovery-icon) / 0);
}
.n-text-palette-discovery-icon\/10 {
  color:rgb(var(--theme-palette-discovery-icon) / 0.1);
}
.n-text-palette-discovery-icon\/100 {
  color:rgb(var(--theme-palette-discovery-icon) / 1);
}
.n-text-palette-discovery-icon\/15 {
  color:rgb(var(--theme-palette-discovery-icon) / 0.15);
}
.n-text-palette-discovery-icon\/20 {
  color:rgb(var(--theme-palette-discovery-icon) / 0.2);
}
.n-text-palette-discovery-icon\/25 {
  color:rgb(var(--theme-palette-discovery-icon) / 0.25);
}
.n-text-palette-discovery-icon\/30 {
  color:rgb(var(--theme-palette-discovery-icon) / 0.3);
}
.n-text-palette-discovery-icon\/35 {
  color:rgb(var(--theme-palette-discovery-icon) / 0.35);
}
.n-text-palette-discovery-icon\/40 {
  color:rgb(var(--theme-palette-discovery-icon) / 0.4);
}
.n-text-palette-discovery-icon\/45 {
  color:rgb(var(--theme-palette-discovery-icon) / 0.45);
}
.n-text-palette-discovery-icon\/5 {
  color:rgb(var(--theme-palette-discovery-icon) / 0.05);
}
.n-text-palette-discovery-icon\/50 {
  color:rgb(var(--theme-palette-discovery-icon) / 0.5);
}
.n-text-palette-discovery-icon\/55 {
  color:rgb(var(--theme-palette-discovery-icon) / 0.55);
}
.n-text-palette-discovery-icon\/60 {
  color:rgb(var(--theme-palette-discovery-icon) / 0.6);
}
.n-text-palette-discovery-icon\/65 {
  color:rgb(var(--theme-palette-discovery-icon) / 0.65);
}
.n-text-palette-discovery-icon\/70 {
  color:rgb(var(--theme-palette-discovery-icon) / 0.7);
}
.n-text-palette-discovery-icon\/75 {
  color:rgb(var(--theme-palette-discovery-icon) / 0.75);
}
.n-text-palette-discovery-icon\/80 {
  color:rgb(var(--theme-palette-discovery-icon) / 0.8);
}
.n-text-palette-discovery-icon\/85 {
  color:rgb(var(--theme-palette-discovery-icon) / 0.85);
}
.n-text-palette-discovery-icon\/90 {
  color:rgb(var(--theme-palette-discovery-icon) / 0.9);
}
.n-text-palette-discovery-icon\/95 {
  color:rgb(var(--theme-palette-discovery-icon) / 0.95);
}
.n-text-palette-discovery-text {
  color:rgb(var(--theme-palette-discovery-text));
}
.n-text-palette-discovery-text\/0 {
  color:rgb(var(--theme-palette-discovery-text) / 0);
}
.n-text-palette-discovery-text\/10 {
  color:rgb(var(--theme-palette-discovery-text) / 0.1);
}
.n-text-palette-discovery-text\/100 {
  color:rgb(var(--theme-palette-discovery-text) / 1);
}
.n-text-palette-discovery-text\/15 {
  color:rgb(var(--theme-palette-discovery-text) / 0.15);
}
.n-text-palette-discovery-text\/20 {
  color:rgb(var(--theme-palette-discovery-text) / 0.2);
}
.n-text-palette-discovery-text\/25 {
  color:rgb(var(--theme-palette-discovery-text) / 0.25);
}
.n-text-palette-discovery-text\/30 {
  color:rgb(var(--theme-palette-discovery-text) / 0.3);
}
.n-text-palette-discovery-text\/35 {
  color:rgb(var(--theme-palette-discovery-text) / 0.35);
}
.n-text-palette-discovery-text\/40 {
  color:rgb(var(--theme-palette-discovery-text) / 0.4);
}
.n-text-palette-discovery-text\/45 {
  color:rgb(var(--theme-palette-discovery-text) / 0.45);
}
.n-text-palette-discovery-text\/5 {
  color:rgb(var(--theme-palette-discovery-text) / 0.05);
}
.n-text-palette-discovery-text\/50 {
  color:rgb(var(--theme-palette-discovery-text) / 0.5);
}
.n-text-palette-discovery-text\/55 {
  color:rgb(var(--theme-palette-discovery-text) / 0.55);
}
.n-text-palette-discovery-text\/60 {
  color:rgb(var(--theme-palette-discovery-text) / 0.6);
}
.n-text-palette-discovery-text\/65 {
  color:rgb(var(--theme-palette-discovery-text) / 0.65);
}
.n-text-palette-discovery-text\/70 {
  color:rgb(var(--theme-palette-discovery-text) / 0.7);
}
.n-text-palette-discovery-text\/75 {
  color:rgb(var(--theme-palette-discovery-text) / 0.75);
}
.n-text-palette-discovery-text\/80 {
  color:rgb(var(--theme-palette-discovery-text) / 0.8);
}
.n-text-palette-discovery-text\/85 {
  color:rgb(var(--theme-palette-discovery-text) / 0.85);
}
.n-text-palette-discovery-text\/90 {
  color:rgb(var(--theme-palette-discovery-text) / 0.9);
}
.n-text-palette-discovery-text\/95 {
  color:rgb(var(--theme-palette-discovery-text) / 0.95);
}
.n-text-palette-neutral-bg-default {
  color:rgb(var(--theme-palette-neutral-bg-default));
}
.n-text-palette-neutral-bg-default\/0 {
  color:rgb(var(--theme-palette-neutral-bg-default) / 0);
}
.n-text-palette-neutral-bg-default\/10 {
  color:rgb(var(--theme-palette-neutral-bg-default) / 0.1);
}
.n-text-palette-neutral-bg-default\/100 {
  color:rgb(var(--theme-palette-neutral-bg-default) / 1);
}
.n-text-palette-neutral-bg-default\/15 {
  color:rgb(var(--theme-palette-neutral-bg-default) / 0.15);
}
.n-text-palette-neutral-bg-default\/20 {
  color:rgb(var(--theme-palette-neutral-bg-default) / 0.2);
}
.n-text-palette-neutral-bg-default\/25 {
  color:rgb(var(--theme-palette-neutral-bg-default) / 0.25);
}
.n-text-palette-neutral-bg-default\/30 {
  color:rgb(var(--theme-palette-neutral-bg-default) / 0.3);
}
.n-text-palette-neutral-bg-default\/35 {
  color:rgb(var(--theme-palette-neutral-bg-default) / 0.35);
}
.n-text-palette-neutral-bg-default\/40 {
  color:rgb(var(--theme-palette-neutral-bg-default) / 0.4);
}
.n-text-palette-neutral-bg-default\/45 {
  color:rgb(var(--theme-palette-neutral-bg-default) / 0.45);
}
.n-text-palette-neutral-bg-default\/5 {
  color:rgb(var(--theme-palette-neutral-bg-default) / 0.05);
}
.n-text-palette-neutral-bg-default\/50 {
  color:rgb(var(--theme-palette-neutral-bg-default) / 0.5);
}
.n-text-palette-neutral-bg-default\/55 {
  color:rgb(var(--theme-palette-neutral-bg-default) / 0.55);
}
.n-text-palette-neutral-bg-default\/60 {
  color:rgb(var(--theme-palette-neutral-bg-default) / 0.6);
}
.n-text-palette-neutral-bg-default\/65 {
  color:rgb(var(--theme-palette-neutral-bg-default) / 0.65);
}
.n-text-palette-neutral-bg-default\/70 {
  color:rgb(var(--theme-palette-neutral-bg-default) / 0.7);
}
.n-text-palette-neutral-bg-default\/75 {
  color:rgb(var(--theme-palette-neutral-bg-default) / 0.75);
}
.n-text-palette-neutral-bg-default\/80 {
  color:rgb(var(--theme-palette-neutral-bg-default) / 0.8);
}
.n-text-palette-neutral-bg-default\/85 {
  color:rgb(var(--theme-palette-neutral-bg-default) / 0.85);
}
.n-text-palette-neutral-bg-default\/90 {
  color:rgb(var(--theme-palette-neutral-bg-default) / 0.9);
}
.n-text-palette-neutral-bg-default\/95 {
  color:rgb(var(--theme-palette-neutral-bg-default) / 0.95);
}
.n-text-palette-neutral-bg-on-bg-weak {
  color:rgb(var(--theme-palette-neutral-bg-on-bg-weak));
}
.n-text-palette-neutral-bg-on-bg-weak\/0 {
  color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0);
}
.n-text-palette-neutral-bg-on-bg-weak\/10 {
  color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.1);
}
.n-text-palette-neutral-bg-on-bg-weak\/100 {
  color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 1);
}
.n-text-palette-neutral-bg-on-bg-weak\/15 {
  color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.15);
}
.n-text-palette-neutral-bg-on-bg-weak\/20 {
  color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.2);
}
.n-text-palette-neutral-bg-on-bg-weak\/25 {
  color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.25);
}
.n-text-palette-neutral-bg-on-bg-weak\/30 {
  color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.3);
}
.n-text-palette-neutral-bg-on-bg-weak\/35 {
  color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.35);
}
.n-text-palette-neutral-bg-on-bg-weak\/40 {
  color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.4);
}
.n-text-palette-neutral-bg-on-bg-weak\/45 {
  color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.45);
}
.n-text-palette-neutral-bg-on-bg-weak\/5 {
  color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.05);
}
.n-text-palette-neutral-bg-on-bg-weak\/50 {
  color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.5);
}
.n-text-palette-neutral-bg-on-bg-weak\/55 {
  color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.55);
}
.n-text-palette-neutral-bg-on-bg-weak\/60 {
  color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.6);
}
.n-text-palette-neutral-bg-on-bg-weak\/65 {
  color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.65);
}
.n-text-palette-neutral-bg-on-bg-weak\/70 {
  color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.7);
}
.n-text-palette-neutral-bg-on-bg-weak\/75 {
  color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.75);
}
.n-text-palette-neutral-bg-on-bg-weak\/80 {
  color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.8);
}
.n-text-palette-neutral-bg-on-bg-weak\/85 {
  color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.85);
}
.n-text-palette-neutral-bg-on-bg-weak\/90 {
  color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.9);
}
.n-text-palette-neutral-bg-on-bg-weak\/95 {
  color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.95);
}
.n-text-palette-neutral-bg-status {
  color:rgb(var(--theme-palette-neutral-bg-status));
}
.n-text-palette-neutral-bg-status\/0 {
  color:rgb(var(--theme-palette-neutral-bg-status) / 0);
}
.n-text-palette-neutral-bg-status\/10 {
  color:rgb(var(--theme-palette-neutral-bg-status) / 0.1);
}
.n-text-palette-neutral-bg-status\/100 {
  color:rgb(var(--theme-palette-neutral-bg-status) / 1);
}
.n-text-palette-neutral-bg-status\/15 {
  color:rgb(var(--theme-palette-neutral-bg-status) / 0.15);
}
.n-text-palette-neutral-bg-status\/20 {
  color:rgb(var(--theme-palette-neutral-bg-status) / 0.2);
}
.n-text-palette-neutral-bg-status\/25 {
  color:rgb(var(--theme-palette-neutral-bg-status) / 0.25);
}
.n-text-palette-neutral-bg-status\/30 {
  color:rgb(var(--theme-palette-neutral-bg-status) / 0.3);
}
.n-text-palette-neutral-bg-status\/35 {
  color:rgb(var(--theme-palette-neutral-bg-status) / 0.35);
}
.n-text-palette-neutral-bg-status\/40 {
  color:rgb(var(--theme-palette-neutral-bg-status) / 0.4);
}
.n-text-palette-neutral-bg-status\/45 {
  color:rgb(var(--theme-palette-neutral-bg-status) / 0.45);
}
.n-text-palette-neutral-bg-status\/5 {
  color:rgb(var(--theme-palette-neutral-bg-status) / 0.05);
}
.n-text-palette-neutral-bg-status\/50 {
  color:rgb(var(--theme-palette-neutral-bg-status) / 0.5);
}
.n-text-palette-neutral-bg-status\/55 {
  color:rgb(var(--theme-palette-neutral-bg-status) / 0.55);
}
.n-text-palette-neutral-bg-status\/60 {
  color:rgb(var(--theme-palette-neutral-bg-status) / 0.6);
}
.n-text-palette-neutral-bg-status\/65 {
  color:rgb(var(--theme-palette-neutral-bg-status) / 0.65);
}
.n-text-palette-neutral-bg-status\/70 {
  color:rgb(var(--theme-palette-neutral-bg-status) / 0.7);
}
.n-text-palette-neutral-bg-status\/75 {
  color:rgb(var(--theme-palette-neutral-bg-status) / 0.75);
}
.n-text-palette-neutral-bg-status\/80 {
  color:rgb(var(--theme-palette-neutral-bg-status) / 0.8);
}
.n-text-palette-neutral-bg-status\/85 {
  color:rgb(var(--theme-palette-neutral-bg-status) / 0.85);
}
.n-text-palette-neutral-bg-status\/90 {
  color:rgb(var(--theme-palette-neutral-bg-status) / 0.9);
}
.n-text-palette-neutral-bg-status\/95 {
  color:rgb(var(--theme-palette-neutral-bg-status) / 0.95);
}
.n-text-palette-neutral-bg-strong {
  color:rgb(var(--theme-palette-neutral-bg-strong));
}
.n-text-palette-neutral-bg-strong\/0 {
  color:rgb(var(--theme-palette-neutral-bg-strong) / 0);
}
.n-text-palette-neutral-bg-strong\/10 {
  color:rgb(var(--theme-palette-neutral-bg-strong) / 0.1);
}
.n-text-palette-neutral-bg-strong\/100 {
  color:rgb(var(--theme-palette-neutral-bg-strong) / 1);
}
.n-text-palette-neutral-bg-strong\/15 {
  color:rgb(var(--theme-palette-neutral-bg-strong) / 0.15);
}
.n-text-palette-neutral-bg-strong\/20 {
  color:rgb(var(--theme-palette-neutral-bg-strong) / 0.2);
}
.n-text-palette-neutral-bg-strong\/25 {
  color:rgb(var(--theme-palette-neutral-bg-strong) / 0.25);
}
.n-text-palette-neutral-bg-strong\/30 {
  color:rgb(var(--theme-palette-neutral-bg-strong) / 0.3);
}
.n-text-palette-neutral-bg-strong\/35 {
  color:rgb(var(--theme-palette-neutral-bg-strong) / 0.35);
}
.n-text-palette-neutral-bg-strong\/40 {
  color:rgb(var(--theme-palette-neutral-bg-strong) / 0.4);
}
.n-text-palette-neutral-bg-strong\/45 {
  color:rgb(var(--theme-palette-neutral-bg-strong) / 0.45);
}
.n-text-palette-neutral-bg-strong\/5 {
  color:rgb(var(--theme-palette-neutral-bg-strong) / 0.05);
}
.n-text-palette-neutral-bg-strong\/50 {
  color:rgb(var(--theme-palette-neutral-bg-strong) / 0.5);
}
.n-text-palette-neutral-bg-strong\/55 {
  color:rgb(var(--theme-palette-neutral-bg-strong) / 0.55);
}
.n-text-palette-neutral-bg-strong\/60 {
  color:rgb(var(--theme-palette-neutral-bg-strong) / 0.6);
}
.n-text-palette-neutral-bg-strong\/65 {
  color:rgb(var(--theme-palette-neutral-bg-strong) / 0.65);
}
.n-text-palette-neutral-bg-strong\/70 {
  color:rgb(var(--theme-palette-neutral-bg-strong) / 0.7);
}
.n-text-palette-neutral-bg-strong\/75 {
  color:rgb(var(--theme-palette-neutral-bg-strong) / 0.75);
}
.n-text-palette-neutral-bg-strong\/80 {
  color:rgb(var(--theme-palette-neutral-bg-strong) / 0.8);
}
.n-text-palette-neutral-bg-strong\/85 {
  color:rgb(var(--theme-palette-neutral-bg-strong) / 0.85);
}
.n-text-palette-neutral-bg-strong\/90 {
  color:rgb(var(--theme-palette-neutral-bg-strong) / 0.9);
}
.n-text-palette-neutral-bg-strong\/95 {
  color:rgb(var(--theme-palette-neutral-bg-strong) / 0.95);
}
.n-text-palette-neutral-bg-stronger {
  color:rgb(var(--theme-palette-neutral-bg-stronger));
}
.n-text-palette-neutral-bg-stronger\/0 {
  color:rgb(var(--theme-palette-neutral-bg-stronger) / 0);
}
.n-text-palette-neutral-bg-stronger\/10 {
  color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.1);
}
.n-text-palette-neutral-bg-stronger\/100 {
  color:rgb(var(--theme-palette-neutral-bg-stronger) / 1);
}
.n-text-palette-neutral-bg-stronger\/15 {
  color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.15);
}
.n-text-palette-neutral-bg-stronger\/20 {
  color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.2);
}
.n-text-palette-neutral-bg-stronger\/25 {
  color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.25);
}
.n-text-palette-neutral-bg-stronger\/30 {
  color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.3);
}
.n-text-palette-neutral-bg-stronger\/35 {
  color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.35);
}
.n-text-palette-neutral-bg-stronger\/40 {
  color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.4);
}
.n-text-palette-neutral-bg-stronger\/45 {
  color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.45);
}
.n-text-palette-neutral-bg-stronger\/5 {
  color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.05);
}
.n-text-palette-neutral-bg-stronger\/50 {
  color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.5);
}
.n-text-palette-neutral-bg-stronger\/55 {
  color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.55);
}
.n-text-palette-neutral-bg-stronger\/60 {
  color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.6);
}
.n-text-palette-neutral-bg-stronger\/65 {
  color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.65);
}
.n-text-palette-neutral-bg-stronger\/70 {
  color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.7);
}
.n-text-palette-neutral-bg-stronger\/75 {
  color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.75);
}
.n-text-palette-neutral-bg-stronger\/80 {
  color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.8);
}
.n-text-palette-neutral-bg-stronger\/85 {
  color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.85);
}
.n-text-palette-neutral-bg-stronger\/90 {
  color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.9);
}
.n-text-palette-neutral-bg-stronger\/95 {
  color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.95);
}
.n-text-palette-neutral-bg-strongest {
  color:rgb(var(--theme-palette-neutral-bg-strongest));
}
.n-text-palette-neutral-bg-strongest\/0 {
  color:rgb(var(--theme-palette-neutral-bg-strongest) / 0);
}
.n-text-palette-neutral-bg-strongest\/10 {
  color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.1);
}
.n-text-palette-neutral-bg-strongest\/100 {
  color:rgb(var(--theme-palette-neutral-bg-strongest) / 1);
}
.n-text-palette-neutral-bg-strongest\/15 {
  color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.15);
}
.n-text-palette-neutral-bg-strongest\/20 {
  color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.2);
}
.n-text-palette-neutral-bg-strongest\/25 {
  color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.25);
}
.n-text-palette-neutral-bg-strongest\/30 {
  color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.3);
}
.n-text-palette-neutral-bg-strongest\/35 {
  color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.35);
}
.n-text-palette-neutral-bg-strongest\/40 {
  color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.4);
}
.n-text-palette-neutral-bg-strongest\/45 {
  color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.45);
}
.n-text-palette-neutral-bg-strongest\/5 {
  color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.05);
}
.n-text-palette-neutral-bg-strongest\/50 {
  color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.5);
}
.n-text-palette-neutral-bg-strongest\/55 {
  color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.55);
}
.n-text-palette-neutral-bg-strongest\/60 {
  color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.6);
}
.n-text-palette-neutral-bg-strongest\/65 {
  color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.65);
}
.n-text-palette-neutral-bg-strongest\/70 {
  color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.7);
}
.n-text-palette-neutral-bg-strongest\/75 {
  color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.75);
}
.n-text-palette-neutral-bg-strongest\/80 {
  color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.8);
}
.n-text-palette-neutral-bg-strongest\/85 {
  color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.85);
}
.n-text-palette-neutral-bg-strongest\/90 {
  color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.9);
}
.n-text-palette-neutral-bg-strongest\/95 {
  color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.95);
}
.n-text-palette-neutral-bg-weak {
  color:rgb(var(--theme-palette-neutral-bg-weak));
}
.n-text-palette-neutral-bg-weak\/0 {
  color:rgb(var(--theme-palette-neutral-bg-weak) / 0);
}
.n-text-palette-neutral-bg-weak\/10 {
  color:rgb(var(--theme-palette-neutral-bg-weak) / 0.1);
}
.n-text-palette-neutral-bg-weak\/100 {
  color:rgb(var(--theme-palette-neutral-bg-weak) / 1);
}
.n-text-palette-neutral-bg-weak\/15 {
  color:rgb(var(--theme-palette-neutral-bg-weak) / 0.15);
}
.n-text-palette-neutral-bg-weak\/20 {
  color:rgb(var(--theme-palette-neutral-bg-weak) / 0.2);
}
.n-text-palette-neutral-bg-weak\/25 {
  color:rgb(var(--theme-palette-neutral-bg-weak) / 0.25);
}
.n-text-palette-neutral-bg-weak\/30 {
  color:rgb(var(--theme-palette-neutral-bg-weak) / 0.3);
}
.n-text-palette-neutral-bg-weak\/35 {
  color:rgb(var(--theme-palette-neutral-bg-weak) / 0.35);
}
.n-text-palette-neutral-bg-weak\/40 {
  color:rgb(var(--theme-palette-neutral-bg-weak) / 0.4);
}
.n-text-palette-neutral-bg-weak\/45 {
  color:rgb(var(--theme-palette-neutral-bg-weak) / 0.45);
}
.n-text-palette-neutral-bg-weak\/5 {
  color:rgb(var(--theme-palette-neutral-bg-weak) / 0.05);
}
.n-text-palette-neutral-bg-weak\/50 {
  color:rgb(var(--theme-palette-neutral-bg-weak) / 0.5);
}
.n-text-palette-neutral-bg-weak\/55 {
  color:rgb(var(--theme-palette-neutral-bg-weak) / 0.55);
}
.n-text-palette-neutral-bg-weak\/60 {
  color:rgb(var(--theme-palette-neutral-bg-weak) / 0.6);
}
.n-text-palette-neutral-bg-weak\/65 {
  color:rgb(var(--theme-palette-neutral-bg-weak) / 0.65);
}
.n-text-palette-neutral-bg-weak\/70 {
  color:rgb(var(--theme-palette-neutral-bg-weak) / 0.7);
}
.n-text-palette-neutral-bg-weak\/75 {
  color:rgb(var(--theme-palette-neutral-bg-weak) / 0.75);
}
.n-text-palette-neutral-bg-weak\/80 {
  color:rgb(var(--theme-palette-neutral-bg-weak) / 0.8);
}
.n-text-palette-neutral-bg-weak\/85 {
  color:rgb(var(--theme-palette-neutral-bg-weak) / 0.85);
}
.n-text-palette-neutral-bg-weak\/90 {
  color:rgb(var(--theme-palette-neutral-bg-weak) / 0.9);
}
.n-text-palette-neutral-bg-weak\/95 {
  color:rgb(var(--theme-palette-neutral-bg-weak) / 0.95);
}
.n-text-palette-neutral-border-strong {
  color:rgb(var(--theme-palette-neutral-border-strong));
}
.n-text-palette-neutral-border-strong\/0 {
  color:rgb(var(--theme-palette-neutral-border-strong) / 0);
}
.n-text-palette-neutral-border-strong\/10 {
  color:rgb(var(--theme-palette-neutral-border-strong) / 0.1);
}
.n-text-palette-neutral-border-strong\/100 {
  color:rgb(var(--theme-palette-neutral-border-strong) / 1);
}
.n-text-palette-neutral-border-strong\/15 {
  color:rgb(var(--theme-palette-neutral-border-strong) / 0.15);
}
.n-text-palette-neutral-border-strong\/20 {
  color:rgb(var(--theme-palette-neutral-border-strong) / 0.2);
}
.n-text-palette-neutral-border-strong\/25 {
  color:rgb(var(--theme-palette-neutral-border-strong) / 0.25);
}
.n-text-palette-neutral-border-strong\/30 {
  color:rgb(var(--theme-palette-neutral-border-strong) / 0.3);
}
.n-text-palette-neutral-border-strong\/35 {
  color:rgb(var(--theme-palette-neutral-border-strong) / 0.35);
}
.n-text-palette-neutral-border-strong\/40 {
  color:rgb(var(--theme-palette-neutral-border-strong) / 0.4);
}
.n-text-palette-neutral-border-strong\/45 {
  color:rgb(var(--theme-palette-neutral-border-strong) / 0.45);
}
.n-text-palette-neutral-border-strong\/5 {
  color:rgb(var(--theme-palette-neutral-border-strong) / 0.05);
}
.n-text-palette-neutral-border-strong\/50 {
  color:rgb(var(--theme-palette-neutral-border-strong) / 0.5);
}
.n-text-palette-neutral-border-strong\/55 {
  color:rgb(var(--theme-palette-neutral-border-strong) / 0.55);
}
.n-text-palette-neutral-border-strong\/60 {
  color:rgb(var(--theme-palette-neutral-border-strong) / 0.6);
}
.n-text-palette-neutral-border-strong\/65 {
  color:rgb(var(--theme-palette-neutral-border-strong) / 0.65);
}
.n-text-palette-neutral-border-strong\/70 {
  color:rgb(var(--theme-palette-neutral-border-strong) / 0.7);
}
.n-text-palette-neutral-border-strong\/75 {
  color:rgb(var(--theme-palette-neutral-border-strong) / 0.75);
}
.n-text-palette-neutral-border-strong\/80 {
  color:rgb(var(--theme-palette-neutral-border-strong) / 0.8);
}
.n-text-palette-neutral-border-strong\/85 {
  color:rgb(var(--theme-palette-neutral-border-strong) / 0.85);
}
.n-text-palette-neutral-border-strong\/90 {
  color:rgb(var(--theme-palette-neutral-border-strong) / 0.9);
}
.n-text-palette-neutral-border-strong\/95 {
  color:rgb(var(--theme-palette-neutral-border-strong) / 0.95);
}
.n-text-palette-neutral-border-strongest {
  color:rgb(var(--theme-palette-neutral-border-strongest));
}
.n-text-palette-neutral-border-strongest\/0 {
  color:rgb(var(--theme-palette-neutral-border-strongest) / 0);
}
.n-text-palette-neutral-border-strongest\/10 {
  color:rgb(var(--theme-palette-neutral-border-strongest) / 0.1);
}
.n-text-palette-neutral-border-strongest\/100 {
  color:rgb(var(--theme-palette-neutral-border-strongest) / 1);
}
.n-text-palette-neutral-border-strongest\/15 {
  color:rgb(var(--theme-palette-neutral-border-strongest) / 0.15);
}
.n-text-palette-neutral-border-strongest\/20 {
  color:rgb(var(--theme-palette-neutral-border-strongest) / 0.2);
}
.n-text-palette-neutral-border-strongest\/25 {
  color:rgb(var(--theme-palette-neutral-border-strongest) / 0.25);
}
.n-text-palette-neutral-border-strongest\/30 {
  color:rgb(var(--theme-palette-neutral-border-strongest) / 0.3);
}
.n-text-palette-neutral-border-strongest\/35 {
  color:rgb(var(--theme-palette-neutral-border-strongest) / 0.35);
}
.n-text-palette-neutral-border-strongest\/40 {
  color:rgb(var(--theme-palette-neutral-border-strongest) / 0.4);
}
.n-text-palette-neutral-border-strongest\/45 {
  color:rgb(var(--theme-palette-neutral-border-strongest) / 0.45);
}
.n-text-palette-neutral-border-strongest\/5 {
  color:rgb(var(--theme-palette-neutral-border-strongest) / 0.05);
}
.n-text-palette-neutral-border-strongest\/50 {
  color:rgb(var(--theme-palette-neutral-border-strongest) / 0.5);
}
.n-text-palette-neutral-border-strongest\/55 {
  color:rgb(var(--theme-palette-neutral-border-strongest) / 0.55);
}
.n-text-palette-neutral-border-strongest\/60 {
  color:rgb(var(--theme-palette-neutral-border-strongest) / 0.6);
}
.n-text-palette-neutral-border-strongest\/65 {
  color:rgb(var(--theme-palette-neutral-border-strongest) / 0.65);
}
.n-text-palette-neutral-border-strongest\/70 {
  color:rgb(var(--theme-palette-neutral-border-strongest) / 0.7);
}
.n-text-palette-neutral-border-strongest\/75 {
  color:rgb(var(--theme-palette-neutral-border-strongest) / 0.75);
}
.n-text-palette-neutral-border-strongest\/80 {
  color:rgb(var(--theme-palette-neutral-border-strongest) / 0.8);
}
.n-text-palette-neutral-border-strongest\/85 {
  color:rgb(var(--theme-palette-neutral-border-strongest) / 0.85);
}
.n-text-palette-neutral-border-strongest\/90 {
  color:rgb(var(--theme-palette-neutral-border-strongest) / 0.9);
}
.n-text-palette-neutral-border-strongest\/95 {
  color:rgb(var(--theme-palette-neutral-border-strongest) / 0.95);
}
.n-text-palette-neutral-border-weak {
  color:rgb(var(--theme-palette-neutral-border-weak));
}
.n-text-palette-neutral-border-weak\/0 {
  color:rgb(var(--theme-palette-neutral-border-weak) / 0);
}
.n-text-palette-neutral-border-weak\/10 {
  color:rgb(var(--theme-palette-neutral-border-weak) / 0.1);
}
.n-text-palette-neutral-border-weak\/100 {
  color:rgb(var(--theme-palette-neutral-border-weak) / 1);
}
.n-text-palette-neutral-border-weak\/15 {
  color:rgb(var(--theme-palette-neutral-border-weak) / 0.15);
}
.n-text-palette-neutral-border-weak\/20 {
  color:rgb(var(--theme-palette-neutral-border-weak) / 0.2);
}
.n-text-palette-neutral-border-weak\/25 {
  color:rgb(var(--theme-palette-neutral-border-weak) / 0.25);
}
.n-text-palette-neutral-border-weak\/30 {
  color:rgb(var(--theme-palette-neutral-border-weak) / 0.3);
}
.n-text-palette-neutral-border-weak\/35 {
  color:rgb(var(--theme-palette-neutral-border-weak) / 0.35);
}
.n-text-palette-neutral-border-weak\/40 {
  color:rgb(var(--theme-palette-neutral-border-weak) / 0.4);
}
.n-text-palette-neutral-border-weak\/45 {
  color:rgb(var(--theme-palette-neutral-border-weak) / 0.45);
}
.n-text-palette-neutral-border-weak\/5 {
  color:rgb(var(--theme-palette-neutral-border-weak) / 0.05);
}
.n-text-palette-neutral-border-weak\/50 {
  color:rgb(var(--theme-palette-neutral-border-weak) / 0.5);
}
.n-text-palette-neutral-border-weak\/55 {
  color:rgb(var(--theme-palette-neutral-border-weak) / 0.55);
}
.n-text-palette-neutral-border-weak\/60 {
  color:rgb(var(--theme-palette-neutral-border-weak) / 0.6);
}
.n-text-palette-neutral-border-weak\/65 {
  color:rgb(var(--theme-palette-neutral-border-weak) / 0.65);
}
.n-text-palette-neutral-border-weak\/70 {
  color:rgb(var(--theme-palette-neutral-border-weak) / 0.7);
}
.n-text-palette-neutral-border-weak\/75 {
  color:rgb(var(--theme-palette-neutral-border-weak) / 0.75);
}
.n-text-palette-neutral-border-weak\/80 {
  color:rgb(var(--theme-palette-neutral-border-weak) / 0.8);
}
.n-text-palette-neutral-border-weak\/85 {
  color:rgb(var(--theme-palette-neutral-border-weak) / 0.85);
}
.n-text-palette-neutral-border-weak\/90 {
  color:rgb(var(--theme-palette-neutral-border-weak) / 0.9);
}
.n-text-palette-neutral-border-weak\/95 {
  color:rgb(var(--theme-palette-neutral-border-weak) / 0.95);
}
.n-text-palette-neutral-hover {
  color:rgb(var(--theme-palette-neutral-hover));
}
.n-text-palette-neutral-hover\/0 {
  color:rgb(var(--theme-palette-neutral-hover) / 0);
}
.n-text-palette-neutral-hover\/10 {
  color:rgb(var(--theme-palette-neutral-hover) / 0.1);
}
.n-text-palette-neutral-hover\/100 {
  color:rgb(var(--theme-palette-neutral-hover) / 1);
}
.n-text-palette-neutral-hover\/15 {
  color:rgb(var(--theme-palette-neutral-hover) / 0.15);
}
.n-text-palette-neutral-hover\/20 {
  color:rgb(var(--theme-palette-neutral-hover) / 0.2);
}
.n-text-palette-neutral-hover\/25 {
  color:rgb(var(--theme-palette-neutral-hover) / 0.25);
}
.n-text-palette-neutral-hover\/30 {
  color:rgb(var(--theme-palette-neutral-hover) / 0.3);
}
.n-text-palette-neutral-hover\/35 {
  color:rgb(var(--theme-palette-neutral-hover) / 0.35);
}
.n-text-palette-neutral-hover\/40 {
  color:rgb(var(--theme-palette-neutral-hover) / 0.4);
}
.n-text-palette-neutral-hover\/45 {
  color:rgb(var(--theme-palette-neutral-hover) / 0.45);
}
.n-text-palette-neutral-hover\/5 {
  color:rgb(var(--theme-palette-neutral-hover) / 0.05);
}
.n-text-palette-neutral-hover\/50 {
  color:rgb(var(--theme-palette-neutral-hover) / 0.5);
}
.n-text-palette-neutral-hover\/55 {
  color:rgb(var(--theme-palette-neutral-hover) / 0.55);
}
.n-text-palette-neutral-hover\/60 {
  color:rgb(var(--theme-palette-neutral-hover) / 0.6);
}
.n-text-palette-neutral-hover\/65 {
  color:rgb(var(--theme-palette-neutral-hover) / 0.65);
}
.n-text-palette-neutral-hover\/70 {
  color:rgb(var(--theme-palette-neutral-hover) / 0.7);
}
.n-text-palette-neutral-hover\/75 {
  color:rgb(var(--theme-palette-neutral-hover) / 0.75);
}
.n-text-palette-neutral-hover\/80 {
  color:rgb(var(--theme-palette-neutral-hover) / 0.8);
}
.n-text-palette-neutral-hover\/85 {
  color:rgb(var(--theme-palette-neutral-hover) / 0.85);
}
.n-text-palette-neutral-hover\/90 {
  color:rgb(var(--theme-palette-neutral-hover) / 0.9);
}
.n-text-palette-neutral-hover\/95 {
  color:rgb(var(--theme-palette-neutral-hover) / 0.95);
}
.n-text-palette-neutral-icon {
  color:rgb(var(--theme-palette-neutral-icon));
}
.n-text-palette-neutral-icon\/0 {
  color:rgb(var(--theme-palette-neutral-icon) / 0);
}
.n-text-palette-neutral-icon\/10 {
  color:rgb(var(--theme-palette-neutral-icon) / 0.1);
}
.n-text-palette-neutral-icon\/100 {
  color:rgb(var(--theme-palette-neutral-icon) / 1);
}
.n-text-palette-neutral-icon\/15 {
  color:rgb(var(--theme-palette-neutral-icon) / 0.15);
}
.n-text-palette-neutral-icon\/20 {
  color:rgb(var(--theme-palette-neutral-icon) / 0.2);
}
.n-text-palette-neutral-icon\/25 {
  color:rgb(var(--theme-palette-neutral-icon) / 0.25);
}
.n-text-palette-neutral-icon\/30 {
  color:rgb(var(--theme-palette-neutral-icon) / 0.3);
}
.n-text-palette-neutral-icon\/35 {
  color:rgb(var(--theme-palette-neutral-icon) / 0.35);
}
.n-text-palette-neutral-icon\/40 {
  color:rgb(var(--theme-palette-neutral-icon) / 0.4);
}
.n-text-palette-neutral-icon\/45 {
  color:rgb(var(--theme-palette-neutral-icon) / 0.45);
}
.n-text-palette-neutral-icon\/5 {
  color:rgb(var(--theme-palette-neutral-icon) / 0.05);
}
.n-text-palette-neutral-icon\/50 {
  color:rgb(var(--theme-palette-neutral-icon) / 0.5);
}
.n-text-palette-neutral-icon\/55 {
  color:rgb(var(--theme-palette-neutral-icon) / 0.55);
}
.n-text-palette-neutral-icon\/60 {
  color:rgb(var(--theme-palette-neutral-icon) / 0.6);
}
.n-text-palette-neutral-icon\/65 {
  color:rgb(var(--theme-palette-neutral-icon) / 0.65);
}
.n-text-palette-neutral-icon\/70 {
  color:rgb(var(--theme-palette-neutral-icon) / 0.7);
}
.n-text-palette-neutral-icon\/75 {
  color:rgb(var(--theme-palette-neutral-icon) / 0.75);
}
.n-text-palette-neutral-icon\/80 {
  color:rgb(var(--theme-palette-neutral-icon) / 0.8);
}
.n-text-palette-neutral-icon\/85 {
  color:rgb(var(--theme-palette-neutral-icon) / 0.85);
}
.n-text-palette-neutral-icon\/90 {
  color:rgb(var(--theme-palette-neutral-icon) / 0.9);
}
.n-text-palette-neutral-icon\/95 {
  color:rgb(var(--theme-palette-neutral-icon) / 0.95);
}
.n-text-palette-neutral-pressed {
  color:rgb(var(--theme-palette-neutral-pressed));
}
.n-text-palette-neutral-pressed\/0 {
  color:rgb(var(--theme-palette-neutral-pressed) / 0);
}
.n-text-palette-neutral-pressed\/10 {
  color:rgb(var(--theme-palette-neutral-pressed) / 0.1);
}
.n-text-palette-neutral-pressed\/100 {
  color:rgb(var(--theme-palette-neutral-pressed) / 1);
}
.n-text-palette-neutral-pressed\/15 {
  color:rgb(var(--theme-palette-neutral-pressed) / 0.15);
}
.n-text-palette-neutral-pressed\/20 {
  color:rgb(var(--theme-palette-neutral-pressed) / 0.2);
}
.n-text-palette-neutral-pressed\/25 {
  color:rgb(var(--theme-palette-neutral-pressed) / 0.25);
}
.n-text-palette-neutral-pressed\/30 {
  color:rgb(var(--theme-palette-neutral-pressed) / 0.3);
}
.n-text-palette-neutral-pressed\/35 {
  color:rgb(var(--theme-palette-neutral-pressed) / 0.35);
}
.n-text-palette-neutral-pressed\/40 {
  color:rgb(var(--theme-palette-neutral-pressed) / 0.4);
}
.n-text-palette-neutral-pressed\/45 {
  color:rgb(var(--theme-palette-neutral-pressed) / 0.45);
}
.n-text-palette-neutral-pressed\/5 {
  color:rgb(var(--theme-palette-neutral-pressed) / 0.05);
}
.n-text-palette-neutral-pressed\/50 {
  color:rgb(var(--theme-palette-neutral-pressed) / 0.5);
}
.n-text-palette-neutral-pressed\/55 {
  color:rgb(var(--theme-palette-neutral-pressed) / 0.55);
}
.n-text-palette-neutral-pressed\/60 {
  color:rgb(var(--theme-palette-neutral-pressed) / 0.6);
}
.n-text-palette-neutral-pressed\/65 {
  color:rgb(var(--theme-palette-neutral-pressed) / 0.65);
}
.n-text-palette-neutral-pressed\/70 {
  color:rgb(var(--theme-palette-neutral-pressed) / 0.7);
}
.n-text-palette-neutral-pressed\/75 {
  color:rgb(var(--theme-palette-neutral-pressed) / 0.75);
}
.n-text-palette-neutral-pressed\/80 {
  color:rgb(var(--theme-palette-neutral-pressed) / 0.8);
}
.n-text-palette-neutral-pressed\/85 {
  color:rgb(var(--theme-palette-neutral-pressed) / 0.85);
}
.n-text-palette-neutral-pressed\/90 {
  color:rgb(var(--theme-palette-neutral-pressed) / 0.9);
}
.n-text-palette-neutral-pressed\/95 {
  color:rgb(var(--theme-palette-neutral-pressed) / 0.95);
}
.n-text-palette-neutral-text-default {
  color:rgb(var(--theme-palette-neutral-text-default));
}
.n-text-palette-neutral-text-default\/0 {
  color:rgb(var(--theme-palette-neutral-text-default) / 0);
}
.n-text-palette-neutral-text-default\/10 {
  color:rgb(var(--theme-palette-neutral-text-default) / 0.1);
}
.n-text-palette-neutral-text-default\/100 {
  color:rgb(var(--theme-palette-neutral-text-default) / 1);
}
.n-text-palette-neutral-text-default\/15 {
  color:rgb(var(--theme-palette-neutral-text-default) / 0.15);
}
.n-text-palette-neutral-text-default\/20 {
  color:rgb(var(--theme-palette-neutral-text-default) / 0.2);
}
.n-text-palette-neutral-text-default\/25 {
  color:rgb(var(--theme-palette-neutral-text-default) / 0.25);
}
.n-text-palette-neutral-text-default\/30 {
  color:rgb(var(--theme-palette-neutral-text-default) / 0.3);
}
.n-text-palette-neutral-text-default\/35 {
  color:rgb(var(--theme-palette-neutral-text-default) / 0.35);
}
.n-text-palette-neutral-text-default\/40 {
  color:rgb(var(--theme-palette-neutral-text-default) / 0.4);
}
.n-text-palette-neutral-text-default\/45 {
  color:rgb(var(--theme-palette-neutral-text-default) / 0.45);
}
.n-text-palette-neutral-text-default\/5 {
  color:rgb(var(--theme-palette-neutral-text-default) / 0.05);
}
.n-text-palette-neutral-text-default\/50 {
  color:rgb(var(--theme-palette-neutral-text-default) / 0.5);
}
.n-text-palette-neutral-text-default\/55 {
  color:rgb(var(--theme-palette-neutral-text-default) / 0.55);
}
.n-text-palette-neutral-text-default\/60 {
  color:rgb(var(--theme-palette-neutral-text-default) / 0.6);
}
.n-text-palette-neutral-text-default\/65 {
  color:rgb(var(--theme-palette-neutral-text-default) / 0.65);
}
.n-text-palette-neutral-text-default\/70 {
  color:rgb(var(--theme-palette-neutral-text-default) / 0.7);
}
.n-text-palette-neutral-text-default\/75 {
  color:rgb(var(--theme-palette-neutral-text-default) / 0.75);
}
.n-text-palette-neutral-text-default\/80 {
  color:rgb(var(--theme-palette-neutral-text-default) / 0.8);
}
.n-text-palette-neutral-text-default\/85 {
  color:rgb(var(--theme-palette-neutral-text-default) / 0.85);
}
.n-text-palette-neutral-text-default\/90 {
  color:rgb(var(--theme-palette-neutral-text-default) / 0.9);
}
.n-text-palette-neutral-text-default\/95 {
  color:rgb(var(--theme-palette-neutral-text-default) / 0.95);
}
.n-text-palette-neutral-text-inverse {
  color:rgb(var(--theme-palette-neutral-text-inverse));
}
.n-text-palette-neutral-text-inverse\/0 {
  color:rgb(var(--theme-palette-neutral-text-inverse) / 0);
}
.n-text-palette-neutral-text-inverse\/10 {
  color:rgb(var(--theme-palette-neutral-text-inverse) / 0.1);
}
.n-text-palette-neutral-text-inverse\/100 {
  color:rgb(var(--theme-palette-neutral-text-inverse) / 1);
}
.n-text-palette-neutral-text-inverse\/15 {
  color:rgb(var(--theme-palette-neutral-text-inverse) / 0.15);
}
.n-text-palette-neutral-text-inverse\/20 {
  color:rgb(var(--theme-palette-neutral-text-inverse) / 0.2);
}
.n-text-palette-neutral-text-inverse\/25 {
  color:rgb(var(--theme-palette-neutral-text-inverse) / 0.25);
}
.n-text-palette-neutral-text-inverse\/30 {
  color:rgb(var(--theme-palette-neutral-text-inverse) / 0.3);
}
.n-text-palette-neutral-text-inverse\/35 {
  color:rgb(var(--theme-palette-neutral-text-inverse) / 0.35);
}
.n-text-palette-neutral-text-inverse\/40 {
  color:rgb(var(--theme-palette-neutral-text-inverse) / 0.4);
}
.n-text-palette-neutral-text-inverse\/45 {
  color:rgb(var(--theme-palette-neutral-text-inverse) / 0.45);
}
.n-text-palette-neutral-text-inverse\/5 {
  color:rgb(var(--theme-palette-neutral-text-inverse) / 0.05);
}
.n-text-palette-neutral-text-inverse\/50 {
  color:rgb(var(--theme-palette-neutral-text-inverse) / 0.5);
}
.n-text-palette-neutral-text-inverse\/55 {
  color:rgb(var(--theme-palette-neutral-text-inverse) / 0.55);
}
.n-text-palette-neutral-text-inverse\/60 {
  color:rgb(var(--theme-palette-neutral-text-inverse) / 0.6);
}
.n-text-palette-neutral-text-inverse\/65 {
  color:rgb(var(--theme-palette-neutral-text-inverse) / 0.65);
}
.n-text-palette-neutral-text-inverse\/70 {
  color:rgb(var(--theme-palette-neutral-text-inverse) / 0.7);
}
.n-text-palette-neutral-text-inverse\/75 {
  color:rgb(var(--theme-palette-neutral-text-inverse) / 0.75);
}
.n-text-palette-neutral-text-inverse\/80 {
  color:rgb(var(--theme-palette-neutral-text-inverse) / 0.8);
}
.n-text-palette-neutral-text-inverse\/85 {
  color:rgb(var(--theme-palette-neutral-text-inverse) / 0.85);
}
.n-text-palette-neutral-text-inverse\/90 {
  color:rgb(var(--theme-palette-neutral-text-inverse) / 0.9);
}
.n-text-palette-neutral-text-inverse\/95 {
  color:rgb(var(--theme-palette-neutral-text-inverse) / 0.95);
}
.n-text-palette-neutral-text-weak {
  color:rgb(var(--theme-palette-neutral-text-weak));
}
.n-text-palette-neutral-text-weak\/0 {
  color:rgb(var(--theme-palette-neutral-text-weak) / 0);
}
.n-text-palette-neutral-text-weak\/10 {
  color:rgb(var(--theme-palette-neutral-text-weak) / 0.1);
}
.n-text-palette-neutral-text-weak\/100 {
  color:rgb(var(--theme-palette-neutral-text-weak) / 1);
}
.n-text-palette-neutral-text-weak\/15 {
  color:rgb(var(--theme-palette-neutral-text-weak) / 0.15);
}
.n-text-palette-neutral-text-weak\/20 {
  color:rgb(var(--theme-palette-neutral-text-weak) / 0.2);
}
.n-text-palette-neutral-text-weak\/25 {
  color:rgb(var(--theme-palette-neutral-text-weak) / 0.25);
}
.n-text-palette-neutral-text-weak\/30 {
  color:rgb(var(--theme-palette-neutral-text-weak) / 0.3);
}
.n-text-palette-neutral-text-weak\/35 {
  color:rgb(var(--theme-palette-neutral-text-weak) / 0.35);
}
.n-text-palette-neutral-text-weak\/40 {
  color:rgb(var(--theme-palette-neutral-text-weak) / 0.4);
}
.n-text-palette-neutral-text-weak\/45 {
  color:rgb(var(--theme-palette-neutral-text-weak) / 0.45);
}
.n-text-palette-neutral-text-weak\/5 {
  color:rgb(var(--theme-palette-neutral-text-weak) / 0.05);
}
.n-text-palette-neutral-text-weak\/50 {
  color:rgb(var(--theme-palette-neutral-text-weak) / 0.5);
}
.n-text-palette-neutral-text-weak\/55 {
  color:rgb(var(--theme-palette-neutral-text-weak) / 0.55);
}
.n-text-palette-neutral-text-weak\/60 {
  color:rgb(var(--theme-palette-neutral-text-weak) / 0.6);
}
.n-text-palette-neutral-text-weak\/65 {
  color:rgb(var(--theme-palette-neutral-text-weak) / 0.65);
}
.n-text-palette-neutral-text-weak\/70 {
  color:rgb(var(--theme-palette-neutral-text-weak) / 0.7);
}
.n-text-palette-neutral-text-weak\/75 {
  color:rgb(var(--theme-palette-neutral-text-weak) / 0.75);
}
.n-text-palette-neutral-text-weak\/80 {
  color:rgb(var(--theme-palette-neutral-text-weak) / 0.8);
}
.n-text-palette-neutral-text-weak\/85 {
  color:rgb(var(--theme-palette-neutral-text-weak) / 0.85);
}
.n-text-palette-neutral-text-weak\/90 {
  color:rgb(var(--theme-palette-neutral-text-weak) / 0.9);
}
.n-text-palette-neutral-text-weak\/95 {
  color:rgb(var(--theme-palette-neutral-text-weak) / 0.95);
}
.n-text-palette-neutral-text-weaker {
  color:rgb(var(--theme-palette-neutral-text-weaker));
}
.n-text-palette-neutral-text-weaker\/0 {
  color:rgb(var(--theme-palette-neutral-text-weaker) / 0);
}
.n-text-palette-neutral-text-weaker\/10 {
  color:rgb(var(--theme-palette-neutral-text-weaker) / 0.1);
}
.n-text-palette-neutral-text-weaker\/100 {
  color:rgb(var(--theme-palette-neutral-text-weaker) / 1);
}
.n-text-palette-neutral-text-weaker\/15 {
  color:rgb(var(--theme-palette-neutral-text-weaker) / 0.15);
}
.n-text-palette-neutral-text-weaker\/20 {
  color:rgb(var(--theme-palette-neutral-text-weaker) / 0.2);
}
.n-text-palette-neutral-text-weaker\/25 {
  color:rgb(var(--theme-palette-neutral-text-weaker) / 0.25);
}
.n-text-palette-neutral-text-weaker\/30 {
  color:rgb(var(--theme-palette-neutral-text-weaker) / 0.3);
}
.n-text-palette-neutral-text-weaker\/35 {
  color:rgb(var(--theme-palette-neutral-text-weaker) / 0.35);
}
.n-text-palette-neutral-text-weaker\/40 {
  color:rgb(var(--theme-palette-neutral-text-weaker) / 0.4);
}
.n-text-palette-neutral-text-weaker\/45 {
  color:rgb(var(--theme-palette-neutral-text-weaker) / 0.45);
}
.n-text-palette-neutral-text-weaker\/5 {
  color:rgb(var(--theme-palette-neutral-text-weaker) / 0.05);
}
.n-text-palette-neutral-text-weaker\/50 {
  color:rgb(var(--theme-palette-neutral-text-weaker) / 0.5);
}
.n-text-palette-neutral-text-weaker\/55 {
  color:rgb(var(--theme-palette-neutral-text-weaker) / 0.55);
}
.n-text-palette-neutral-text-weaker\/60 {
  color:rgb(var(--theme-palette-neutral-text-weaker) / 0.6);
}
.n-text-palette-neutral-text-weaker\/65 {
  color:rgb(var(--theme-palette-neutral-text-weaker) / 0.65);
}
.n-text-palette-neutral-text-weaker\/70 {
  color:rgb(var(--theme-palette-neutral-text-weaker) / 0.7);
}
.n-text-palette-neutral-text-weaker\/75 {
  color:rgb(var(--theme-palette-neutral-text-weaker) / 0.75);
}
.n-text-palette-neutral-text-weaker\/80 {
  color:rgb(var(--theme-palette-neutral-text-weaker) / 0.8);
}
.n-text-palette-neutral-text-weaker\/85 {
  color:rgb(var(--theme-palette-neutral-text-weaker) / 0.85);
}
.n-text-palette-neutral-text-weaker\/90 {
  color:rgb(var(--theme-palette-neutral-text-weaker) / 0.9);
}
.n-text-palette-neutral-text-weaker\/95 {
  color:rgb(var(--theme-palette-neutral-text-weaker) / 0.95);
}
.n-text-palette-neutral-text-weakest {
  color:rgb(var(--theme-palette-neutral-text-weakest));
}
.n-text-palette-neutral-text-weakest\/0 {
  color:rgb(var(--theme-palette-neutral-text-weakest) / 0);
}
.n-text-palette-neutral-text-weakest\/10 {
  color:rgb(var(--theme-palette-neutral-text-weakest) / 0.1);
}
.n-text-palette-neutral-text-weakest\/100 {
  color:rgb(var(--theme-palette-neutral-text-weakest) / 1);
}
.n-text-palette-neutral-text-weakest\/15 {
  color:rgb(var(--theme-palette-neutral-text-weakest) / 0.15);
}
.n-text-palette-neutral-text-weakest\/20 {
  color:rgb(var(--theme-palette-neutral-text-weakest) / 0.2);
}
.n-text-palette-neutral-text-weakest\/25 {
  color:rgb(var(--theme-palette-neutral-text-weakest) / 0.25);
}
.n-text-palette-neutral-text-weakest\/30 {
  color:rgb(var(--theme-palette-neutral-text-weakest) / 0.3);
}
.n-text-palette-neutral-text-weakest\/35 {
  color:rgb(var(--theme-palette-neutral-text-weakest) / 0.35);
}
.n-text-palette-neutral-text-weakest\/40 {
  color:rgb(var(--theme-palette-neutral-text-weakest) / 0.4);
}
.n-text-palette-neutral-text-weakest\/45 {
  color:rgb(var(--theme-palette-neutral-text-weakest) / 0.45);
}
.n-text-palette-neutral-text-weakest\/5 {
  color:rgb(var(--theme-palette-neutral-text-weakest) / 0.05);
}
.n-text-palette-neutral-text-weakest\/50 {
  color:rgb(var(--theme-palette-neutral-text-weakest) / 0.5);
}
.n-text-palette-neutral-text-weakest\/55 {
  color:rgb(var(--theme-palette-neutral-text-weakest) / 0.55);
}
.n-text-palette-neutral-text-weakest\/60 {
  color:rgb(var(--theme-palette-neutral-text-weakest) / 0.6);
}
.n-text-palette-neutral-text-weakest\/65 {
  color:rgb(var(--theme-palette-neutral-text-weakest) / 0.65);
}
.n-text-palette-neutral-text-weakest\/70 {
  color:rgb(var(--theme-palette-neutral-text-weakest) / 0.7);
}
.n-text-palette-neutral-text-weakest\/75 {
  color:rgb(var(--theme-palette-neutral-text-weakest) / 0.75);
}
.n-text-palette-neutral-text-weakest\/80 {
  color:rgb(var(--theme-palette-neutral-text-weakest) / 0.8);
}
.n-text-palette-neutral-text-weakest\/85 {
  color:rgb(var(--theme-palette-neutral-text-weakest) / 0.85);
}
.n-text-palette-neutral-text-weakest\/90 {
  color:rgb(var(--theme-palette-neutral-text-weakest) / 0.9);
}
.n-text-palette-neutral-text-weakest\/95 {
  color:rgb(var(--theme-palette-neutral-text-weakest) / 0.95);
}
.n-text-palette-primary-bg-selected {
  color:rgb(var(--theme-palette-primary-bg-selected));
}
.n-text-palette-primary-bg-selected\/0 {
  color:rgb(var(--theme-palette-primary-bg-selected) / 0);
}
.n-text-palette-primary-bg-selected\/10 {
  color:rgb(var(--theme-palette-primary-bg-selected) / 0.1);
}
.n-text-palette-primary-bg-selected\/100 {
  color:rgb(var(--theme-palette-primary-bg-selected) / 1);
}
.n-text-palette-primary-bg-selected\/15 {
  color:rgb(var(--theme-palette-primary-bg-selected) / 0.15);
}
.n-text-palette-primary-bg-selected\/20 {
  color:rgb(var(--theme-palette-primary-bg-selected) / 0.2);
}
.n-text-palette-primary-bg-selected\/25 {
  color:rgb(var(--theme-palette-primary-bg-selected) / 0.25);
}
.n-text-palette-primary-bg-selected\/30 {
  color:rgb(var(--theme-palette-primary-bg-selected) / 0.3);
}
.n-text-palette-primary-bg-selected\/35 {
  color:rgb(var(--theme-palette-primary-bg-selected) / 0.35);
}
.n-text-palette-primary-bg-selected\/40 {
  color:rgb(var(--theme-palette-primary-bg-selected) / 0.4);
}
.n-text-palette-primary-bg-selected\/45 {
  color:rgb(var(--theme-palette-primary-bg-selected) / 0.45);
}
.n-text-palette-primary-bg-selected\/5 {
  color:rgb(var(--theme-palette-primary-bg-selected) / 0.05);
}
.n-text-palette-primary-bg-selected\/50 {
  color:rgb(var(--theme-palette-primary-bg-selected) / 0.5);
}
.n-text-palette-primary-bg-selected\/55 {
  color:rgb(var(--theme-palette-primary-bg-selected) / 0.55);
}
.n-text-palette-primary-bg-selected\/60 {
  color:rgb(var(--theme-palette-primary-bg-selected) / 0.6);
}
.n-text-palette-primary-bg-selected\/65 {
  color:rgb(var(--theme-palette-primary-bg-selected) / 0.65);
}
.n-text-palette-primary-bg-selected\/70 {
  color:rgb(var(--theme-palette-primary-bg-selected) / 0.7);
}
.n-text-palette-primary-bg-selected\/75 {
  color:rgb(var(--theme-palette-primary-bg-selected) / 0.75);
}
.n-text-palette-primary-bg-selected\/80 {
  color:rgb(var(--theme-palette-primary-bg-selected) / 0.8);
}
.n-text-palette-primary-bg-selected\/85 {
  color:rgb(var(--theme-palette-primary-bg-selected) / 0.85);
}
.n-text-palette-primary-bg-selected\/90 {
  color:rgb(var(--theme-palette-primary-bg-selected) / 0.9);
}
.n-text-palette-primary-bg-selected\/95 {
  color:rgb(var(--theme-palette-primary-bg-selected) / 0.95);
}
.n-text-palette-primary-bg-status {
  color:rgb(var(--theme-palette-primary-bg-status));
}
.n-text-palette-primary-bg-status\/0 {
  color:rgb(var(--theme-palette-primary-bg-status) / 0);
}
.n-text-palette-primary-bg-status\/10 {
  color:rgb(var(--theme-palette-primary-bg-status) / 0.1);
}
.n-text-palette-primary-bg-status\/100 {
  color:rgb(var(--theme-palette-primary-bg-status) / 1);
}
.n-text-palette-primary-bg-status\/15 {
  color:rgb(var(--theme-palette-primary-bg-status) / 0.15);
}
.n-text-palette-primary-bg-status\/20 {
  color:rgb(var(--theme-palette-primary-bg-status) / 0.2);
}
.n-text-palette-primary-bg-status\/25 {
  color:rgb(var(--theme-palette-primary-bg-status) / 0.25);
}
.n-text-palette-primary-bg-status\/30 {
  color:rgb(var(--theme-palette-primary-bg-status) / 0.3);
}
.n-text-palette-primary-bg-status\/35 {
  color:rgb(var(--theme-palette-primary-bg-status) / 0.35);
}
.n-text-palette-primary-bg-status\/40 {
  color:rgb(var(--theme-palette-primary-bg-status) / 0.4);
}
.n-text-palette-primary-bg-status\/45 {
  color:rgb(var(--theme-palette-primary-bg-status) / 0.45);
}
.n-text-palette-primary-bg-status\/5 {
  color:rgb(var(--theme-palette-primary-bg-status) / 0.05);
}
.n-text-palette-primary-bg-status\/50 {
  color:rgb(var(--theme-palette-primary-bg-status) / 0.5);
}
.n-text-palette-primary-bg-status\/55 {
  color:rgb(var(--theme-palette-primary-bg-status) / 0.55);
}
.n-text-palette-primary-bg-status\/60 {
  color:rgb(var(--theme-palette-primary-bg-status) / 0.6);
}
.n-text-palette-primary-bg-status\/65 {
  color:rgb(var(--theme-palette-primary-bg-status) / 0.65);
}
.n-text-palette-primary-bg-status\/70 {
  color:rgb(var(--theme-palette-primary-bg-status) / 0.7);
}
.n-text-palette-primary-bg-status\/75 {
  color:rgb(var(--theme-palette-primary-bg-status) / 0.75);
}
.n-text-palette-primary-bg-status\/80 {
  color:rgb(var(--theme-palette-primary-bg-status) / 0.8);
}
.n-text-palette-primary-bg-status\/85 {
  color:rgb(var(--theme-palette-primary-bg-status) / 0.85);
}
.n-text-palette-primary-bg-status\/90 {
  color:rgb(var(--theme-palette-primary-bg-status) / 0.9);
}
.n-text-palette-primary-bg-status\/95 {
  color:rgb(var(--theme-palette-primary-bg-status) / 0.95);
}
.n-text-palette-primary-bg-strong {
  color:rgb(var(--theme-palette-primary-bg-strong));
}
.n-text-palette-primary-bg-strong\/0 {
  color:rgb(var(--theme-palette-primary-bg-strong) / 0);
}
.n-text-palette-primary-bg-strong\/10 {
  color:rgb(var(--theme-palette-primary-bg-strong) / 0.1);
}
.n-text-palette-primary-bg-strong\/100 {
  color:rgb(var(--theme-palette-primary-bg-strong) / 1);
}
.n-text-palette-primary-bg-strong\/15 {
  color:rgb(var(--theme-palette-primary-bg-strong) / 0.15);
}
.n-text-palette-primary-bg-strong\/20 {
  color:rgb(var(--theme-palette-primary-bg-strong) / 0.2);
}
.n-text-palette-primary-bg-strong\/25 {
  color:rgb(var(--theme-palette-primary-bg-strong) / 0.25);
}
.n-text-palette-primary-bg-strong\/30 {
  color:rgb(var(--theme-palette-primary-bg-strong) / 0.3);
}
.n-text-palette-primary-bg-strong\/35 {
  color:rgb(var(--theme-palette-primary-bg-strong) / 0.35);
}
.n-text-palette-primary-bg-strong\/40 {
  color:rgb(var(--theme-palette-primary-bg-strong) / 0.4);
}
.n-text-palette-primary-bg-strong\/45 {
  color:rgb(var(--theme-palette-primary-bg-strong) / 0.45);
}
.n-text-palette-primary-bg-strong\/5 {
  color:rgb(var(--theme-palette-primary-bg-strong) / 0.05);
}
.n-text-palette-primary-bg-strong\/50 {
  color:rgb(var(--theme-palette-primary-bg-strong) / 0.5);
}
.n-text-palette-primary-bg-strong\/55 {
  color:rgb(var(--theme-palette-primary-bg-strong) / 0.55);
}
.n-text-palette-primary-bg-strong\/60 {
  color:rgb(var(--theme-palette-primary-bg-strong) / 0.6);
}
.n-text-palette-primary-bg-strong\/65 {
  color:rgb(var(--theme-palette-primary-bg-strong) / 0.65);
}
.n-text-palette-primary-bg-strong\/70 {
  color:rgb(var(--theme-palette-primary-bg-strong) / 0.7);
}
.n-text-palette-primary-bg-strong\/75 {
  color:rgb(var(--theme-palette-primary-bg-strong) / 0.75);
}
.n-text-palette-primary-bg-strong\/80 {
  color:rgb(var(--theme-palette-primary-bg-strong) / 0.8);
}
.n-text-palette-primary-bg-strong\/85 {
  color:rgb(var(--theme-palette-primary-bg-strong) / 0.85);
}
.n-text-palette-primary-bg-strong\/90 {
  color:rgb(var(--theme-palette-primary-bg-strong) / 0.9);
}
.n-text-palette-primary-bg-strong\/95 {
  color:rgb(var(--theme-palette-primary-bg-strong) / 0.95);
}
.n-text-palette-primary-bg-weak {
  color:rgb(var(--theme-palette-primary-bg-weak));
}
.n-text-palette-primary-bg-weak\/0 {
  color:rgb(var(--theme-palette-primary-bg-weak) / 0);
}
.n-text-palette-primary-bg-weak\/10 {
  color:rgb(var(--theme-palette-primary-bg-weak) / 0.1);
}
.n-text-palette-primary-bg-weak\/100 {
  color:rgb(var(--theme-palette-primary-bg-weak) / 1);
}
.n-text-palette-primary-bg-weak\/15 {
  color:rgb(var(--theme-palette-primary-bg-weak) / 0.15);
}
.n-text-palette-primary-bg-weak\/20 {
  color:rgb(var(--theme-palette-primary-bg-weak) / 0.2);
}
.n-text-palette-primary-bg-weak\/25 {
  color:rgb(var(--theme-palette-primary-bg-weak) / 0.25);
}
.n-text-palette-primary-bg-weak\/30 {
  color:rgb(var(--theme-palette-primary-bg-weak) / 0.3);
}
.n-text-palette-primary-bg-weak\/35 {
  color:rgb(var(--theme-palette-primary-bg-weak) / 0.35);
}
.n-text-palette-primary-bg-weak\/40 {
  color:rgb(var(--theme-palette-primary-bg-weak) / 0.4);
}
.n-text-palette-primary-bg-weak\/45 {
  color:rgb(var(--theme-palette-primary-bg-weak) / 0.45);
}
.n-text-palette-primary-bg-weak\/5 {
  color:rgb(var(--theme-palette-primary-bg-weak) / 0.05);
}
.n-text-palette-primary-bg-weak\/50 {
  color:rgb(var(--theme-palette-primary-bg-weak) / 0.5);
}
.n-text-palette-primary-bg-weak\/55 {
  color:rgb(var(--theme-palette-primary-bg-weak) / 0.55);
}
.n-text-palette-primary-bg-weak\/60 {
  color:rgb(var(--theme-palette-primary-bg-weak) / 0.6);
}
.n-text-palette-primary-bg-weak\/65 {
  color:rgb(var(--theme-palette-primary-bg-weak) / 0.65);
}
.n-text-palette-primary-bg-weak\/70 {
  color:rgb(var(--theme-palette-primary-bg-weak) / 0.7);
}
.n-text-palette-primary-bg-weak\/75 {
  color:rgb(var(--theme-palette-primary-bg-weak) / 0.75);
}
.n-text-palette-primary-bg-weak\/80 {
  color:rgb(var(--theme-palette-primary-bg-weak) / 0.8);
}
.n-text-palette-primary-bg-weak\/85 {
  color:rgb(var(--theme-palette-primary-bg-weak) / 0.85);
}
.n-text-palette-primary-bg-weak\/90 {
  color:rgb(var(--theme-palette-primary-bg-weak) / 0.9);
}
.n-text-palette-primary-bg-weak\/95 {
  color:rgb(var(--theme-palette-primary-bg-weak) / 0.95);
}
.n-text-palette-primary-border-strong {
  color:rgb(var(--theme-palette-primary-border-strong));
}
.n-text-palette-primary-border-strong\/0 {
  color:rgb(var(--theme-palette-primary-border-strong) / 0);
}
.n-text-palette-primary-border-strong\/10 {
  color:rgb(var(--theme-palette-primary-border-strong) / 0.1);
}
.n-text-palette-primary-border-strong\/100 {
  color:rgb(var(--theme-palette-primary-border-strong) / 1);
}
.n-text-palette-primary-border-strong\/15 {
  color:rgb(var(--theme-palette-primary-border-strong) / 0.15);
}
.n-text-palette-primary-border-strong\/20 {
  color:rgb(var(--theme-palette-primary-border-strong) / 0.2);
}
.n-text-palette-primary-border-strong\/25 {
  color:rgb(var(--theme-palette-primary-border-strong) / 0.25);
}
.n-text-palette-primary-border-strong\/30 {
  color:rgb(var(--theme-palette-primary-border-strong) / 0.3);
}
.n-text-palette-primary-border-strong\/35 {
  color:rgb(var(--theme-palette-primary-border-strong) / 0.35);
}
.n-text-palette-primary-border-strong\/40 {
  color:rgb(var(--theme-palette-primary-border-strong) / 0.4);
}
.n-text-palette-primary-border-strong\/45 {
  color:rgb(var(--theme-palette-primary-border-strong) / 0.45);
}
.n-text-palette-primary-border-strong\/5 {
  color:rgb(var(--theme-palette-primary-border-strong) / 0.05);
}
.n-text-palette-primary-border-strong\/50 {
  color:rgb(var(--theme-palette-primary-border-strong) / 0.5);
}
.n-text-palette-primary-border-strong\/55 {
  color:rgb(var(--theme-palette-primary-border-strong) / 0.55);
}
.n-text-palette-primary-border-strong\/60 {
  color:rgb(var(--theme-palette-primary-border-strong) / 0.6);
}
.n-text-palette-primary-border-strong\/65 {
  color:rgb(var(--theme-palette-primary-border-strong) / 0.65);
}
.n-text-palette-primary-border-strong\/70 {
  color:rgb(var(--theme-palette-primary-border-strong) / 0.7);
}
.n-text-palette-primary-border-strong\/75 {
  color:rgb(var(--theme-palette-primary-border-strong) / 0.75);
}
.n-text-palette-primary-border-strong\/80 {
  color:rgb(var(--theme-palette-primary-border-strong) / 0.8);
}
.n-text-palette-primary-border-strong\/85 {
  color:rgb(var(--theme-palette-primary-border-strong) / 0.85);
}
.n-text-palette-primary-border-strong\/90 {
  color:rgb(var(--theme-palette-primary-border-strong) / 0.9);
}
.n-text-palette-primary-border-strong\/95 {
  color:rgb(var(--theme-palette-primary-border-strong) / 0.95);
}
.n-text-palette-primary-border-weak {
  color:rgb(var(--theme-palette-primary-border-weak));
}
.n-text-palette-primary-border-weak\/0 {
  color:rgb(var(--theme-palette-primary-border-weak) / 0);
}
.n-text-palette-primary-border-weak\/10 {
  color:rgb(var(--theme-palette-primary-border-weak) / 0.1);
}
.n-text-palette-primary-border-weak\/100 {
  color:rgb(var(--theme-palette-primary-border-weak) / 1);
}
.n-text-palette-primary-border-weak\/15 {
  color:rgb(var(--theme-palette-primary-border-weak) / 0.15);
}
.n-text-palette-primary-border-weak\/20 {
  color:rgb(var(--theme-palette-primary-border-weak) / 0.2);
}
.n-text-palette-primary-border-weak\/25 {
  color:rgb(var(--theme-palette-primary-border-weak) / 0.25);
}
.n-text-palette-primary-border-weak\/30 {
  color:rgb(var(--theme-palette-primary-border-weak) / 0.3);
}
.n-text-palette-primary-border-weak\/35 {
  color:rgb(var(--theme-palette-primary-border-weak) / 0.35);
}
.n-text-palette-primary-border-weak\/40 {
  color:rgb(var(--theme-palette-primary-border-weak) / 0.4);
}
.n-text-palette-primary-border-weak\/45 {
  color:rgb(var(--theme-palette-primary-border-weak) / 0.45);
}
.n-text-palette-primary-border-weak\/5 {
  color:rgb(var(--theme-palette-primary-border-weak) / 0.05);
}
.n-text-palette-primary-border-weak\/50 {
  color:rgb(var(--theme-palette-primary-border-weak) / 0.5);
}
.n-text-palette-primary-border-weak\/55 {
  color:rgb(var(--theme-palette-primary-border-weak) / 0.55);
}
.n-text-palette-primary-border-weak\/60 {
  color:rgb(var(--theme-palette-primary-border-weak) / 0.6);
}
.n-text-palette-primary-border-weak\/65 {
  color:rgb(var(--theme-palette-primary-border-weak) / 0.65);
}
.n-text-palette-primary-border-weak\/70 {
  color:rgb(var(--theme-palette-primary-border-weak) / 0.7);
}
.n-text-palette-primary-border-weak\/75 {
  color:rgb(var(--theme-palette-primary-border-weak) / 0.75);
}
.n-text-palette-primary-border-weak\/80 {
  color:rgb(var(--theme-palette-primary-border-weak) / 0.8);
}
.n-text-palette-primary-border-weak\/85 {
  color:rgb(var(--theme-palette-primary-border-weak) / 0.85);
}
.n-text-palette-primary-border-weak\/90 {
  color:rgb(var(--theme-palette-primary-border-weak) / 0.9);
}
.n-text-palette-primary-border-weak\/95 {
  color:rgb(var(--theme-palette-primary-border-weak) / 0.95);
}
.n-text-palette-primary-focus {
  color:rgb(var(--theme-palette-primary-focus));
}
.n-text-palette-primary-focus\/0 {
  color:rgb(var(--theme-palette-primary-focus) / 0);
}
.n-text-palette-primary-focus\/10 {
  color:rgb(var(--theme-palette-primary-focus) / 0.1);
}
.n-text-palette-primary-focus\/100 {
  color:rgb(var(--theme-palette-primary-focus) / 1);
}
.n-text-palette-primary-focus\/15 {
  color:rgb(var(--theme-palette-primary-focus) / 0.15);
}
.n-text-palette-primary-focus\/20 {
  color:rgb(var(--theme-palette-primary-focus) / 0.2);
}
.n-text-palette-primary-focus\/25 {
  color:rgb(var(--theme-palette-primary-focus) / 0.25);
}
.n-text-palette-primary-focus\/30 {
  color:rgb(var(--theme-palette-primary-focus) / 0.3);
}
.n-text-palette-primary-focus\/35 {
  color:rgb(var(--theme-palette-primary-focus) / 0.35);
}
.n-text-palette-primary-focus\/40 {
  color:rgb(var(--theme-palette-primary-focus) / 0.4);
}
.n-text-palette-primary-focus\/45 {
  color:rgb(var(--theme-palette-primary-focus) / 0.45);
}
.n-text-palette-primary-focus\/5 {
  color:rgb(var(--theme-palette-primary-focus) / 0.05);
}
.n-text-palette-primary-focus\/50 {
  color:rgb(var(--theme-palette-primary-focus) / 0.5);
}
.n-text-palette-primary-focus\/55 {
  color:rgb(var(--theme-palette-primary-focus) / 0.55);
}
.n-text-palette-primary-focus\/60 {
  color:rgb(var(--theme-palette-primary-focus) / 0.6);
}
.n-text-palette-primary-focus\/65 {
  color:rgb(var(--theme-palette-primary-focus) / 0.65);
}
.n-text-palette-primary-focus\/70 {
  color:rgb(var(--theme-palette-primary-focus) / 0.7);
}
.n-text-palette-primary-focus\/75 {
  color:rgb(var(--theme-palette-primary-focus) / 0.75);
}
.n-text-palette-primary-focus\/80 {
  color:rgb(var(--theme-palette-primary-focus) / 0.8);
}
.n-text-palette-primary-focus\/85 {
  color:rgb(var(--theme-palette-primary-focus) / 0.85);
}
.n-text-palette-primary-focus\/90 {
  color:rgb(var(--theme-palette-primary-focus) / 0.9);
}
.n-text-palette-primary-focus\/95 {
  color:rgb(var(--theme-palette-primary-focus) / 0.95);
}
.n-text-palette-primary-hover-strong {
  color:rgb(var(--theme-palette-primary-hover-strong));
}
.n-text-palette-primary-hover-strong\/0 {
  color:rgb(var(--theme-palette-primary-hover-strong) / 0);
}
.n-text-palette-primary-hover-strong\/10 {
  color:rgb(var(--theme-palette-primary-hover-strong) / 0.1);
}
.n-text-palette-primary-hover-strong\/100 {
  color:rgb(var(--theme-palette-primary-hover-strong) / 1);
}
.n-text-palette-primary-hover-strong\/15 {
  color:rgb(var(--theme-palette-primary-hover-strong) / 0.15);
}
.n-text-palette-primary-hover-strong\/20 {
  color:rgb(var(--theme-palette-primary-hover-strong) / 0.2);
}
.n-text-palette-primary-hover-strong\/25 {
  color:rgb(var(--theme-palette-primary-hover-strong) / 0.25);
}
.n-text-palette-primary-hover-strong\/30 {
  color:rgb(var(--theme-palette-primary-hover-strong) / 0.3);
}
.n-text-palette-primary-hover-strong\/35 {
  color:rgb(var(--theme-palette-primary-hover-strong) / 0.35);
}
.n-text-palette-primary-hover-strong\/40 {
  color:rgb(var(--theme-palette-primary-hover-strong) / 0.4);
}
.n-text-palette-primary-hover-strong\/45 {
  color:rgb(var(--theme-palette-primary-hover-strong) / 0.45);
}
.n-text-palette-primary-hover-strong\/5 {
  color:rgb(var(--theme-palette-primary-hover-strong) / 0.05);
}
.n-text-palette-primary-hover-strong\/50 {
  color:rgb(var(--theme-palette-primary-hover-strong) / 0.5);
}
.n-text-palette-primary-hover-strong\/55 {
  color:rgb(var(--theme-palette-primary-hover-strong) / 0.55);
}
.n-text-palette-primary-hover-strong\/60 {
  color:rgb(var(--theme-palette-primary-hover-strong) / 0.6);
}
.n-text-palette-primary-hover-strong\/65 {
  color:rgb(var(--theme-palette-primary-hover-strong) / 0.65);
}
.n-text-palette-primary-hover-strong\/70 {
  color:rgb(var(--theme-palette-primary-hover-strong) / 0.7);
}
.n-text-palette-primary-hover-strong\/75 {
  color:rgb(var(--theme-palette-primary-hover-strong) / 0.75);
}
.n-text-palette-primary-hover-strong\/80 {
  color:rgb(var(--theme-palette-primary-hover-strong) / 0.8);
}
.n-text-palette-primary-hover-strong\/85 {
  color:rgb(var(--theme-palette-primary-hover-strong) / 0.85);
}
.n-text-palette-primary-hover-strong\/90 {
  color:rgb(var(--theme-palette-primary-hover-strong) / 0.9);
}
.n-text-palette-primary-hover-strong\/95 {
  color:rgb(var(--theme-palette-primary-hover-strong) / 0.95);
}
.n-text-palette-primary-hover-weak {
  color:rgb(var(--theme-palette-primary-hover-weak));
}
.n-text-palette-primary-hover-weak\/0 {
  color:rgb(var(--theme-palette-primary-hover-weak) / 0);
}
.n-text-palette-primary-hover-weak\/10 {
  color:rgb(var(--theme-palette-primary-hover-weak) / 0.1);
}
.n-text-palette-primary-hover-weak\/100 {
  color:rgb(var(--theme-palette-primary-hover-weak) / 1);
}
.n-text-palette-primary-hover-weak\/15 {
  color:rgb(var(--theme-palette-primary-hover-weak) / 0.15);
}
.n-text-palette-primary-hover-weak\/20 {
  color:rgb(var(--theme-palette-primary-hover-weak) / 0.2);
}
.n-text-palette-primary-hover-weak\/25 {
  color:rgb(var(--theme-palette-primary-hover-weak) / 0.25);
}
.n-text-palette-primary-hover-weak\/30 {
  color:rgb(var(--theme-palette-primary-hover-weak) / 0.3);
}
.n-text-palette-primary-hover-weak\/35 {
  color:rgb(var(--theme-palette-primary-hover-weak) / 0.35);
}
.n-text-palette-primary-hover-weak\/40 {
  color:rgb(var(--theme-palette-primary-hover-weak) / 0.4);
}
.n-text-palette-primary-hover-weak\/45 {
  color:rgb(var(--theme-palette-primary-hover-weak) / 0.45);
}
.n-text-palette-primary-hover-weak\/5 {
  color:rgb(var(--theme-palette-primary-hover-weak) / 0.05);
}
.n-text-palette-primary-hover-weak\/50 {
  color:rgb(var(--theme-palette-primary-hover-weak) / 0.5);
}
.n-text-palette-primary-hover-weak\/55 {
  color:rgb(var(--theme-palette-primary-hover-weak) / 0.55);
}
.n-text-palette-primary-hover-weak\/60 {
  color:rgb(var(--theme-palette-primary-hover-weak) / 0.6);
}
.n-text-palette-primary-hover-weak\/65 {
  color:rgb(var(--theme-palette-primary-hover-weak) / 0.65);
}
.n-text-palette-primary-hover-weak\/70 {
  color:rgb(var(--theme-palette-primary-hover-weak) / 0.7);
}
.n-text-palette-primary-hover-weak\/75 {
  color:rgb(var(--theme-palette-primary-hover-weak) / 0.75);
}
.n-text-palette-primary-hover-weak\/80 {
  color:rgb(var(--theme-palette-primary-hover-weak) / 0.8);
}
.n-text-palette-primary-hover-weak\/85 {
  color:rgb(var(--theme-palette-primary-hover-weak) / 0.85);
}
.n-text-palette-primary-hover-weak\/90 {
  color:rgb(var(--theme-palette-primary-hover-weak) / 0.9);
}
.n-text-palette-primary-hover-weak\/95 {
  color:rgb(var(--theme-palette-primary-hover-weak) / 0.95);
}
.n-text-palette-primary-icon {
  color:rgb(var(--theme-palette-primary-icon));
}
.n-text-palette-primary-icon\/0 {
  color:rgb(var(--theme-palette-primary-icon) / 0);
}
.n-text-palette-primary-icon\/10 {
  color:rgb(var(--theme-palette-primary-icon) / 0.1);
}
.n-text-palette-primary-icon\/100 {
  color:rgb(var(--theme-palette-primary-icon) / 1);
}
.n-text-palette-primary-icon\/15 {
  color:rgb(var(--theme-palette-primary-icon) / 0.15);
}
.n-text-palette-primary-icon\/20 {
  color:rgb(var(--theme-palette-primary-icon) / 0.2);
}
.n-text-palette-primary-icon\/25 {
  color:rgb(var(--theme-palette-primary-icon) / 0.25);
}
.n-text-palette-primary-icon\/30 {
  color:rgb(var(--theme-palette-primary-icon) / 0.3);
}
.n-text-palette-primary-icon\/35 {
  color:rgb(var(--theme-palette-primary-icon) / 0.35);
}
.n-text-palette-primary-icon\/40 {
  color:rgb(var(--theme-palette-primary-icon) / 0.4);
}
.n-text-palette-primary-icon\/45 {
  color:rgb(var(--theme-palette-primary-icon) / 0.45);
}
.n-text-palette-primary-icon\/5 {
  color:rgb(var(--theme-palette-primary-icon) / 0.05);
}
.n-text-palette-primary-icon\/50 {
  color:rgb(var(--theme-palette-primary-icon) / 0.5);
}
.n-text-palette-primary-icon\/55 {
  color:rgb(var(--theme-palette-primary-icon) / 0.55);
}
.n-text-palette-primary-icon\/60 {
  color:rgb(var(--theme-palette-primary-icon) / 0.6);
}
.n-text-palette-primary-icon\/65 {
  color:rgb(var(--theme-palette-primary-icon) / 0.65);
}
.n-text-palette-primary-icon\/70 {
  color:rgb(var(--theme-palette-primary-icon) / 0.7);
}
.n-text-palette-primary-icon\/75 {
  color:rgb(var(--theme-palette-primary-icon) / 0.75);
}
.n-text-palette-primary-icon\/80 {
  color:rgb(var(--theme-palette-primary-icon) / 0.8);
}
.n-text-palette-primary-icon\/85 {
  color:rgb(var(--theme-palette-primary-icon) / 0.85);
}
.n-text-palette-primary-icon\/90 {
  color:rgb(var(--theme-palette-primary-icon) / 0.9);
}
.n-text-palette-primary-icon\/95 {
  color:rgb(var(--theme-palette-primary-icon) / 0.95);
}
.n-text-palette-primary-pressed-strong {
  color:rgb(var(--theme-palette-primary-pressed-strong));
}
.n-text-palette-primary-pressed-strong\/0 {
  color:rgb(var(--theme-palette-primary-pressed-strong) / 0);
}
.n-text-palette-primary-pressed-strong\/10 {
  color:rgb(var(--theme-palette-primary-pressed-strong) / 0.1);
}
.n-text-palette-primary-pressed-strong\/100 {
  color:rgb(var(--theme-palette-primary-pressed-strong) / 1);
}
.n-text-palette-primary-pressed-strong\/15 {
  color:rgb(var(--theme-palette-primary-pressed-strong) / 0.15);
}
.n-text-palette-primary-pressed-strong\/20 {
  color:rgb(var(--theme-palette-primary-pressed-strong) / 0.2);
}
.n-text-palette-primary-pressed-strong\/25 {
  color:rgb(var(--theme-palette-primary-pressed-strong) / 0.25);
}
.n-text-palette-primary-pressed-strong\/30 {
  color:rgb(var(--theme-palette-primary-pressed-strong) / 0.3);
}
.n-text-palette-primary-pressed-strong\/35 {
  color:rgb(var(--theme-palette-primary-pressed-strong) / 0.35);
}
.n-text-palette-primary-pressed-strong\/40 {
  color:rgb(var(--theme-palette-primary-pressed-strong) / 0.4);
}
.n-text-palette-primary-pressed-strong\/45 {
  color:rgb(var(--theme-palette-primary-pressed-strong) / 0.45);
}
.n-text-palette-primary-pressed-strong\/5 {
  color:rgb(var(--theme-palette-primary-pressed-strong) / 0.05);
}
.n-text-palette-primary-pressed-strong\/50 {
  color:rgb(var(--theme-palette-primary-pressed-strong) / 0.5);
}
.n-text-palette-primary-pressed-strong\/55 {
  color:rgb(var(--theme-palette-primary-pressed-strong) / 0.55);
}
.n-text-palette-primary-pressed-strong\/60 {
  color:rgb(var(--theme-palette-primary-pressed-strong) / 0.6);
}
.n-text-palette-primary-pressed-strong\/65 {
  color:rgb(var(--theme-palette-primary-pressed-strong) / 0.65);
}
.n-text-palette-primary-pressed-strong\/70 {
  color:rgb(var(--theme-palette-primary-pressed-strong) / 0.7);
}
.n-text-palette-primary-pressed-strong\/75 {
  color:rgb(var(--theme-palette-primary-pressed-strong) / 0.75);
}
.n-text-palette-primary-pressed-strong\/80 {
  color:rgb(var(--theme-palette-primary-pressed-strong) / 0.8);
}
.n-text-palette-primary-pressed-strong\/85 {
  color:rgb(var(--theme-palette-primary-pressed-strong) / 0.85);
}
.n-text-palette-primary-pressed-strong\/90 {
  color:rgb(var(--theme-palette-primary-pressed-strong) / 0.9);
}
.n-text-palette-primary-pressed-strong\/95 {
  color:rgb(var(--theme-palette-primary-pressed-strong) / 0.95);
}
.n-text-palette-primary-pressed-weak {
  color:rgb(var(--theme-palette-primary-pressed-weak));
}
.n-text-palette-primary-pressed-weak\/0 {
  color:rgb(var(--theme-palette-primary-pressed-weak) / 0);
}
.n-text-palette-primary-pressed-weak\/10 {
  color:rgb(var(--theme-palette-primary-pressed-weak) / 0.1);
}
.n-text-palette-primary-pressed-weak\/100 {
  color:rgb(var(--theme-palette-primary-pressed-weak) / 1);
}
.n-text-palette-primary-pressed-weak\/15 {
  color:rgb(var(--theme-palette-primary-pressed-weak) / 0.15);
}
.n-text-palette-primary-pressed-weak\/20 {
  color:rgb(var(--theme-palette-primary-pressed-weak) / 0.2);
}
.n-text-palette-primary-pressed-weak\/25 {
  color:rgb(var(--theme-palette-primary-pressed-weak) / 0.25);
}
.n-text-palette-primary-pressed-weak\/30 {
  color:rgb(var(--theme-palette-primary-pressed-weak) / 0.3);
}
.n-text-palette-primary-pressed-weak\/35 {
  color:rgb(var(--theme-palette-primary-pressed-weak) / 0.35);
}
.n-text-palette-primary-pressed-weak\/40 {
  color:rgb(var(--theme-palette-primary-pressed-weak) / 0.4);
}
.n-text-palette-primary-pressed-weak\/45 {
  color:rgb(var(--theme-palette-primary-pressed-weak) / 0.45);
}
.n-text-palette-primary-pressed-weak\/5 {
  color:rgb(var(--theme-palette-primary-pressed-weak) / 0.05);
}
.n-text-palette-primary-pressed-weak\/50 {
  color:rgb(var(--theme-palette-primary-pressed-weak) / 0.5);
}
.n-text-palette-primary-pressed-weak\/55 {
  color:rgb(var(--theme-palette-primary-pressed-weak) / 0.55);
}
.n-text-palette-primary-pressed-weak\/60 {
  color:rgb(var(--theme-palette-primary-pressed-weak) / 0.6);
}
.n-text-palette-primary-pressed-weak\/65 {
  color:rgb(var(--theme-palette-primary-pressed-weak) / 0.65);
}
.n-text-palette-primary-pressed-weak\/70 {
  color:rgb(var(--theme-palette-primary-pressed-weak) / 0.7);
}
.n-text-palette-primary-pressed-weak\/75 {
  color:rgb(var(--theme-palette-primary-pressed-weak) / 0.75);
}
.n-text-palette-primary-pressed-weak\/80 {
  color:rgb(var(--theme-palette-primary-pressed-weak) / 0.8);
}
.n-text-palette-primary-pressed-weak\/85 {
  color:rgb(var(--theme-palette-primary-pressed-weak) / 0.85);
}
.n-text-palette-primary-pressed-weak\/90 {
  color:rgb(var(--theme-palette-primary-pressed-weak) / 0.9);
}
.n-text-palette-primary-pressed-weak\/95 {
  color:rgb(var(--theme-palette-primary-pressed-weak) / 0.95);
}
.n-text-palette-primary-text {
  color:rgb(var(--theme-palette-primary-text));
}
.n-text-palette-primary-text\/0 {
  color:rgb(var(--theme-palette-primary-text) / 0);
}
.n-text-palette-primary-text\/10 {
  color:rgb(var(--theme-palette-primary-text) / 0.1);
}
.n-text-palette-primary-text\/100 {
  color:rgb(var(--theme-palette-primary-text) / 1);
}
.n-text-palette-primary-text\/15 {
  color:rgb(var(--theme-palette-primary-text) / 0.15);
}
.n-text-palette-primary-text\/20 {
  color:rgb(var(--theme-palette-primary-text) / 0.2);
}
.n-text-palette-primary-text\/25 {
  color:rgb(var(--theme-palette-primary-text) / 0.25);
}
.n-text-palette-primary-text\/30 {
  color:rgb(var(--theme-palette-primary-text) / 0.3);
}
.n-text-palette-primary-text\/35 {
  color:rgb(var(--theme-palette-primary-text) / 0.35);
}
.n-text-palette-primary-text\/40 {
  color:rgb(var(--theme-palette-primary-text) / 0.4);
}
.n-text-palette-primary-text\/45 {
  color:rgb(var(--theme-palette-primary-text) / 0.45);
}
.n-text-palette-primary-text\/5 {
  color:rgb(var(--theme-palette-primary-text) / 0.05);
}
.n-text-palette-primary-text\/50 {
  color:rgb(var(--theme-palette-primary-text) / 0.5);
}
.n-text-palette-primary-text\/55 {
  color:rgb(var(--theme-palette-primary-text) / 0.55);
}
.n-text-palette-primary-text\/60 {
  color:rgb(var(--theme-palette-primary-text) / 0.6);
}
.n-text-palette-primary-text\/65 {
  color:rgb(var(--theme-palette-primary-text) / 0.65);
}
.n-text-palette-primary-text\/70 {
  color:rgb(var(--theme-palette-primary-text) / 0.7);
}
.n-text-palette-primary-text\/75 {
  color:rgb(var(--theme-palette-primary-text) / 0.75);
}
.n-text-palette-primary-text\/80 {
  color:rgb(var(--theme-palette-primary-text) / 0.8);
}
.n-text-palette-primary-text\/85 {
  color:rgb(var(--theme-palette-primary-text) / 0.85);
}
.n-text-palette-primary-text\/90 {
  color:rgb(var(--theme-palette-primary-text) / 0.9);
}
.n-text-palette-primary-text\/95 {
  color:rgb(var(--theme-palette-primary-text) / 0.95);
}
.n-text-palette-success-bg-status {
  color:rgb(var(--theme-palette-success-bg-status));
}
.n-text-palette-success-bg-status\/0 {
  color:rgb(var(--theme-palette-success-bg-status) / 0);
}
.n-text-palette-success-bg-status\/10 {
  color:rgb(var(--theme-palette-success-bg-status) / 0.1);
}
.n-text-palette-success-bg-status\/100 {
  color:rgb(var(--theme-palette-success-bg-status) / 1);
}
.n-text-palette-success-bg-status\/15 {
  color:rgb(var(--theme-palette-success-bg-status) / 0.15);
}
.n-text-palette-success-bg-status\/20 {
  color:rgb(var(--theme-palette-success-bg-status) / 0.2);
}
.n-text-palette-success-bg-status\/25 {
  color:rgb(var(--theme-palette-success-bg-status) / 0.25);
}
.n-text-palette-success-bg-status\/30 {
  color:rgb(var(--theme-palette-success-bg-status) / 0.3);
}
.n-text-palette-success-bg-status\/35 {
  color:rgb(var(--theme-palette-success-bg-status) / 0.35);
}
.n-text-palette-success-bg-status\/40 {
  color:rgb(var(--theme-palette-success-bg-status) / 0.4);
}
.n-text-palette-success-bg-status\/45 {
  color:rgb(var(--theme-palette-success-bg-status) / 0.45);
}
.n-text-palette-success-bg-status\/5 {
  color:rgb(var(--theme-palette-success-bg-status) / 0.05);
}
.n-text-palette-success-bg-status\/50 {
  color:rgb(var(--theme-palette-success-bg-status) / 0.5);
}
.n-text-palette-success-bg-status\/55 {
  color:rgb(var(--theme-palette-success-bg-status) / 0.55);
}
.n-text-palette-success-bg-status\/60 {
  color:rgb(var(--theme-palette-success-bg-status) / 0.6);
}
.n-text-palette-success-bg-status\/65 {
  color:rgb(var(--theme-palette-success-bg-status) / 0.65);
}
.n-text-palette-success-bg-status\/70 {
  color:rgb(var(--theme-palette-success-bg-status) / 0.7);
}
.n-text-palette-success-bg-status\/75 {
  color:rgb(var(--theme-palette-success-bg-status) / 0.75);
}
.n-text-palette-success-bg-status\/80 {
  color:rgb(var(--theme-palette-success-bg-status) / 0.8);
}
.n-text-palette-success-bg-status\/85 {
  color:rgb(var(--theme-palette-success-bg-status) / 0.85);
}
.n-text-palette-success-bg-status\/90 {
  color:rgb(var(--theme-palette-success-bg-status) / 0.9);
}
.n-text-palette-success-bg-status\/95 {
  color:rgb(var(--theme-palette-success-bg-status) / 0.95);
}
.n-text-palette-success-bg-strong {
  color:rgb(var(--theme-palette-success-bg-strong));
}
.n-text-palette-success-bg-strong\/0 {
  color:rgb(var(--theme-palette-success-bg-strong) / 0);
}
.n-text-palette-success-bg-strong\/10 {
  color:rgb(var(--theme-palette-success-bg-strong) / 0.1);
}
.n-text-palette-success-bg-strong\/100 {
  color:rgb(var(--theme-palette-success-bg-strong) / 1);
}
.n-text-palette-success-bg-strong\/15 {
  color:rgb(var(--theme-palette-success-bg-strong) / 0.15);
}
.n-text-palette-success-bg-strong\/20 {
  color:rgb(var(--theme-palette-success-bg-strong) / 0.2);
}
.n-text-palette-success-bg-strong\/25 {
  color:rgb(var(--theme-palette-success-bg-strong) / 0.25);
}
.n-text-palette-success-bg-strong\/30 {
  color:rgb(var(--theme-palette-success-bg-strong) / 0.3);
}
.n-text-palette-success-bg-strong\/35 {
  color:rgb(var(--theme-palette-success-bg-strong) / 0.35);
}
.n-text-palette-success-bg-strong\/40 {
  color:rgb(var(--theme-palette-success-bg-strong) / 0.4);
}
.n-text-palette-success-bg-strong\/45 {
  color:rgb(var(--theme-palette-success-bg-strong) / 0.45);
}
.n-text-palette-success-bg-strong\/5 {
  color:rgb(var(--theme-palette-success-bg-strong) / 0.05);
}
.n-text-palette-success-bg-strong\/50 {
  color:rgb(var(--theme-palette-success-bg-strong) / 0.5);
}
.n-text-palette-success-bg-strong\/55 {
  color:rgb(var(--theme-palette-success-bg-strong) / 0.55);
}
.n-text-palette-success-bg-strong\/60 {
  color:rgb(var(--theme-palette-success-bg-strong) / 0.6);
}
.n-text-palette-success-bg-strong\/65 {
  color:rgb(var(--theme-palette-success-bg-strong) / 0.65);
}
.n-text-palette-success-bg-strong\/70 {
  color:rgb(var(--theme-palette-success-bg-strong) / 0.7);
}
.n-text-palette-success-bg-strong\/75 {
  color:rgb(var(--theme-palette-success-bg-strong) / 0.75);
}
.n-text-palette-success-bg-strong\/80 {
  color:rgb(var(--theme-palette-success-bg-strong) / 0.8);
}
.n-text-palette-success-bg-strong\/85 {
  color:rgb(var(--theme-palette-success-bg-strong) / 0.85);
}
.n-text-palette-success-bg-strong\/90 {
  color:rgb(var(--theme-palette-success-bg-strong) / 0.9);
}
.n-text-palette-success-bg-strong\/95 {
  color:rgb(var(--theme-palette-success-bg-strong) / 0.95);
}
.n-text-palette-success-bg-weak {
  color:rgb(var(--theme-palette-success-bg-weak));
}
.n-text-palette-success-bg-weak\/0 {
  color:rgb(var(--theme-palette-success-bg-weak) / 0);
}
.n-text-palette-success-bg-weak\/10 {
  color:rgb(var(--theme-palette-success-bg-weak) / 0.1);
}
.n-text-palette-success-bg-weak\/100 {
  color:rgb(var(--theme-palette-success-bg-weak) / 1);
}
.n-text-palette-success-bg-weak\/15 {
  color:rgb(var(--theme-palette-success-bg-weak) / 0.15);
}
.n-text-palette-success-bg-weak\/20 {
  color:rgb(var(--theme-palette-success-bg-weak) / 0.2);
}
.n-text-palette-success-bg-weak\/25 {
  color:rgb(var(--theme-palette-success-bg-weak) / 0.25);
}
.n-text-palette-success-bg-weak\/30 {
  color:rgb(var(--theme-palette-success-bg-weak) / 0.3);
}
.n-text-palette-success-bg-weak\/35 {
  color:rgb(var(--theme-palette-success-bg-weak) / 0.35);
}
.n-text-palette-success-bg-weak\/40 {
  color:rgb(var(--theme-palette-success-bg-weak) / 0.4);
}
.n-text-palette-success-bg-weak\/45 {
  color:rgb(var(--theme-palette-success-bg-weak) / 0.45);
}
.n-text-palette-success-bg-weak\/5 {
  color:rgb(var(--theme-palette-success-bg-weak) / 0.05);
}
.n-text-palette-success-bg-weak\/50 {
  color:rgb(var(--theme-palette-success-bg-weak) / 0.5);
}
.n-text-palette-success-bg-weak\/55 {
  color:rgb(var(--theme-palette-success-bg-weak) / 0.55);
}
.n-text-palette-success-bg-weak\/60 {
  color:rgb(var(--theme-palette-success-bg-weak) / 0.6);
}
.n-text-palette-success-bg-weak\/65 {
  color:rgb(var(--theme-palette-success-bg-weak) / 0.65);
}
.n-text-palette-success-bg-weak\/70 {
  color:rgb(var(--theme-palette-success-bg-weak) / 0.7);
}
.n-text-palette-success-bg-weak\/75 {
  color:rgb(var(--theme-palette-success-bg-weak) / 0.75);
}
.n-text-palette-success-bg-weak\/80 {
  color:rgb(var(--theme-palette-success-bg-weak) / 0.8);
}
.n-text-palette-success-bg-weak\/85 {
  color:rgb(var(--theme-palette-success-bg-weak) / 0.85);
}
.n-text-palette-success-bg-weak\/90 {
  color:rgb(var(--theme-palette-success-bg-weak) / 0.9);
}
.n-text-palette-success-bg-weak\/95 {
  color:rgb(var(--theme-palette-success-bg-weak) / 0.95);
}
.n-text-palette-success-border-strong {
  color:rgb(var(--theme-palette-success-border-strong));
}
.n-text-palette-success-border-strong\/0 {
  color:rgb(var(--theme-palette-success-border-strong) / 0);
}
.n-text-palette-success-border-strong\/10 {
  color:rgb(var(--theme-palette-success-border-strong) / 0.1);
}
.n-text-palette-success-border-strong\/100 {
  color:rgb(var(--theme-palette-success-border-strong) / 1);
}
.n-text-palette-success-border-strong\/15 {
  color:rgb(var(--theme-palette-success-border-strong) / 0.15);
}
.n-text-palette-success-border-strong\/20 {
  color:rgb(var(--theme-palette-success-border-strong) / 0.2);
}
.n-text-palette-success-border-strong\/25 {
  color:rgb(var(--theme-palette-success-border-strong) / 0.25);
}
.n-text-palette-success-border-strong\/30 {
  color:rgb(var(--theme-palette-success-border-strong) / 0.3);
}
.n-text-palette-success-border-strong\/35 {
  color:rgb(var(--theme-palette-success-border-strong) / 0.35);
}
.n-text-palette-success-border-strong\/40 {
  color:rgb(var(--theme-palette-success-border-strong) / 0.4);
}
.n-text-palette-success-border-strong\/45 {
  color:rgb(var(--theme-palette-success-border-strong) / 0.45);
}
.n-text-palette-success-border-strong\/5 {
  color:rgb(var(--theme-palette-success-border-strong) / 0.05);
}
.n-text-palette-success-border-strong\/50 {
  color:rgb(var(--theme-palette-success-border-strong) / 0.5);
}
.n-text-palette-success-border-strong\/55 {
  color:rgb(var(--theme-palette-success-border-strong) / 0.55);
}
.n-text-palette-success-border-strong\/60 {
  color:rgb(var(--theme-palette-success-border-strong) / 0.6);
}
.n-text-palette-success-border-strong\/65 {
  color:rgb(var(--theme-palette-success-border-strong) / 0.65);
}
.n-text-palette-success-border-strong\/70 {
  color:rgb(var(--theme-palette-success-border-strong) / 0.7);
}
.n-text-palette-success-border-strong\/75 {
  color:rgb(var(--theme-palette-success-border-strong) / 0.75);
}
.n-text-palette-success-border-strong\/80 {
  color:rgb(var(--theme-palette-success-border-strong) / 0.8);
}
.n-text-palette-success-border-strong\/85 {
  color:rgb(var(--theme-palette-success-border-strong) / 0.85);
}
.n-text-palette-success-border-strong\/90 {
  color:rgb(var(--theme-palette-success-border-strong) / 0.9);
}
.n-text-palette-success-border-strong\/95 {
  color:rgb(var(--theme-palette-success-border-strong) / 0.95);
}
.n-text-palette-success-border-weak {
  color:rgb(var(--theme-palette-success-border-weak));
}
.n-text-palette-success-border-weak\/0 {
  color:rgb(var(--theme-palette-success-border-weak) / 0);
}
.n-text-palette-success-border-weak\/10 {
  color:rgb(var(--theme-palette-success-border-weak) / 0.1);
}
.n-text-palette-success-border-weak\/100 {
  color:rgb(var(--theme-palette-success-border-weak) / 1);
}
.n-text-palette-success-border-weak\/15 {
  color:rgb(var(--theme-palette-success-border-weak) / 0.15);
}
.n-text-palette-success-border-weak\/20 {
  color:rgb(var(--theme-palette-success-border-weak) / 0.2);
}
.n-text-palette-success-border-weak\/25 {
  color:rgb(var(--theme-palette-success-border-weak) / 0.25);
}
.n-text-palette-success-border-weak\/30 {
  color:rgb(var(--theme-palette-success-border-weak) / 0.3);
}
.n-text-palette-success-border-weak\/35 {
  color:rgb(var(--theme-palette-success-border-weak) / 0.35);
}
.n-text-palette-success-border-weak\/40 {
  color:rgb(var(--theme-palette-success-border-weak) / 0.4);
}
.n-text-palette-success-border-weak\/45 {
  color:rgb(var(--theme-palette-success-border-weak) / 0.45);
}
.n-text-palette-success-border-weak\/5 {
  color:rgb(var(--theme-palette-success-border-weak) / 0.05);
}
.n-text-palette-success-border-weak\/50 {
  color:rgb(var(--theme-palette-success-border-weak) / 0.5);
}
.n-text-palette-success-border-weak\/55 {
  color:rgb(var(--theme-palette-success-border-weak) / 0.55);
}
.n-text-palette-success-border-weak\/60 {
  color:rgb(var(--theme-palette-success-border-weak) / 0.6);
}
.n-text-palette-success-border-weak\/65 {
  color:rgb(var(--theme-palette-success-border-weak) / 0.65);
}
.n-text-palette-success-border-weak\/70 {
  color:rgb(var(--theme-palette-success-border-weak) / 0.7);
}
.n-text-palette-success-border-weak\/75 {
  color:rgb(var(--theme-palette-success-border-weak) / 0.75);
}
.n-text-palette-success-border-weak\/80 {
  color:rgb(var(--theme-palette-success-border-weak) / 0.8);
}
.n-text-palette-success-border-weak\/85 {
  color:rgb(var(--theme-palette-success-border-weak) / 0.85);
}
.n-text-palette-success-border-weak\/90 {
  color:rgb(var(--theme-palette-success-border-weak) / 0.9);
}
.n-text-palette-success-border-weak\/95 {
  color:rgb(var(--theme-palette-success-border-weak) / 0.95);
}
.n-text-palette-success-icon {
  color:rgb(var(--theme-palette-success-icon));
}
.n-text-palette-success-icon\/0 {
  color:rgb(var(--theme-palette-success-icon) / 0);
}
.n-text-palette-success-icon\/10 {
  color:rgb(var(--theme-palette-success-icon) / 0.1);
}
.n-text-palette-success-icon\/100 {
  color:rgb(var(--theme-palette-success-icon) / 1);
}
.n-text-palette-success-icon\/15 {
  color:rgb(var(--theme-palette-success-icon) / 0.15);
}
.n-text-palette-success-icon\/20 {
  color:rgb(var(--theme-palette-success-icon) / 0.2);
}
.n-text-palette-success-icon\/25 {
  color:rgb(var(--theme-palette-success-icon) / 0.25);
}
.n-text-palette-success-icon\/30 {
  color:rgb(var(--theme-palette-success-icon) / 0.3);
}
.n-text-palette-success-icon\/35 {
  color:rgb(var(--theme-palette-success-icon) / 0.35);
}
.n-text-palette-success-icon\/40 {
  color:rgb(var(--theme-palette-success-icon) / 0.4);
}
.n-text-palette-success-icon\/45 {
  color:rgb(var(--theme-palette-success-icon) / 0.45);
}
.n-text-palette-success-icon\/5 {
  color:rgb(var(--theme-palette-success-icon) / 0.05);
}
.n-text-palette-success-icon\/50 {
  color:rgb(var(--theme-palette-success-icon) / 0.5);
}
.n-text-palette-success-icon\/55 {
  color:rgb(var(--theme-palette-success-icon) / 0.55);
}
.n-text-palette-success-icon\/60 {
  color:rgb(var(--theme-palette-success-icon) / 0.6);
}
.n-text-palette-success-icon\/65 {
  color:rgb(var(--theme-palette-success-icon) / 0.65);
}
.n-text-palette-success-icon\/70 {
  color:rgb(var(--theme-palette-success-icon) / 0.7);
}
.n-text-palette-success-icon\/75 {
  color:rgb(var(--theme-palette-success-icon) / 0.75);
}
.n-text-palette-success-icon\/80 {
  color:rgb(var(--theme-palette-success-icon) / 0.8);
}
.n-text-palette-success-icon\/85 {
  color:rgb(var(--theme-palette-success-icon) / 0.85);
}
.n-text-palette-success-icon\/90 {
  color:rgb(var(--theme-palette-success-icon) / 0.9);
}
.n-text-palette-success-icon\/95 {
  color:rgb(var(--theme-palette-success-icon) / 0.95);
}
.n-text-palette-success-text {
  color:rgb(var(--theme-palette-success-text));
}
.n-text-palette-success-text\/0 {
  color:rgb(var(--theme-palette-success-text) / 0);
}
.n-text-palette-success-text\/10 {
  color:rgb(var(--theme-palette-success-text) / 0.1);
}
.n-text-palette-success-text\/100 {
  color:rgb(var(--theme-palette-success-text) / 1);
}
.n-text-palette-success-text\/15 {
  color:rgb(var(--theme-palette-success-text) / 0.15);
}
.n-text-palette-success-text\/20 {
  color:rgb(var(--theme-palette-success-text) / 0.2);
}
.n-text-palette-success-text\/25 {
  color:rgb(var(--theme-palette-success-text) / 0.25);
}
.n-text-palette-success-text\/30 {
  color:rgb(var(--theme-palette-success-text) / 0.3);
}
.n-text-palette-success-text\/35 {
  color:rgb(var(--theme-palette-success-text) / 0.35);
}
.n-text-palette-success-text\/40 {
  color:rgb(var(--theme-palette-success-text) / 0.4);
}
.n-text-palette-success-text\/45 {
  color:rgb(var(--theme-palette-success-text) / 0.45);
}
.n-text-palette-success-text\/5 {
  color:rgb(var(--theme-palette-success-text) / 0.05);
}
.n-text-palette-success-text\/50 {
  color:rgb(var(--theme-palette-success-text) / 0.5);
}
.n-text-palette-success-text\/55 {
  color:rgb(var(--theme-palette-success-text) / 0.55);
}
.n-text-palette-success-text\/60 {
  color:rgb(var(--theme-palette-success-text) / 0.6);
}
.n-text-palette-success-text\/65 {
  color:rgb(var(--theme-palette-success-text) / 0.65);
}
.n-text-palette-success-text\/70 {
  color:rgb(var(--theme-palette-success-text) / 0.7);
}
.n-text-palette-success-text\/75 {
  color:rgb(var(--theme-palette-success-text) / 0.75);
}
.n-text-palette-success-text\/80 {
  color:rgb(var(--theme-palette-success-text) / 0.8);
}
.n-text-palette-success-text\/85 {
  color:rgb(var(--theme-palette-success-text) / 0.85);
}
.n-text-palette-success-text\/90 {
  color:rgb(var(--theme-palette-success-text) / 0.9);
}
.n-text-palette-success-text\/95 {
  color:rgb(var(--theme-palette-success-text) / 0.95);
}
.n-text-palette-warning-bg-status {
  color:rgb(var(--theme-palette-warning-bg-status));
}
.n-text-palette-warning-bg-status\/0 {
  color:rgb(var(--theme-palette-warning-bg-status) / 0);
}
.n-text-palette-warning-bg-status\/10 {
  color:rgb(var(--theme-palette-warning-bg-status) / 0.1);
}
.n-text-palette-warning-bg-status\/100 {
  color:rgb(var(--theme-palette-warning-bg-status) / 1);
}
.n-text-palette-warning-bg-status\/15 {
  color:rgb(var(--theme-palette-warning-bg-status) / 0.15);
}
.n-text-palette-warning-bg-status\/20 {
  color:rgb(var(--theme-palette-warning-bg-status) / 0.2);
}
.n-text-palette-warning-bg-status\/25 {
  color:rgb(var(--theme-palette-warning-bg-status) / 0.25);
}
.n-text-palette-warning-bg-status\/30 {
  color:rgb(var(--theme-palette-warning-bg-status) / 0.3);
}
.n-text-palette-warning-bg-status\/35 {
  color:rgb(var(--theme-palette-warning-bg-status) / 0.35);
}
.n-text-palette-warning-bg-status\/40 {
  color:rgb(var(--theme-palette-warning-bg-status) / 0.4);
}
.n-text-palette-warning-bg-status\/45 {
  color:rgb(var(--theme-palette-warning-bg-status) / 0.45);
}
.n-text-palette-warning-bg-status\/5 {
  color:rgb(var(--theme-palette-warning-bg-status) / 0.05);
}
.n-text-palette-warning-bg-status\/50 {
  color:rgb(var(--theme-palette-warning-bg-status) / 0.5);
}
.n-text-palette-warning-bg-status\/55 {
  color:rgb(var(--theme-palette-warning-bg-status) / 0.55);
}
.n-text-palette-warning-bg-status\/60 {
  color:rgb(var(--theme-palette-warning-bg-status) / 0.6);
}
.n-text-palette-warning-bg-status\/65 {
  color:rgb(var(--theme-palette-warning-bg-status) / 0.65);
}
.n-text-palette-warning-bg-status\/70 {
  color:rgb(var(--theme-palette-warning-bg-status) / 0.7);
}
.n-text-palette-warning-bg-status\/75 {
  color:rgb(var(--theme-palette-warning-bg-status) / 0.75);
}
.n-text-palette-warning-bg-status\/80 {
  color:rgb(var(--theme-palette-warning-bg-status) / 0.8);
}
.n-text-palette-warning-bg-status\/85 {
  color:rgb(var(--theme-palette-warning-bg-status) / 0.85);
}
.n-text-palette-warning-bg-status\/90 {
  color:rgb(var(--theme-palette-warning-bg-status) / 0.9);
}
.n-text-palette-warning-bg-status\/95 {
  color:rgb(var(--theme-palette-warning-bg-status) / 0.95);
}
.n-text-palette-warning-bg-strong {
  color:rgb(var(--theme-palette-warning-bg-strong));
}
.n-text-palette-warning-bg-strong\/0 {
  color:rgb(var(--theme-palette-warning-bg-strong) / 0);
}
.n-text-palette-warning-bg-strong\/10 {
  color:rgb(var(--theme-palette-warning-bg-strong) / 0.1);
}
.n-text-palette-warning-bg-strong\/100 {
  color:rgb(var(--theme-palette-warning-bg-strong) / 1);
}
.n-text-palette-warning-bg-strong\/15 {
  color:rgb(var(--theme-palette-warning-bg-strong) / 0.15);
}
.n-text-palette-warning-bg-strong\/20 {
  color:rgb(var(--theme-palette-warning-bg-strong) / 0.2);
}
.n-text-palette-warning-bg-strong\/25 {
  color:rgb(var(--theme-palette-warning-bg-strong) / 0.25);
}
.n-text-palette-warning-bg-strong\/30 {
  color:rgb(var(--theme-palette-warning-bg-strong) / 0.3);
}
.n-text-palette-warning-bg-strong\/35 {
  color:rgb(var(--theme-palette-warning-bg-strong) / 0.35);
}
.n-text-palette-warning-bg-strong\/40 {
  color:rgb(var(--theme-palette-warning-bg-strong) / 0.4);
}
.n-text-palette-warning-bg-strong\/45 {
  color:rgb(var(--theme-palette-warning-bg-strong) / 0.45);
}
.n-text-palette-warning-bg-strong\/5 {
  color:rgb(var(--theme-palette-warning-bg-strong) / 0.05);
}
.n-text-palette-warning-bg-strong\/50 {
  color:rgb(var(--theme-palette-warning-bg-strong) / 0.5);
}
.n-text-palette-warning-bg-strong\/55 {
  color:rgb(var(--theme-palette-warning-bg-strong) / 0.55);
}
.n-text-palette-warning-bg-strong\/60 {
  color:rgb(var(--theme-palette-warning-bg-strong) / 0.6);
}
.n-text-palette-warning-bg-strong\/65 {
  color:rgb(var(--theme-palette-warning-bg-strong) / 0.65);
}
.n-text-palette-warning-bg-strong\/70 {
  color:rgb(var(--theme-palette-warning-bg-strong) / 0.7);
}
.n-text-palette-warning-bg-strong\/75 {
  color:rgb(var(--theme-palette-warning-bg-strong) / 0.75);
}
.n-text-palette-warning-bg-strong\/80 {
  color:rgb(var(--theme-palette-warning-bg-strong) / 0.8);
}
.n-text-palette-warning-bg-strong\/85 {
  color:rgb(var(--theme-palette-warning-bg-strong) / 0.85);
}
.n-text-palette-warning-bg-strong\/90 {
  color:rgb(var(--theme-palette-warning-bg-strong) / 0.9);
}
.n-text-palette-warning-bg-strong\/95 {
  color:rgb(var(--theme-palette-warning-bg-strong) / 0.95);
}
.n-text-palette-warning-bg-weak {
  color:rgb(var(--theme-palette-warning-bg-weak));
}
.n-text-palette-warning-bg-weak\/0 {
  color:rgb(var(--theme-palette-warning-bg-weak) / 0);
}
.n-text-palette-warning-bg-weak\/10 {
  color:rgb(var(--theme-palette-warning-bg-weak) / 0.1);
}
.n-text-palette-warning-bg-weak\/100 {
  color:rgb(var(--theme-palette-warning-bg-weak) / 1);
}
.n-text-palette-warning-bg-weak\/15 {
  color:rgb(var(--theme-palette-warning-bg-weak) / 0.15);
}
.n-text-palette-warning-bg-weak\/20 {
  color:rgb(var(--theme-palette-warning-bg-weak) / 0.2);
}
.n-text-palette-warning-bg-weak\/25 {
  color:rgb(var(--theme-palette-warning-bg-weak) / 0.25);
}
.n-text-palette-warning-bg-weak\/30 {
  color:rgb(var(--theme-palette-warning-bg-weak) / 0.3);
}
.n-text-palette-warning-bg-weak\/35 {
  color:rgb(var(--theme-palette-warning-bg-weak) / 0.35);
}
.n-text-palette-warning-bg-weak\/40 {
  color:rgb(var(--theme-palette-warning-bg-weak) / 0.4);
}
.n-text-palette-warning-bg-weak\/45 {
  color:rgb(var(--theme-palette-warning-bg-weak) / 0.45);
}
.n-text-palette-warning-bg-weak\/5 {
  color:rgb(var(--theme-palette-warning-bg-weak) / 0.05);
}
.n-text-palette-warning-bg-weak\/50 {
  color:rgb(var(--theme-palette-warning-bg-weak) / 0.5);
}
.n-text-palette-warning-bg-weak\/55 {
  color:rgb(var(--theme-palette-warning-bg-weak) / 0.55);
}
.n-text-palette-warning-bg-weak\/60 {
  color:rgb(var(--theme-palette-warning-bg-weak) / 0.6);
}
.n-text-palette-warning-bg-weak\/65 {
  color:rgb(var(--theme-palette-warning-bg-weak) / 0.65);
}
.n-text-palette-warning-bg-weak\/70 {
  color:rgb(var(--theme-palette-warning-bg-weak) / 0.7);
}
.n-text-palette-warning-bg-weak\/75 {
  color:rgb(var(--theme-palette-warning-bg-weak) / 0.75);
}
.n-text-palette-warning-bg-weak\/80 {
  color:rgb(var(--theme-palette-warning-bg-weak) / 0.8);
}
.n-text-palette-warning-bg-weak\/85 {
  color:rgb(var(--theme-palette-warning-bg-weak) / 0.85);
}
.n-text-palette-warning-bg-weak\/90 {
  color:rgb(var(--theme-palette-warning-bg-weak) / 0.9);
}
.n-text-palette-warning-bg-weak\/95 {
  color:rgb(var(--theme-palette-warning-bg-weak) / 0.95);
}
.n-text-palette-warning-border-strong {
  color:rgb(var(--theme-palette-warning-border-strong));
}
.n-text-palette-warning-border-strong\/0 {
  color:rgb(var(--theme-palette-warning-border-strong) / 0);
}
.n-text-palette-warning-border-strong\/10 {
  color:rgb(var(--theme-palette-warning-border-strong) / 0.1);
}
.n-text-palette-warning-border-strong\/100 {
  color:rgb(var(--theme-palette-warning-border-strong) / 1);
}
.n-text-palette-warning-border-strong\/15 {
  color:rgb(var(--theme-palette-warning-border-strong) / 0.15);
}
.n-text-palette-warning-border-strong\/20 {
  color:rgb(var(--theme-palette-warning-border-strong) / 0.2);
}
.n-text-palette-warning-border-strong\/25 {
  color:rgb(var(--theme-palette-warning-border-strong) / 0.25);
}
.n-text-palette-warning-border-strong\/30 {
  color:rgb(var(--theme-palette-warning-border-strong) / 0.3);
}
.n-text-palette-warning-border-strong\/35 {
  color:rgb(var(--theme-palette-warning-border-strong) / 0.35);
}
.n-text-palette-warning-border-strong\/40 {
  color:rgb(var(--theme-palette-warning-border-strong) / 0.4);
}
.n-text-palette-warning-border-strong\/45 {
  color:rgb(var(--theme-palette-warning-border-strong) / 0.45);
}
.n-text-palette-warning-border-strong\/5 {
  color:rgb(var(--theme-palette-warning-border-strong) / 0.05);
}
.n-text-palette-warning-border-strong\/50 {
  color:rgb(var(--theme-palette-warning-border-strong) / 0.5);
}
.n-text-palette-warning-border-strong\/55 {
  color:rgb(var(--theme-palette-warning-border-strong) / 0.55);
}
.n-text-palette-warning-border-strong\/60 {
  color:rgb(var(--theme-palette-warning-border-strong) / 0.6);
}
.n-text-palette-warning-border-strong\/65 {
  color:rgb(var(--theme-palette-warning-border-strong) / 0.65);
}
.n-text-palette-warning-border-strong\/70 {
  color:rgb(var(--theme-palette-warning-border-strong) / 0.7);
}
.n-text-palette-warning-border-strong\/75 {
  color:rgb(var(--theme-palette-warning-border-strong) / 0.75);
}
.n-text-palette-warning-border-strong\/80 {
  color:rgb(var(--theme-palette-warning-border-strong) / 0.8);
}
.n-text-palette-warning-border-strong\/85 {
  color:rgb(var(--theme-palette-warning-border-strong) / 0.85);
}
.n-text-palette-warning-border-strong\/90 {
  color:rgb(var(--theme-palette-warning-border-strong) / 0.9);
}
.n-text-palette-warning-border-strong\/95 {
  color:rgb(var(--theme-palette-warning-border-strong) / 0.95);
}
.n-text-palette-warning-border-weak {
  color:rgb(var(--theme-palette-warning-border-weak));
}
.n-text-palette-warning-border-weak\/0 {
  color:rgb(var(--theme-palette-warning-border-weak) / 0);
}
.n-text-palette-warning-border-weak\/10 {
  color:rgb(var(--theme-palette-warning-border-weak) / 0.1);
}
.n-text-palette-warning-border-weak\/100 {
  color:rgb(var(--theme-palette-warning-border-weak) / 1);
}
.n-text-palette-warning-border-weak\/15 {
  color:rgb(var(--theme-palette-warning-border-weak) / 0.15);
}
.n-text-palette-warning-border-weak\/20 {
  color:rgb(var(--theme-palette-warning-border-weak) / 0.2);
}
.n-text-palette-warning-border-weak\/25 {
  color:rgb(var(--theme-palette-warning-border-weak) / 0.25);
}
.n-text-palette-warning-border-weak\/30 {
  color:rgb(var(--theme-palette-warning-border-weak) / 0.3);
}
.n-text-palette-warning-border-weak\/35 {
  color:rgb(var(--theme-palette-warning-border-weak) / 0.35);
}
.n-text-palette-warning-border-weak\/40 {
  color:rgb(var(--theme-palette-warning-border-weak) / 0.4);
}
.n-text-palette-warning-border-weak\/45 {
  color:rgb(var(--theme-palette-warning-border-weak) / 0.45);
}
.n-text-palette-warning-border-weak\/5 {
  color:rgb(var(--theme-palette-warning-border-weak) / 0.05);
}
.n-text-palette-warning-border-weak\/50 {
  color:rgb(var(--theme-palette-warning-border-weak) / 0.5);
}
.n-text-palette-warning-border-weak\/55 {
  color:rgb(var(--theme-palette-warning-border-weak) / 0.55);
}
.n-text-palette-warning-border-weak\/60 {
  color:rgb(var(--theme-palette-warning-border-weak) / 0.6);
}
.n-text-palette-warning-border-weak\/65 {
  color:rgb(var(--theme-palette-warning-border-weak) / 0.65);
}
.n-text-palette-warning-border-weak\/70 {
  color:rgb(var(--theme-palette-warning-border-weak) / 0.7);
}
.n-text-palette-warning-border-weak\/75 {
  color:rgb(var(--theme-palette-warning-border-weak) / 0.75);
}
.n-text-palette-warning-border-weak\/80 {
  color:rgb(var(--theme-palette-warning-border-weak) / 0.8);
}
.n-text-palette-warning-border-weak\/85 {
  color:rgb(var(--theme-palette-warning-border-weak) / 0.85);
}
.n-text-palette-warning-border-weak\/90 {
  color:rgb(var(--theme-palette-warning-border-weak) / 0.9);
}
.n-text-palette-warning-border-weak\/95 {
  color:rgb(var(--theme-palette-warning-border-weak) / 0.95);
}
.n-text-palette-warning-icon {
  color:rgb(var(--theme-palette-warning-icon));
}
.n-text-palette-warning-icon\/0 {
  color:rgb(var(--theme-palette-warning-icon) / 0);
}
.n-text-palette-warning-icon\/10 {
  color:rgb(var(--theme-palette-warning-icon) / 0.1);
}
.n-text-palette-warning-icon\/100 {
  color:rgb(var(--theme-palette-warning-icon) / 1);
}
.n-text-palette-warning-icon\/15 {
  color:rgb(var(--theme-palette-warning-icon) / 0.15);
}
.n-text-palette-warning-icon\/20 {
  color:rgb(var(--theme-palette-warning-icon) / 0.2);
}
.n-text-palette-warning-icon\/25 {
  color:rgb(var(--theme-palette-warning-icon) / 0.25);
}
.n-text-palette-warning-icon\/30 {
  color:rgb(var(--theme-palette-warning-icon) / 0.3);
}
.n-text-palette-warning-icon\/35 {
  color:rgb(var(--theme-palette-warning-icon) / 0.35);
}
.n-text-palette-warning-icon\/40 {
  color:rgb(var(--theme-palette-warning-icon) / 0.4);
}
.n-text-palette-warning-icon\/45 {
  color:rgb(var(--theme-palette-warning-icon) / 0.45);
}
.n-text-palette-warning-icon\/5 {
  color:rgb(var(--theme-palette-warning-icon) / 0.05);
}
.n-text-palette-warning-icon\/50 {
  color:rgb(var(--theme-palette-warning-icon) / 0.5);
}
.n-text-palette-warning-icon\/55 {
  color:rgb(var(--theme-palette-warning-icon) / 0.55);
}
.n-text-palette-warning-icon\/60 {
  color:rgb(var(--theme-palette-warning-icon) / 0.6);
}
.n-text-palette-warning-icon\/65 {
  color:rgb(var(--theme-palette-warning-icon) / 0.65);
}
.n-text-palette-warning-icon\/70 {
  color:rgb(var(--theme-palette-warning-icon) / 0.7);
}
.n-text-palette-warning-icon\/75 {
  color:rgb(var(--theme-palette-warning-icon) / 0.75);
}
.n-text-palette-warning-icon\/80 {
  color:rgb(var(--theme-palette-warning-icon) / 0.8);
}
.n-text-palette-warning-icon\/85 {
  color:rgb(var(--theme-palette-warning-icon) / 0.85);
}
.n-text-palette-warning-icon\/90 {
  color:rgb(var(--theme-palette-warning-icon) / 0.9);
}
.n-text-palette-warning-icon\/95 {
  color:rgb(var(--theme-palette-warning-icon) / 0.95);
}
.n-text-palette-warning-text {
  color:rgb(var(--theme-palette-warning-text));
}
.n-text-palette-warning-text\/0 {
  color:rgb(var(--theme-palette-warning-text) / 0);
}
.n-text-palette-warning-text\/10 {
  color:rgb(var(--theme-palette-warning-text) / 0.1);
}
.n-text-palette-warning-text\/100 {
  color:rgb(var(--theme-palette-warning-text) / 1);
}
.n-text-palette-warning-text\/15 {
  color:rgb(var(--theme-palette-warning-text) / 0.15);
}
.n-text-palette-warning-text\/20 {
  color:rgb(var(--theme-palette-warning-text) / 0.2);
}
.n-text-palette-warning-text\/25 {
  color:rgb(var(--theme-palette-warning-text) / 0.25);
}
.n-text-palette-warning-text\/30 {
  color:rgb(var(--theme-palette-warning-text) / 0.3);
}
.n-text-palette-warning-text\/35 {
  color:rgb(var(--theme-palette-warning-text) / 0.35);
}
.n-text-palette-warning-text\/40 {
  color:rgb(var(--theme-palette-warning-text) / 0.4);
}
.n-text-palette-warning-text\/45 {
  color:rgb(var(--theme-palette-warning-text) / 0.45);
}
.n-text-palette-warning-text\/5 {
  color:rgb(var(--theme-palette-warning-text) / 0.05);
}
.n-text-palette-warning-text\/50 {
  color:rgb(var(--theme-palette-warning-text) / 0.5);
}
.n-text-palette-warning-text\/55 {
  color:rgb(var(--theme-palette-warning-text) / 0.55);
}
.n-text-palette-warning-text\/60 {
  color:rgb(var(--theme-palette-warning-text) / 0.6);
}
.n-text-palette-warning-text\/65 {
  color:rgb(var(--theme-palette-warning-text) / 0.65);
}
.n-text-palette-warning-text\/70 {
  color:rgb(var(--theme-palette-warning-text) / 0.7);
}
.n-text-palette-warning-text\/75 {
  color:rgb(var(--theme-palette-warning-text) / 0.75);
}
.n-text-palette-warning-text\/80 {
  color:rgb(var(--theme-palette-warning-text) / 0.8);
}
.n-text-palette-warning-text\/85 {
  color:rgb(var(--theme-palette-warning-text) / 0.85);
}
.n-text-palette-warning-text\/90 {
  color:rgb(var(--theme-palette-warning-text) / 0.9);
}
.n-text-palette-warning-text\/95 {
  color:rgb(var(--theme-palette-warning-text) / 0.95);
}
.n-shadow-light-raised {
  --tw-shadow:0px 1px 2px 0px rgba(26, 27, 29, 0.18);
  --tw-shadow-colored:0px 1px 2px 0px var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.n-shadow-overlay {
  --tw-shadow:var(--theme-shadow-overlay);
  --tw-shadow-colored:var(--theme-shadow-overlay);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.n-shadow-raised {
  --tw-shadow:var(--theme-shadow-raised);
  --tw-shadow-colored:var(--theme-shadow-raised);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.n-transition-all {
  transition-property:all;
  transition-timing-function:cubic-bezier(0.420, 0.000, 0.580, 1.000);
  transition-duration:100ms;
}
.n-duration-slow {
  transition-duration:250ms;
}
body,
html{
  font-family:'Public Sans', sans-serif;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  text-rendering:optimizeLegibility;
}
.first-letter\:n-capitalize::first-letter {
  text-transform:capitalize;
}
.first\:n-rounded-t-sm:first-child {
  border-top-left-radius:4px;
  border-top-right-radius:4px;
}
.last\:n-rounded-b-sm:last-child {
  border-bottom-right-radius:4px;
  border-bottom-left-radius:4px;
}
.hover\:n-rotate-12:hover {
  --tw-rotate:12deg;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:n-border-dark-danger-bg-status:hover {
  --tw-border-opacity:1;
  border-color:rgb(255 170 151 / var(--tw-border-opacity));
}
.hover\:n-border-dark-danger-bg-status\/0:hover {
  border-color:rgb(255 170 151 / 0);
}
.hover\:n-border-dark-danger-bg-status\/10:hover {
  border-color:rgb(255 170 151 / 0.1);
}
.hover\:n-border-dark-danger-bg-status\/100:hover {
  border-color:rgb(255 170 151 / 1);
}
.hover\:n-border-dark-danger-bg-status\/15:hover {
  border-color:rgb(255 170 151 / 0.15);
}
.hover\:n-border-dark-danger-bg-status\/20:hover {
  border-color:rgb(255 170 151 / 0.2);
}
.hover\:n-border-dark-danger-bg-status\/25:hover {
  border-color:rgb(255 170 151 / 0.25);
}
.hover\:n-border-dark-danger-bg-status\/30:hover {
  border-color:rgb(255 170 151 / 0.3);
}
.hover\:n-border-dark-danger-bg-status\/35:hover {
  border-color:rgb(255 170 151 / 0.35);
}
.hover\:n-border-dark-danger-bg-status\/40:hover {
  border-color:rgb(255 170 151 / 0.4);
}
.hover\:n-border-dark-danger-bg-status\/45:hover {
  border-color:rgb(255 170 151 / 0.45);
}
.hover\:n-border-dark-danger-bg-status\/5:hover {
  border-color:rgb(255 170 151 / 0.05);
}
.hover\:n-border-dark-danger-bg-status\/50:hover {
  border-color:rgb(255 170 151 / 0.5);
}
.hover\:n-border-dark-danger-bg-status\/55:hover {
  border-color:rgb(255 170 151 / 0.55);
}
.hover\:n-border-dark-danger-bg-status\/60:hover {
  border-color:rgb(255 170 151 / 0.6);
}
.hover\:n-border-dark-danger-bg-status\/65:hover {
  border-color:rgb(255 170 151 / 0.65);
}
.hover\:n-border-dark-danger-bg-status\/70:hover {
  border-color:rgb(255 170 151 / 0.7);
}
.hover\:n-border-dark-danger-bg-status\/75:hover {
  border-color:rgb(255 170 151 / 0.75);
}
.hover\:n-border-dark-danger-bg-status\/80:hover {
  border-color:rgb(255 170 151 / 0.8);
}
.hover\:n-border-dark-danger-bg-status\/85:hover {
  border-color:rgb(255 170 151 / 0.85);
}
.hover\:n-border-dark-danger-bg-status\/90:hover {
  border-color:rgb(255 170 151 / 0.9);
}
.hover\:n-border-dark-danger-bg-status\/95:hover {
  border-color:rgb(255 170 151 / 0.95);
}
.hover\:n-border-dark-danger-bg-strong:hover {
  --tw-border-opacity:1;
  border-color:rgb(255 170 151 / var(--tw-border-opacity));
}
.hover\:n-border-dark-danger-bg-strong\/0:hover {
  border-color:rgb(255 170 151 / 0);
}
.hover\:n-border-dark-danger-bg-strong\/10:hover {
  border-color:rgb(255 170 151 / 0.1);
}
.hover\:n-border-dark-danger-bg-strong\/100:hover {
  border-color:rgb(255 170 151 / 1);
}
.hover\:n-border-dark-danger-bg-strong\/15:hover {
  border-color:rgb(255 170 151 / 0.15);
}
.hover\:n-border-dark-danger-bg-strong\/20:hover {
  border-color:rgb(255 170 151 / 0.2);
}
.hover\:n-border-dark-danger-bg-strong\/25:hover {
  border-color:rgb(255 170 151 / 0.25);
}
.hover\:n-border-dark-danger-bg-strong\/30:hover {
  border-color:rgb(255 170 151 / 0.3);
}
.hover\:n-border-dark-danger-bg-strong\/35:hover {
  border-color:rgb(255 170 151 / 0.35);
}
.hover\:n-border-dark-danger-bg-strong\/40:hover {
  border-color:rgb(255 170 151 / 0.4);
}
.hover\:n-border-dark-danger-bg-strong\/45:hover {
  border-color:rgb(255 170 151 / 0.45);
}
.hover\:n-border-dark-danger-bg-strong\/5:hover {
  border-color:rgb(255 170 151 / 0.05);
}
.hover\:n-border-dark-danger-bg-strong\/50:hover {
  border-color:rgb(255 170 151 / 0.5);
}
.hover\:n-border-dark-danger-bg-strong\/55:hover {
  border-color:rgb(255 170 151 / 0.55);
}
.hover\:n-border-dark-danger-bg-strong\/60:hover {
  border-color:rgb(255 170 151 / 0.6);
}
.hover\:n-border-dark-danger-bg-strong\/65:hover {
  border-color:rgb(255 170 151 / 0.65);
}
.hover\:n-border-dark-danger-bg-strong\/70:hover {
  border-color:rgb(255 170 151 / 0.7);
}
.hover\:n-border-dark-danger-bg-strong\/75:hover {
  border-color:rgb(255 170 151 / 0.75);
}
.hover\:n-border-dark-danger-bg-strong\/80:hover {
  border-color:rgb(255 170 151 / 0.8);
}
.hover\:n-border-dark-danger-bg-strong\/85:hover {
  border-color:rgb(255 170 151 / 0.85);
}
.hover\:n-border-dark-danger-bg-strong\/90:hover {
  border-color:rgb(255 170 151 / 0.9);
}
.hover\:n-border-dark-danger-bg-strong\/95:hover {
  border-color:rgb(255 170 151 / 0.95);
}
.hover\:n-border-dark-danger-bg-weak:hover {
  --tw-border-opacity:1;
  border-color:rgb(67 37 32 / var(--tw-border-opacity));
}
.hover\:n-border-dark-danger-bg-weak\/0:hover {
  border-color:rgb(67 37 32 / 0);
}
.hover\:n-border-dark-danger-bg-weak\/10:hover {
  border-color:rgb(67 37 32 / 0.1);
}
.hover\:n-border-dark-danger-bg-weak\/100:hover {
  border-color:rgb(67 37 32 / 1);
}
.hover\:n-border-dark-danger-bg-weak\/15:hover {
  border-color:rgb(67 37 32 / 0.15);
}
.hover\:n-border-dark-danger-bg-weak\/20:hover {
  border-color:rgb(67 37 32 / 0.2);
}
.hover\:n-border-dark-danger-bg-weak\/25:hover {
  border-color:rgb(67 37 32 / 0.25);
}
.hover\:n-border-dark-danger-bg-weak\/30:hover {
  border-color:rgb(67 37 32 / 0.3);
}
.hover\:n-border-dark-danger-bg-weak\/35:hover {
  border-color:rgb(67 37 32 / 0.35);
}
.hover\:n-border-dark-danger-bg-weak\/40:hover {
  border-color:rgb(67 37 32 / 0.4);
}
.hover\:n-border-dark-danger-bg-weak\/45:hover {
  border-color:rgb(67 37 32 / 0.45);
}
.hover\:n-border-dark-danger-bg-weak\/5:hover {
  border-color:rgb(67 37 32 / 0.05);
}
.hover\:n-border-dark-danger-bg-weak\/50:hover {
  border-color:rgb(67 37 32 / 0.5);
}
.hover\:n-border-dark-danger-bg-weak\/55:hover {
  border-color:rgb(67 37 32 / 0.55);
}
.hover\:n-border-dark-danger-bg-weak\/60:hover {
  border-color:rgb(67 37 32 / 0.6);
}
.hover\:n-border-dark-danger-bg-weak\/65:hover {
  border-color:rgb(67 37 32 / 0.65);
}
.hover\:n-border-dark-danger-bg-weak\/70:hover {
  border-color:rgb(67 37 32 / 0.7);
}
.hover\:n-border-dark-danger-bg-weak\/75:hover {
  border-color:rgb(67 37 32 / 0.75);
}
.hover\:n-border-dark-danger-bg-weak\/80:hover {
  border-color:rgb(67 37 32 / 0.8);
}
.hover\:n-border-dark-danger-bg-weak\/85:hover {
  border-color:rgb(67 37 32 / 0.85);
}
.hover\:n-border-dark-danger-bg-weak\/90:hover {
  border-color:rgb(67 37 32 / 0.9);
}
.hover\:n-border-dark-danger-bg-weak\/95:hover {
  border-color:rgb(67 37 32 / 0.95);
}
.hover\:n-border-dark-danger-border-strong:hover {
  --tw-border-opacity:1;
  border-color:rgb(255 170 151 / var(--tw-border-opacity));
}
.hover\:n-border-dark-danger-border-strong\/0:hover {
  border-color:rgb(255 170 151 / 0);
}
.hover\:n-border-dark-danger-border-strong\/10:hover {
  border-color:rgb(255 170 151 / 0.1);
}
.hover\:n-border-dark-danger-border-strong\/100:hover {
  border-color:rgb(255 170 151 / 1);
}
.hover\:n-border-dark-danger-border-strong\/15:hover {
  border-color:rgb(255 170 151 / 0.15);
}
.hover\:n-border-dark-danger-border-strong\/20:hover {
  border-color:rgb(255 170 151 / 0.2);
}
.hover\:n-border-dark-danger-border-strong\/25:hover {
  border-color:rgb(255 170 151 / 0.25);
}
.hover\:n-border-dark-danger-border-strong\/30:hover {
  border-color:rgb(255 170 151 / 0.3);
}
.hover\:n-border-dark-danger-border-strong\/35:hover {
  border-color:rgb(255 170 151 / 0.35);
}
.hover\:n-border-dark-danger-border-strong\/40:hover {
  border-color:rgb(255 170 151 / 0.4);
}
.hover\:n-border-dark-danger-border-strong\/45:hover {
  border-color:rgb(255 170 151 / 0.45);
}
.hover\:n-border-dark-danger-border-strong\/5:hover {
  border-color:rgb(255 170 151 / 0.05);
}
.hover\:n-border-dark-danger-border-strong\/50:hover {
  border-color:rgb(255 170 151 / 0.5);
}
.hover\:n-border-dark-danger-border-strong\/55:hover {
  border-color:rgb(255 170 151 / 0.55);
}
.hover\:n-border-dark-danger-border-strong\/60:hover {
  border-color:rgb(255 170 151 / 0.6);
}
.hover\:n-border-dark-danger-border-strong\/65:hover {
  border-color:rgb(255 170 151 / 0.65);
}
.hover\:n-border-dark-danger-border-strong\/70:hover {
  border-color:rgb(255 170 151 / 0.7);
}
.hover\:n-border-dark-danger-border-strong\/75:hover {
  border-color:rgb(255 170 151 / 0.75);
}
.hover\:n-border-dark-danger-border-strong\/80:hover {
  border-color:rgb(255 170 151 / 0.8);
}
.hover\:n-border-dark-danger-border-strong\/85:hover {
  border-color:rgb(255 170 151 / 0.85);
}
.hover\:n-border-dark-danger-border-strong\/90:hover {
  border-color:rgb(255 170 151 / 0.9);
}
.hover\:n-border-dark-danger-border-strong\/95:hover {
  border-color:rgb(255 170 151 / 0.95);
}
.hover\:n-border-dark-danger-border-weak:hover {
  --tw-border-opacity:1;
  border-color:rgb(115 14 0 / var(--tw-border-opacity));
}
.hover\:n-border-dark-danger-border-weak\/0:hover {
  border-color:rgb(115 14 0 / 0);
}
.hover\:n-border-dark-danger-border-weak\/10:hover {
  border-color:rgb(115 14 0 / 0.1);
}
.hover\:n-border-dark-danger-border-weak\/100:hover {
  border-color:rgb(115 14 0 / 1);
}
.hover\:n-border-dark-danger-border-weak\/15:hover {
  border-color:rgb(115 14 0 / 0.15);
}
.hover\:n-border-dark-danger-border-weak\/20:hover {
  border-color:rgb(115 14 0 / 0.2);
}
.hover\:n-border-dark-danger-border-weak\/25:hover {
  border-color:rgb(115 14 0 / 0.25);
}
.hover\:n-border-dark-danger-border-weak\/30:hover {
  border-color:rgb(115 14 0 / 0.3);
}
.hover\:n-border-dark-danger-border-weak\/35:hover {
  border-color:rgb(115 14 0 / 0.35);
}
.hover\:n-border-dark-danger-border-weak\/40:hover {
  border-color:rgb(115 14 0 / 0.4);
}
.hover\:n-border-dark-danger-border-weak\/45:hover {
  border-color:rgb(115 14 0 / 0.45);
}
.hover\:n-border-dark-danger-border-weak\/5:hover {
  border-color:rgb(115 14 0 / 0.05);
}
.hover\:n-border-dark-danger-border-weak\/50:hover {
  border-color:rgb(115 14 0 / 0.5);
}
.hover\:n-border-dark-danger-border-weak\/55:hover {
  border-color:rgb(115 14 0 / 0.55);
}
.hover\:n-border-dark-danger-border-weak\/60:hover {
  border-color:rgb(115 14 0 / 0.6);
}
.hover\:n-border-dark-danger-border-weak\/65:hover {
  border-color:rgb(115 14 0 / 0.65);
}
.hover\:n-border-dark-danger-border-weak\/70:hover {
  border-color:rgb(115 14 0 / 0.7);
}
.hover\:n-border-dark-danger-border-weak\/75:hover {
  border-color:rgb(115 14 0 / 0.75);
}
.hover\:n-border-dark-danger-border-weak\/80:hover {
  border-color:rgb(115 14 0 / 0.8);
}
.hover\:n-border-dark-danger-border-weak\/85:hover {
  border-color:rgb(115 14 0 / 0.85);
}
.hover\:n-border-dark-danger-border-weak\/90:hover {
  border-color:rgb(115 14 0 / 0.9);
}
.hover\:n-border-dark-danger-border-weak\/95:hover {
  border-color:rgb(115 14 0 / 0.95);
}
.hover\:n-border-dark-danger-hover-strong:hover {
  --tw-border-opacity:1;
  border-color:rgb(249 103 70 / var(--tw-border-opacity));
}
.hover\:n-border-dark-danger-hover-strong\/0:hover {
  border-color:rgb(249 103 70 / 0);
}
.hover\:n-border-dark-danger-hover-strong\/10:hover {
  border-color:rgb(249 103 70 / 0.1);
}
.hover\:n-border-dark-danger-hover-strong\/100:hover {
  border-color:rgb(249 103 70 / 1);
}
.hover\:n-border-dark-danger-hover-strong\/15:hover {
  border-color:rgb(249 103 70 / 0.15);
}
.hover\:n-border-dark-danger-hover-strong\/20:hover {
  border-color:rgb(249 103 70 / 0.2);
}
.hover\:n-border-dark-danger-hover-strong\/25:hover {
  border-color:rgb(249 103 70 / 0.25);
}
.hover\:n-border-dark-danger-hover-strong\/30:hover {
  border-color:rgb(249 103 70 / 0.3);
}
.hover\:n-border-dark-danger-hover-strong\/35:hover {
  border-color:rgb(249 103 70 / 0.35);
}
.hover\:n-border-dark-danger-hover-strong\/40:hover {
  border-color:rgb(249 103 70 / 0.4);
}
.hover\:n-border-dark-danger-hover-strong\/45:hover {
  border-color:rgb(249 103 70 / 0.45);
}
.hover\:n-border-dark-danger-hover-strong\/5:hover {
  border-color:rgb(249 103 70 / 0.05);
}
.hover\:n-border-dark-danger-hover-strong\/50:hover {
  border-color:rgb(249 103 70 / 0.5);
}
.hover\:n-border-dark-danger-hover-strong\/55:hover {
  border-color:rgb(249 103 70 / 0.55);
}
.hover\:n-border-dark-danger-hover-strong\/60:hover {
  border-color:rgb(249 103 70 / 0.6);
}
.hover\:n-border-dark-danger-hover-strong\/65:hover {
  border-color:rgb(249 103 70 / 0.65);
}
.hover\:n-border-dark-danger-hover-strong\/70:hover {
  border-color:rgb(249 103 70 / 0.7);
}
.hover\:n-border-dark-danger-hover-strong\/75:hover {
  border-color:rgb(249 103 70 / 0.75);
}
.hover\:n-border-dark-danger-hover-strong\/80:hover {
  border-color:rgb(249 103 70 / 0.8);
}
.hover\:n-border-dark-danger-hover-strong\/85:hover {
  border-color:rgb(249 103 70 / 0.85);
}
.hover\:n-border-dark-danger-hover-strong\/90:hover {
  border-color:rgb(249 103 70 / 0.9);
}
.hover\:n-border-dark-danger-hover-strong\/95:hover {
  border-color:rgb(249 103 70 / 0.95);
}
.hover\:n-border-dark-danger-hover-weak:hover {
  --tw-border-opacity:1;
  border-color:rgb(255 170 151 / var(--tw-border-opacity));
}
.hover\:n-border-dark-danger-hover-weak\/0:hover {
  border-color:rgb(255 170 151 / 0);
}
.hover\:n-border-dark-danger-hover-weak\/10:hover {
  border-color:rgb(255 170 151 / 0.1);
}
.hover\:n-border-dark-danger-hover-weak\/100:hover {
  border-color:rgb(255 170 151 / 1);
}
.hover\:n-border-dark-danger-hover-weak\/15:hover {
  border-color:rgb(255 170 151 / 0.15);
}
.hover\:n-border-dark-danger-hover-weak\/20:hover {
  border-color:rgb(255 170 151 / 0.2);
}
.hover\:n-border-dark-danger-hover-weak\/25:hover {
  border-color:rgb(255 170 151 / 0.25);
}
.hover\:n-border-dark-danger-hover-weak\/30:hover {
  border-color:rgb(255 170 151 / 0.3);
}
.hover\:n-border-dark-danger-hover-weak\/35:hover {
  border-color:rgb(255 170 151 / 0.35);
}
.hover\:n-border-dark-danger-hover-weak\/40:hover {
  border-color:rgb(255 170 151 / 0.4);
}
.hover\:n-border-dark-danger-hover-weak\/45:hover {
  border-color:rgb(255 170 151 / 0.45);
}
.hover\:n-border-dark-danger-hover-weak\/5:hover {
  border-color:rgb(255 170 151 / 0.05);
}
.hover\:n-border-dark-danger-hover-weak\/50:hover {
  border-color:rgb(255 170 151 / 0.5);
}
.hover\:n-border-dark-danger-hover-weak\/55:hover {
  border-color:rgb(255 170 151 / 0.55);
}
.hover\:n-border-dark-danger-hover-weak\/60:hover {
  border-color:rgb(255 170 151 / 0.6);
}
.hover\:n-border-dark-danger-hover-weak\/65:hover {
  border-color:rgb(255 170 151 / 0.65);
}
.hover\:n-border-dark-danger-hover-weak\/70:hover {
  border-color:rgb(255 170 151 / 0.7);
}
.hover\:n-border-dark-danger-hover-weak\/75:hover {
  border-color:rgb(255 170 151 / 0.75);
}
.hover\:n-border-dark-danger-hover-weak\/80:hover {
  border-color:rgb(255 170 151 / 0.8);
}
.hover\:n-border-dark-danger-hover-weak\/85:hover {
  border-color:rgb(255 170 151 / 0.85);
}
.hover\:n-border-dark-danger-hover-weak\/90:hover {
  border-color:rgb(255 170 151 / 0.9);
}
.hover\:n-border-dark-danger-hover-weak\/95:hover {
  border-color:rgb(255 170 151 / 0.95);
}
.hover\:n-border-dark-danger-icon:hover {
  --tw-border-opacity:1;
  border-color:rgb(255 170 151 / var(--tw-border-opacity));
}
.hover\:n-border-dark-danger-icon\/0:hover {
  border-color:rgb(255 170 151 / 0);
}
.hover\:n-border-dark-danger-icon\/10:hover {
  border-color:rgb(255 170 151 / 0.1);
}
.hover\:n-border-dark-danger-icon\/100:hover {
  border-color:rgb(255 170 151 / 1);
}
.hover\:n-border-dark-danger-icon\/15:hover {
  border-color:rgb(255 170 151 / 0.15);
}
.hover\:n-border-dark-danger-icon\/20:hover {
  border-color:rgb(255 170 151 / 0.2);
}
.hover\:n-border-dark-danger-icon\/25:hover {
  border-color:rgb(255 170 151 / 0.25);
}
.hover\:n-border-dark-danger-icon\/30:hover {
  border-color:rgb(255 170 151 / 0.3);
}
.hover\:n-border-dark-danger-icon\/35:hover {
  border-color:rgb(255 170 151 / 0.35);
}
.hover\:n-border-dark-danger-icon\/40:hover {
  border-color:rgb(255 170 151 / 0.4);
}
.hover\:n-border-dark-danger-icon\/45:hover {
  border-color:rgb(255 170 151 / 0.45);
}
.hover\:n-border-dark-danger-icon\/5:hover {
  border-color:rgb(255 170 151 / 0.05);
}
.hover\:n-border-dark-danger-icon\/50:hover {
  border-color:rgb(255 170 151 / 0.5);
}
.hover\:n-border-dark-danger-icon\/55:hover {
  border-color:rgb(255 170 151 / 0.55);
}
.hover\:n-border-dark-danger-icon\/60:hover {
  border-color:rgb(255 170 151 / 0.6);
}
.hover\:n-border-dark-danger-icon\/65:hover {
  border-color:rgb(255 170 151 / 0.65);
}
.hover\:n-border-dark-danger-icon\/70:hover {
  border-color:rgb(255 170 151 / 0.7);
}
.hover\:n-border-dark-danger-icon\/75:hover {
  border-color:rgb(255 170 151 / 0.75);
}
.hover\:n-border-dark-danger-icon\/80:hover {
  border-color:rgb(255 170 151 / 0.8);
}
.hover\:n-border-dark-danger-icon\/85:hover {
  border-color:rgb(255 170 151 / 0.85);
}
.hover\:n-border-dark-danger-icon\/90:hover {
  border-color:rgb(255 170 151 / 0.9);
}
.hover\:n-border-dark-danger-icon\/95:hover {
  border-color:rgb(255 170 151 / 0.95);
}
.hover\:n-border-dark-danger-pressed-strong:hover {
  --tw-border-opacity:1;
  border-color:rgb(232 78 44 / var(--tw-border-opacity));
}
.hover\:n-border-dark-danger-pressed-strong\/0:hover {
  border-color:rgb(232 78 44 / 0);
}
.hover\:n-border-dark-danger-pressed-strong\/10:hover {
  border-color:rgb(232 78 44 / 0.1);
}
.hover\:n-border-dark-danger-pressed-strong\/100:hover {
  border-color:rgb(232 78 44 / 1);
}
.hover\:n-border-dark-danger-pressed-strong\/15:hover {
  border-color:rgb(232 78 44 / 0.15);
}
.hover\:n-border-dark-danger-pressed-strong\/20:hover {
  border-color:rgb(232 78 44 / 0.2);
}
.hover\:n-border-dark-danger-pressed-strong\/25:hover {
  border-color:rgb(232 78 44 / 0.25);
}
.hover\:n-border-dark-danger-pressed-strong\/30:hover {
  border-color:rgb(232 78 44 / 0.3);
}
.hover\:n-border-dark-danger-pressed-strong\/35:hover {
  border-color:rgb(232 78 44 / 0.35);
}
.hover\:n-border-dark-danger-pressed-strong\/40:hover {
  border-color:rgb(232 78 44 / 0.4);
}
.hover\:n-border-dark-danger-pressed-strong\/45:hover {
  border-color:rgb(232 78 44 / 0.45);
}
.hover\:n-border-dark-danger-pressed-strong\/5:hover {
  border-color:rgb(232 78 44 / 0.05);
}
.hover\:n-border-dark-danger-pressed-strong\/50:hover {
  border-color:rgb(232 78 44 / 0.5);
}
.hover\:n-border-dark-danger-pressed-strong\/55:hover {
  border-color:rgb(232 78 44 / 0.55);
}
.hover\:n-border-dark-danger-pressed-strong\/60:hover {
  border-color:rgb(232 78 44 / 0.6);
}
.hover\:n-border-dark-danger-pressed-strong\/65:hover {
  border-color:rgb(232 78 44 / 0.65);
}
.hover\:n-border-dark-danger-pressed-strong\/70:hover {
  border-color:rgb(232 78 44 / 0.7);
}
.hover\:n-border-dark-danger-pressed-strong\/75:hover {
  border-color:rgb(232 78 44 / 0.75);
}
.hover\:n-border-dark-danger-pressed-strong\/80:hover {
  border-color:rgb(232 78 44 / 0.8);
}
.hover\:n-border-dark-danger-pressed-strong\/85:hover {
  border-color:rgb(232 78 44 / 0.85);
}
.hover\:n-border-dark-danger-pressed-strong\/90:hover {
  border-color:rgb(232 78 44 / 0.9);
}
.hover\:n-border-dark-danger-pressed-strong\/95:hover {
  border-color:rgb(232 78 44 / 0.95);
}
.hover\:n-border-dark-danger-pressed-weak:hover {
  --tw-border-opacity:1;
  border-color:rgb(255 170 151 / var(--tw-border-opacity));
}
.hover\:n-border-dark-danger-pressed-weak\/0:hover {
  border-color:rgb(255 170 151 / 0);
}
.hover\:n-border-dark-danger-pressed-weak\/10:hover {
  border-color:rgb(255 170 151 / 0.1);
}
.hover\:n-border-dark-danger-pressed-weak\/100:hover {
  border-color:rgb(255 170 151 / 1);
}
.hover\:n-border-dark-danger-pressed-weak\/15:hover {
  border-color:rgb(255 170 151 / 0.15);
}
.hover\:n-border-dark-danger-pressed-weak\/20:hover {
  border-color:rgb(255 170 151 / 0.2);
}
.hover\:n-border-dark-danger-pressed-weak\/25:hover {
  border-color:rgb(255 170 151 / 0.25);
}
.hover\:n-border-dark-danger-pressed-weak\/30:hover {
  border-color:rgb(255 170 151 / 0.3);
}
.hover\:n-border-dark-danger-pressed-weak\/35:hover {
  border-color:rgb(255 170 151 / 0.35);
}
.hover\:n-border-dark-danger-pressed-weak\/40:hover {
  border-color:rgb(255 170 151 / 0.4);
}
.hover\:n-border-dark-danger-pressed-weak\/45:hover {
  border-color:rgb(255 170 151 / 0.45);
}
.hover\:n-border-dark-danger-pressed-weak\/5:hover {
  border-color:rgb(255 170 151 / 0.05);
}
.hover\:n-border-dark-danger-pressed-weak\/50:hover {
  border-color:rgb(255 170 151 / 0.5);
}
.hover\:n-border-dark-danger-pressed-weak\/55:hover {
  border-color:rgb(255 170 151 / 0.55);
}
.hover\:n-border-dark-danger-pressed-weak\/60:hover {
  border-color:rgb(255 170 151 / 0.6);
}
.hover\:n-border-dark-danger-pressed-weak\/65:hover {
  border-color:rgb(255 170 151 / 0.65);
}
.hover\:n-border-dark-danger-pressed-weak\/70:hover {
  border-color:rgb(255 170 151 / 0.7);
}
.hover\:n-border-dark-danger-pressed-weak\/75:hover {
  border-color:rgb(255 170 151 / 0.75);
}
.hover\:n-border-dark-danger-pressed-weak\/80:hover {
  border-color:rgb(255 170 151 / 0.8);
}
.hover\:n-border-dark-danger-pressed-weak\/85:hover {
  border-color:rgb(255 170 151 / 0.85);
}
.hover\:n-border-dark-danger-pressed-weak\/90:hover {
  border-color:rgb(255 170 151 / 0.9);
}
.hover\:n-border-dark-danger-pressed-weak\/95:hover {
  border-color:rgb(255 170 151 / 0.95);
}
.hover\:n-border-dark-danger-text:hover {
  --tw-border-opacity:1;
  border-color:rgb(255 170 151 / var(--tw-border-opacity));
}
.hover\:n-border-dark-danger-text\/0:hover {
  border-color:rgb(255 170 151 / 0);
}
.hover\:n-border-dark-danger-text\/10:hover {
  border-color:rgb(255 170 151 / 0.1);
}
.hover\:n-border-dark-danger-text\/100:hover {
  border-color:rgb(255 170 151 / 1);
}
.hover\:n-border-dark-danger-text\/15:hover {
  border-color:rgb(255 170 151 / 0.15);
}
.hover\:n-border-dark-danger-text\/20:hover {
  border-color:rgb(255 170 151 / 0.2);
}
.hover\:n-border-dark-danger-text\/25:hover {
  border-color:rgb(255 170 151 / 0.25);
}
.hover\:n-border-dark-danger-text\/30:hover {
  border-color:rgb(255 170 151 / 0.3);
}
.hover\:n-border-dark-danger-text\/35:hover {
  border-color:rgb(255 170 151 / 0.35);
}
.hover\:n-border-dark-danger-text\/40:hover {
  border-color:rgb(255 170 151 / 0.4);
}
.hover\:n-border-dark-danger-text\/45:hover {
  border-color:rgb(255 170 151 / 0.45);
}
.hover\:n-border-dark-danger-text\/5:hover {
  border-color:rgb(255 170 151 / 0.05);
}
.hover\:n-border-dark-danger-text\/50:hover {
  border-color:rgb(255 170 151 / 0.5);
}
.hover\:n-border-dark-danger-text\/55:hover {
  border-color:rgb(255 170 151 / 0.55);
}
.hover\:n-border-dark-danger-text\/60:hover {
  border-color:rgb(255 170 151 / 0.6);
}
.hover\:n-border-dark-danger-text\/65:hover {
  border-color:rgb(255 170 151 / 0.65);
}
.hover\:n-border-dark-danger-text\/70:hover {
  border-color:rgb(255 170 151 / 0.7);
}
.hover\:n-border-dark-danger-text\/75:hover {
  border-color:rgb(255 170 151 / 0.75);
}
.hover\:n-border-dark-danger-text\/80:hover {
  border-color:rgb(255 170 151 / 0.8);
}
.hover\:n-border-dark-danger-text\/85:hover {
  border-color:rgb(255 170 151 / 0.85);
}
.hover\:n-border-dark-danger-text\/90:hover {
  border-color:rgb(255 170 151 / 0.9);
}
.hover\:n-border-dark-danger-text\/95:hover {
  border-color:rgb(255 170 151 / 0.95);
}
.hover\:n-border-dark-discovery-bg-status:hover {
  --tw-border-opacity:1;
  border-color:rgb(204 180 255 / var(--tw-border-opacity));
}
.hover\:n-border-dark-discovery-bg-status\/0:hover {
  border-color:rgb(204 180 255 / 0);
}
.hover\:n-border-dark-discovery-bg-status\/10:hover {
  border-color:rgb(204 180 255 / 0.1);
}
.hover\:n-border-dark-discovery-bg-status\/100:hover {
  border-color:rgb(204 180 255 / 1);
}
.hover\:n-border-dark-discovery-bg-status\/15:hover {
  border-color:rgb(204 180 255 / 0.15);
}
.hover\:n-border-dark-discovery-bg-status\/20:hover {
  border-color:rgb(204 180 255 / 0.2);
}
.hover\:n-border-dark-discovery-bg-status\/25:hover {
  border-color:rgb(204 180 255 / 0.25);
}
.hover\:n-border-dark-discovery-bg-status\/30:hover {
  border-color:rgb(204 180 255 / 0.3);
}
.hover\:n-border-dark-discovery-bg-status\/35:hover {
  border-color:rgb(204 180 255 / 0.35);
}
.hover\:n-border-dark-discovery-bg-status\/40:hover {
  border-color:rgb(204 180 255 / 0.4);
}
.hover\:n-border-dark-discovery-bg-status\/45:hover {
  border-color:rgb(204 180 255 / 0.45);
}
.hover\:n-border-dark-discovery-bg-status\/5:hover {
  border-color:rgb(204 180 255 / 0.05);
}
.hover\:n-border-dark-discovery-bg-status\/50:hover {
  border-color:rgb(204 180 255 / 0.5);
}
.hover\:n-border-dark-discovery-bg-status\/55:hover {
  border-color:rgb(204 180 255 / 0.55);
}
.hover\:n-border-dark-discovery-bg-status\/60:hover {
  border-color:rgb(204 180 255 / 0.6);
}
.hover\:n-border-dark-discovery-bg-status\/65:hover {
  border-color:rgb(204 180 255 / 0.65);
}
.hover\:n-border-dark-discovery-bg-status\/70:hover {
  border-color:rgb(204 180 255 / 0.7);
}
.hover\:n-border-dark-discovery-bg-status\/75:hover {
  border-color:rgb(204 180 255 / 0.75);
}
.hover\:n-border-dark-discovery-bg-status\/80:hover {
  border-color:rgb(204 180 255 / 0.8);
}
.hover\:n-border-dark-discovery-bg-status\/85:hover {
  border-color:rgb(204 180 255 / 0.85);
}
.hover\:n-border-dark-discovery-bg-status\/90:hover {
  border-color:rgb(204 180 255 / 0.9);
}
.hover\:n-border-dark-discovery-bg-status\/95:hover {
  border-color:rgb(204 180 255 / 0.95);
}
.hover\:n-border-dark-discovery-bg-strong:hover {
  --tw-border-opacity:1;
  border-color:rgb(204 180 255 / var(--tw-border-opacity));
}
.hover\:n-border-dark-discovery-bg-strong\/0:hover {
  border-color:rgb(204 180 255 / 0);
}
.hover\:n-border-dark-discovery-bg-strong\/10:hover {
  border-color:rgb(204 180 255 / 0.1);
}
.hover\:n-border-dark-discovery-bg-strong\/100:hover {
  border-color:rgb(204 180 255 / 1);
}
.hover\:n-border-dark-discovery-bg-strong\/15:hover {
  border-color:rgb(204 180 255 / 0.15);
}
.hover\:n-border-dark-discovery-bg-strong\/20:hover {
  border-color:rgb(204 180 255 / 0.2);
}
.hover\:n-border-dark-discovery-bg-strong\/25:hover {
  border-color:rgb(204 180 255 / 0.25);
}
.hover\:n-border-dark-discovery-bg-strong\/30:hover {
  border-color:rgb(204 180 255 / 0.3);
}
.hover\:n-border-dark-discovery-bg-strong\/35:hover {
  border-color:rgb(204 180 255 / 0.35);
}
.hover\:n-border-dark-discovery-bg-strong\/40:hover {
  border-color:rgb(204 180 255 / 0.4);
}
.hover\:n-border-dark-discovery-bg-strong\/45:hover {
  border-color:rgb(204 180 255 / 0.45);
}
.hover\:n-border-dark-discovery-bg-strong\/5:hover {
  border-color:rgb(204 180 255 / 0.05);
}
.hover\:n-border-dark-discovery-bg-strong\/50:hover {
  border-color:rgb(204 180 255 / 0.5);
}
.hover\:n-border-dark-discovery-bg-strong\/55:hover {
  border-color:rgb(204 180 255 / 0.55);
}
.hover\:n-border-dark-discovery-bg-strong\/60:hover {
  border-color:rgb(204 180 255 / 0.6);
}
.hover\:n-border-dark-discovery-bg-strong\/65:hover {
  border-color:rgb(204 180 255 / 0.65);
}
.hover\:n-border-dark-discovery-bg-strong\/70:hover {
  border-color:rgb(204 180 255 / 0.7);
}
.hover\:n-border-dark-discovery-bg-strong\/75:hover {
  border-color:rgb(204 180 255 / 0.75);
}
.hover\:n-border-dark-discovery-bg-strong\/80:hover {
  border-color:rgb(204 180 255 / 0.8);
}
.hover\:n-border-dark-discovery-bg-strong\/85:hover {
  border-color:rgb(204 180 255 / 0.85);
}
.hover\:n-border-dark-discovery-bg-strong\/90:hover {
  border-color:rgb(204 180 255 / 0.9);
}
.hover\:n-border-dark-discovery-bg-strong\/95:hover {
  border-color:rgb(204 180 255 / 0.95);
}
.hover\:n-border-dark-discovery-bg-weak:hover {
  --tw-border-opacity:1;
  border-color:rgb(44 42 52 / var(--tw-border-opacity));
}
.hover\:n-border-dark-discovery-bg-weak\/0:hover {
  border-color:rgb(44 42 52 / 0);
}
.hover\:n-border-dark-discovery-bg-weak\/10:hover {
  border-color:rgb(44 42 52 / 0.1);
}
.hover\:n-border-dark-discovery-bg-weak\/100:hover {
  border-color:rgb(44 42 52 / 1);
}
.hover\:n-border-dark-discovery-bg-weak\/15:hover {
  border-color:rgb(44 42 52 / 0.15);
}
.hover\:n-border-dark-discovery-bg-weak\/20:hover {
  border-color:rgb(44 42 52 / 0.2);
}
.hover\:n-border-dark-discovery-bg-weak\/25:hover {
  border-color:rgb(44 42 52 / 0.25);
}
.hover\:n-border-dark-discovery-bg-weak\/30:hover {
  border-color:rgb(44 42 52 / 0.3);
}
.hover\:n-border-dark-discovery-bg-weak\/35:hover {
  border-color:rgb(44 42 52 / 0.35);
}
.hover\:n-border-dark-discovery-bg-weak\/40:hover {
  border-color:rgb(44 42 52 / 0.4);
}
.hover\:n-border-dark-discovery-bg-weak\/45:hover {
  border-color:rgb(44 42 52 / 0.45);
}
.hover\:n-border-dark-discovery-bg-weak\/5:hover {
  border-color:rgb(44 42 52 / 0.05);
}
.hover\:n-border-dark-discovery-bg-weak\/50:hover {
  border-color:rgb(44 42 52 / 0.5);
}
.hover\:n-border-dark-discovery-bg-weak\/55:hover {
  border-color:rgb(44 42 52 / 0.55);
}
.hover\:n-border-dark-discovery-bg-weak\/60:hover {
  border-color:rgb(44 42 52 / 0.6);
}
.hover\:n-border-dark-discovery-bg-weak\/65:hover {
  border-color:rgb(44 42 52 / 0.65);
}
.hover\:n-border-dark-discovery-bg-weak\/70:hover {
  border-color:rgb(44 42 52 / 0.7);
}
.hover\:n-border-dark-discovery-bg-weak\/75:hover {
  border-color:rgb(44 42 52 / 0.75);
}
.hover\:n-border-dark-discovery-bg-weak\/80:hover {
  border-color:rgb(44 42 52 / 0.8);
}
.hover\:n-border-dark-discovery-bg-weak\/85:hover {
  border-color:rgb(44 42 52 / 0.85);
}
.hover\:n-border-dark-discovery-bg-weak\/90:hover {
  border-color:rgb(44 42 52 / 0.9);
}
.hover\:n-border-dark-discovery-bg-weak\/95:hover {
  border-color:rgb(44 42 52 / 0.95);
}
.hover\:n-border-dark-discovery-border-strong:hover {
  --tw-border-opacity:1;
  border-color:rgb(204 180 255 / var(--tw-border-opacity));
}
.hover\:n-border-dark-discovery-border-strong\/0:hover {
  border-color:rgb(204 180 255 / 0);
}
.hover\:n-border-dark-discovery-border-strong\/10:hover {
  border-color:rgb(204 180 255 / 0.1);
}
.hover\:n-border-dark-discovery-border-strong\/100:hover {
  border-color:rgb(204 180 255 / 1);
}
.hover\:n-border-dark-discovery-border-strong\/15:hover {
  border-color:rgb(204 180 255 / 0.15);
}
.hover\:n-border-dark-discovery-border-strong\/20:hover {
  border-color:rgb(204 180 255 / 0.2);
}
.hover\:n-border-dark-discovery-border-strong\/25:hover {
  border-color:rgb(204 180 255 / 0.25);
}
.hover\:n-border-dark-discovery-border-strong\/30:hover {
  border-color:rgb(204 180 255 / 0.3);
}
.hover\:n-border-dark-discovery-border-strong\/35:hover {
  border-color:rgb(204 180 255 / 0.35);
}
.hover\:n-border-dark-discovery-border-strong\/40:hover {
  border-color:rgb(204 180 255 / 0.4);
}
.hover\:n-border-dark-discovery-border-strong\/45:hover {
  border-color:rgb(204 180 255 / 0.45);
}
.hover\:n-border-dark-discovery-border-strong\/5:hover {
  border-color:rgb(204 180 255 / 0.05);
}
.hover\:n-border-dark-discovery-border-strong\/50:hover {
  border-color:rgb(204 180 255 / 0.5);
}
.hover\:n-border-dark-discovery-border-strong\/55:hover {
  border-color:rgb(204 180 255 / 0.55);
}
.hover\:n-border-dark-discovery-border-strong\/60:hover {
  border-color:rgb(204 180 255 / 0.6);
}
.hover\:n-border-dark-discovery-border-strong\/65:hover {
  border-color:rgb(204 180 255 / 0.65);
}
.hover\:n-border-dark-discovery-border-strong\/70:hover {
  border-color:rgb(204 180 255 / 0.7);
}
.hover\:n-border-dark-discovery-border-strong\/75:hover {
  border-color:rgb(204 180 255 / 0.75);
}
.hover\:n-border-dark-discovery-border-strong\/80:hover {
  border-color:rgb(204 180 255 / 0.8);
}
.hover\:n-border-dark-discovery-border-strong\/85:hover {
  border-color:rgb(204 180 255 / 0.85);
}
.hover\:n-border-dark-discovery-border-strong\/90:hover {
  border-color:rgb(204 180 255 / 0.9);
}
.hover\:n-border-dark-discovery-border-strong\/95:hover {
  border-color:rgb(204 180 255 / 0.95);
}
.hover\:n-border-dark-discovery-border-weak:hover {
  --tw-border-opacity:1;
  border-color:rgb(75 40 148 / var(--tw-border-opacity));
}
.hover\:n-border-dark-discovery-border-weak\/0:hover {
  border-color:rgb(75 40 148 / 0);
}
.hover\:n-border-dark-discovery-border-weak\/10:hover {
  border-color:rgb(75 40 148 / 0.1);
}
.hover\:n-border-dark-discovery-border-weak\/100:hover {
  border-color:rgb(75 40 148 / 1);
}
.hover\:n-border-dark-discovery-border-weak\/15:hover {
  border-color:rgb(75 40 148 / 0.15);
}
.hover\:n-border-dark-discovery-border-weak\/20:hover {
  border-color:rgb(75 40 148 / 0.2);
}
.hover\:n-border-dark-discovery-border-weak\/25:hover {
  border-color:rgb(75 40 148 / 0.25);
}
.hover\:n-border-dark-discovery-border-weak\/30:hover {
  border-color:rgb(75 40 148 / 0.3);
}
.hover\:n-border-dark-discovery-border-weak\/35:hover {
  border-color:rgb(75 40 148 / 0.35);
}
.hover\:n-border-dark-discovery-border-weak\/40:hover {
  border-color:rgb(75 40 148 / 0.4);
}
.hover\:n-border-dark-discovery-border-weak\/45:hover {
  border-color:rgb(75 40 148 / 0.45);
}
.hover\:n-border-dark-discovery-border-weak\/5:hover {
  border-color:rgb(75 40 148 / 0.05);
}
.hover\:n-border-dark-discovery-border-weak\/50:hover {
  border-color:rgb(75 40 148 / 0.5);
}
.hover\:n-border-dark-discovery-border-weak\/55:hover {
  border-color:rgb(75 40 148 / 0.55);
}
.hover\:n-border-dark-discovery-border-weak\/60:hover {
  border-color:rgb(75 40 148 / 0.6);
}
.hover\:n-border-dark-discovery-border-weak\/65:hover {
  border-color:rgb(75 40 148 / 0.65);
}
.hover\:n-border-dark-discovery-border-weak\/70:hover {
  border-color:rgb(75 40 148 / 0.7);
}
.hover\:n-border-dark-discovery-border-weak\/75:hover {
  border-color:rgb(75 40 148 / 0.75);
}
.hover\:n-border-dark-discovery-border-weak\/80:hover {
  border-color:rgb(75 40 148 / 0.8);
}
.hover\:n-border-dark-discovery-border-weak\/85:hover {
  border-color:rgb(75 40 148 / 0.85);
}
.hover\:n-border-dark-discovery-border-weak\/90:hover {
  border-color:rgb(75 40 148 / 0.9);
}
.hover\:n-border-dark-discovery-border-weak\/95:hover {
  border-color:rgb(75 40 148 / 0.95);
}
.hover\:n-border-dark-discovery-icon:hover {
  --tw-border-opacity:1;
  border-color:rgb(204 180 255 / var(--tw-border-opacity));
}
.hover\:n-border-dark-discovery-icon\/0:hover {
  border-color:rgb(204 180 255 / 0);
}
.hover\:n-border-dark-discovery-icon\/10:hover {
  border-color:rgb(204 180 255 / 0.1);
}
.hover\:n-border-dark-discovery-icon\/100:hover {
  border-color:rgb(204 180 255 / 1);
}
.hover\:n-border-dark-discovery-icon\/15:hover {
  border-color:rgb(204 180 255 / 0.15);
}
.hover\:n-border-dark-discovery-icon\/20:hover {
  border-color:rgb(204 180 255 / 0.2);
}
.hover\:n-border-dark-discovery-icon\/25:hover {
  border-color:rgb(204 180 255 / 0.25);
}
.hover\:n-border-dark-discovery-icon\/30:hover {
  border-color:rgb(204 180 255 / 0.3);
}
.hover\:n-border-dark-discovery-icon\/35:hover {
  border-color:rgb(204 180 255 / 0.35);
}
.hover\:n-border-dark-discovery-icon\/40:hover {
  border-color:rgb(204 180 255 / 0.4);
}
.hover\:n-border-dark-discovery-icon\/45:hover {
  border-color:rgb(204 180 255 / 0.45);
}
.hover\:n-border-dark-discovery-icon\/5:hover {
  border-color:rgb(204 180 255 / 0.05);
}
.hover\:n-border-dark-discovery-icon\/50:hover {
  border-color:rgb(204 180 255 / 0.5);
}
.hover\:n-border-dark-discovery-icon\/55:hover {
  border-color:rgb(204 180 255 / 0.55);
}
.hover\:n-border-dark-discovery-icon\/60:hover {
  border-color:rgb(204 180 255 / 0.6);
}
.hover\:n-border-dark-discovery-icon\/65:hover {
  border-color:rgb(204 180 255 / 0.65);
}
.hover\:n-border-dark-discovery-icon\/70:hover {
  border-color:rgb(204 180 255 / 0.7);
}
.hover\:n-border-dark-discovery-icon\/75:hover {
  border-color:rgb(204 180 255 / 0.75);
}
.hover\:n-border-dark-discovery-icon\/80:hover {
  border-color:rgb(204 180 255 / 0.8);
}
.hover\:n-border-dark-discovery-icon\/85:hover {
  border-color:rgb(204 180 255 / 0.85);
}
.hover\:n-border-dark-discovery-icon\/90:hover {
  border-color:rgb(204 180 255 / 0.9);
}
.hover\:n-border-dark-discovery-icon\/95:hover {
  border-color:rgb(204 180 255 / 0.95);
}
.hover\:n-border-dark-discovery-text:hover {
  --tw-border-opacity:1;
  border-color:rgb(204 180 255 / var(--tw-border-opacity));
}
.hover\:n-border-dark-discovery-text\/0:hover {
  border-color:rgb(204 180 255 / 0);
}
.hover\:n-border-dark-discovery-text\/10:hover {
  border-color:rgb(204 180 255 / 0.1);
}
.hover\:n-border-dark-discovery-text\/100:hover {
  border-color:rgb(204 180 255 / 1);
}
.hover\:n-border-dark-discovery-text\/15:hover {
  border-color:rgb(204 180 255 / 0.15);
}
.hover\:n-border-dark-discovery-text\/20:hover {
  border-color:rgb(204 180 255 / 0.2);
}
.hover\:n-border-dark-discovery-text\/25:hover {
  border-color:rgb(204 180 255 / 0.25);
}
.hover\:n-border-dark-discovery-text\/30:hover {
  border-color:rgb(204 180 255 / 0.3);
}
.hover\:n-border-dark-discovery-text\/35:hover {
  border-color:rgb(204 180 255 / 0.35);
}
.hover\:n-border-dark-discovery-text\/40:hover {
  border-color:rgb(204 180 255 / 0.4);
}
.hover\:n-border-dark-discovery-text\/45:hover {
  border-color:rgb(204 180 255 / 0.45);
}
.hover\:n-border-dark-discovery-text\/5:hover {
  border-color:rgb(204 180 255 / 0.05);
}
.hover\:n-border-dark-discovery-text\/50:hover {
  border-color:rgb(204 180 255 / 0.5);
}
.hover\:n-border-dark-discovery-text\/55:hover {
  border-color:rgb(204 180 255 / 0.55);
}
.hover\:n-border-dark-discovery-text\/60:hover {
  border-color:rgb(204 180 255 / 0.6);
}
.hover\:n-border-dark-discovery-text\/65:hover {
  border-color:rgb(204 180 255 / 0.65);
}
.hover\:n-border-dark-discovery-text\/70:hover {
  border-color:rgb(204 180 255 / 0.7);
}
.hover\:n-border-dark-discovery-text\/75:hover {
  border-color:rgb(204 180 255 / 0.75);
}
.hover\:n-border-dark-discovery-text\/80:hover {
  border-color:rgb(204 180 255 / 0.8);
}
.hover\:n-border-dark-discovery-text\/85:hover {
  border-color:rgb(204 180 255 / 0.85);
}
.hover\:n-border-dark-discovery-text\/90:hover {
  border-color:rgb(204 180 255 / 0.9);
}
.hover\:n-border-dark-discovery-text\/95:hover {
  border-color:rgb(204 180 255 / 0.95);
}
.hover\:n-border-dark-neutral-bg-default:hover {
  --tw-border-opacity:1;
  border-color:rgb(26 27 29 / var(--tw-border-opacity));
}
.hover\:n-border-dark-neutral-bg-default\/0:hover {
  border-color:rgb(26 27 29 / 0);
}
.hover\:n-border-dark-neutral-bg-default\/10:hover {
  border-color:rgb(26 27 29 / 0.1);
}
.hover\:n-border-dark-neutral-bg-default\/100:hover {
  border-color:rgb(26 27 29 / 1);
}
.hover\:n-border-dark-neutral-bg-default\/15:hover {
  border-color:rgb(26 27 29 / 0.15);
}
.hover\:n-border-dark-neutral-bg-default\/20:hover {
  border-color:rgb(26 27 29 / 0.2);
}
.hover\:n-border-dark-neutral-bg-default\/25:hover {
  border-color:rgb(26 27 29 / 0.25);
}
.hover\:n-border-dark-neutral-bg-default\/30:hover {
  border-color:rgb(26 27 29 / 0.3);
}
.hover\:n-border-dark-neutral-bg-default\/35:hover {
  border-color:rgb(26 27 29 / 0.35);
}
.hover\:n-border-dark-neutral-bg-default\/40:hover {
  border-color:rgb(26 27 29 / 0.4);
}
.hover\:n-border-dark-neutral-bg-default\/45:hover {
  border-color:rgb(26 27 29 / 0.45);
}
.hover\:n-border-dark-neutral-bg-default\/5:hover {
  border-color:rgb(26 27 29 / 0.05);
}
.hover\:n-border-dark-neutral-bg-default\/50:hover {
  border-color:rgb(26 27 29 / 0.5);
}
.hover\:n-border-dark-neutral-bg-default\/55:hover {
  border-color:rgb(26 27 29 / 0.55);
}
.hover\:n-border-dark-neutral-bg-default\/60:hover {
  border-color:rgb(26 27 29 / 0.6);
}
.hover\:n-border-dark-neutral-bg-default\/65:hover {
  border-color:rgb(26 27 29 / 0.65);
}
.hover\:n-border-dark-neutral-bg-default\/70:hover {
  border-color:rgb(26 27 29 / 0.7);
}
.hover\:n-border-dark-neutral-bg-default\/75:hover {
  border-color:rgb(26 27 29 / 0.75);
}
.hover\:n-border-dark-neutral-bg-default\/80:hover {
  border-color:rgb(26 27 29 / 0.8);
}
.hover\:n-border-dark-neutral-bg-default\/85:hover {
  border-color:rgb(26 27 29 / 0.85);
}
.hover\:n-border-dark-neutral-bg-default\/90:hover {
  border-color:rgb(26 27 29 / 0.9);
}
.hover\:n-border-dark-neutral-bg-default\/95:hover {
  border-color:rgb(26 27 29 / 0.95);
}
.hover\:n-border-dark-neutral-bg-on-bg-weak:hover {
  --tw-border-opacity:1;
  border-color:rgb(129 135 144 / var(--tw-border-opacity));
}
.hover\:n-border-dark-neutral-bg-on-bg-weak\/0:hover {
  border-color:rgb(129 135 144 / 0);
}
.hover\:n-border-dark-neutral-bg-on-bg-weak\/10:hover {
  border-color:rgb(129 135 144 / 0.1);
}
.hover\:n-border-dark-neutral-bg-on-bg-weak\/100:hover {
  border-color:rgb(129 135 144 / 1);
}
.hover\:n-border-dark-neutral-bg-on-bg-weak\/15:hover {
  border-color:rgb(129 135 144 / 0.15);
}
.hover\:n-border-dark-neutral-bg-on-bg-weak\/20:hover {
  border-color:rgb(129 135 144 / 0.2);
}
.hover\:n-border-dark-neutral-bg-on-bg-weak\/25:hover {
  border-color:rgb(129 135 144 / 0.25);
}
.hover\:n-border-dark-neutral-bg-on-bg-weak\/30:hover {
  border-color:rgb(129 135 144 / 0.3);
}
.hover\:n-border-dark-neutral-bg-on-bg-weak\/35:hover {
  border-color:rgb(129 135 144 / 0.35);
}
.hover\:n-border-dark-neutral-bg-on-bg-weak\/40:hover {
  border-color:rgb(129 135 144 / 0.4);
}
.hover\:n-border-dark-neutral-bg-on-bg-weak\/45:hover {
  border-color:rgb(129 135 144 / 0.45);
}
.hover\:n-border-dark-neutral-bg-on-bg-weak\/5:hover {
  border-color:rgb(129 135 144 / 0.05);
}
.hover\:n-border-dark-neutral-bg-on-bg-weak\/50:hover {
  border-color:rgb(129 135 144 / 0.5);
}
.hover\:n-border-dark-neutral-bg-on-bg-weak\/55:hover {
  border-color:rgb(129 135 144 / 0.55);
}
.hover\:n-border-dark-neutral-bg-on-bg-weak\/60:hover {
  border-color:rgb(129 135 144 / 0.6);
}
.hover\:n-border-dark-neutral-bg-on-bg-weak\/65:hover {
  border-color:rgb(129 135 144 / 0.65);
}
.hover\:n-border-dark-neutral-bg-on-bg-weak\/70:hover {
  border-color:rgb(129 135 144 / 0.7);
}
.hover\:n-border-dark-neutral-bg-on-bg-weak\/75:hover {
  border-color:rgb(129 135 144 / 0.75);
}
.hover\:n-border-dark-neutral-bg-on-bg-weak\/80:hover {
  border-color:rgb(129 135 144 / 0.8);
}
.hover\:n-border-dark-neutral-bg-on-bg-weak\/85:hover {
  border-color:rgb(129 135 144 / 0.85);
}
.hover\:n-border-dark-neutral-bg-on-bg-weak\/90:hover {
  border-color:rgb(129 135 144 / 0.9);
}
.hover\:n-border-dark-neutral-bg-on-bg-weak\/95:hover {
  border-color:rgb(129 135 144 / 0.95);
}
.hover\:n-border-dark-neutral-bg-status:hover {
  --tw-border-opacity:1;
  border-color:rgb(168 172 178 / var(--tw-border-opacity));
}
.hover\:n-border-dark-neutral-bg-status\/0:hover {
  border-color:rgb(168 172 178 / 0);
}
.hover\:n-border-dark-neutral-bg-status\/10:hover {
  border-color:rgb(168 172 178 / 0.1);
}
.hover\:n-border-dark-neutral-bg-status\/100:hover {
  border-color:rgb(168 172 178 / 1);
}
.hover\:n-border-dark-neutral-bg-status\/15:hover {
  border-color:rgb(168 172 178 / 0.15);
}
.hover\:n-border-dark-neutral-bg-status\/20:hover {
  border-color:rgb(168 172 178 / 0.2);
}
.hover\:n-border-dark-neutral-bg-status\/25:hover {
  border-color:rgb(168 172 178 / 0.25);
}
.hover\:n-border-dark-neutral-bg-status\/30:hover {
  border-color:rgb(168 172 178 / 0.3);
}
.hover\:n-border-dark-neutral-bg-status\/35:hover {
  border-color:rgb(168 172 178 / 0.35);
}
.hover\:n-border-dark-neutral-bg-status\/40:hover {
  border-color:rgb(168 172 178 / 0.4);
}
.hover\:n-border-dark-neutral-bg-status\/45:hover {
  border-color:rgb(168 172 178 / 0.45);
}
.hover\:n-border-dark-neutral-bg-status\/5:hover {
  border-color:rgb(168 172 178 / 0.05);
}
.hover\:n-border-dark-neutral-bg-status\/50:hover {
  border-color:rgb(168 172 178 / 0.5);
}
.hover\:n-border-dark-neutral-bg-status\/55:hover {
  border-color:rgb(168 172 178 / 0.55);
}
.hover\:n-border-dark-neutral-bg-status\/60:hover {
  border-color:rgb(168 172 178 / 0.6);
}
.hover\:n-border-dark-neutral-bg-status\/65:hover {
  border-color:rgb(168 172 178 / 0.65);
}
.hover\:n-border-dark-neutral-bg-status\/70:hover {
  border-color:rgb(168 172 178 / 0.7);
}
.hover\:n-border-dark-neutral-bg-status\/75:hover {
  border-color:rgb(168 172 178 / 0.75);
}
.hover\:n-border-dark-neutral-bg-status\/80:hover {
  border-color:rgb(168 172 178 / 0.8);
}
.hover\:n-border-dark-neutral-bg-status\/85:hover {
  border-color:rgb(168 172 178 / 0.85);
}
.hover\:n-border-dark-neutral-bg-status\/90:hover {
  border-color:rgb(168 172 178 / 0.9);
}
.hover\:n-border-dark-neutral-bg-status\/95:hover {
  border-color:rgb(168 172 178 / 0.95);
}
.hover\:n-border-dark-neutral-bg-strong:hover {
  --tw-border-opacity:1;
  border-color:rgb(60 63 68 / var(--tw-border-opacity));
}
.hover\:n-border-dark-neutral-bg-strong\/0:hover {
  border-color:rgb(60 63 68 / 0);
}
.hover\:n-border-dark-neutral-bg-strong\/10:hover {
  border-color:rgb(60 63 68 / 0.1);
}
.hover\:n-border-dark-neutral-bg-strong\/100:hover {
  border-color:rgb(60 63 68 / 1);
}
.hover\:n-border-dark-neutral-bg-strong\/15:hover {
  border-color:rgb(60 63 68 / 0.15);
}
.hover\:n-border-dark-neutral-bg-strong\/20:hover {
  border-color:rgb(60 63 68 / 0.2);
}
.hover\:n-border-dark-neutral-bg-strong\/25:hover {
  border-color:rgb(60 63 68 / 0.25);
}
.hover\:n-border-dark-neutral-bg-strong\/30:hover {
  border-color:rgb(60 63 68 / 0.3);
}
.hover\:n-border-dark-neutral-bg-strong\/35:hover {
  border-color:rgb(60 63 68 / 0.35);
}
.hover\:n-border-dark-neutral-bg-strong\/40:hover {
  border-color:rgb(60 63 68 / 0.4);
}
.hover\:n-border-dark-neutral-bg-strong\/45:hover {
  border-color:rgb(60 63 68 / 0.45);
}
.hover\:n-border-dark-neutral-bg-strong\/5:hover {
  border-color:rgb(60 63 68 / 0.05);
}
.hover\:n-border-dark-neutral-bg-strong\/50:hover {
  border-color:rgb(60 63 68 / 0.5);
}
.hover\:n-border-dark-neutral-bg-strong\/55:hover {
  border-color:rgb(60 63 68 / 0.55);
}
.hover\:n-border-dark-neutral-bg-strong\/60:hover {
  border-color:rgb(60 63 68 / 0.6);
}
.hover\:n-border-dark-neutral-bg-strong\/65:hover {
  border-color:rgb(60 63 68 / 0.65);
}
.hover\:n-border-dark-neutral-bg-strong\/70:hover {
  border-color:rgb(60 63 68 / 0.7);
}
.hover\:n-border-dark-neutral-bg-strong\/75:hover {
  border-color:rgb(60 63 68 / 0.75);
}
.hover\:n-border-dark-neutral-bg-strong\/80:hover {
  border-color:rgb(60 63 68 / 0.8);
}
.hover\:n-border-dark-neutral-bg-strong\/85:hover {
  border-color:rgb(60 63 68 / 0.85);
}
.hover\:n-border-dark-neutral-bg-strong\/90:hover {
  border-color:rgb(60 63 68 / 0.9);
}
.hover\:n-border-dark-neutral-bg-strong\/95:hover {
  border-color:rgb(60 63 68 / 0.95);
}
.hover\:n-border-dark-neutral-bg-stronger:hover {
  --tw-border-opacity:1;
  border-color:rgb(111 117 126 / var(--tw-border-opacity));
}
.hover\:n-border-dark-neutral-bg-stronger\/0:hover {
  border-color:rgb(111 117 126 / 0);
}
.hover\:n-border-dark-neutral-bg-stronger\/10:hover {
  border-color:rgb(111 117 126 / 0.1);
}
.hover\:n-border-dark-neutral-bg-stronger\/100:hover {
  border-color:rgb(111 117 126 / 1);
}
.hover\:n-border-dark-neutral-bg-stronger\/15:hover {
  border-color:rgb(111 117 126 / 0.15);
}
.hover\:n-border-dark-neutral-bg-stronger\/20:hover {
  border-color:rgb(111 117 126 / 0.2);
}
.hover\:n-border-dark-neutral-bg-stronger\/25:hover {
  border-color:rgb(111 117 126 / 0.25);
}
.hover\:n-border-dark-neutral-bg-stronger\/30:hover {
  border-color:rgb(111 117 126 / 0.3);
}
.hover\:n-border-dark-neutral-bg-stronger\/35:hover {
  border-color:rgb(111 117 126 / 0.35);
}
.hover\:n-border-dark-neutral-bg-stronger\/40:hover {
  border-color:rgb(111 117 126 / 0.4);
}
.hover\:n-border-dark-neutral-bg-stronger\/45:hover {
  border-color:rgb(111 117 126 / 0.45);
}
.hover\:n-border-dark-neutral-bg-stronger\/5:hover {
  border-color:rgb(111 117 126 / 0.05);
}
.hover\:n-border-dark-neutral-bg-stronger\/50:hover {
  border-color:rgb(111 117 126 / 0.5);
}
.hover\:n-border-dark-neutral-bg-stronger\/55:hover {
  border-color:rgb(111 117 126 / 0.55);
}
.hover\:n-border-dark-neutral-bg-stronger\/60:hover {
  border-color:rgb(111 117 126 / 0.6);
}
.hover\:n-border-dark-neutral-bg-stronger\/65:hover {
  border-color:rgb(111 117 126 / 0.65);
}
.hover\:n-border-dark-neutral-bg-stronger\/70:hover {
  border-color:rgb(111 117 126 / 0.7);
}
.hover\:n-border-dark-neutral-bg-stronger\/75:hover {
  border-color:rgb(111 117 126 / 0.75);
}
.hover\:n-border-dark-neutral-bg-stronger\/80:hover {
  border-color:rgb(111 117 126 / 0.8);
}
.hover\:n-border-dark-neutral-bg-stronger\/85:hover {
  border-color:rgb(111 117 126 / 0.85);
}
.hover\:n-border-dark-neutral-bg-stronger\/90:hover {
  border-color:rgb(111 117 126 / 0.9);
}
.hover\:n-border-dark-neutral-bg-stronger\/95:hover {
  border-color:rgb(111 117 126 / 0.95);
}
.hover\:n-border-dark-neutral-bg-strongest:hover {
  --tw-border-opacity:1;
  border-color:rgb(255 255 255 / var(--tw-border-opacity));
}
.hover\:n-border-dark-neutral-bg-strongest\/0:hover {
  border-color:rgb(255 255 255 / 0);
}
.hover\:n-border-dark-neutral-bg-strongest\/10:hover {
  border-color:rgb(255 255 255 / 0.1);
}
.hover\:n-border-dark-neutral-bg-strongest\/100:hover {
  border-color:rgb(255 255 255 / 1);
}
.hover\:n-border-dark-neutral-bg-strongest\/15:hover {
  border-color:rgb(255 255 255 / 0.15);
}
.hover\:n-border-dark-neutral-bg-strongest\/20:hover {
  border-color:rgb(255 255 255 / 0.2);
}
.hover\:n-border-dark-neutral-bg-strongest\/25:hover {
  border-color:rgb(255 255 255 / 0.25);
}
.hover\:n-border-dark-neutral-bg-strongest\/30:hover {
  border-color:rgb(255 255 255 / 0.3);
}
.hover\:n-border-dark-neutral-bg-strongest\/35:hover {
  border-color:rgb(255 255 255 / 0.35);
}
.hover\:n-border-dark-neutral-bg-strongest\/40:hover {
  border-color:rgb(255 255 255 / 0.4);
}
.hover\:n-border-dark-neutral-bg-strongest\/45:hover {
  border-color:rgb(255 255 255 / 0.45);
}
.hover\:n-border-dark-neutral-bg-strongest\/5:hover {
  border-color:rgb(255 255 255 / 0.05);
}
.hover\:n-border-dark-neutral-bg-strongest\/50:hover {
  border-color:rgb(255 255 255 / 0.5);
}
.hover\:n-border-dark-neutral-bg-strongest\/55:hover {
  border-color:rgb(255 255 255 / 0.55);
}
.hover\:n-border-dark-neutral-bg-strongest\/60:hover {
  border-color:rgb(255 255 255 / 0.6);
}
.hover\:n-border-dark-neutral-bg-strongest\/65:hover {
  border-color:rgb(255 255 255 / 0.65);
}
.hover\:n-border-dark-neutral-bg-strongest\/70:hover {
  border-color:rgb(255 255 255 / 0.7);
}
.hover\:n-border-dark-neutral-bg-strongest\/75:hover {
  border-color:rgb(255 255 255 / 0.75);
}
.hover\:n-border-dark-neutral-bg-strongest\/80:hover {
  border-color:rgb(255 255 255 / 0.8);
}
.hover\:n-border-dark-neutral-bg-strongest\/85:hover {
  border-color:rgb(255 255 255 / 0.85);
}
.hover\:n-border-dark-neutral-bg-strongest\/90:hover {
  border-color:rgb(255 255 255 / 0.9);
}
.hover\:n-border-dark-neutral-bg-strongest\/95:hover {
  border-color:rgb(255 255 255 / 0.95);
}
.hover\:n-border-dark-neutral-bg-weak:hover {
  --tw-border-opacity:1;
  border-color:rgb(33 35 37 / var(--tw-border-opacity));
}
.hover\:n-border-dark-neutral-bg-weak\/0:hover {
  border-color:rgb(33 35 37 / 0);
}
.hover\:n-border-dark-neutral-bg-weak\/10:hover {
  border-color:rgb(33 35 37 / 0.1);
}
.hover\:n-border-dark-neutral-bg-weak\/100:hover {
  border-color:rgb(33 35 37 / 1);
}
.hover\:n-border-dark-neutral-bg-weak\/15:hover {
  border-color:rgb(33 35 37 / 0.15);
}
.hover\:n-border-dark-neutral-bg-weak\/20:hover {
  border-color:rgb(33 35 37 / 0.2);
}
.hover\:n-border-dark-neutral-bg-weak\/25:hover {
  border-color:rgb(33 35 37 / 0.25);
}
.hover\:n-border-dark-neutral-bg-weak\/30:hover {
  border-color:rgb(33 35 37 / 0.3);
}
.hover\:n-border-dark-neutral-bg-weak\/35:hover {
  border-color:rgb(33 35 37 / 0.35);
}
.hover\:n-border-dark-neutral-bg-weak\/40:hover {
  border-color:rgb(33 35 37 / 0.4);
}
.hover\:n-border-dark-neutral-bg-weak\/45:hover {
  border-color:rgb(33 35 37 / 0.45);
}
.hover\:n-border-dark-neutral-bg-weak\/5:hover {
  border-color:rgb(33 35 37 / 0.05);
}
.hover\:n-border-dark-neutral-bg-weak\/50:hover {
  border-color:rgb(33 35 37 / 0.5);
}
.hover\:n-border-dark-neutral-bg-weak\/55:hover {
  border-color:rgb(33 35 37 / 0.55);
}
.hover\:n-border-dark-neutral-bg-weak\/60:hover {
  border-color:rgb(33 35 37 / 0.6);
}
.hover\:n-border-dark-neutral-bg-weak\/65:hover {
  border-color:rgb(33 35 37 / 0.65);
}
.hover\:n-border-dark-neutral-bg-weak\/70:hover {
  border-color:rgb(33 35 37 / 0.7);
}
.hover\:n-border-dark-neutral-bg-weak\/75:hover {
  border-color:rgb(33 35 37 / 0.75);
}
.hover\:n-border-dark-neutral-bg-weak\/80:hover {
  border-color:rgb(33 35 37 / 0.8);
}
.hover\:n-border-dark-neutral-bg-weak\/85:hover {
  border-color:rgb(33 35 37 / 0.85);
}
.hover\:n-border-dark-neutral-bg-weak\/90:hover {
  border-color:rgb(33 35 37 / 0.9);
}
.hover\:n-border-dark-neutral-bg-weak\/95:hover {
  border-color:rgb(33 35 37 / 0.95);
}
.hover\:n-border-dark-neutral-border-strong:hover {
  --tw-border-opacity:1;
  border-color:rgb(111 117 126 / var(--tw-border-opacity));
}
.hover\:n-border-dark-neutral-border-strong\/0:hover {
  border-color:rgb(111 117 126 / 0);
}
.hover\:n-border-dark-neutral-border-strong\/10:hover {
  border-color:rgb(111 117 126 / 0.1);
}
.hover\:n-border-dark-neutral-border-strong\/100:hover {
  border-color:rgb(111 117 126 / 1);
}
.hover\:n-border-dark-neutral-border-strong\/15:hover {
  border-color:rgb(111 117 126 / 0.15);
}
.hover\:n-border-dark-neutral-border-strong\/20:hover {
  border-color:rgb(111 117 126 / 0.2);
}
.hover\:n-border-dark-neutral-border-strong\/25:hover {
  border-color:rgb(111 117 126 / 0.25);
}
.hover\:n-border-dark-neutral-border-strong\/30:hover {
  border-color:rgb(111 117 126 / 0.3);
}
.hover\:n-border-dark-neutral-border-strong\/35:hover {
  border-color:rgb(111 117 126 / 0.35);
}
.hover\:n-border-dark-neutral-border-strong\/40:hover {
  border-color:rgb(111 117 126 / 0.4);
}
.hover\:n-border-dark-neutral-border-strong\/45:hover {
  border-color:rgb(111 117 126 / 0.45);
}
.hover\:n-border-dark-neutral-border-strong\/5:hover {
  border-color:rgb(111 117 126 / 0.05);
}
.hover\:n-border-dark-neutral-border-strong\/50:hover {
  border-color:rgb(111 117 126 / 0.5);
}
.hover\:n-border-dark-neutral-border-strong\/55:hover {
  border-color:rgb(111 117 126 / 0.55);
}
.hover\:n-border-dark-neutral-border-strong\/60:hover {
  border-color:rgb(111 117 126 / 0.6);
}
.hover\:n-border-dark-neutral-border-strong\/65:hover {
  border-color:rgb(111 117 126 / 0.65);
}
.hover\:n-border-dark-neutral-border-strong\/70:hover {
  border-color:rgb(111 117 126 / 0.7);
}
.hover\:n-border-dark-neutral-border-strong\/75:hover {
  border-color:rgb(111 117 126 / 0.75);
}
.hover\:n-border-dark-neutral-border-strong\/80:hover {
  border-color:rgb(111 117 126 / 0.8);
}
.hover\:n-border-dark-neutral-border-strong\/85:hover {
  border-color:rgb(111 117 126 / 0.85);
}
.hover\:n-border-dark-neutral-border-strong\/90:hover {
  border-color:rgb(111 117 126 / 0.9);
}
.hover\:n-border-dark-neutral-border-strong\/95:hover {
  border-color:rgb(111 117 126 / 0.95);
}
.hover\:n-border-dark-neutral-border-strongest:hover {
  --tw-border-opacity:1;
  border-color:rgb(187 190 195 / var(--tw-border-opacity));
}
.hover\:n-border-dark-neutral-border-strongest\/0:hover {
  border-color:rgb(187 190 195 / 0);
}
.hover\:n-border-dark-neutral-border-strongest\/10:hover {
  border-color:rgb(187 190 195 / 0.1);
}
.hover\:n-border-dark-neutral-border-strongest\/100:hover {
  border-color:rgb(187 190 195 / 1);
}
.hover\:n-border-dark-neutral-border-strongest\/15:hover {
  border-color:rgb(187 190 195 / 0.15);
}
.hover\:n-border-dark-neutral-border-strongest\/20:hover {
  border-color:rgb(187 190 195 / 0.2);
}
.hover\:n-border-dark-neutral-border-strongest\/25:hover {
  border-color:rgb(187 190 195 / 0.25);
}
.hover\:n-border-dark-neutral-border-strongest\/30:hover {
  border-color:rgb(187 190 195 / 0.3);
}
.hover\:n-border-dark-neutral-border-strongest\/35:hover {
  border-color:rgb(187 190 195 / 0.35);
}
.hover\:n-border-dark-neutral-border-strongest\/40:hover {
  border-color:rgb(187 190 195 / 0.4);
}
.hover\:n-border-dark-neutral-border-strongest\/45:hover {
  border-color:rgb(187 190 195 / 0.45);
}
.hover\:n-border-dark-neutral-border-strongest\/5:hover {
  border-color:rgb(187 190 195 / 0.05);
}
.hover\:n-border-dark-neutral-border-strongest\/50:hover {
  border-color:rgb(187 190 195 / 0.5);
}
.hover\:n-border-dark-neutral-border-strongest\/55:hover {
  border-color:rgb(187 190 195 / 0.55);
}
.hover\:n-border-dark-neutral-border-strongest\/60:hover {
  border-color:rgb(187 190 195 / 0.6);
}
.hover\:n-border-dark-neutral-border-strongest\/65:hover {
  border-color:rgb(187 190 195 / 0.65);
}
.hover\:n-border-dark-neutral-border-strongest\/70:hover {
  border-color:rgb(187 190 195 / 0.7);
}
.hover\:n-border-dark-neutral-border-strongest\/75:hover {
  border-color:rgb(187 190 195 / 0.75);
}
.hover\:n-border-dark-neutral-border-strongest\/80:hover {
  border-color:rgb(187 190 195 / 0.8);
}
.hover\:n-border-dark-neutral-border-strongest\/85:hover {
  border-color:rgb(187 190 195 / 0.85);
}
.hover\:n-border-dark-neutral-border-strongest\/90:hover {
  border-color:rgb(187 190 195 / 0.9);
}
.hover\:n-border-dark-neutral-border-strongest\/95:hover {
  border-color:rgb(187 190 195 / 0.95);
}
.hover\:n-border-dark-neutral-border-weak:hover {
  --tw-border-opacity:1;
  border-color:rgb(60 63 68 / var(--tw-border-opacity));
}
.hover\:n-border-dark-neutral-border-weak\/0:hover {
  border-color:rgb(60 63 68 / 0);
}
.hover\:n-border-dark-neutral-border-weak\/10:hover {
  border-color:rgb(60 63 68 / 0.1);
}
.hover\:n-border-dark-neutral-border-weak\/100:hover {
  border-color:rgb(60 63 68 / 1);
}
.hover\:n-border-dark-neutral-border-weak\/15:hover {
  border-color:rgb(60 63 68 / 0.15);
}
.hover\:n-border-dark-neutral-border-weak\/20:hover {
  border-color:rgb(60 63 68 / 0.2);
}
.hover\:n-border-dark-neutral-border-weak\/25:hover {
  border-color:rgb(60 63 68 / 0.25);
}
.hover\:n-border-dark-neutral-border-weak\/30:hover {
  border-color:rgb(60 63 68 / 0.3);
}
.hover\:n-border-dark-neutral-border-weak\/35:hover {
  border-color:rgb(60 63 68 / 0.35);
}
.hover\:n-border-dark-neutral-border-weak\/40:hover {
  border-color:rgb(60 63 68 / 0.4);
}
.hover\:n-border-dark-neutral-border-weak\/45:hover {
  border-color:rgb(60 63 68 / 0.45);
}
.hover\:n-border-dark-neutral-border-weak\/5:hover {
  border-color:rgb(60 63 68 / 0.05);
}
.hover\:n-border-dark-neutral-border-weak\/50:hover {
  border-color:rgb(60 63 68 / 0.5);
}
.hover\:n-border-dark-neutral-border-weak\/55:hover {
  border-color:rgb(60 63 68 / 0.55);
}
.hover\:n-border-dark-neutral-border-weak\/60:hover {
  border-color:rgb(60 63 68 / 0.6);
}
.hover\:n-border-dark-neutral-border-weak\/65:hover {
  border-color:rgb(60 63 68 / 0.65);
}
.hover\:n-border-dark-neutral-border-weak\/70:hover {
  border-color:rgb(60 63 68 / 0.7);
}
.hover\:n-border-dark-neutral-border-weak\/75:hover {
  border-color:rgb(60 63 68 / 0.75);
}
.hover\:n-border-dark-neutral-border-weak\/80:hover {
  border-color:rgb(60 63 68 / 0.8);
}
.hover\:n-border-dark-neutral-border-weak\/85:hover {
  border-color:rgb(60 63 68 / 0.85);
}
.hover\:n-border-dark-neutral-border-weak\/90:hover {
  border-color:rgb(60 63 68 / 0.9);
}
.hover\:n-border-dark-neutral-border-weak\/95:hover {
  border-color:rgb(60 63 68 / 0.95);
}
.hover\:n-border-dark-neutral-hover:hover {
  --tw-border-opacity:1;
  border-color:rgb(149 154 161 / var(--tw-border-opacity));
}
.hover\:n-border-dark-neutral-hover\/0:hover {
  border-color:rgb(149 154 161 / 0);
}
.hover\:n-border-dark-neutral-hover\/10:hover {
  border-color:rgb(149 154 161 / 0.1);
}
.hover\:n-border-dark-neutral-hover\/100:hover {
  border-color:rgb(149 154 161 / 1);
}
.hover\:n-border-dark-neutral-hover\/15:hover {
  border-color:rgb(149 154 161 / 0.15);
}
.hover\:n-border-dark-neutral-hover\/20:hover {
  border-color:rgb(149 154 161 / 0.2);
}
.hover\:n-border-dark-neutral-hover\/25:hover {
  border-color:rgb(149 154 161 / 0.25);
}
.hover\:n-border-dark-neutral-hover\/30:hover {
  border-color:rgb(149 154 161 / 0.3);
}
.hover\:n-border-dark-neutral-hover\/35:hover {
  border-color:rgb(149 154 161 / 0.35);
}
.hover\:n-border-dark-neutral-hover\/40:hover {
  border-color:rgb(149 154 161 / 0.4);
}
.hover\:n-border-dark-neutral-hover\/45:hover {
  border-color:rgb(149 154 161 / 0.45);
}
.hover\:n-border-dark-neutral-hover\/5:hover {
  border-color:rgb(149 154 161 / 0.05);
}
.hover\:n-border-dark-neutral-hover\/50:hover {
  border-color:rgb(149 154 161 / 0.5);
}
.hover\:n-border-dark-neutral-hover\/55:hover {
  border-color:rgb(149 154 161 / 0.55);
}
.hover\:n-border-dark-neutral-hover\/60:hover {
  border-color:rgb(149 154 161 / 0.6);
}
.hover\:n-border-dark-neutral-hover\/65:hover {
  border-color:rgb(149 154 161 / 0.65);
}
.hover\:n-border-dark-neutral-hover\/70:hover {
  border-color:rgb(149 154 161 / 0.7);
}
.hover\:n-border-dark-neutral-hover\/75:hover {
  border-color:rgb(149 154 161 / 0.75);
}
.hover\:n-border-dark-neutral-hover\/80:hover {
  border-color:rgb(149 154 161 / 0.8);
}
.hover\:n-border-dark-neutral-hover\/85:hover {
  border-color:rgb(149 154 161 / 0.85);
}
.hover\:n-border-dark-neutral-hover\/90:hover {
  border-color:rgb(149 154 161 / 0.9);
}
.hover\:n-border-dark-neutral-hover\/95:hover {
  border-color:rgb(149 154 161 / 0.95);
}
.hover\:n-border-dark-neutral-icon:hover {
  --tw-border-opacity:1;
  border-color:rgb(207 209 212 / var(--tw-border-opacity));
}
.hover\:n-border-dark-neutral-icon\/0:hover {
  border-color:rgb(207 209 212 / 0);
}
.hover\:n-border-dark-neutral-icon\/10:hover {
  border-color:rgb(207 209 212 / 0.1);
}
.hover\:n-border-dark-neutral-icon\/100:hover {
  border-color:rgb(207 209 212 / 1);
}
.hover\:n-border-dark-neutral-icon\/15:hover {
  border-color:rgb(207 209 212 / 0.15);
}
.hover\:n-border-dark-neutral-icon\/20:hover {
  border-color:rgb(207 209 212 / 0.2);
}
.hover\:n-border-dark-neutral-icon\/25:hover {
  border-color:rgb(207 209 212 / 0.25);
}
.hover\:n-border-dark-neutral-icon\/30:hover {
  border-color:rgb(207 209 212 / 0.3);
}
.hover\:n-border-dark-neutral-icon\/35:hover {
  border-color:rgb(207 209 212 / 0.35);
}
.hover\:n-border-dark-neutral-icon\/40:hover {
  border-color:rgb(207 209 212 / 0.4);
}
.hover\:n-border-dark-neutral-icon\/45:hover {
  border-color:rgb(207 209 212 / 0.45);
}
.hover\:n-border-dark-neutral-icon\/5:hover {
  border-color:rgb(207 209 212 / 0.05);
}
.hover\:n-border-dark-neutral-icon\/50:hover {
  border-color:rgb(207 209 212 / 0.5);
}
.hover\:n-border-dark-neutral-icon\/55:hover {
  border-color:rgb(207 209 212 / 0.55);
}
.hover\:n-border-dark-neutral-icon\/60:hover {
  border-color:rgb(207 209 212 / 0.6);
}
.hover\:n-border-dark-neutral-icon\/65:hover {
  border-color:rgb(207 209 212 / 0.65);
}
.hover\:n-border-dark-neutral-icon\/70:hover {
  border-color:rgb(207 209 212 / 0.7);
}
.hover\:n-border-dark-neutral-icon\/75:hover {
  border-color:rgb(207 209 212 / 0.75);
}
.hover\:n-border-dark-neutral-icon\/80:hover {
  border-color:rgb(207 209 212 / 0.8);
}
.hover\:n-border-dark-neutral-icon\/85:hover {
  border-color:rgb(207 209 212 / 0.85);
}
.hover\:n-border-dark-neutral-icon\/90:hover {
  border-color:rgb(207 209 212 / 0.9);
}
.hover\:n-border-dark-neutral-icon\/95:hover {
  border-color:rgb(207 209 212 / 0.95);
}
.hover\:n-border-dark-neutral-pressed:hover {
  --tw-border-opacity:1;
  border-color:rgb(149 154 161 / var(--tw-border-opacity));
}
.hover\:n-border-dark-neutral-pressed\/0:hover {
  border-color:rgb(149 154 161 / 0);
}
.hover\:n-border-dark-neutral-pressed\/10:hover {
  border-color:rgb(149 154 161 / 0.1);
}
.hover\:n-border-dark-neutral-pressed\/100:hover {
  border-color:rgb(149 154 161 / 1);
}
.hover\:n-border-dark-neutral-pressed\/15:hover {
  border-color:rgb(149 154 161 / 0.15);
}
.hover\:n-border-dark-neutral-pressed\/20:hover {
  border-color:rgb(149 154 161 / 0.2);
}
.hover\:n-border-dark-neutral-pressed\/25:hover {
  border-color:rgb(149 154 161 / 0.25);
}
.hover\:n-border-dark-neutral-pressed\/30:hover {
  border-color:rgb(149 154 161 / 0.3);
}
.hover\:n-border-dark-neutral-pressed\/35:hover {
  border-color:rgb(149 154 161 / 0.35);
}
.hover\:n-border-dark-neutral-pressed\/40:hover {
  border-color:rgb(149 154 161 / 0.4);
}
.hover\:n-border-dark-neutral-pressed\/45:hover {
  border-color:rgb(149 154 161 / 0.45);
}
.hover\:n-border-dark-neutral-pressed\/5:hover {
  border-color:rgb(149 154 161 / 0.05);
}
.hover\:n-border-dark-neutral-pressed\/50:hover {
  border-color:rgb(149 154 161 / 0.5);
}
.hover\:n-border-dark-neutral-pressed\/55:hover {
  border-color:rgb(149 154 161 / 0.55);
}
.hover\:n-border-dark-neutral-pressed\/60:hover {
  border-color:rgb(149 154 161 / 0.6);
}
.hover\:n-border-dark-neutral-pressed\/65:hover {
  border-color:rgb(149 154 161 / 0.65);
}
.hover\:n-border-dark-neutral-pressed\/70:hover {
  border-color:rgb(149 154 161 / 0.7);
}
.hover\:n-border-dark-neutral-pressed\/75:hover {
  border-color:rgb(149 154 161 / 0.75);
}
.hover\:n-border-dark-neutral-pressed\/80:hover {
  border-color:rgb(149 154 161 / 0.8);
}
.hover\:n-border-dark-neutral-pressed\/85:hover {
  border-color:rgb(149 154 161 / 0.85);
}
.hover\:n-border-dark-neutral-pressed\/90:hover {
  border-color:rgb(149 154 161 / 0.9);
}
.hover\:n-border-dark-neutral-pressed\/95:hover {
  border-color:rgb(149 154 161 / 0.95);
}
.hover\:n-border-dark-neutral-text-default:hover {
  --tw-border-opacity:1;
  border-color:rgb(245 246 246 / var(--tw-border-opacity));
}
.hover\:n-border-dark-neutral-text-default\/0:hover {
  border-color:rgb(245 246 246 / 0);
}
.hover\:n-border-dark-neutral-text-default\/10:hover {
  border-color:rgb(245 246 246 / 0.1);
}
.hover\:n-border-dark-neutral-text-default\/100:hover {
  border-color:rgb(245 246 246 / 1);
}
.hover\:n-border-dark-neutral-text-default\/15:hover {
  border-color:rgb(245 246 246 / 0.15);
}
.hover\:n-border-dark-neutral-text-default\/20:hover {
  border-color:rgb(245 246 246 / 0.2);
}
.hover\:n-border-dark-neutral-text-default\/25:hover {
  border-color:rgb(245 246 246 / 0.25);
}
.hover\:n-border-dark-neutral-text-default\/30:hover {
  border-color:rgb(245 246 246 / 0.3);
}
.hover\:n-border-dark-neutral-text-default\/35:hover {
  border-color:rgb(245 246 246 / 0.35);
}
.hover\:n-border-dark-neutral-text-default\/40:hover {
  border-color:rgb(245 246 246 / 0.4);
}
.hover\:n-border-dark-neutral-text-default\/45:hover {
  border-color:rgb(245 246 246 / 0.45);
}
.hover\:n-border-dark-neutral-text-default\/5:hover {
  border-color:rgb(245 246 246 / 0.05);
}
.hover\:n-border-dark-neutral-text-default\/50:hover {
  border-color:rgb(245 246 246 / 0.5);
}
.hover\:n-border-dark-neutral-text-default\/55:hover {
  border-color:rgb(245 246 246 / 0.55);
}
.hover\:n-border-dark-neutral-text-default\/60:hover {
  border-color:rgb(245 246 246 / 0.6);
}
.hover\:n-border-dark-neutral-text-default\/65:hover {
  border-color:rgb(245 246 246 / 0.65);
}
.hover\:n-border-dark-neutral-text-default\/70:hover {
  border-color:rgb(245 246 246 / 0.7);
}
.hover\:n-border-dark-neutral-text-default\/75:hover {
  border-color:rgb(245 246 246 / 0.75);
}
.hover\:n-border-dark-neutral-text-default\/80:hover {
  border-color:rgb(245 246 246 / 0.8);
}
.hover\:n-border-dark-neutral-text-default\/85:hover {
  border-color:rgb(245 246 246 / 0.85);
}
.hover\:n-border-dark-neutral-text-default\/90:hover {
  border-color:rgb(245 246 246 / 0.9);
}
.hover\:n-border-dark-neutral-text-default\/95:hover {
  border-color:rgb(245 246 246 / 0.95);
}
.hover\:n-border-dark-neutral-text-inverse:hover {
  --tw-border-opacity:1;
  border-color:rgb(26 27 29 / var(--tw-border-opacity));
}
.hover\:n-border-dark-neutral-text-inverse\/0:hover {
  border-color:rgb(26 27 29 / 0);
}
.hover\:n-border-dark-neutral-text-inverse\/10:hover {
  border-color:rgb(26 27 29 / 0.1);
}
.hover\:n-border-dark-neutral-text-inverse\/100:hover {
  border-color:rgb(26 27 29 / 1);
}
.hover\:n-border-dark-neutral-text-inverse\/15:hover {
  border-color:rgb(26 27 29 / 0.15);
}
.hover\:n-border-dark-neutral-text-inverse\/20:hover {
  border-color:rgb(26 27 29 / 0.2);
}
.hover\:n-border-dark-neutral-text-inverse\/25:hover {
  border-color:rgb(26 27 29 / 0.25);
}
.hover\:n-border-dark-neutral-text-inverse\/30:hover {
  border-color:rgb(26 27 29 / 0.3);
}
.hover\:n-border-dark-neutral-text-inverse\/35:hover {
  border-color:rgb(26 27 29 / 0.35);
}
.hover\:n-border-dark-neutral-text-inverse\/40:hover {
  border-color:rgb(26 27 29 / 0.4);
}
.hover\:n-border-dark-neutral-text-inverse\/45:hover {
  border-color:rgb(26 27 29 / 0.45);
}
.hover\:n-border-dark-neutral-text-inverse\/5:hover {
  border-color:rgb(26 27 29 / 0.05);
}
.hover\:n-border-dark-neutral-text-inverse\/50:hover {
  border-color:rgb(26 27 29 / 0.5);
}
.hover\:n-border-dark-neutral-text-inverse\/55:hover {
  border-color:rgb(26 27 29 / 0.55);
}
.hover\:n-border-dark-neutral-text-inverse\/60:hover {
  border-color:rgb(26 27 29 / 0.6);
}
.hover\:n-border-dark-neutral-text-inverse\/65:hover {
  border-color:rgb(26 27 29 / 0.65);
}
.hover\:n-border-dark-neutral-text-inverse\/70:hover {
  border-color:rgb(26 27 29 / 0.7);
}
.hover\:n-border-dark-neutral-text-inverse\/75:hover {
  border-color:rgb(26 27 29 / 0.75);
}
.hover\:n-border-dark-neutral-text-inverse\/80:hover {
  border-color:rgb(26 27 29 / 0.8);
}
.hover\:n-border-dark-neutral-text-inverse\/85:hover {
  border-color:rgb(26 27 29 / 0.85);
}
.hover\:n-border-dark-neutral-text-inverse\/90:hover {
  border-color:rgb(26 27 29 / 0.9);
}
.hover\:n-border-dark-neutral-text-inverse\/95:hover {
  border-color:rgb(26 27 29 / 0.95);
}
.hover\:n-border-dark-neutral-text-weak:hover {
  --tw-border-opacity:1;
  border-color:rgb(207 209 212 / var(--tw-border-opacity));
}
.hover\:n-border-dark-neutral-text-weak\/0:hover {
  border-color:rgb(207 209 212 / 0);
}
.hover\:n-border-dark-neutral-text-weak\/10:hover {
  border-color:rgb(207 209 212 / 0.1);
}
.hover\:n-border-dark-neutral-text-weak\/100:hover {
  border-color:rgb(207 209 212 / 1);
}
.hover\:n-border-dark-neutral-text-weak\/15:hover {
  border-color:rgb(207 209 212 / 0.15);
}
.hover\:n-border-dark-neutral-text-weak\/20:hover {
  border-color:rgb(207 209 212 / 0.2);
}
.hover\:n-border-dark-neutral-text-weak\/25:hover {
  border-color:rgb(207 209 212 / 0.25);
}
.hover\:n-border-dark-neutral-text-weak\/30:hover {
  border-color:rgb(207 209 212 / 0.3);
}
.hover\:n-border-dark-neutral-text-weak\/35:hover {
  border-color:rgb(207 209 212 / 0.35);
}
.hover\:n-border-dark-neutral-text-weak\/40:hover {
  border-color:rgb(207 209 212 / 0.4);
}
.hover\:n-border-dark-neutral-text-weak\/45:hover {
  border-color:rgb(207 209 212 / 0.45);
}
.hover\:n-border-dark-neutral-text-weak\/5:hover {
  border-color:rgb(207 209 212 / 0.05);
}
.hover\:n-border-dark-neutral-text-weak\/50:hover {
  border-color:rgb(207 209 212 / 0.5);
}
.hover\:n-border-dark-neutral-text-weak\/55:hover {
  border-color:rgb(207 209 212 / 0.55);
}
.hover\:n-border-dark-neutral-text-weak\/60:hover {
  border-color:rgb(207 209 212 / 0.6);
}
.hover\:n-border-dark-neutral-text-weak\/65:hover {
  border-color:rgb(207 209 212 / 0.65);
}
.hover\:n-border-dark-neutral-text-weak\/70:hover {
  border-color:rgb(207 209 212 / 0.7);
}
.hover\:n-border-dark-neutral-text-weak\/75:hover {
  border-color:rgb(207 209 212 / 0.75);
}
.hover\:n-border-dark-neutral-text-weak\/80:hover {
  border-color:rgb(207 209 212 / 0.8);
}
.hover\:n-border-dark-neutral-text-weak\/85:hover {
  border-color:rgb(207 209 212 / 0.85);
}
.hover\:n-border-dark-neutral-text-weak\/90:hover {
  border-color:rgb(207 209 212 / 0.9);
}
.hover\:n-border-dark-neutral-text-weak\/95:hover {
  border-color:rgb(207 209 212 / 0.95);
}
.hover\:n-border-dark-neutral-text-weaker:hover {
  --tw-border-opacity:1;
  border-color:rgb(168 172 178 / var(--tw-border-opacity));
}
.hover\:n-border-dark-neutral-text-weaker\/0:hover {
  border-color:rgb(168 172 178 / 0);
}
.hover\:n-border-dark-neutral-text-weaker\/10:hover {
  border-color:rgb(168 172 178 / 0.1);
}
.hover\:n-border-dark-neutral-text-weaker\/100:hover {
  border-color:rgb(168 172 178 / 1);
}
.hover\:n-border-dark-neutral-text-weaker\/15:hover {
  border-color:rgb(168 172 178 / 0.15);
}
.hover\:n-border-dark-neutral-text-weaker\/20:hover {
  border-color:rgb(168 172 178 / 0.2);
}
.hover\:n-border-dark-neutral-text-weaker\/25:hover {
  border-color:rgb(168 172 178 / 0.25);
}
.hover\:n-border-dark-neutral-text-weaker\/30:hover {
  border-color:rgb(168 172 178 / 0.3);
}
.hover\:n-border-dark-neutral-text-weaker\/35:hover {
  border-color:rgb(168 172 178 / 0.35);
}
.hover\:n-border-dark-neutral-text-weaker\/40:hover {
  border-color:rgb(168 172 178 / 0.4);
}
.hover\:n-border-dark-neutral-text-weaker\/45:hover {
  border-color:rgb(168 172 178 / 0.45);
}
.hover\:n-border-dark-neutral-text-weaker\/5:hover {
  border-color:rgb(168 172 178 / 0.05);
}
.hover\:n-border-dark-neutral-text-weaker\/50:hover {
  border-color:rgb(168 172 178 / 0.5);
}
.hover\:n-border-dark-neutral-text-weaker\/55:hover {
  border-color:rgb(168 172 178 / 0.55);
}
.hover\:n-border-dark-neutral-text-weaker\/60:hover {
  border-color:rgb(168 172 178 / 0.6);
}
.hover\:n-border-dark-neutral-text-weaker\/65:hover {
  border-color:rgb(168 172 178 / 0.65);
}
.hover\:n-border-dark-neutral-text-weaker\/70:hover {
  border-color:rgb(168 172 178 / 0.7);
}
.hover\:n-border-dark-neutral-text-weaker\/75:hover {
  border-color:rgb(168 172 178 / 0.75);
}
.hover\:n-border-dark-neutral-text-weaker\/80:hover {
  border-color:rgb(168 172 178 / 0.8);
}
.hover\:n-border-dark-neutral-text-weaker\/85:hover {
  border-color:rgb(168 172 178 / 0.85);
}
.hover\:n-border-dark-neutral-text-weaker\/90:hover {
  border-color:rgb(168 172 178 / 0.9);
}
.hover\:n-border-dark-neutral-text-weaker\/95:hover {
  border-color:rgb(168 172 178 / 0.95);
}
.hover\:n-border-dark-neutral-text-weakest:hover {
  --tw-border-opacity:1;
  border-color:rgb(129 135 144 / var(--tw-border-opacity));
}
.hover\:n-border-dark-neutral-text-weakest\/0:hover {
  border-color:rgb(129 135 144 / 0);
}
.hover\:n-border-dark-neutral-text-weakest\/10:hover {
  border-color:rgb(129 135 144 / 0.1);
}
.hover\:n-border-dark-neutral-text-weakest\/100:hover {
  border-color:rgb(129 135 144 / 1);
}
.hover\:n-border-dark-neutral-text-weakest\/15:hover {
  border-color:rgb(129 135 144 / 0.15);
}
.hover\:n-border-dark-neutral-text-weakest\/20:hover {
  border-color:rgb(129 135 144 / 0.2);
}
.hover\:n-border-dark-neutral-text-weakest\/25:hover {
  border-color:rgb(129 135 144 / 0.25);
}
.hover\:n-border-dark-neutral-text-weakest\/30:hover {
  border-color:rgb(129 135 144 / 0.3);
}
.hover\:n-border-dark-neutral-text-weakest\/35:hover {
  border-color:rgb(129 135 144 / 0.35);
}
.hover\:n-border-dark-neutral-text-weakest\/40:hover {
  border-color:rgb(129 135 144 / 0.4);
}
.hover\:n-border-dark-neutral-text-weakest\/45:hover {
  border-color:rgb(129 135 144 / 0.45);
}
.hover\:n-border-dark-neutral-text-weakest\/5:hover {
  border-color:rgb(129 135 144 / 0.05);
}
.hover\:n-border-dark-neutral-text-weakest\/50:hover {
  border-color:rgb(129 135 144 / 0.5);
}
.hover\:n-border-dark-neutral-text-weakest\/55:hover {
  border-color:rgb(129 135 144 / 0.55);
}
.hover\:n-border-dark-neutral-text-weakest\/60:hover {
  border-color:rgb(129 135 144 / 0.6);
}
.hover\:n-border-dark-neutral-text-weakest\/65:hover {
  border-color:rgb(129 135 144 / 0.65);
}
.hover\:n-border-dark-neutral-text-weakest\/70:hover {
  border-color:rgb(129 135 144 / 0.7);
}
.hover\:n-border-dark-neutral-text-weakest\/75:hover {
  border-color:rgb(129 135 144 / 0.75);
}
.hover\:n-border-dark-neutral-text-weakest\/80:hover {
  border-color:rgb(129 135 144 / 0.8);
}
.hover\:n-border-dark-neutral-text-weakest\/85:hover {
  border-color:rgb(129 135 144 / 0.85);
}
.hover\:n-border-dark-neutral-text-weakest\/90:hover {
  border-color:rgb(129 135 144 / 0.9);
}
.hover\:n-border-dark-neutral-text-weakest\/95:hover {
  border-color:rgb(129 135 144 / 0.95);
}
.hover\:n-border-dark-primary-bg-selected:hover {
  --tw-border-opacity:1;
  border-color:rgb(38 47 49 / var(--tw-border-opacity));
}
.hover\:n-border-dark-primary-bg-selected\/0:hover {
  border-color:rgb(38 47 49 / 0);
}
.hover\:n-border-dark-primary-bg-selected\/10:hover {
  border-color:rgb(38 47 49 / 0.1);
}
.hover\:n-border-dark-primary-bg-selected\/100:hover {
  border-color:rgb(38 47 49 / 1);
}
.hover\:n-border-dark-primary-bg-selected\/15:hover {
  border-color:rgb(38 47 49 / 0.15);
}
.hover\:n-border-dark-primary-bg-selected\/20:hover {
  border-color:rgb(38 47 49 / 0.2);
}
.hover\:n-border-dark-primary-bg-selected\/25:hover {
  border-color:rgb(38 47 49 / 0.25);
}
.hover\:n-border-dark-primary-bg-selected\/30:hover {
  border-color:rgb(38 47 49 / 0.3);
}
.hover\:n-border-dark-primary-bg-selected\/35:hover {
  border-color:rgb(38 47 49 / 0.35);
}
.hover\:n-border-dark-primary-bg-selected\/40:hover {
  border-color:rgb(38 47 49 / 0.4);
}
.hover\:n-border-dark-primary-bg-selected\/45:hover {
  border-color:rgb(38 47 49 / 0.45);
}
.hover\:n-border-dark-primary-bg-selected\/5:hover {
  border-color:rgb(38 47 49 / 0.05);
}
.hover\:n-border-dark-primary-bg-selected\/50:hover {
  border-color:rgb(38 47 49 / 0.5);
}
.hover\:n-border-dark-primary-bg-selected\/55:hover {
  border-color:rgb(38 47 49 / 0.55);
}
.hover\:n-border-dark-primary-bg-selected\/60:hover {
  border-color:rgb(38 47 49 / 0.6);
}
.hover\:n-border-dark-primary-bg-selected\/65:hover {
  border-color:rgb(38 47 49 / 0.65);
}
.hover\:n-border-dark-primary-bg-selected\/70:hover {
  border-color:rgb(38 47 49 / 0.7);
}
.hover\:n-border-dark-primary-bg-selected\/75:hover {
  border-color:rgb(38 47 49 / 0.75);
}
.hover\:n-border-dark-primary-bg-selected\/80:hover {
  border-color:rgb(38 47 49 / 0.8);
}
.hover\:n-border-dark-primary-bg-selected\/85:hover {
  border-color:rgb(38 47 49 / 0.85);
}
.hover\:n-border-dark-primary-bg-selected\/90:hover {
  border-color:rgb(38 47 49 / 0.9);
}
.hover\:n-border-dark-primary-bg-selected\/95:hover {
  border-color:rgb(38 47 49 / 0.95);
}
.hover\:n-border-dark-primary-bg-status:hover {
  --tw-border-opacity:1;
  border-color:rgb(143 227 232 / var(--tw-border-opacity));
}
.hover\:n-border-dark-primary-bg-status\/0:hover {
  border-color:rgb(143 227 232 / 0);
}
.hover\:n-border-dark-primary-bg-status\/10:hover {
  border-color:rgb(143 227 232 / 0.1);
}
.hover\:n-border-dark-primary-bg-status\/100:hover {
  border-color:rgb(143 227 232 / 1);
}
.hover\:n-border-dark-primary-bg-status\/15:hover {
  border-color:rgb(143 227 232 / 0.15);
}
.hover\:n-border-dark-primary-bg-status\/20:hover {
  border-color:rgb(143 227 232 / 0.2);
}
.hover\:n-border-dark-primary-bg-status\/25:hover {
  border-color:rgb(143 227 232 / 0.25);
}
.hover\:n-border-dark-primary-bg-status\/30:hover {
  border-color:rgb(143 227 232 / 0.3);
}
.hover\:n-border-dark-primary-bg-status\/35:hover {
  border-color:rgb(143 227 232 / 0.35);
}
.hover\:n-border-dark-primary-bg-status\/40:hover {
  border-color:rgb(143 227 232 / 0.4);
}
.hover\:n-border-dark-primary-bg-status\/45:hover {
  border-color:rgb(143 227 232 / 0.45);
}
.hover\:n-border-dark-primary-bg-status\/5:hover {
  border-color:rgb(143 227 232 / 0.05);
}
.hover\:n-border-dark-primary-bg-status\/50:hover {
  border-color:rgb(143 227 232 / 0.5);
}
.hover\:n-border-dark-primary-bg-status\/55:hover {
  border-color:rgb(143 227 232 / 0.55);
}
.hover\:n-border-dark-primary-bg-status\/60:hover {
  border-color:rgb(143 227 232 / 0.6);
}
.hover\:n-border-dark-primary-bg-status\/65:hover {
  border-color:rgb(143 227 232 / 0.65);
}
.hover\:n-border-dark-primary-bg-status\/70:hover {
  border-color:rgb(143 227 232 / 0.7);
}
.hover\:n-border-dark-primary-bg-status\/75:hover {
  border-color:rgb(143 227 232 / 0.75);
}
.hover\:n-border-dark-primary-bg-status\/80:hover {
  border-color:rgb(143 227 232 / 0.8);
}
.hover\:n-border-dark-primary-bg-status\/85:hover {
  border-color:rgb(143 227 232 / 0.85);
}
.hover\:n-border-dark-primary-bg-status\/90:hover {
  border-color:rgb(143 227 232 / 0.9);
}
.hover\:n-border-dark-primary-bg-status\/95:hover {
  border-color:rgb(143 227 232 / 0.95);
}
.hover\:n-border-dark-primary-bg-strong:hover {
  --tw-border-opacity:1;
  border-color:rgb(143 227 232 / var(--tw-border-opacity));
}
.hover\:n-border-dark-primary-bg-strong\/0:hover {
  border-color:rgb(143 227 232 / 0);
}
.hover\:n-border-dark-primary-bg-strong\/10:hover {
  border-color:rgb(143 227 232 / 0.1);
}
.hover\:n-border-dark-primary-bg-strong\/100:hover {
  border-color:rgb(143 227 232 / 1);
}
.hover\:n-border-dark-primary-bg-strong\/15:hover {
  border-color:rgb(143 227 232 / 0.15);
}
.hover\:n-border-dark-primary-bg-strong\/20:hover {
  border-color:rgb(143 227 232 / 0.2);
}
.hover\:n-border-dark-primary-bg-strong\/25:hover {
  border-color:rgb(143 227 232 / 0.25);
}
.hover\:n-border-dark-primary-bg-strong\/30:hover {
  border-color:rgb(143 227 232 / 0.3);
}
.hover\:n-border-dark-primary-bg-strong\/35:hover {
  border-color:rgb(143 227 232 / 0.35);
}
.hover\:n-border-dark-primary-bg-strong\/40:hover {
  border-color:rgb(143 227 232 / 0.4);
}
.hover\:n-border-dark-primary-bg-strong\/45:hover {
  border-color:rgb(143 227 232 / 0.45);
}
.hover\:n-border-dark-primary-bg-strong\/5:hover {
  border-color:rgb(143 227 232 / 0.05);
}
.hover\:n-border-dark-primary-bg-strong\/50:hover {
  border-color:rgb(143 227 232 / 0.5);
}
.hover\:n-border-dark-primary-bg-strong\/55:hover {
  border-color:rgb(143 227 232 / 0.55);
}
.hover\:n-border-dark-primary-bg-strong\/60:hover {
  border-color:rgb(143 227 232 / 0.6);
}
.hover\:n-border-dark-primary-bg-strong\/65:hover {
  border-color:rgb(143 227 232 / 0.65);
}
.hover\:n-border-dark-primary-bg-strong\/70:hover {
  border-color:rgb(143 227 232 / 0.7);
}
.hover\:n-border-dark-primary-bg-strong\/75:hover {
  border-color:rgb(143 227 232 / 0.75);
}
.hover\:n-border-dark-primary-bg-strong\/80:hover {
  border-color:rgb(143 227 232 / 0.8);
}
.hover\:n-border-dark-primary-bg-strong\/85:hover {
  border-color:rgb(143 227 232 / 0.85);
}
.hover\:n-border-dark-primary-bg-strong\/90:hover {
  border-color:rgb(143 227 232 / 0.9);
}
.hover\:n-border-dark-primary-bg-strong\/95:hover {
  border-color:rgb(143 227 232 / 0.95);
}
.hover\:n-border-dark-primary-bg-weak:hover {
  --tw-border-opacity:1;
  border-color:rgb(38 47 49 / var(--tw-border-opacity));
}
.hover\:n-border-dark-primary-bg-weak\/0:hover {
  border-color:rgb(38 47 49 / 0);
}
.hover\:n-border-dark-primary-bg-weak\/10:hover {
  border-color:rgb(38 47 49 / 0.1);
}
.hover\:n-border-dark-primary-bg-weak\/100:hover {
  border-color:rgb(38 47 49 / 1);
}
.hover\:n-border-dark-primary-bg-weak\/15:hover {
  border-color:rgb(38 47 49 / 0.15);
}
.hover\:n-border-dark-primary-bg-weak\/20:hover {
  border-color:rgb(38 47 49 / 0.2);
}
.hover\:n-border-dark-primary-bg-weak\/25:hover {
  border-color:rgb(38 47 49 / 0.25);
}
.hover\:n-border-dark-primary-bg-weak\/30:hover {
  border-color:rgb(38 47 49 / 0.3);
}
.hover\:n-border-dark-primary-bg-weak\/35:hover {
  border-color:rgb(38 47 49 / 0.35);
}
.hover\:n-border-dark-primary-bg-weak\/40:hover {
  border-color:rgb(38 47 49 / 0.4);
}
.hover\:n-border-dark-primary-bg-weak\/45:hover {
  border-color:rgb(38 47 49 / 0.45);
}
.hover\:n-border-dark-primary-bg-weak\/5:hover {
  border-color:rgb(38 47 49 / 0.05);
}
.hover\:n-border-dark-primary-bg-weak\/50:hover {
  border-color:rgb(38 47 49 / 0.5);
}
.hover\:n-border-dark-primary-bg-weak\/55:hover {
  border-color:rgb(38 47 49 / 0.55);
}
.hover\:n-border-dark-primary-bg-weak\/60:hover {
  border-color:rgb(38 47 49 / 0.6);
}
.hover\:n-border-dark-primary-bg-weak\/65:hover {
  border-color:rgb(38 47 49 / 0.65);
}
.hover\:n-border-dark-primary-bg-weak\/70:hover {
  border-color:rgb(38 47 49 / 0.7);
}
.hover\:n-border-dark-primary-bg-weak\/75:hover {
  border-color:rgb(38 47 49 / 0.75);
}
.hover\:n-border-dark-primary-bg-weak\/80:hover {
  border-color:rgb(38 47 49 / 0.8);
}
.hover\:n-border-dark-primary-bg-weak\/85:hover {
  border-color:rgb(38 47 49 / 0.85);
}
.hover\:n-border-dark-primary-bg-weak\/90:hover {
  border-color:rgb(38 47 49 / 0.9);
}
.hover\:n-border-dark-primary-bg-weak\/95:hover {
  border-color:rgb(38 47 49 / 0.95);
}
.hover\:n-border-dark-primary-border-strong:hover {
  --tw-border-opacity:1;
  border-color:rgb(143 227 232 / var(--tw-border-opacity));
}
.hover\:n-border-dark-primary-border-strong\/0:hover {
  border-color:rgb(143 227 232 / 0);
}
.hover\:n-border-dark-primary-border-strong\/10:hover {
  border-color:rgb(143 227 232 / 0.1);
}
.hover\:n-border-dark-primary-border-strong\/100:hover {
  border-color:rgb(143 227 232 / 1);
}
.hover\:n-border-dark-primary-border-strong\/15:hover {
  border-color:rgb(143 227 232 / 0.15);
}
.hover\:n-border-dark-primary-border-strong\/20:hover {
  border-color:rgb(143 227 232 / 0.2);
}
.hover\:n-border-dark-primary-border-strong\/25:hover {
  border-color:rgb(143 227 232 / 0.25);
}
.hover\:n-border-dark-primary-border-strong\/30:hover {
  border-color:rgb(143 227 232 / 0.3);
}
.hover\:n-border-dark-primary-border-strong\/35:hover {
  border-color:rgb(143 227 232 / 0.35);
}
.hover\:n-border-dark-primary-border-strong\/40:hover {
  border-color:rgb(143 227 232 / 0.4);
}
.hover\:n-border-dark-primary-border-strong\/45:hover {
  border-color:rgb(143 227 232 / 0.45);
}
.hover\:n-border-dark-primary-border-strong\/5:hover {
  border-color:rgb(143 227 232 / 0.05);
}
.hover\:n-border-dark-primary-border-strong\/50:hover {
  border-color:rgb(143 227 232 / 0.5);
}
.hover\:n-border-dark-primary-border-strong\/55:hover {
  border-color:rgb(143 227 232 / 0.55);
}
.hover\:n-border-dark-primary-border-strong\/60:hover {
  border-color:rgb(143 227 232 / 0.6);
}
.hover\:n-border-dark-primary-border-strong\/65:hover {
  border-color:rgb(143 227 232 / 0.65);
}
.hover\:n-border-dark-primary-border-strong\/70:hover {
  border-color:rgb(143 227 232 / 0.7);
}
.hover\:n-border-dark-primary-border-strong\/75:hover {
  border-color:rgb(143 227 232 / 0.75);
}
.hover\:n-border-dark-primary-border-strong\/80:hover {
  border-color:rgb(143 227 232 / 0.8);
}
.hover\:n-border-dark-primary-border-strong\/85:hover {
  border-color:rgb(143 227 232 / 0.85);
}
.hover\:n-border-dark-primary-border-strong\/90:hover {
  border-color:rgb(143 227 232 / 0.9);
}
.hover\:n-border-dark-primary-border-strong\/95:hover {
  border-color:rgb(143 227 232 / 0.95);
}
.hover\:n-border-dark-primary-border-weak:hover {
  --tw-border-opacity:1;
  border-color:rgb(2 80 123 / var(--tw-border-opacity));
}
.hover\:n-border-dark-primary-border-weak\/0:hover {
  border-color:rgb(2 80 123 / 0);
}
.hover\:n-border-dark-primary-border-weak\/10:hover {
  border-color:rgb(2 80 123 / 0.1);
}
.hover\:n-border-dark-primary-border-weak\/100:hover {
  border-color:rgb(2 80 123 / 1);
}
.hover\:n-border-dark-primary-border-weak\/15:hover {
  border-color:rgb(2 80 123 / 0.15);
}
.hover\:n-border-dark-primary-border-weak\/20:hover {
  border-color:rgb(2 80 123 / 0.2);
}
.hover\:n-border-dark-primary-border-weak\/25:hover {
  border-color:rgb(2 80 123 / 0.25);
}
.hover\:n-border-dark-primary-border-weak\/30:hover {
  border-color:rgb(2 80 123 / 0.3);
}
.hover\:n-border-dark-primary-border-weak\/35:hover {
  border-color:rgb(2 80 123 / 0.35);
}
.hover\:n-border-dark-primary-border-weak\/40:hover {
  border-color:rgb(2 80 123 / 0.4);
}
.hover\:n-border-dark-primary-border-weak\/45:hover {
  border-color:rgb(2 80 123 / 0.45);
}
.hover\:n-border-dark-primary-border-weak\/5:hover {
  border-color:rgb(2 80 123 / 0.05);
}
.hover\:n-border-dark-primary-border-weak\/50:hover {
  border-color:rgb(2 80 123 / 0.5);
}
.hover\:n-border-dark-primary-border-weak\/55:hover {
  border-color:rgb(2 80 123 / 0.55);
}
.hover\:n-border-dark-primary-border-weak\/60:hover {
  border-color:rgb(2 80 123 / 0.6);
}
.hover\:n-border-dark-primary-border-weak\/65:hover {
  border-color:rgb(2 80 123 / 0.65);
}
.hover\:n-border-dark-primary-border-weak\/70:hover {
  border-color:rgb(2 80 123 / 0.7);
}
.hover\:n-border-dark-primary-border-weak\/75:hover {
  border-color:rgb(2 80 123 / 0.75);
}
.hover\:n-border-dark-primary-border-weak\/80:hover {
  border-color:rgb(2 80 123 / 0.8);
}
.hover\:n-border-dark-primary-border-weak\/85:hover {
  border-color:rgb(2 80 123 / 0.85);
}
.hover\:n-border-dark-primary-border-weak\/90:hover {
  border-color:rgb(2 80 123 / 0.9);
}
.hover\:n-border-dark-primary-border-weak\/95:hover {
  border-color:rgb(2 80 123 / 0.95);
}
.hover\:n-border-dark-primary-focus:hover {
  --tw-border-opacity:1;
  border-color:rgb(93 179 191 / var(--tw-border-opacity));
}
.hover\:n-border-dark-primary-focus\/0:hover {
  border-color:rgb(93 179 191 / 0);
}
.hover\:n-border-dark-primary-focus\/10:hover {
  border-color:rgb(93 179 191 / 0.1);
}
.hover\:n-border-dark-primary-focus\/100:hover {
  border-color:rgb(93 179 191 / 1);
}
.hover\:n-border-dark-primary-focus\/15:hover {
  border-color:rgb(93 179 191 / 0.15);
}
.hover\:n-border-dark-primary-focus\/20:hover {
  border-color:rgb(93 179 191 / 0.2);
}
.hover\:n-border-dark-primary-focus\/25:hover {
  border-color:rgb(93 179 191 / 0.25);
}
.hover\:n-border-dark-primary-focus\/30:hover {
  border-color:rgb(93 179 191 / 0.3);
}
.hover\:n-border-dark-primary-focus\/35:hover {
  border-color:rgb(93 179 191 / 0.35);
}
.hover\:n-border-dark-primary-focus\/40:hover {
  border-color:rgb(93 179 191 / 0.4);
}
.hover\:n-border-dark-primary-focus\/45:hover {
  border-color:rgb(93 179 191 / 0.45);
}
.hover\:n-border-dark-primary-focus\/5:hover {
  border-color:rgb(93 179 191 / 0.05);
}
.hover\:n-border-dark-primary-focus\/50:hover {
  border-color:rgb(93 179 191 / 0.5);
}
.hover\:n-border-dark-primary-focus\/55:hover {
  border-color:rgb(93 179 191 / 0.55);
}
.hover\:n-border-dark-primary-focus\/60:hover {
  border-color:rgb(93 179 191 / 0.6);
}
.hover\:n-border-dark-primary-focus\/65:hover {
  border-color:rgb(93 179 191 / 0.65);
}
.hover\:n-border-dark-primary-focus\/70:hover {
  border-color:rgb(93 179 191 / 0.7);
}
.hover\:n-border-dark-primary-focus\/75:hover {
  border-color:rgb(93 179 191 / 0.75);
}
.hover\:n-border-dark-primary-focus\/80:hover {
  border-color:rgb(93 179 191 / 0.8);
}
.hover\:n-border-dark-primary-focus\/85:hover {
  border-color:rgb(93 179 191 / 0.85);
}
.hover\:n-border-dark-primary-focus\/90:hover {
  border-color:rgb(93 179 191 / 0.9);
}
.hover\:n-border-dark-primary-focus\/95:hover {
  border-color:rgb(93 179 191 / 0.95);
}
.hover\:n-border-dark-primary-hover-strong:hover {
  --tw-border-opacity:1;
  border-color:rgb(93 179 191 / var(--tw-border-opacity));
}
.hover\:n-border-dark-primary-hover-strong\/0:hover {
  border-color:rgb(93 179 191 / 0);
}
.hover\:n-border-dark-primary-hover-strong\/10:hover {
  border-color:rgb(93 179 191 / 0.1);
}
.hover\:n-border-dark-primary-hover-strong\/100:hover {
  border-color:rgb(93 179 191 / 1);
}
.hover\:n-border-dark-primary-hover-strong\/15:hover {
  border-color:rgb(93 179 191 / 0.15);
}
.hover\:n-border-dark-primary-hover-strong\/20:hover {
  border-color:rgb(93 179 191 / 0.2);
}
.hover\:n-border-dark-primary-hover-strong\/25:hover {
  border-color:rgb(93 179 191 / 0.25);
}
.hover\:n-border-dark-primary-hover-strong\/30:hover {
  border-color:rgb(93 179 191 / 0.3);
}
.hover\:n-border-dark-primary-hover-strong\/35:hover {
  border-color:rgb(93 179 191 / 0.35);
}
.hover\:n-border-dark-primary-hover-strong\/40:hover {
  border-color:rgb(93 179 191 / 0.4);
}
.hover\:n-border-dark-primary-hover-strong\/45:hover {
  border-color:rgb(93 179 191 / 0.45);
}
.hover\:n-border-dark-primary-hover-strong\/5:hover {
  border-color:rgb(93 179 191 / 0.05);
}
.hover\:n-border-dark-primary-hover-strong\/50:hover {
  border-color:rgb(93 179 191 / 0.5);
}
.hover\:n-border-dark-primary-hover-strong\/55:hover {
  border-color:rgb(93 179 191 / 0.55);
}
.hover\:n-border-dark-primary-hover-strong\/60:hover {
  border-color:rgb(93 179 191 / 0.6);
}
.hover\:n-border-dark-primary-hover-strong\/65:hover {
  border-color:rgb(93 179 191 / 0.65);
}
.hover\:n-border-dark-primary-hover-strong\/70:hover {
  border-color:rgb(93 179 191 / 0.7);
}
.hover\:n-border-dark-primary-hover-strong\/75:hover {
  border-color:rgb(93 179 191 / 0.75);
}
.hover\:n-border-dark-primary-hover-strong\/80:hover {
  border-color:rgb(93 179 191 / 0.8);
}
.hover\:n-border-dark-primary-hover-strong\/85:hover {
  border-color:rgb(93 179 191 / 0.85);
}
.hover\:n-border-dark-primary-hover-strong\/90:hover {
  border-color:rgb(93 179 191 / 0.9);
}
.hover\:n-border-dark-primary-hover-strong\/95:hover {
  border-color:rgb(93 179 191 / 0.95);
}
.hover\:n-border-dark-primary-hover-weak:hover {
  --tw-border-opacity:1;
  border-color:rgb(143 227 232 / var(--tw-border-opacity));
}
.hover\:n-border-dark-primary-hover-weak\/0:hover {
  border-color:rgb(143 227 232 / 0);
}
.hover\:n-border-dark-primary-hover-weak\/10:hover {
  border-color:rgb(143 227 232 / 0.1);
}
.hover\:n-border-dark-primary-hover-weak\/100:hover {
  border-color:rgb(143 227 232 / 1);
}
.hover\:n-border-dark-primary-hover-weak\/15:hover {
  border-color:rgb(143 227 232 / 0.15);
}
.hover\:n-border-dark-primary-hover-weak\/20:hover {
  border-color:rgb(143 227 232 / 0.2);
}
.hover\:n-border-dark-primary-hover-weak\/25:hover {
  border-color:rgb(143 227 232 / 0.25);
}
.hover\:n-border-dark-primary-hover-weak\/30:hover {
  border-color:rgb(143 227 232 / 0.3);
}
.hover\:n-border-dark-primary-hover-weak\/35:hover {
  border-color:rgb(143 227 232 / 0.35);
}
.hover\:n-border-dark-primary-hover-weak\/40:hover {
  border-color:rgb(143 227 232 / 0.4);
}
.hover\:n-border-dark-primary-hover-weak\/45:hover {
  border-color:rgb(143 227 232 / 0.45);
}
.hover\:n-border-dark-primary-hover-weak\/5:hover {
  border-color:rgb(143 227 232 / 0.05);
}
.hover\:n-border-dark-primary-hover-weak\/50:hover {
  border-color:rgb(143 227 232 / 0.5);
}
.hover\:n-border-dark-primary-hover-weak\/55:hover {
  border-color:rgb(143 227 232 / 0.55);
}
.hover\:n-border-dark-primary-hover-weak\/60:hover {
  border-color:rgb(143 227 232 / 0.6);
}
.hover\:n-border-dark-primary-hover-weak\/65:hover {
  border-color:rgb(143 227 232 / 0.65);
}
.hover\:n-border-dark-primary-hover-weak\/70:hover {
  border-color:rgb(143 227 232 / 0.7);
}
.hover\:n-border-dark-primary-hover-weak\/75:hover {
  border-color:rgb(143 227 232 / 0.75);
}
.hover\:n-border-dark-primary-hover-weak\/80:hover {
  border-color:rgb(143 227 232 / 0.8);
}
.hover\:n-border-dark-primary-hover-weak\/85:hover {
  border-color:rgb(143 227 232 / 0.85);
}
.hover\:n-border-dark-primary-hover-weak\/90:hover {
  border-color:rgb(143 227 232 / 0.9);
}
.hover\:n-border-dark-primary-hover-weak\/95:hover {
  border-color:rgb(143 227 232 / 0.95);
}
.hover\:n-border-dark-primary-icon:hover {
  --tw-border-opacity:1;
  border-color:rgb(143 227 232 / var(--tw-border-opacity));
}
.hover\:n-border-dark-primary-icon\/0:hover {
  border-color:rgb(143 227 232 / 0);
}
.hover\:n-border-dark-primary-icon\/10:hover {
  border-color:rgb(143 227 232 / 0.1);
}
.hover\:n-border-dark-primary-icon\/100:hover {
  border-color:rgb(143 227 232 / 1);
}
.hover\:n-border-dark-primary-icon\/15:hover {
  border-color:rgb(143 227 232 / 0.15);
}
.hover\:n-border-dark-primary-icon\/20:hover {
  border-color:rgb(143 227 232 / 0.2);
}
.hover\:n-border-dark-primary-icon\/25:hover {
  border-color:rgb(143 227 232 / 0.25);
}
.hover\:n-border-dark-primary-icon\/30:hover {
  border-color:rgb(143 227 232 / 0.3);
}
.hover\:n-border-dark-primary-icon\/35:hover {
  border-color:rgb(143 227 232 / 0.35);
}
.hover\:n-border-dark-primary-icon\/40:hover {
  border-color:rgb(143 227 232 / 0.4);
}
.hover\:n-border-dark-primary-icon\/45:hover {
  border-color:rgb(143 227 232 / 0.45);
}
.hover\:n-border-dark-primary-icon\/5:hover {
  border-color:rgb(143 227 232 / 0.05);
}
.hover\:n-border-dark-primary-icon\/50:hover {
  border-color:rgb(143 227 232 / 0.5);
}
.hover\:n-border-dark-primary-icon\/55:hover {
  border-color:rgb(143 227 232 / 0.55);
}
.hover\:n-border-dark-primary-icon\/60:hover {
  border-color:rgb(143 227 232 / 0.6);
}
.hover\:n-border-dark-primary-icon\/65:hover {
  border-color:rgb(143 227 232 / 0.65);
}
.hover\:n-border-dark-primary-icon\/70:hover {
  border-color:rgb(143 227 232 / 0.7);
}
.hover\:n-border-dark-primary-icon\/75:hover {
  border-color:rgb(143 227 232 / 0.75);
}
.hover\:n-border-dark-primary-icon\/80:hover {
  border-color:rgb(143 227 232 / 0.8);
}
.hover\:n-border-dark-primary-icon\/85:hover {
  border-color:rgb(143 227 232 / 0.85);
}
.hover\:n-border-dark-primary-icon\/90:hover {
  border-color:rgb(143 227 232 / 0.9);
}
.hover\:n-border-dark-primary-icon\/95:hover {
  border-color:rgb(143 227 232 / 0.95);
}
.hover\:n-border-dark-primary-pressed-strong:hover {
  --tw-border-opacity:1;
  border-color:rgb(76 153 164 / var(--tw-border-opacity));
}
.hover\:n-border-dark-primary-pressed-strong\/0:hover {
  border-color:rgb(76 153 164 / 0);
}
.hover\:n-border-dark-primary-pressed-strong\/10:hover {
  border-color:rgb(76 153 164 / 0.1);
}
.hover\:n-border-dark-primary-pressed-strong\/100:hover {
  border-color:rgb(76 153 164 / 1);
}
.hover\:n-border-dark-primary-pressed-strong\/15:hover {
  border-color:rgb(76 153 164 / 0.15);
}
.hover\:n-border-dark-primary-pressed-strong\/20:hover {
  border-color:rgb(76 153 164 / 0.2);
}
.hover\:n-border-dark-primary-pressed-strong\/25:hover {
  border-color:rgb(76 153 164 / 0.25);
}
.hover\:n-border-dark-primary-pressed-strong\/30:hover {
  border-color:rgb(76 153 164 / 0.3);
}
.hover\:n-border-dark-primary-pressed-strong\/35:hover {
  border-color:rgb(76 153 164 / 0.35);
}
.hover\:n-border-dark-primary-pressed-strong\/40:hover {
  border-color:rgb(76 153 164 / 0.4);
}
.hover\:n-border-dark-primary-pressed-strong\/45:hover {
  border-color:rgb(76 153 164 / 0.45);
}
.hover\:n-border-dark-primary-pressed-strong\/5:hover {
  border-color:rgb(76 153 164 / 0.05);
}
.hover\:n-border-dark-primary-pressed-strong\/50:hover {
  border-color:rgb(76 153 164 / 0.5);
}
.hover\:n-border-dark-primary-pressed-strong\/55:hover {
  border-color:rgb(76 153 164 / 0.55);
}
.hover\:n-border-dark-primary-pressed-strong\/60:hover {
  border-color:rgb(76 153 164 / 0.6);
}
.hover\:n-border-dark-primary-pressed-strong\/65:hover {
  border-color:rgb(76 153 164 / 0.65);
}
.hover\:n-border-dark-primary-pressed-strong\/70:hover {
  border-color:rgb(76 153 164 / 0.7);
}
.hover\:n-border-dark-primary-pressed-strong\/75:hover {
  border-color:rgb(76 153 164 / 0.75);
}
.hover\:n-border-dark-primary-pressed-strong\/80:hover {
  border-color:rgb(76 153 164 / 0.8);
}
.hover\:n-border-dark-primary-pressed-strong\/85:hover {
  border-color:rgb(76 153 164 / 0.85);
}
.hover\:n-border-dark-primary-pressed-strong\/90:hover {
  border-color:rgb(76 153 164 / 0.9);
}
.hover\:n-border-dark-primary-pressed-strong\/95:hover {
  border-color:rgb(76 153 164 / 0.95);
}
.hover\:n-border-dark-primary-pressed-weak:hover {
  --tw-border-opacity:1;
  border-color:rgb(143 227 232 / var(--tw-border-opacity));
}
.hover\:n-border-dark-primary-pressed-weak\/0:hover {
  border-color:rgb(143 227 232 / 0);
}
.hover\:n-border-dark-primary-pressed-weak\/10:hover {
  border-color:rgb(143 227 232 / 0.1);
}
.hover\:n-border-dark-primary-pressed-weak\/100:hover {
  border-color:rgb(143 227 232 / 1);
}
.hover\:n-border-dark-primary-pressed-weak\/15:hover {
  border-color:rgb(143 227 232 / 0.15);
}
.hover\:n-border-dark-primary-pressed-weak\/20:hover {
  border-color:rgb(143 227 232 / 0.2);
}
.hover\:n-border-dark-primary-pressed-weak\/25:hover {
  border-color:rgb(143 227 232 / 0.25);
}
.hover\:n-border-dark-primary-pressed-weak\/30:hover {
  border-color:rgb(143 227 232 / 0.3);
}
.hover\:n-border-dark-primary-pressed-weak\/35:hover {
  border-color:rgb(143 227 232 / 0.35);
}
.hover\:n-border-dark-primary-pressed-weak\/40:hover {
  border-color:rgb(143 227 232 / 0.4);
}
.hover\:n-border-dark-primary-pressed-weak\/45:hover {
  border-color:rgb(143 227 232 / 0.45);
}
.hover\:n-border-dark-primary-pressed-weak\/5:hover {
  border-color:rgb(143 227 232 / 0.05);
}
.hover\:n-border-dark-primary-pressed-weak\/50:hover {
  border-color:rgb(143 227 232 / 0.5);
}
.hover\:n-border-dark-primary-pressed-weak\/55:hover {
  border-color:rgb(143 227 232 / 0.55);
}
.hover\:n-border-dark-primary-pressed-weak\/60:hover {
  border-color:rgb(143 227 232 / 0.6);
}
.hover\:n-border-dark-primary-pressed-weak\/65:hover {
  border-color:rgb(143 227 232 / 0.65);
}
.hover\:n-border-dark-primary-pressed-weak\/70:hover {
  border-color:rgb(143 227 232 / 0.7);
}
.hover\:n-border-dark-primary-pressed-weak\/75:hover {
  border-color:rgb(143 227 232 / 0.75);
}
.hover\:n-border-dark-primary-pressed-weak\/80:hover {
  border-color:rgb(143 227 232 / 0.8);
}
.hover\:n-border-dark-primary-pressed-weak\/85:hover {
  border-color:rgb(143 227 232 / 0.85);
}
.hover\:n-border-dark-primary-pressed-weak\/90:hover {
  border-color:rgb(143 227 232 / 0.9);
}
.hover\:n-border-dark-primary-pressed-weak\/95:hover {
  border-color:rgb(143 227 232 / 0.95);
}
.hover\:n-border-dark-primary-text:hover {
  --tw-border-opacity:1;
  border-color:rgb(143 227 232 / var(--tw-border-opacity));
}
.hover\:n-border-dark-primary-text\/0:hover {
  border-color:rgb(143 227 232 / 0);
}
.hover\:n-border-dark-primary-text\/10:hover {
  border-color:rgb(143 227 232 / 0.1);
}
.hover\:n-border-dark-primary-text\/100:hover {
  border-color:rgb(143 227 232 / 1);
}
.hover\:n-border-dark-primary-text\/15:hover {
  border-color:rgb(143 227 232 / 0.15);
}
.hover\:n-border-dark-primary-text\/20:hover {
  border-color:rgb(143 227 232 / 0.2);
}
.hover\:n-border-dark-primary-text\/25:hover {
  border-color:rgb(143 227 232 / 0.25);
}
.hover\:n-border-dark-primary-text\/30:hover {
  border-color:rgb(143 227 232 / 0.3);
}
.hover\:n-border-dark-primary-text\/35:hover {
  border-color:rgb(143 227 232 / 0.35);
}
.hover\:n-border-dark-primary-text\/40:hover {
  border-color:rgb(143 227 232 / 0.4);
}
.hover\:n-border-dark-primary-text\/45:hover {
  border-color:rgb(143 227 232 / 0.45);
}
.hover\:n-border-dark-primary-text\/5:hover {
  border-color:rgb(143 227 232 / 0.05);
}
.hover\:n-border-dark-primary-text\/50:hover {
  border-color:rgb(143 227 232 / 0.5);
}
.hover\:n-border-dark-primary-text\/55:hover {
  border-color:rgb(143 227 232 / 0.55);
}
.hover\:n-border-dark-primary-text\/60:hover {
  border-color:rgb(143 227 232 / 0.6);
}
.hover\:n-border-dark-primary-text\/65:hover {
  border-color:rgb(143 227 232 / 0.65);
}
.hover\:n-border-dark-primary-text\/70:hover {
  border-color:rgb(143 227 232 / 0.7);
}
.hover\:n-border-dark-primary-text\/75:hover {
  border-color:rgb(143 227 232 / 0.75);
}
.hover\:n-border-dark-primary-text\/80:hover {
  border-color:rgb(143 227 232 / 0.8);
}
.hover\:n-border-dark-primary-text\/85:hover {
  border-color:rgb(143 227 232 / 0.85);
}
.hover\:n-border-dark-primary-text\/90:hover {
  border-color:rgb(143 227 232 / 0.9);
}
.hover\:n-border-dark-primary-text\/95:hover {
  border-color:rgb(143 227 232 / 0.95);
}
.hover\:n-border-dark-success-bg-status:hover {
  --tw-border-opacity:1;
  border-color:rgb(144 203 98 / var(--tw-border-opacity));
}
.hover\:n-border-dark-success-bg-status\/0:hover {
  border-color:rgb(144 203 98 / 0);
}
.hover\:n-border-dark-success-bg-status\/10:hover {
  border-color:rgb(144 203 98 / 0.1);
}
.hover\:n-border-dark-success-bg-status\/100:hover {
  border-color:rgb(144 203 98 / 1);
}
.hover\:n-border-dark-success-bg-status\/15:hover {
  border-color:rgb(144 203 98 / 0.15);
}
.hover\:n-border-dark-success-bg-status\/20:hover {
  border-color:rgb(144 203 98 / 0.2);
}
.hover\:n-border-dark-success-bg-status\/25:hover {
  border-color:rgb(144 203 98 / 0.25);
}
.hover\:n-border-dark-success-bg-status\/30:hover {
  border-color:rgb(144 203 98 / 0.3);
}
.hover\:n-border-dark-success-bg-status\/35:hover {
  border-color:rgb(144 203 98 / 0.35);
}
.hover\:n-border-dark-success-bg-status\/40:hover {
  border-color:rgb(144 203 98 / 0.4);
}
.hover\:n-border-dark-success-bg-status\/45:hover {
  border-color:rgb(144 203 98 / 0.45);
}
.hover\:n-border-dark-success-bg-status\/5:hover {
  border-color:rgb(144 203 98 / 0.05);
}
.hover\:n-border-dark-success-bg-status\/50:hover {
  border-color:rgb(144 203 98 / 0.5);
}
.hover\:n-border-dark-success-bg-status\/55:hover {
  border-color:rgb(144 203 98 / 0.55);
}
.hover\:n-border-dark-success-bg-status\/60:hover {
  border-color:rgb(144 203 98 / 0.6);
}
.hover\:n-border-dark-success-bg-status\/65:hover {
  border-color:rgb(144 203 98 / 0.65);
}
.hover\:n-border-dark-success-bg-status\/70:hover {
  border-color:rgb(144 203 98 / 0.7);
}
.hover\:n-border-dark-success-bg-status\/75:hover {
  border-color:rgb(144 203 98 / 0.75);
}
.hover\:n-border-dark-success-bg-status\/80:hover {
  border-color:rgb(144 203 98 / 0.8);
}
.hover\:n-border-dark-success-bg-status\/85:hover {
  border-color:rgb(144 203 98 / 0.85);
}
.hover\:n-border-dark-success-bg-status\/90:hover {
  border-color:rgb(144 203 98 / 0.9);
}
.hover\:n-border-dark-success-bg-status\/95:hover {
  border-color:rgb(144 203 98 / 0.95);
}
.hover\:n-border-dark-success-bg-strong:hover {
  --tw-border-opacity:1;
  border-color:rgb(144 203 98 / var(--tw-border-opacity));
}
.hover\:n-border-dark-success-bg-strong\/0:hover {
  border-color:rgb(144 203 98 / 0);
}
.hover\:n-border-dark-success-bg-strong\/10:hover {
  border-color:rgb(144 203 98 / 0.1);
}
.hover\:n-border-dark-success-bg-strong\/100:hover {
  border-color:rgb(144 203 98 / 1);
}
.hover\:n-border-dark-success-bg-strong\/15:hover {
  border-color:rgb(144 203 98 / 0.15);
}
.hover\:n-border-dark-success-bg-strong\/20:hover {
  border-color:rgb(144 203 98 / 0.2);
}
.hover\:n-border-dark-success-bg-strong\/25:hover {
  border-color:rgb(144 203 98 / 0.25);
}
.hover\:n-border-dark-success-bg-strong\/30:hover {
  border-color:rgb(144 203 98 / 0.3);
}
.hover\:n-border-dark-success-bg-strong\/35:hover {
  border-color:rgb(144 203 98 / 0.35);
}
.hover\:n-border-dark-success-bg-strong\/40:hover {
  border-color:rgb(144 203 98 / 0.4);
}
.hover\:n-border-dark-success-bg-strong\/45:hover {
  border-color:rgb(144 203 98 / 0.45);
}
.hover\:n-border-dark-success-bg-strong\/5:hover {
  border-color:rgb(144 203 98 / 0.05);
}
.hover\:n-border-dark-success-bg-strong\/50:hover {
  border-color:rgb(144 203 98 / 0.5);
}
.hover\:n-border-dark-success-bg-strong\/55:hover {
  border-color:rgb(144 203 98 / 0.55);
}
.hover\:n-border-dark-success-bg-strong\/60:hover {
  border-color:rgb(144 203 98 / 0.6);
}
.hover\:n-border-dark-success-bg-strong\/65:hover {
  border-color:rgb(144 203 98 / 0.65);
}
.hover\:n-border-dark-success-bg-strong\/70:hover {
  border-color:rgb(144 203 98 / 0.7);
}
.hover\:n-border-dark-success-bg-strong\/75:hover {
  border-color:rgb(144 203 98 / 0.75);
}
.hover\:n-border-dark-success-bg-strong\/80:hover {
  border-color:rgb(144 203 98 / 0.8);
}
.hover\:n-border-dark-success-bg-strong\/85:hover {
  border-color:rgb(144 203 98 / 0.85);
}
.hover\:n-border-dark-success-bg-strong\/90:hover {
  border-color:rgb(144 203 98 / 0.9);
}
.hover\:n-border-dark-success-bg-strong\/95:hover {
  border-color:rgb(144 203 98 / 0.95);
}
.hover\:n-border-dark-success-bg-weak:hover {
  --tw-border-opacity:1;
  border-color:rgb(38 45 36 / var(--tw-border-opacity));
}
.hover\:n-border-dark-success-bg-weak\/0:hover {
  border-color:rgb(38 45 36 / 0);
}
.hover\:n-border-dark-success-bg-weak\/10:hover {
  border-color:rgb(38 45 36 / 0.1);
}
.hover\:n-border-dark-success-bg-weak\/100:hover {
  border-color:rgb(38 45 36 / 1);
}
.hover\:n-border-dark-success-bg-weak\/15:hover {
  border-color:rgb(38 45 36 / 0.15);
}
.hover\:n-border-dark-success-bg-weak\/20:hover {
  border-color:rgb(38 45 36 / 0.2);
}
.hover\:n-border-dark-success-bg-weak\/25:hover {
  border-color:rgb(38 45 36 / 0.25);
}
.hover\:n-border-dark-success-bg-weak\/30:hover {
  border-color:rgb(38 45 36 / 0.3);
}
.hover\:n-border-dark-success-bg-weak\/35:hover {
  border-color:rgb(38 45 36 / 0.35);
}
.hover\:n-border-dark-success-bg-weak\/40:hover {
  border-color:rgb(38 45 36 / 0.4);
}
.hover\:n-border-dark-success-bg-weak\/45:hover {
  border-color:rgb(38 45 36 / 0.45);
}
.hover\:n-border-dark-success-bg-weak\/5:hover {
  border-color:rgb(38 45 36 / 0.05);
}
.hover\:n-border-dark-success-bg-weak\/50:hover {
  border-color:rgb(38 45 36 / 0.5);
}
.hover\:n-border-dark-success-bg-weak\/55:hover {
  border-color:rgb(38 45 36 / 0.55);
}
.hover\:n-border-dark-success-bg-weak\/60:hover {
  border-color:rgb(38 45 36 / 0.6);
}
.hover\:n-border-dark-success-bg-weak\/65:hover {
  border-color:rgb(38 45 36 / 0.65);
}
.hover\:n-border-dark-success-bg-weak\/70:hover {
  border-color:rgb(38 45 36 / 0.7);
}
.hover\:n-border-dark-success-bg-weak\/75:hover {
  border-color:rgb(38 45 36 / 0.75);
}
.hover\:n-border-dark-success-bg-weak\/80:hover {
  border-color:rgb(38 45 36 / 0.8);
}
.hover\:n-border-dark-success-bg-weak\/85:hover {
  border-color:rgb(38 45 36 / 0.85);
}
.hover\:n-border-dark-success-bg-weak\/90:hover {
  border-color:rgb(38 45 36 / 0.9);
}
.hover\:n-border-dark-success-bg-weak\/95:hover {
  border-color:rgb(38 45 36 / 0.95);
}
.hover\:n-border-dark-success-border-strong:hover {
  --tw-border-opacity:1;
  border-color:rgb(144 203 98 / var(--tw-border-opacity));
}
.hover\:n-border-dark-success-border-strong\/0:hover {
  border-color:rgb(144 203 98 / 0);
}
.hover\:n-border-dark-success-border-strong\/10:hover {
  border-color:rgb(144 203 98 / 0.1);
}
.hover\:n-border-dark-success-border-strong\/100:hover {
  border-color:rgb(144 203 98 / 1);
}
.hover\:n-border-dark-success-border-strong\/15:hover {
  border-color:rgb(144 203 98 / 0.15);
}
.hover\:n-border-dark-success-border-strong\/20:hover {
  border-color:rgb(144 203 98 / 0.2);
}
.hover\:n-border-dark-success-border-strong\/25:hover {
  border-color:rgb(144 203 98 / 0.25);
}
.hover\:n-border-dark-success-border-strong\/30:hover {
  border-color:rgb(144 203 98 / 0.3);
}
.hover\:n-border-dark-success-border-strong\/35:hover {
  border-color:rgb(144 203 98 / 0.35);
}
.hover\:n-border-dark-success-border-strong\/40:hover {
  border-color:rgb(144 203 98 / 0.4);
}
.hover\:n-border-dark-success-border-strong\/45:hover {
  border-color:rgb(144 203 98 / 0.45);
}
.hover\:n-border-dark-success-border-strong\/5:hover {
  border-color:rgb(144 203 98 / 0.05);
}
.hover\:n-border-dark-success-border-strong\/50:hover {
  border-color:rgb(144 203 98 / 0.5);
}
.hover\:n-border-dark-success-border-strong\/55:hover {
  border-color:rgb(144 203 98 / 0.55);
}
.hover\:n-border-dark-success-border-strong\/60:hover {
  border-color:rgb(144 203 98 / 0.6);
}
.hover\:n-border-dark-success-border-strong\/65:hover {
  border-color:rgb(144 203 98 / 0.65);
}
.hover\:n-border-dark-success-border-strong\/70:hover {
  border-color:rgb(144 203 98 / 0.7);
}
.hover\:n-border-dark-success-border-strong\/75:hover {
  border-color:rgb(144 203 98 / 0.75);
}
.hover\:n-border-dark-success-border-strong\/80:hover {
  border-color:rgb(144 203 98 / 0.8);
}
.hover\:n-border-dark-success-border-strong\/85:hover {
  border-color:rgb(144 203 98 / 0.85);
}
.hover\:n-border-dark-success-border-strong\/90:hover {
  border-color:rgb(144 203 98 / 0.9);
}
.hover\:n-border-dark-success-border-strong\/95:hover {
  border-color:rgb(144 203 98 / 0.95);
}
.hover\:n-border-dark-success-border-weak:hover {
  --tw-border-opacity:1;
  border-color:rgb(41 97 39 / var(--tw-border-opacity));
}
.hover\:n-border-dark-success-border-weak\/0:hover {
  border-color:rgb(41 97 39 / 0);
}
.hover\:n-border-dark-success-border-weak\/10:hover {
  border-color:rgb(41 97 39 / 0.1);
}
.hover\:n-border-dark-success-border-weak\/100:hover {
  border-color:rgb(41 97 39 / 1);
}
.hover\:n-border-dark-success-border-weak\/15:hover {
  border-color:rgb(41 97 39 / 0.15);
}
.hover\:n-border-dark-success-border-weak\/20:hover {
  border-color:rgb(41 97 39 / 0.2);
}
.hover\:n-border-dark-success-border-weak\/25:hover {
  border-color:rgb(41 97 39 / 0.25);
}
.hover\:n-border-dark-success-border-weak\/30:hover {
  border-color:rgb(41 97 39 / 0.3);
}
.hover\:n-border-dark-success-border-weak\/35:hover {
  border-color:rgb(41 97 39 / 0.35);
}
.hover\:n-border-dark-success-border-weak\/40:hover {
  border-color:rgb(41 97 39 / 0.4);
}
.hover\:n-border-dark-success-border-weak\/45:hover {
  border-color:rgb(41 97 39 / 0.45);
}
.hover\:n-border-dark-success-border-weak\/5:hover {
  border-color:rgb(41 97 39 / 0.05);
}
.hover\:n-border-dark-success-border-weak\/50:hover {
  border-color:rgb(41 97 39 / 0.5);
}
.hover\:n-border-dark-success-border-weak\/55:hover {
  border-color:rgb(41 97 39 / 0.55);
}
.hover\:n-border-dark-success-border-weak\/60:hover {
  border-color:rgb(41 97 39 / 0.6);
}
.hover\:n-border-dark-success-border-weak\/65:hover {
  border-color:rgb(41 97 39 / 0.65);
}
.hover\:n-border-dark-success-border-weak\/70:hover {
  border-color:rgb(41 97 39 / 0.7);
}
.hover\:n-border-dark-success-border-weak\/75:hover {
  border-color:rgb(41 97 39 / 0.75);
}
.hover\:n-border-dark-success-border-weak\/80:hover {
  border-color:rgb(41 97 39 / 0.8);
}
.hover\:n-border-dark-success-border-weak\/85:hover {
  border-color:rgb(41 97 39 / 0.85);
}
.hover\:n-border-dark-success-border-weak\/90:hover {
  border-color:rgb(41 97 39 / 0.9);
}
.hover\:n-border-dark-success-border-weak\/95:hover {
  border-color:rgb(41 97 39 / 0.95);
}
.hover\:n-border-dark-success-icon:hover {
  --tw-border-opacity:1;
  border-color:rgb(144 203 98 / var(--tw-border-opacity));
}
.hover\:n-border-dark-success-icon\/0:hover {
  border-color:rgb(144 203 98 / 0);
}
.hover\:n-border-dark-success-icon\/10:hover {
  border-color:rgb(144 203 98 / 0.1);
}
.hover\:n-border-dark-success-icon\/100:hover {
  border-color:rgb(144 203 98 / 1);
}
.hover\:n-border-dark-success-icon\/15:hover {
  border-color:rgb(144 203 98 / 0.15);
}
.hover\:n-border-dark-success-icon\/20:hover {
  border-color:rgb(144 203 98 / 0.2);
}
.hover\:n-border-dark-success-icon\/25:hover {
  border-color:rgb(144 203 98 / 0.25);
}
.hover\:n-border-dark-success-icon\/30:hover {
  border-color:rgb(144 203 98 / 0.3);
}
.hover\:n-border-dark-success-icon\/35:hover {
  border-color:rgb(144 203 98 / 0.35);
}
.hover\:n-border-dark-success-icon\/40:hover {
  border-color:rgb(144 203 98 / 0.4);
}
.hover\:n-border-dark-success-icon\/45:hover {
  border-color:rgb(144 203 98 / 0.45);
}
.hover\:n-border-dark-success-icon\/5:hover {
  border-color:rgb(144 203 98 / 0.05);
}
.hover\:n-border-dark-success-icon\/50:hover {
  border-color:rgb(144 203 98 / 0.5);
}
.hover\:n-border-dark-success-icon\/55:hover {
  border-color:rgb(144 203 98 / 0.55);
}
.hover\:n-border-dark-success-icon\/60:hover {
  border-color:rgb(144 203 98 / 0.6);
}
.hover\:n-border-dark-success-icon\/65:hover {
  border-color:rgb(144 203 98 / 0.65);
}
.hover\:n-border-dark-success-icon\/70:hover {
  border-color:rgb(144 203 98 / 0.7);
}
.hover\:n-border-dark-success-icon\/75:hover {
  border-color:rgb(144 203 98 / 0.75);
}
.hover\:n-border-dark-success-icon\/80:hover {
  border-color:rgb(144 203 98 / 0.8);
}
.hover\:n-border-dark-success-icon\/85:hover {
  border-color:rgb(144 203 98 / 0.85);
}
.hover\:n-border-dark-success-icon\/90:hover {
  border-color:rgb(144 203 98 / 0.9);
}
.hover\:n-border-dark-success-icon\/95:hover {
  border-color:rgb(144 203 98 / 0.95);
}
.hover\:n-border-dark-success-text:hover {
  --tw-border-opacity:1;
  border-color:rgb(144 203 98 / var(--tw-border-opacity));
}
.hover\:n-border-dark-success-text\/0:hover {
  border-color:rgb(144 203 98 / 0);
}
.hover\:n-border-dark-success-text\/10:hover {
  border-color:rgb(144 203 98 / 0.1);
}
.hover\:n-border-dark-success-text\/100:hover {
  border-color:rgb(144 203 98 / 1);
}
.hover\:n-border-dark-success-text\/15:hover {
  border-color:rgb(144 203 98 / 0.15);
}
.hover\:n-border-dark-success-text\/20:hover {
  border-color:rgb(144 203 98 / 0.2);
}
.hover\:n-border-dark-success-text\/25:hover {
  border-color:rgb(144 203 98 / 0.25);
}
.hover\:n-border-dark-success-text\/30:hover {
  border-color:rgb(144 203 98 / 0.3);
}
.hover\:n-border-dark-success-text\/35:hover {
  border-color:rgb(144 203 98 / 0.35);
}
.hover\:n-border-dark-success-text\/40:hover {
  border-color:rgb(144 203 98 / 0.4);
}
.hover\:n-border-dark-success-text\/45:hover {
  border-color:rgb(144 203 98 / 0.45);
}
.hover\:n-border-dark-success-text\/5:hover {
  border-color:rgb(144 203 98 / 0.05);
}
.hover\:n-border-dark-success-text\/50:hover {
  border-color:rgb(144 203 98 / 0.5);
}
.hover\:n-border-dark-success-text\/55:hover {
  border-color:rgb(144 203 98 / 0.55);
}
.hover\:n-border-dark-success-text\/60:hover {
  border-color:rgb(144 203 98 / 0.6);
}
.hover\:n-border-dark-success-text\/65:hover {
  border-color:rgb(144 203 98 / 0.65);
}
.hover\:n-border-dark-success-text\/70:hover {
  border-color:rgb(144 203 98 / 0.7);
}
.hover\:n-border-dark-success-text\/75:hover {
  border-color:rgb(144 203 98 / 0.75);
}
.hover\:n-border-dark-success-text\/80:hover {
  border-color:rgb(144 203 98 / 0.8);
}
.hover\:n-border-dark-success-text\/85:hover {
  border-color:rgb(144 203 98 / 0.85);
}
.hover\:n-border-dark-success-text\/90:hover {
  border-color:rgb(144 203 98 / 0.9);
}
.hover\:n-border-dark-success-text\/95:hover {
  border-color:rgb(144 203 98 / 0.95);
}
.hover\:n-border-dark-warning-bg-status:hover {
  --tw-border-opacity:1;
  border-color:rgb(255 214 0 / var(--tw-border-opacity));
}
.hover\:n-border-dark-warning-bg-status\/0:hover {
  border-color:rgb(255 214 0 / 0);
}
.hover\:n-border-dark-warning-bg-status\/10:hover {
  border-color:rgb(255 214 0 / 0.1);
}
.hover\:n-border-dark-warning-bg-status\/100:hover {
  border-color:rgb(255 214 0 / 1);
}
.hover\:n-border-dark-warning-bg-status\/15:hover {
  border-color:rgb(255 214 0 / 0.15);
}
.hover\:n-border-dark-warning-bg-status\/20:hover {
  border-color:rgb(255 214 0 / 0.2);
}
.hover\:n-border-dark-warning-bg-status\/25:hover {
  border-color:rgb(255 214 0 / 0.25);
}
.hover\:n-border-dark-warning-bg-status\/30:hover {
  border-color:rgb(255 214 0 / 0.3);
}
.hover\:n-border-dark-warning-bg-status\/35:hover {
  border-color:rgb(255 214 0 / 0.35);
}
.hover\:n-border-dark-warning-bg-status\/40:hover {
  border-color:rgb(255 214 0 / 0.4);
}
.hover\:n-border-dark-warning-bg-status\/45:hover {
  border-color:rgb(255 214 0 / 0.45);
}
.hover\:n-border-dark-warning-bg-status\/5:hover {
  border-color:rgb(255 214 0 / 0.05);
}
.hover\:n-border-dark-warning-bg-status\/50:hover {
  border-color:rgb(255 214 0 / 0.5);
}
.hover\:n-border-dark-warning-bg-status\/55:hover {
  border-color:rgb(255 214 0 / 0.55);
}
.hover\:n-border-dark-warning-bg-status\/60:hover {
  border-color:rgb(255 214 0 / 0.6);
}
.hover\:n-border-dark-warning-bg-status\/65:hover {
  border-color:rgb(255 214 0 / 0.65);
}
.hover\:n-border-dark-warning-bg-status\/70:hover {
  border-color:rgb(255 214 0 / 0.7);
}
.hover\:n-border-dark-warning-bg-status\/75:hover {
  border-color:rgb(255 214 0 / 0.75);
}
.hover\:n-border-dark-warning-bg-status\/80:hover {
  border-color:rgb(255 214 0 / 0.8);
}
.hover\:n-border-dark-warning-bg-status\/85:hover {
  border-color:rgb(255 214 0 / 0.85);
}
.hover\:n-border-dark-warning-bg-status\/90:hover {
  border-color:rgb(255 214 0 / 0.9);
}
.hover\:n-border-dark-warning-bg-status\/95:hover {
  border-color:rgb(255 214 0 / 0.95);
}
.hover\:n-border-dark-warning-bg-strong:hover {
  --tw-border-opacity:1;
  border-color:rgb(255 214 0 / var(--tw-border-opacity));
}
.hover\:n-border-dark-warning-bg-strong\/0:hover {
  border-color:rgb(255 214 0 / 0);
}
.hover\:n-border-dark-warning-bg-strong\/10:hover {
  border-color:rgb(255 214 0 / 0.1);
}
.hover\:n-border-dark-warning-bg-strong\/100:hover {
  border-color:rgb(255 214 0 / 1);
}
.hover\:n-border-dark-warning-bg-strong\/15:hover {
  border-color:rgb(255 214 0 / 0.15);
}
.hover\:n-border-dark-warning-bg-strong\/20:hover {
  border-color:rgb(255 214 0 / 0.2);
}
.hover\:n-border-dark-warning-bg-strong\/25:hover {
  border-color:rgb(255 214 0 / 0.25);
}
.hover\:n-border-dark-warning-bg-strong\/30:hover {
  border-color:rgb(255 214 0 / 0.3);
}
.hover\:n-border-dark-warning-bg-strong\/35:hover {
  border-color:rgb(255 214 0 / 0.35);
}
.hover\:n-border-dark-warning-bg-strong\/40:hover {
  border-color:rgb(255 214 0 / 0.4);
}
.hover\:n-border-dark-warning-bg-strong\/45:hover {
  border-color:rgb(255 214 0 / 0.45);
}
.hover\:n-border-dark-warning-bg-strong\/5:hover {
  border-color:rgb(255 214 0 / 0.05);
}
.hover\:n-border-dark-warning-bg-strong\/50:hover {
  border-color:rgb(255 214 0 / 0.5);
}
.hover\:n-border-dark-warning-bg-strong\/55:hover {
  border-color:rgb(255 214 0 / 0.55);
}
.hover\:n-border-dark-warning-bg-strong\/60:hover {
  border-color:rgb(255 214 0 / 0.6);
}
.hover\:n-border-dark-warning-bg-strong\/65:hover {
  border-color:rgb(255 214 0 / 0.65);
}
.hover\:n-border-dark-warning-bg-strong\/70:hover {
  border-color:rgb(255 214 0 / 0.7);
}
.hover\:n-border-dark-warning-bg-strong\/75:hover {
  border-color:rgb(255 214 0 / 0.75);
}
.hover\:n-border-dark-warning-bg-strong\/80:hover {
  border-color:rgb(255 214 0 / 0.8);
}
.hover\:n-border-dark-warning-bg-strong\/85:hover {
  border-color:rgb(255 214 0 / 0.85);
}
.hover\:n-border-dark-warning-bg-strong\/90:hover {
  border-color:rgb(255 214 0 / 0.9);
}
.hover\:n-border-dark-warning-bg-strong\/95:hover {
  border-color:rgb(255 214 0 / 0.95);
}
.hover\:n-border-dark-warning-bg-weak:hover {
  --tw-border-opacity:1;
  border-color:rgb(49 46 26 / var(--tw-border-opacity));
}
.hover\:n-border-dark-warning-bg-weak\/0:hover {
  border-color:rgb(49 46 26 / 0);
}
.hover\:n-border-dark-warning-bg-weak\/10:hover {
  border-color:rgb(49 46 26 / 0.1);
}
.hover\:n-border-dark-warning-bg-weak\/100:hover {
  border-color:rgb(49 46 26 / 1);
}
.hover\:n-border-dark-warning-bg-weak\/15:hover {
  border-color:rgb(49 46 26 / 0.15);
}
.hover\:n-border-dark-warning-bg-weak\/20:hover {
  border-color:rgb(49 46 26 / 0.2);
}
.hover\:n-border-dark-warning-bg-weak\/25:hover {
  border-color:rgb(49 46 26 / 0.25);
}
.hover\:n-border-dark-warning-bg-weak\/30:hover {
  border-color:rgb(49 46 26 / 0.3);
}
.hover\:n-border-dark-warning-bg-weak\/35:hover {
  border-color:rgb(49 46 26 / 0.35);
}
.hover\:n-border-dark-warning-bg-weak\/40:hover {
  border-color:rgb(49 46 26 / 0.4);
}
.hover\:n-border-dark-warning-bg-weak\/45:hover {
  border-color:rgb(49 46 26 / 0.45);
}
.hover\:n-border-dark-warning-bg-weak\/5:hover {
  border-color:rgb(49 46 26 / 0.05);
}
.hover\:n-border-dark-warning-bg-weak\/50:hover {
  border-color:rgb(49 46 26 / 0.5);
}
.hover\:n-border-dark-warning-bg-weak\/55:hover {
  border-color:rgb(49 46 26 / 0.55);
}
.hover\:n-border-dark-warning-bg-weak\/60:hover {
  border-color:rgb(49 46 26 / 0.6);
}
.hover\:n-border-dark-warning-bg-weak\/65:hover {
  border-color:rgb(49 46 26 / 0.65);
}
.hover\:n-border-dark-warning-bg-weak\/70:hover {
  border-color:rgb(49 46 26 / 0.7);
}
.hover\:n-border-dark-warning-bg-weak\/75:hover {
  border-color:rgb(49 46 26 / 0.75);
}
.hover\:n-border-dark-warning-bg-weak\/80:hover {
  border-color:rgb(49 46 26 / 0.8);
}
.hover\:n-border-dark-warning-bg-weak\/85:hover {
  border-color:rgb(49 46 26 / 0.85);
}
.hover\:n-border-dark-warning-bg-weak\/90:hover {
  border-color:rgb(49 46 26 / 0.9);
}
.hover\:n-border-dark-warning-bg-weak\/95:hover {
  border-color:rgb(49 46 26 / 0.95);
}
.hover\:n-border-dark-warning-border-strong:hover {
  --tw-border-opacity:1;
  border-color:rgb(255 214 0 / var(--tw-border-opacity));
}
.hover\:n-border-dark-warning-border-strong\/0:hover {
  border-color:rgb(255 214 0 / 0);
}
.hover\:n-border-dark-warning-border-strong\/10:hover {
  border-color:rgb(255 214 0 / 0.1);
}
.hover\:n-border-dark-warning-border-strong\/100:hover {
  border-color:rgb(255 214 0 / 1);
}
.hover\:n-border-dark-warning-border-strong\/15:hover {
  border-color:rgb(255 214 0 / 0.15);
}
.hover\:n-border-dark-warning-border-strong\/20:hover {
  border-color:rgb(255 214 0 / 0.2);
}
.hover\:n-border-dark-warning-border-strong\/25:hover {
  border-color:rgb(255 214 0 / 0.25);
}
.hover\:n-border-dark-warning-border-strong\/30:hover {
  border-color:rgb(255 214 0 / 0.3);
}
.hover\:n-border-dark-warning-border-strong\/35:hover {
  border-color:rgb(255 214 0 / 0.35);
}
.hover\:n-border-dark-warning-border-strong\/40:hover {
  border-color:rgb(255 214 0 / 0.4);
}
.hover\:n-border-dark-warning-border-strong\/45:hover {
  border-color:rgb(255 214 0 / 0.45);
}
.hover\:n-border-dark-warning-border-strong\/5:hover {
  border-color:rgb(255 214 0 / 0.05);
}
.hover\:n-border-dark-warning-border-strong\/50:hover {
  border-color:rgb(255 214 0 / 0.5);
}
.hover\:n-border-dark-warning-border-strong\/55:hover {
  border-color:rgb(255 214 0 / 0.55);
}
.hover\:n-border-dark-warning-border-strong\/60:hover {
  border-color:rgb(255 214 0 / 0.6);
}
.hover\:n-border-dark-warning-border-strong\/65:hover {
  border-color:rgb(255 214 0 / 0.65);
}
.hover\:n-border-dark-warning-border-strong\/70:hover {
  border-color:rgb(255 214 0 / 0.7);
}
.hover\:n-border-dark-warning-border-strong\/75:hover {
  border-color:rgb(255 214 0 / 0.75);
}
.hover\:n-border-dark-warning-border-strong\/80:hover {
  border-color:rgb(255 214 0 / 0.8);
}
.hover\:n-border-dark-warning-border-strong\/85:hover {
  border-color:rgb(255 214 0 / 0.85);
}
.hover\:n-border-dark-warning-border-strong\/90:hover {
  border-color:rgb(255 214 0 / 0.9);
}
.hover\:n-border-dark-warning-border-strong\/95:hover {
  border-color:rgb(255 214 0 / 0.95);
}
.hover\:n-border-dark-warning-border-weak:hover {
  --tw-border-opacity:1;
  border-color:rgb(118 85 0 / var(--tw-border-opacity));
}
.hover\:n-border-dark-warning-border-weak\/0:hover {
  border-color:rgb(118 85 0 / 0);
}
.hover\:n-border-dark-warning-border-weak\/10:hover {
  border-color:rgb(118 85 0 / 0.1);
}
.hover\:n-border-dark-warning-border-weak\/100:hover {
  border-color:rgb(118 85 0 / 1);
}
.hover\:n-border-dark-warning-border-weak\/15:hover {
  border-color:rgb(118 85 0 / 0.15);
}
.hover\:n-border-dark-warning-border-weak\/20:hover {
  border-color:rgb(118 85 0 / 0.2);
}
.hover\:n-border-dark-warning-border-weak\/25:hover {
  border-color:rgb(118 85 0 / 0.25);
}
.hover\:n-border-dark-warning-border-weak\/30:hover {
  border-color:rgb(118 85 0 / 0.3);
}
.hover\:n-border-dark-warning-border-weak\/35:hover {
  border-color:rgb(118 85 0 / 0.35);
}
.hover\:n-border-dark-warning-border-weak\/40:hover {
  border-color:rgb(118 85 0 / 0.4);
}
.hover\:n-border-dark-warning-border-weak\/45:hover {
  border-color:rgb(118 85 0 / 0.45);
}
.hover\:n-border-dark-warning-border-weak\/5:hover {
  border-color:rgb(118 85 0 / 0.05);
}
.hover\:n-border-dark-warning-border-weak\/50:hover {
  border-color:rgb(118 85 0 / 0.5);
}
.hover\:n-border-dark-warning-border-weak\/55:hover {
  border-color:rgb(118 85 0 / 0.55);
}
.hover\:n-border-dark-warning-border-weak\/60:hover {
  border-color:rgb(118 85 0 / 0.6);
}
.hover\:n-border-dark-warning-border-weak\/65:hover {
  border-color:rgb(118 85 0 / 0.65);
}
.hover\:n-border-dark-warning-border-weak\/70:hover {
  border-color:rgb(118 85 0 / 0.7);
}
.hover\:n-border-dark-warning-border-weak\/75:hover {
  border-color:rgb(118 85 0 / 0.75);
}
.hover\:n-border-dark-warning-border-weak\/80:hover {
  border-color:rgb(118 85 0 / 0.8);
}
.hover\:n-border-dark-warning-border-weak\/85:hover {
  border-color:rgb(118 85 0 / 0.85);
}
.hover\:n-border-dark-warning-border-weak\/90:hover {
  border-color:rgb(118 85 0 / 0.9);
}
.hover\:n-border-dark-warning-border-weak\/95:hover {
  border-color:rgb(118 85 0 / 0.95);
}
.hover\:n-border-dark-warning-icon:hover {
  --tw-border-opacity:1;
  border-color:rgb(255 214 0 / var(--tw-border-opacity));
}
.hover\:n-border-dark-warning-icon\/0:hover {
  border-color:rgb(255 214 0 / 0);
}
.hover\:n-border-dark-warning-icon\/10:hover {
  border-color:rgb(255 214 0 / 0.1);
}
.hover\:n-border-dark-warning-icon\/100:hover {
  border-color:rgb(255 214 0 / 1);
}
.hover\:n-border-dark-warning-icon\/15:hover {
  border-color:rgb(255 214 0 / 0.15);
}
.hover\:n-border-dark-warning-icon\/20:hover {
  border-color:rgb(255 214 0 / 0.2);
}
.hover\:n-border-dark-warning-icon\/25:hover {
  border-color:rgb(255 214 0 / 0.25);
}
.hover\:n-border-dark-warning-icon\/30:hover {
  border-color:rgb(255 214 0 / 0.3);
}
.hover\:n-border-dark-warning-icon\/35:hover {
  border-color:rgb(255 214 0 / 0.35);
}
.hover\:n-border-dark-warning-icon\/40:hover {
  border-color:rgb(255 214 0 / 0.4);
}
.hover\:n-border-dark-warning-icon\/45:hover {
  border-color:rgb(255 214 0 / 0.45);
}
.hover\:n-border-dark-warning-icon\/5:hover {
  border-color:rgb(255 214 0 / 0.05);
}
.hover\:n-border-dark-warning-icon\/50:hover {
  border-color:rgb(255 214 0 / 0.5);
}
.hover\:n-border-dark-warning-icon\/55:hover {
  border-color:rgb(255 214 0 / 0.55);
}
.hover\:n-border-dark-warning-icon\/60:hover {
  border-color:rgb(255 214 0 / 0.6);
}
.hover\:n-border-dark-warning-icon\/65:hover {
  border-color:rgb(255 214 0 / 0.65);
}
.hover\:n-border-dark-warning-icon\/70:hover {
  border-color:rgb(255 214 0 / 0.7);
}
.hover\:n-border-dark-warning-icon\/75:hover {
  border-color:rgb(255 214 0 / 0.75);
}
.hover\:n-border-dark-warning-icon\/80:hover {
  border-color:rgb(255 214 0 / 0.8);
}
.hover\:n-border-dark-warning-icon\/85:hover {
  border-color:rgb(255 214 0 / 0.85);
}
.hover\:n-border-dark-warning-icon\/90:hover {
  border-color:rgb(255 214 0 / 0.9);
}
.hover\:n-border-dark-warning-icon\/95:hover {
  border-color:rgb(255 214 0 / 0.95);
}
.hover\:n-border-dark-warning-text:hover {
  --tw-border-opacity:1;
  border-color:rgb(255 214 0 / var(--tw-border-opacity));
}
.hover\:n-border-dark-warning-text\/0:hover {
  border-color:rgb(255 214 0 / 0);
}
.hover\:n-border-dark-warning-text\/10:hover {
  border-color:rgb(255 214 0 / 0.1);
}
.hover\:n-border-dark-warning-text\/100:hover {
  border-color:rgb(255 214 0 / 1);
}
.hover\:n-border-dark-warning-text\/15:hover {
  border-color:rgb(255 214 0 / 0.15);
}
.hover\:n-border-dark-warning-text\/20:hover {
  border-color:rgb(255 214 0 / 0.2);
}
.hover\:n-border-dark-warning-text\/25:hover {
  border-color:rgb(255 214 0 / 0.25);
}
.hover\:n-border-dark-warning-text\/30:hover {
  border-color:rgb(255 214 0 / 0.3);
}
.hover\:n-border-dark-warning-text\/35:hover {
  border-color:rgb(255 214 0 / 0.35);
}
.hover\:n-border-dark-warning-text\/40:hover {
  border-color:rgb(255 214 0 / 0.4);
}
.hover\:n-border-dark-warning-text\/45:hover {
  border-color:rgb(255 214 0 / 0.45);
}
.hover\:n-border-dark-warning-text\/5:hover {
  border-color:rgb(255 214 0 / 0.05);
}
.hover\:n-border-dark-warning-text\/50:hover {
  border-color:rgb(255 214 0 / 0.5);
}
.hover\:n-border-dark-warning-text\/55:hover {
  border-color:rgb(255 214 0 / 0.55);
}
.hover\:n-border-dark-warning-text\/60:hover {
  border-color:rgb(255 214 0 / 0.6);
}
.hover\:n-border-dark-warning-text\/65:hover {
  border-color:rgb(255 214 0 / 0.65);
}
.hover\:n-border-dark-warning-text\/70:hover {
  border-color:rgb(255 214 0 / 0.7);
}
.hover\:n-border-dark-warning-text\/75:hover {
  border-color:rgb(255 214 0 / 0.75);
}
.hover\:n-border-dark-warning-text\/80:hover {
  border-color:rgb(255 214 0 / 0.8);
}
.hover\:n-border-dark-warning-text\/85:hover {
  border-color:rgb(255 214 0 / 0.85);
}
.hover\:n-border-dark-warning-text\/90:hover {
  border-color:rgb(255 214 0 / 0.9);
}
.hover\:n-border-dark-warning-text\/95:hover {
  border-color:rgb(255 214 0 / 0.95);
}
.hover\:n-border-light-danger-bg-status:hover {
  --tw-border-opacity:1;
  border-color:rgb(232 78 44 / var(--tw-border-opacity));
}
.hover\:n-border-light-danger-bg-status\/0:hover {
  border-color:rgb(232 78 44 / 0);
}
.hover\:n-border-light-danger-bg-status\/10:hover {
  border-color:rgb(232 78 44 / 0.1);
}
.hover\:n-border-light-danger-bg-status\/100:hover {
  border-color:rgb(232 78 44 / 1);
}
.hover\:n-border-light-danger-bg-status\/15:hover {
  border-color:rgb(232 78 44 / 0.15);
}
.hover\:n-border-light-danger-bg-status\/20:hover {
  border-color:rgb(232 78 44 / 0.2);
}
.hover\:n-border-light-danger-bg-status\/25:hover {
  border-color:rgb(232 78 44 / 0.25);
}
.hover\:n-border-light-danger-bg-status\/30:hover {
  border-color:rgb(232 78 44 / 0.3);
}
.hover\:n-border-light-danger-bg-status\/35:hover {
  border-color:rgb(232 78 44 / 0.35);
}
.hover\:n-border-light-danger-bg-status\/40:hover {
  border-color:rgb(232 78 44 / 0.4);
}
.hover\:n-border-light-danger-bg-status\/45:hover {
  border-color:rgb(232 78 44 / 0.45);
}
.hover\:n-border-light-danger-bg-status\/5:hover {
  border-color:rgb(232 78 44 / 0.05);
}
.hover\:n-border-light-danger-bg-status\/50:hover {
  border-color:rgb(232 78 44 / 0.5);
}
.hover\:n-border-light-danger-bg-status\/55:hover {
  border-color:rgb(232 78 44 / 0.55);
}
.hover\:n-border-light-danger-bg-status\/60:hover {
  border-color:rgb(232 78 44 / 0.6);
}
.hover\:n-border-light-danger-bg-status\/65:hover {
  border-color:rgb(232 78 44 / 0.65);
}
.hover\:n-border-light-danger-bg-status\/70:hover {
  border-color:rgb(232 78 44 / 0.7);
}
.hover\:n-border-light-danger-bg-status\/75:hover {
  border-color:rgb(232 78 44 / 0.75);
}
.hover\:n-border-light-danger-bg-status\/80:hover {
  border-color:rgb(232 78 44 / 0.8);
}
.hover\:n-border-light-danger-bg-status\/85:hover {
  border-color:rgb(232 78 44 / 0.85);
}
.hover\:n-border-light-danger-bg-status\/90:hover {
  border-color:rgb(232 78 44 / 0.9);
}
.hover\:n-border-light-danger-bg-status\/95:hover {
  border-color:rgb(232 78 44 / 0.95);
}
.hover\:n-border-light-danger-bg-strong:hover {
  --tw-border-opacity:1;
  border-color:rgb(187 45 0 / var(--tw-border-opacity));
}
.hover\:n-border-light-danger-bg-strong\/0:hover {
  border-color:rgb(187 45 0 / 0);
}
.hover\:n-border-light-danger-bg-strong\/10:hover {
  border-color:rgb(187 45 0 / 0.1);
}
.hover\:n-border-light-danger-bg-strong\/100:hover {
  border-color:rgb(187 45 0 / 1);
}
.hover\:n-border-light-danger-bg-strong\/15:hover {
  border-color:rgb(187 45 0 / 0.15);
}
.hover\:n-border-light-danger-bg-strong\/20:hover {
  border-color:rgb(187 45 0 / 0.2);
}
.hover\:n-border-light-danger-bg-strong\/25:hover {
  border-color:rgb(187 45 0 / 0.25);
}
.hover\:n-border-light-danger-bg-strong\/30:hover {
  border-color:rgb(187 45 0 / 0.3);
}
.hover\:n-border-light-danger-bg-strong\/35:hover {
  border-color:rgb(187 45 0 / 0.35);
}
.hover\:n-border-light-danger-bg-strong\/40:hover {
  border-color:rgb(187 45 0 / 0.4);
}
.hover\:n-border-light-danger-bg-strong\/45:hover {
  border-color:rgb(187 45 0 / 0.45);
}
.hover\:n-border-light-danger-bg-strong\/5:hover {
  border-color:rgb(187 45 0 / 0.05);
}
.hover\:n-border-light-danger-bg-strong\/50:hover {
  border-color:rgb(187 45 0 / 0.5);
}
.hover\:n-border-light-danger-bg-strong\/55:hover {
  border-color:rgb(187 45 0 / 0.55);
}
.hover\:n-border-light-danger-bg-strong\/60:hover {
  border-color:rgb(187 45 0 / 0.6);
}
.hover\:n-border-light-danger-bg-strong\/65:hover {
  border-color:rgb(187 45 0 / 0.65);
}
.hover\:n-border-light-danger-bg-strong\/70:hover {
  border-color:rgb(187 45 0 / 0.7);
}
.hover\:n-border-light-danger-bg-strong\/75:hover {
  border-color:rgb(187 45 0 / 0.75);
}
.hover\:n-border-light-danger-bg-strong\/80:hover {
  border-color:rgb(187 45 0 / 0.8);
}
.hover\:n-border-light-danger-bg-strong\/85:hover {
  border-color:rgb(187 45 0 / 0.85);
}
.hover\:n-border-light-danger-bg-strong\/90:hover {
  border-color:rgb(187 45 0 / 0.9);
}
.hover\:n-border-light-danger-bg-strong\/95:hover {
  border-color:rgb(187 45 0 / 0.95);
}
.hover\:n-border-light-danger-bg-weak:hover {
  --tw-border-opacity:1;
  border-color:rgb(255 233 231 / var(--tw-border-opacity));
}
.hover\:n-border-light-danger-bg-weak\/0:hover {
  border-color:rgb(255 233 231 / 0);
}
.hover\:n-border-light-danger-bg-weak\/10:hover {
  border-color:rgb(255 233 231 / 0.1);
}
.hover\:n-border-light-danger-bg-weak\/100:hover {
  border-color:rgb(255 233 231 / 1);
}
.hover\:n-border-light-danger-bg-weak\/15:hover {
  border-color:rgb(255 233 231 / 0.15);
}
.hover\:n-border-light-danger-bg-weak\/20:hover {
  border-color:rgb(255 233 231 / 0.2);
}
.hover\:n-border-light-danger-bg-weak\/25:hover {
  border-color:rgb(255 233 231 / 0.25);
}
.hover\:n-border-light-danger-bg-weak\/30:hover {
  border-color:rgb(255 233 231 / 0.3);
}
.hover\:n-border-light-danger-bg-weak\/35:hover {
  border-color:rgb(255 233 231 / 0.35);
}
.hover\:n-border-light-danger-bg-weak\/40:hover {
  border-color:rgb(255 233 231 / 0.4);
}
.hover\:n-border-light-danger-bg-weak\/45:hover {
  border-color:rgb(255 233 231 / 0.45);
}
.hover\:n-border-light-danger-bg-weak\/5:hover {
  border-color:rgb(255 233 231 / 0.05);
}
.hover\:n-border-light-danger-bg-weak\/50:hover {
  border-color:rgb(255 233 231 / 0.5);
}
.hover\:n-border-light-danger-bg-weak\/55:hover {
  border-color:rgb(255 233 231 / 0.55);
}
.hover\:n-border-light-danger-bg-weak\/60:hover {
  border-color:rgb(255 233 231 / 0.6);
}
.hover\:n-border-light-danger-bg-weak\/65:hover {
  border-color:rgb(255 233 231 / 0.65);
}
.hover\:n-border-light-danger-bg-weak\/70:hover {
  border-color:rgb(255 233 231 / 0.7);
}
.hover\:n-border-light-danger-bg-weak\/75:hover {
  border-color:rgb(255 233 231 / 0.75);
}
.hover\:n-border-light-danger-bg-weak\/80:hover {
  border-color:rgb(255 233 231 / 0.8);
}
.hover\:n-border-light-danger-bg-weak\/85:hover {
  border-color:rgb(255 233 231 / 0.85);
}
.hover\:n-border-light-danger-bg-weak\/90:hover {
  border-color:rgb(255 233 231 / 0.9);
}
.hover\:n-border-light-danger-bg-weak\/95:hover {
  border-color:rgb(255 233 231 / 0.95);
}
.hover\:n-border-light-danger-border-strong:hover {
  --tw-border-opacity:1;
  border-color:rgb(187 45 0 / var(--tw-border-opacity));
}
.hover\:n-border-light-danger-border-strong\/0:hover {
  border-color:rgb(187 45 0 / 0);
}
.hover\:n-border-light-danger-border-strong\/10:hover {
  border-color:rgb(187 45 0 / 0.1);
}
.hover\:n-border-light-danger-border-strong\/100:hover {
  border-color:rgb(187 45 0 / 1);
}
.hover\:n-border-light-danger-border-strong\/15:hover {
  border-color:rgb(187 45 0 / 0.15);
}
.hover\:n-border-light-danger-border-strong\/20:hover {
  border-color:rgb(187 45 0 / 0.2);
}
.hover\:n-border-light-danger-border-strong\/25:hover {
  border-color:rgb(187 45 0 / 0.25);
}
.hover\:n-border-light-danger-border-strong\/30:hover {
  border-color:rgb(187 45 0 / 0.3);
}
.hover\:n-border-light-danger-border-strong\/35:hover {
  border-color:rgb(187 45 0 / 0.35);
}
.hover\:n-border-light-danger-border-strong\/40:hover {
  border-color:rgb(187 45 0 / 0.4);
}
.hover\:n-border-light-danger-border-strong\/45:hover {
  border-color:rgb(187 45 0 / 0.45);
}
.hover\:n-border-light-danger-border-strong\/5:hover {
  border-color:rgb(187 45 0 / 0.05);
}
.hover\:n-border-light-danger-border-strong\/50:hover {
  border-color:rgb(187 45 0 / 0.5);
}
.hover\:n-border-light-danger-border-strong\/55:hover {
  border-color:rgb(187 45 0 / 0.55);
}
.hover\:n-border-light-danger-border-strong\/60:hover {
  border-color:rgb(187 45 0 / 0.6);
}
.hover\:n-border-light-danger-border-strong\/65:hover {
  border-color:rgb(187 45 0 / 0.65);
}
.hover\:n-border-light-danger-border-strong\/70:hover {
  border-color:rgb(187 45 0 / 0.7);
}
.hover\:n-border-light-danger-border-strong\/75:hover {
  border-color:rgb(187 45 0 / 0.75);
}
.hover\:n-border-light-danger-border-strong\/80:hover {
  border-color:rgb(187 45 0 / 0.8);
}
.hover\:n-border-light-danger-border-strong\/85:hover {
  border-color:rgb(187 45 0 / 0.85);
}
.hover\:n-border-light-danger-border-strong\/90:hover {
  border-color:rgb(187 45 0 / 0.9);
}
.hover\:n-border-light-danger-border-strong\/95:hover {
  border-color:rgb(187 45 0 / 0.95);
}
.hover\:n-border-light-danger-border-weak:hover {
  --tw-border-opacity:1;
  border-color:rgb(255 170 151 / var(--tw-border-opacity));
}
.hover\:n-border-light-danger-border-weak\/0:hover {
  border-color:rgb(255 170 151 / 0);
}
.hover\:n-border-light-danger-border-weak\/10:hover {
  border-color:rgb(255 170 151 / 0.1);
}
.hover\:n-border-light-danger-border-weak\/100:hover {
  border-color:rgb(255 170 151 / 1);
}
.hover\:n-border-light-danger-border-weak\/15:hover {
  border-color:rgb(255 170 151 / 0.15);
}
.hover\:n-border-light-danger-border-weak\/20:hover {
  border-color:rgb(255 170 151 / 0.2);
}
.hover\:n-border-light-danger-border-weak\/25:hover {
  border-color:rgb(255 170 151 / 0.25);
}
.hover\:n-border-light-danger-border-weak\/30:hover {
  border-color:rgb(255 170 151 / 0.3);
}
.hover\:n-border-light-danger-border-weak\/35:hover {
  border-color:rgb(255 170 151 / 0.35);
}
.hover\:n-border-light-danger-border-weak\/40:hover {
  border-color:rgb(255 170 151 / 0.4);
}
.hover\:n-border-light-danger-border-weak\/45:hover {
  border-color:rgb(255 170 151 / 0.45);
}
.hover\:n-border-light-danger-border-weak\/5:hover {
  border-color:rgb(255 170 151 / 0.05);
}
.hover\:n-border-light-danger-border-weak\/50:hover {
  border-color:rgb(255 170 151 / 0.5);
}
.hover\:n-border-light-danger-border-weak\/55:hover {
  border-color:rgb(255 170 151 / 0.55);
}
.hover\:n-border-light-danger-border-weak\/60:hover {
  border-color:rgb(255 170 151 / 0.6);
}
.hover\:n-border-light-danger-border-weak\/65:hover {
  border-color:rgb(255 170 151 / 0.65);
}
.hover\:n-border-light-danger-border-weak\/70:hover {
  border-color:rgb(255 170 151 / 0.7);
}
.hover\:n-border-light-danger-border-weak\/75:hover {
  border-color:rgb(255 170 151 / 0.75);
}
.hover\:n-border-light-danger-border-weak\/80:hover {
  border-color:rgb(255 170 151 / 0.8);
}
.hover\:n-border-light-danger-border-weak\/85:hover {
  border-color:rgb(255 170 151 / 0.85);
}
.hover\:n-border-light-danger-border-weak\/90:hover {
  border-color:rgb(255 170 151 / 0.9);
}
.hover\:n-border-light-danger-border-weak\/95:hover {
  border-color:rgb(255 170 151 / 0.95);
}
.hover\:n-border-light-danger-hover-strong:hover {
  --tw-border-opacity:1;
  border-color:rgb(150 18 0 / var(--tw-border-opacity));
}
.hover\:n-border-light-danger-hover-strong\/0:hover {
  border-color:rgb(150 18 0 / 0);
}
.hover\:n-border-light-danger-hover-strong\/10:hover {
  border-color:rgb(150 18 0 / 0.1);
}
.hover\:n-border-light-danger-hover-strong\/100:hover {
  border-color:rgb(150 18 0 / 1);
}
.hover\:n-border-light-danger-hover-strong\/15:hover {
  border-color:rgb(150 18 0 / 0.15);
}
.hover\:n-border-light-danger-hover-strong\/20:hover {
  border-color:rgb(150 18 0 / 0.2);
}
.hover\:n-border-light-danger-hover-strong\/25:hover {
  border-color:rgb(150 18 0 / 0.25);
}
.hover\:n-border-light-danger-hover-strong\/30:hover {
  border-color:rgb(150 18 0 / 0.3);
}
.hover\:n-border-light-danger-hover-strong\/35:hover {
  border-color:rgb(150 18 0 / 0.35);
}
.hover\:n-border-light-danger-hover-strong\/40:hover {
  border-color:rgb(150 18 0 / 0.4);
}
.hover\:n-border-light-danger-hover-strong\/45:hover {
  border-color:rgb(150 18 0 / 0.45);
}
.hover\:n-border-light-danger-hover-strong\/5:hover {
  border-color:rgb(150 18 0 / 0.05);
}
.hover\:n-border-light-danger-hover-strong\/50:hover {
  border-color:rgb(150 18 0 / 0.5);
}
.hover\:n-border-light-danger-hover-strong\/55:hover {
  border-color:rgb(150 18 0 / 0.55);
}
.hover\:n-border-light-danger-hover-strong\/60:hover {
  border-color:rgb(150 18 0 / 0.6);
}
.hover\:n-border-light-danger-hover-strong\/65:hover {
  border-color:rgb(150 18 0 / 0.65);
}
.hover\:n-border-light-danger-hover-strong\/70:hover {
  border-color:rgb(150 18 0 / 0.7);
}
.hover\:n-border-light-danger-hover-strong\/75:hover {
  border-color:rgb(150 18 0 / 0.75);
}
.hover\:n-border-light-danger-hover-strong\/80:hover {
  border-color:rgb(150 18 0 / 0.8);
}
.hover\:n-border-light-danger-hover-strong\/85:hover {
  border-color:rgb(150 18 0 / 0.85);
}
.hover\:n-border-light-danger-hover-strong\/90:hover {
  border-color:rgb(150 18 0 / 0.9);
}
.hover\:n-border-light-danger-hover-strong\/95:hover {
  border-color:rgb(150 18 0 / 0.95);
}
.hover\:n-border-light-danger-hover-weak:hover {
  --tw-border-opacity:1;
  border-color:rgb(212 51 0 / var(--tw-border-opacity));
}
.hover\:n-border-light-danger-hover-weak\/0:hover {
  border-color:rgb(212 51 0 / 0);
}
.hover\:n-border-light-danger-hover-weak\/10:hover {
  border-color:rgb(212 51 0 / 0.1);
}
.hover\:n-border-light-danger-hover-weak\/100:hover {
  border-color:rgb(212 51 0 / 1);
}
.hover\:n-border-light-danger-hover-weak\/15:hover {
  border-color:rgb(212 51 0 / 0.15);
}
.hover\:n-border-light-danger-hover-weak\/20:hover {
  border-color:rgb(212 51 0 / 0.2);
}
.hover\:n-border-light-danger-hover-weak\/25:hover {
  border-color:rgb(212 51 0 / 0.25);
}
.hover\:n-border-light-danger-hover-weak\/30:hover {
  border-color:rgb(212 51 0 / 0.3);
}
.hover\:n-border-light-danger-hover-weak\/35:hover {
  border-color:rgb(212 51 0 / 0.35);
}
.hover\:n-border-light-danger-hover-weak\/40:hover {
  border-color:rgb(212 51 0 / 0.4);
}
.hover\:n-border-light-danger-hover-weak\/45:hover {
  border-color:rgb(212 51 0 / 0.45);
}
.hover\:n-border-light-danger-hover-weak\/5:hover {
  border-color:rgb(212 51 0 / 0.05);
}
.hover\:n-border-light-danger-hover-weak\/50:hover {
  border-color:rgb(212 51 0 / 0.5);
}
.hover\:n-border-light-danger-hover-weak\/55:hover {
  border-color:rgb(212 51 0 / 0.55);
}
.hover\:n-border-light-danger-hover-weak\/60:hover {
  border-color:rgb(212 51 0 / 0.6);
}
.hover\:n-border-light-danger-hover-weak\/65:hover {
  border-color:rgb(212 51 0 / 0.65);
}
.hover\:n-border-light-danger-hover-weak\/70:hover {
  border-color:rgb(212 51 0 / 0.7);
}
.hover\:n-border-light-danger-hover-weak\/75:hover {
  border-color:rgb(212 51 0 / 0.75);
}
.hover\:n-border-light-danger-hover-weak\/80:hover {
  border-color:rgb(212 51 0 / 0.8);
}
.hover\:n-border-light-danger-hover-weak\/85:hover {
  border-color:rgb(212 51 0 / 0.85);
}
.hover\:n-border-light-danger-hover-weak\/90:hover {
  border-color:rgb(212 51 0 / 0.9);
}
.hover\:n-border-light-danger-hover-weak\/95:hover {
  border-color:rgb(212 51 0 / 0.95);
}
.hover\:n-border-light-danger-icon:hover {
  --tw-border-opacity:1;
  border-color:rgb(187 45 0 / var(--tw-border-opacity));
}
.hover\:n-border-light-danger-icon\/0:hover {
  border-color:rgb(187 45 0 / 0);
}
.hover\:n-border-light-danger-icon\/10:hover {
  border-color:rgb(187 45 0 / 0.1);
}
.hover\:n-border-light-danger-icon\/100:hover {
  border-color:rgb(187 45 0 / 1);
}
.hover\:n-border-light-danger-icon\/15:hover {
  border-color:rgb(187 45 0 / 0.15);
}
.hover\:n-border-light-danger-icon\/20:hover {
  border-color:rgb(187 45 0 / 0.2);
}
.hover\:n-border-light-danger-icon\/25:hover {
  border-color:rgb(187 45 0 / 0.25);
}
.hover\:n-border-light-danger-icon\/30:hover {
  border-color:rgb(187 45 0 / 0.3);
}
.hover\:n-border-light-danger-icon\/35:hover {
  border-color:rgb(187 45 0 / 0.35);
}
.hover\:n-border-light-danger-icon\/40:hover {
  border-color:rgb(187 45 0 / 0.4);
}
.hover\:n-border-light-danger-icon\/45:hover {
  border-color:rgb(187 45 0 / 0.45);
}
.hover\:n-border-light-danger-icon\/5:hover {
  border-color:rgb(187 45 0 / 0.05);
}
.hover\:n-border-light-danger-icon\/50:hover {
  border-color:rgb(187 45 0 / 0.5);
}
.hover\:n-border-light-danger-icon\/55:hover {
  border-color:rgb(187 45 0 / 0.55);
}
.hover\:n-border-light-danger-icon\/60:hover {
  border-color:rgb(187 45 0 / 0.6);
}
.hover\:n-border-light-danger-icon\/65:hover {
  border-color:rgb(187 45 0 / 0.65);
}
.hover\:n-border-light-danger-icon\/70:hover {
  border-color:rgb(187 45 0 / 0.7);
}
.hover\:n-border-light-danger-icon\/75:hover {
  border-color:rgb(187 45 0 / 0.75);
}
.hover\:n-border-light-danger-icon\/80:hover {
  border-color:rgb(187 45 0 / 0.8);
}
.hover\:n-border-light-danger-icon\/85:hover {
  border-color:rgb(187 45 0 / 0.85);
}
.hover\:n-border-light-danger-icon\/90:hover {
  border-color:rgb(187 45 0 / 0.9);
}
.hover\:n-border-light-danger-icon\/95:hover {
  border-color:rgb(187 45 0 / 0.95);
}
.hover\:n-border-light-danger-pressed-strong:hover {
  --tw-border-opacity:1;
  border-color:rgb(115 14 0 / var(--tw-border-opacity));
}
.hover\:n-border-light-danger-pressed-strong\/0:hover {
  border-color:rgb(115 14 0 / 0);
}
.hover\:n-border-light-danger-pressed-strong\/10:hover {
  border-color:rgb(115 14 0 / 0.1);
}
.hover\:n-border-light-danger-pressed-strong\/100:hover {
  border-color:rgb(115 14 0 / 1);
}
.hover\:n-border-light-danger-pressed-strong\/15:hover {
  border-color:rgb(115 14 0 / 0.15);
}
.hover\:n-border-light-danger-pressed-strong\/20:hover {
  border-color:rgb(115 14 0 / 0.2);
}
.hover\:n-border-light-danger-pressed-strong\/25:hover {
  border-color:rgb(115 14 0 / 0.25);
}
.hover\:n-border-light-danger-pressed-strong\/30:hover {
  border-color:rgb(115 14 0 / 0.3);
}
.hover\:n-border-light-danger-pressed-strong\/35:hover {
  border-color:rgb(115 14 0 / 0.35);
}
.hover\:n-border-light-danger-pressed-strong\/40:hover {
  border-color:rgb(115 14 0 / 0.4);
}
.hover\:n-border-light-danger-pressed-strong\/45:hover {
  border-color:rgb(115 14 0 / 0.45);
}
.hover\:n-border-light-danger-pressed-strong\/5:hover {
  border-color:rgb(115 14 0 / 0.05);
}
.hover\:n-border-light-danger-pressed-strong\/50:hover {
  border-color:rgb(115 14 0 / 0.5);
}
.hover\:n-border-light-danger-pressed-strong\/55:hover {
  border-color:rgb(115 14 0 / 0.55);
}
.hover\:n-border-light-danger-pressed-strong\/60:hover {
  border-color:rgb(115 14 0 / 0.6);
}
.hover\:n-border-light-danger-pressed-strong\/65:hover {
  border-color:rgb(115 14 0 / 0.65);
}
.hover\:n-border-light-danger-pressed-strong\/70:hover {
  border-color:rgb(115 14 0 / 0.7);
}
.hover\:n-border-light-danger-pressed-strong\/75:hover {
  border-color:rgb(115 14 0 / 0.75);
}
.hover\:n-border-light-danger-pressed-strong\/80:hover {
  border-color:rgb(115 14 0 / 0.8);
}
.hover\:n-border-light-danger-pressed-strong\/85:hover {
  border-color:rgb(115 14 0 / 0.85);
}
.hover\:n-border-light-danger-pressed-strong\/90:hover {
  border-color:rgb(115 14 0 / 0.9);
}
.hover\:n-border-light-danger-pressed-strong\/95:hover {
  border-color:rgb(115 14 0 / 0.95);
}
.hover\:n-border-light-danger-pressed-weak:hover {
  --tw-border-opacity:1;
  border-color:rgb(212 51 0 / var(--tw-border-opacity));
}
.hover\:n-border-light-danger-pressed-weak\/0:hover {
  border-color:rgb(212 51 0 / 0);
}
.hover\:n-border-light-danger-pressed-weak\/10:hover {
  border-color:rgb(212 51 0 / 0.1);
}
.hover\:n-border-light-danger-pressed-weak\/100:hover {
  border-color:rgb(212 51 0 / 1);
}
.hover\:n-border-light-danger-pressed-weak\/15:hover {
  border-color:rgb(212 51 0 / 0.15);
}
.hover\:n-border-light-danger-pressed-weak\/20:hover {
  border-color:rgb(212 51 0 / 0.2);
}
.hover\:n-border-light-danger-pressed-weak\/25:hover {
  border-color:rgb(212 51 0 / 0.25);
}
.hover\:n-border-light-danger-pressed-weak\/30:hover {
  border-color:rgb(212 51 0 / 0.3);
}
.hover\:n-border-light-danger-pressed-weak\/35:hover {
  border-color:rgb(212 51 0 / 0.35);
}
.hover\:n-border-light-danger-pressed-weak\/40:hover {
  border-color:rgb(212 51 0 / 0.4);
}
.hover\:n-border-light-danger-pressed-weak\/45:hover {
  border-color:rgb(212 51 0 / 0.45);
}
.hover\:n-border-light-danger-pressed-weak\/5:hover {
  border-color:rgb(212 51 0 / 0.05);
}
.hover\:n-border-light-danger-pressed-weak\/50:hover {
  border-color:rgb(212 51 0 / 0.5);
}
.hover\:n-border-light-danger-pressed-weak\/55:hover {
  border-color:rgb(212 51 0 / 0.55);
}
.hover\:n-border-light-danger-pressed-weak\/60:hover {
  border-color:rgb(212 51 0 / 0.6);
}
.hover\:n-border-light-danger-pressed-weak\/65:hover {
  border-color:rgb(212 51 0 / 0.65);
}
.hover\:n-border-light-danger-pressed-weak\/70:hover {
  border-color:rgb(212 51 0 / 0.7);
}
.hover\:n-border-light-danger-pressed-weak\/75:hover {
  border-color:rgb(212 51 0 / 0.75);
}
.hover\:n-border-light-danger-pressed-weak\/80:hover {
  border-color:rgb(212 51 0 / 0.8);
}
.hover\:n-border-light-danger-pressed-weak\/85:hover {
  border-color:rgb(212 51 0 / 0.85);
}
.hover\:n-border-light-danger-pressed-weak\/90:hover {
  border-color:rgb(212 51 0 / 0.9);
}
.hover\:n-border-light-danger-pressed-weak\/95:hover {
  border-color:rgb(212 51 0 / 0.95);
}
.hover\:n-border-light-danger-text:hover {
  --tw-border-opacity:1;
  border-color:rgb(187 45 0 / var(--tw-border-opacity));
}
.hover\:n-border-light-danger-text\/0:hover {
  border-color:rgb(187 45 0 / 0);
}
.hover\:n-border-light-danger-text\/10:hover {
  border-color:rgb(187 45 0 / 0.1);
}
.hover\:n-border-light-danger-text\/100:hover {
  border-color:rgb(187 45 0 / 1);
}
.hover\:n-border-light-danger-text\/15:hover {
  border-color:rgb(187 45 0 / 0.15);
}
.hover\:n-border-light-danger-text\/20:hover {
  border-color:rgb(187 45 0 / 0.2);
}
.hover\:n-border-light-danger-text\/25:hover {
  border-color:rgb(187 45 0 / 0.25);
}
.hover\:n-border-light-danger-text\/30:hover {
  border-color:rgb(187 45 0 / 0.3);
}
.hover\:n-border-light-danger-text\/35:hover {
  border-color:rgb(187 45 0 / 0.35);
}
.hover\:n-border-light-danger-text\/40:hover {
  border-color:rgb(187 45 0 / 0.4);
}
.hover\:n-border-light-danger-text\/45:hover {
  border-color:rgb(187 45 0 / 0.45);
}
.hover\:n-border-light-danger-text\/5:hover {
  border-color:rgb(187 45 0 / 0.05);
}
.hover\:n-border-light-danger-text\/50:hover {
  border-color:rgb(187 45 0 / 0.5);
}
.hover\:n-border-light-danger-text\/55:hover {
  border-color:rgb(187 45 0 / 0.55);
}
.hover\:n-border-light-danger-text\/60:hover {
  border-color:rgb(187 45 0 / 0.6);
}
.hover\:n-border-light-danger-text\/65:hover {
  border-color:rgb(187 45 0 / 0.65);
}
.hover\:n-border-light-danger-text\/70:hover {
  border-color:rgb(187 45 0 / 0.7);
}
.hover\:n-border-light-danger-text\/75:hover {
  border-color:rgb(187 45 0 / 0.75);
}
.hover\:n-border-light-danger-text\/80:hover {
  border-color:rgb(187 45 0 / 0.8);
}
.hover\:n-border-light-danger-text\/85:hover {
  border-color:rgb(187 45 0 / 0.85);
}
.hover\:n-border-light-danger-text\/90:hover {
  border-color:rgb(187 45 0 / 0.9);
}
.hover\:n-border-light-danger-text\/95:hover {
  border-color:rgb(187 45 0 / 0.95);
}
.hover\:n-border-light-discovery-bg-status:hover {
  --tw-border-opacity:1;
  border-color:rgb(117 78 200 / var(--tw-border-opacity));
}
.hover\:n-border-light-discovery-bg-status\/0:hover {
  border-color:rgb(117 78 200 / 0);
}
.hover\:n-border-light-discovery-bg-status\/10:hover {
  border-color:rgb(117 78 200 / 0.1);
}
.hover\:n-border-light-discovery-bg-status\/100:hover {
  border-color:rgb(117 78 200 / 1);
}
.hover\:n-border-light-discovery-bg-status\/15:hover {
  border-color:rgb(117 78 200 / 0.15);
}
.hover\:n-border-light-discovery-bg-status\/20:hover {
  border-color:rgb(117 78 200 / 0.2);
}
.hover\:n-border-light-discovery-bg-status\/25:hover {
  border-color:rgb(117 78 200 / 0.25);
}
.hover\:n-border-light-discovery-bg-status\/30:hover {
  border-color:rgb(117 78 200 / 0.3);
}
.hover\:n-border-light-discovery-bg-status\/35:hover {
  border-color:rgb(117 78 200 / 0.35);
}
.hover\:n-border-light-discovery-bg-status\/40:hover {
  border-color:rgb(117 78 200 / 0.4);
}
.hover\:n-border-light-discovery-bg-status\/45:hover {
  border-color:rgb(117 78 200 / 0.45);
}
.hover\:n-border-light-discovery-bg-status\/5:hover {
  border-color:rgb(117 78 200 / 0.05);
}
.hover\:n-border-light-discovery-bg-status\/50:hover {
  border-color:rgb(117 78 200 / 0.5);
}
.hover\:n-border-light-discovery-bg-status\/55:hover {
  border-color:rgb(117 78 200 / 0.55);
}
.hover\:n-border-light-discovery-bg-status\/60:hover {
  border-color:rgb(117 78 200 / 0.6);
}
.hover\:n-border-light-discovery-bg-status\/65:hover {
  border-color:rgb(117 78 200 / 0.65);
}
.hover\:n-border-light-discovery-bg-status\/70:hover {
  border-color:rgb(117 78 200 / 0.7);
}
.hover\:n-border-light-discovery-bg-status\/75:hover {
  border-color:rgb(117 78 200 / 0.75);
}
.hover\:n-border-light-discovery-bg-status\/80:hover {
  border-color:rgb(117 78 200 / 0.8);
}
.hover\:n-border-light-discovery-bg-status\/85:hover {
  border-color:rgb(117 78 200 / 0.85);
}
.hover\:n-border-light-discovery-bg-status\/90:hover {
  border-color:rgb(117 78 200 / 0.9);
}
.hover\:n-border-light-discovery-bg-status\/95:hover {
  border-color:rgb(117 78 200 / 0.95);
}
.hover\:n-border-light-discovery-bg-strong:hover {
  --tw-border-opacity:1;
  border-color:rgb(90 52 170 / var(--tw-border-opacity));
}
.hover\:n-border-light-discovery-bg-strong\/0:hover {
  border-color:rgb(90 52 170 / 0);
}
.hover\:n-border-light-discovery-bg-strong\/10:hover {
  border-color:rgb(90 52 170 / 0.1);
}
.hover\:n-border-light-discovery-bg-strong\/100:hover {
  border-color:rgb(90 52 170 / 1);
}
.hover\:n-border-light-discovery-bg-strong\/15:hover {
  border-color:rgb(90 52 170 / 0.15);
}
.hover\:n-border-light-discovery-bg-strong\/20:hover {
  border-color:rgb(90 52 170 / 0.2);
}
.hover\:n-border-light-discovery-bg-strong\/25:hover {
  border-color:rgb(90 52 170 / 0.25);
}
.hover\:n-border-light-discovery-bg-strong\/30:hover {
  border-color:rgb(90 52 170 / 0.3);
}
.hover\:n-border-light-discovery-bg-strong\/35:hover {
  border-color:rgb(90 52 170 / 0.35);
}
.hover\:n-border-light-discovery-bg-strong\/40:hover {
  border-color:rgb(90 52 170 / 0.4);
}
.hover\:n-border-light-discovery-bg-strong\/45:hover {
  border-color:rgb(90 52 170 / 0.45);
}
.hover\:n-border-light-discovery-bg-strong\/5:hover {
  border-color:rgb(90 52 170 / 0.05);
}
.hover\:n-border-light-discovery-bg-strong\/50:hover {
  border-color:rgb(90 52 170 / 0.5);
}
.hover\:n-border-light-discovery-bg-strong\/55:hover {
  border-color:rgb(90 52 170 / 0.55);
}
.hover\:n-border-light-discovery-bg-strong\/60:hover {
  border-color:rgb(90 52 170 / 0.6);
}
.hover\:n-border-light-discovery-bg-strong\/65:hover {
  border-color:rgb(90 52 170 / 0.65);
}
.hover\:n-border-light-discovery-bg-strong\/70:hover {
  border-color:rgb(90 52 170 / 0.7);
}
.hover\:n-border-light-discovery-bg-strong\/75:hover {
  border-color:rgb(90 52 170 / 0.75);
}
.hover\:n-border-light-discovery-bg-strong\/80:hover {
  border-color:rgb(90 52 170 / 0.8);
}
.hover\:n-border-light-discovery-bg-strong\/85:hover {
  border-color:rgb(90 52 170 / 0.85);
}
.hover\:n-border-light-discovery-bg-strong\/90:hover {
  border-color:rgb(90 52 170 / 0.9);
}
.hover\:n-border-light-discovery-bg-strong\/95:hover {
  border-color:rgb(90 52 170 / 0.95);
}
.hover\:n-border-light-discovery-bg-weak:hover {
  --tw-border-opacity:1;
  border-color:rgb(233 222 255 / var(--tw-border-opacity));
}
.hover\:n-border-light-discovery-bg-weak\/0:hover {
  border-color:rgb(233 222 255 / 0);
}
.hover\:n-border-light-discovery-bg-weak\/10:hover {
  border-color:rgb(233 222 255 / 0.1);
}
.hover\:n-border-light-discovery-bg-weak\/100:hover {
  border-color:rgb(233 222 255 / 1);
}
.hover\:n-border-light-discovery-bg-weak\/15:hover {
  border-color:rgb(233 222 255 / 0.15);
}
.hover\:n-border-light-discovery-bg-weak\/20:hover {
  border-color:rgb(233 222 255 / 0.2);
}
.hover\:n-border-light-discovery-bg-weak\/25:hover {
  border-color:rgb(233 222 255 / 0.25);
}
.hover\:n-border-light-discovery-bg-weak\/30:hover {
  border-color:rgb(233 222 255 / 0.3);
}
.hover\:n-border-light-discovery-bg-weak\/35:hover {
  border-color:rgb(233 222 255 / 0.35);
}
.hover\:n-border-light-discovery-bg-weak\/40:hover {
  border-color:rgb(233 222 255 / 0.4);
}
.hover\:n-border-light-discovery-bg-weak\/45:hover {
  border-color:rgb(233 222 255 / 0.45);
}
.hover\:n-border-light-discovery-bg-weak\/5:hover {
  border-color:rgb(233 222 255 / 0.05);
}
.hover\:n-border-light-discovery-bg-weak\/50:hover {
  border-color:rgb(233 222 255 / 0.5);
}
.hover\:n-border-light-discovery-bg-weak\/55:hover {
  border-color:rgb(233 222 255 / 0.55);
}
.hover\:n-border-light-discovery-bg-weak\/60:hover {
  border-color:rgb(233 222 255 / 0.6);
}
.hover\:n-border-light-discovery-bg-weak\/65:hover {
  border-color:rgb(233 222 255 / 0.65);
}
.hover\:n-border-light-discovery-bg-weak\/70:hover {
  border-color:rgb(233 222 255 / 0.7);
}
.hover\:n-border-light-discovery-bg-weak\/75:hover {
  border-color:rgb(233 222 255 / 0.75);
}
.hover\:n-border-light-discovery-bg-weak\/80:hover {
  border-color:rgb(233 222 255 / 0.8);
}
.hover\:n-border-light-discovery-bg-weak\/85:hover {
  border-color:rgb(233 222 255 / 0.85);
}
.hover\:n-border-light-discovery-bg-weak\/90:hover {
  border-color:rgb(233 222 255 / 0.9);
}
.hover\:n-border-light-discovery-bg-weak\/95:hover {
  border-color:rgb(233 222 255 / 0.95);
}
.hover\:n-border-light-discovery-border-strong:hover {
  --tw-border-opacity:1;
  border-color:rgb(90 52 170 / var(--tw-border-opacity));
}
.hover\:n-border-light-discovery-border-strong\/0:hover {
  border-color:rgb(90 52 170 / 0);
}
.hover\:n-border-light-discovery-border-strong\/10:hover {
  border-color:rgb(90 52 170 / 0.1);
}
.hover\:n-border-light-discovery-border-strong\/100:hover {
  border-color:rgb(90 52 170 / 1);
}
.hover\:n-border-light-discovery-border-strong\/15:hover {
  border-color:rgb(90 52 170 / 0.15);
}
.hover\:n-border-light-discovery-border-strong\/20:hover {
  border-color:rgb(90 52 170 / 0.2);
}
.hover\:n-border-light-discovery-border-strong\/25:hover {
  border-color:rgb(90 52 170 / 0.25);
}
.hover\:n-border-light-discovery-border-strong\/30:hover {
  border-color:rgb(90 52 170 / 0.3);
}
.hover\:n-border-light-discovery-border-strong\/35:hover {
  border-color:rgb(90 52 170 / 0.35);
}
.hover\:n-border-light-discovery-border-strong\/40:hover {
  border-color:rgb(90 52 170 / 0.4);
}
.hover\:n-border-light-discovery-border-strong\/45:hover {
  border-color:rgb(90 52 170 / 0.45);
}
.hover\:n-border-light-discovery-border-strong\/5:hover {
  border-color:rgb(90 52 170 / 0.05);
}
.hover\:n-border-light-discovery-border-strong\/50:hover {
  border-color:rgb(90 52 170 / 0.5);
}
.hover\:n-border-light-discovery-border-strong\/55:hover {
  border-color:rgb(90 52 170 / 0.55);
}
.hover\:n-border-light-discovery-border-strong\/60:hover {
  border-color:rgb(90 52 170 / 0.6);
}
.hover\:n-border-light-discovery-border-strong\/65:hover {
  border-color:rgb(90 52 170 / 0.65);
}
.hover\:n-border-light-discovery-border-strong\/70:hover {
  border-color:rgb(90 52 170 / 0.7);
}
.hover\:n-border-light-discovery-border-strong\/75:hover {
  border-color:rgb(90 52 170 / 0.75);
}
.hover\:n-border-light-discovery-border-strong\/80:hover {
  border-color:rgb(90 52 170 / 0.8);
}
.hover\:n-border-light-discovery-border-strong\/85:hover {
  border-color:rgb(90 52 170 / 0.85);
}
.hover\:n-border-light-discovery-border-strong\/90:hover {
  border-color:rgb(90 52 170 / 0.9);
}
.hover\:n-border-light-discovery-border-strong\/95:hover {
  border-color:rgb(90 52 170 / 0.95);
}
.hover\:n-border-light-discovery-border-weak:hover {
  --tw-border-opacity:1;
  border-color:rgb(179 142 255 / var(--tw-border-opacity));
}
.hover\:n-border-light-discovery-border-weak\/0:hover {
  border-color:rgb(179 142 255 / 0);
}
.hover\:n-border-light-discovery-border-weak\/10:hover {
  border-color:rgb(179 142 255 / 0.1);
}
.hover\:n-border-light-discovery-border-weak\/100:hover {
  border-color:rgb(179 142 255 / 1);
}
.hover\:n-border-light-discovery-border-weak\/15:hover {
  border-color:rgb(179 142 255 / 0.15);
}
.hover\:n-border-light-discovery-border-weak\/20:hover {
  border-color:rgb(179 142 255 / 0.2);
}
.hover\:n-border-light-discovery-border-weak\/25:hover {
  border-color:rgb(179 142 255 / 0.25);
}
.hover\:n-border-light-discovery-border-weak\/30:hover {
  border-color:rgb(179 142 255 / 0.3);
}
.hover\:n-border-light-discovery-border-weak\/35:hover {
  border-color:rgb(179 142 255 / 0.35);
}
.hover\:n-border-light-discovery-border-weak\/40:hover {
  border-color:rgb(179 142 255 / 0.4);
}
.hover\:n-border-light-discovery-border-weak\/45:hover {
  border-color:rgb(179 142 255 / 0.45);
}
.hover\:n-border-light-discovery-border-weak\/5:hover {
  border-color:rgb(179 142 255 / 0.05);
}
.hover\:n-border-light-discovery-border-weak\/50:hover {
  border-color:rgb(179 142 255 / 0.5);
}
.hover\:n-border-light-discovery-border-weak\/55:hover {
  border-color:rgb(179 142 255 / 0.55);
}
.hover\:n-border-light-discovery-border-weak\/60:hover {
  border-color:rgb(179 142 255 / 0.6);
}
.hover\:n-border-light-discovery-border-weak\/65:hover {
  border-color:rgb(179 142 255 / 0.65);
}
.hover\:n-border-light-discovery-border-weak\/70:hover {
  border-color:rgb(179 142 255 / 0.7);
}
.hover\:n-border-light-discovery-border-weak\/75:hover {
  border-color:rgb(179 142 255 / 0.75);
}
.hover\:n-border-light-discovery-border-weak\/80:hover {
  border-color:rgb(179 142 255 / 0.8);
}
.hover\:n-border-light-discovery-border-weak\/85:hover {
  border-color:rgb(179 142 255 / 0.85);
}
.hover\:n-border-light-discovery-border-weak\/90:hover {
  border-color:rgb(179 142 255 / 0.9);
}
.hover\:n-border-light-discovery-border-weak\/95:hover {
  border-color:rgb(179 142 255 / 0.95);
}
.hover\:n-border-light-discovery-icon:hover {
  --tw-border-opacity:1;
  border-color:rgb(90 52 170 / var(--tw-border-opacity));
}
.hover\:n-border-light-discovery-icon\/0:hover {
  border-color:rgb(90 52 170 / 0);
}
.hover\:n-border-light-discovery-icon\/10:hover {
  border-color:rgb(90 52 170 / 0.1);
}
.hover\:n-border-light-discovery-icon\/100:hover {
  border-color:rgb(90 52 170 / 1);
}
.hover\:n-border-light-discovery-icon\/15:hover {
  border-color:rgb(90 52 170 / 0.15);
}
.hover\:n-border-light-discovery-icon\/20:hover {
  border-color:rgb(90 52 170 / 0.2);
}
.hover\:n-border-light-discovery-icon\/25:hover {
  border-color:rgb(90 52 170 / 0.25);
}
.hover\:n-border-light-discovery-icon\/30:hover {
  border-color:rgb(90 52 170 / 0.3);
}
.hover\:n-border-light-discovery-icon\/35:hover {
  border-color:rgb(90 52 170 / 0.35);
}
.hover\:n-border-light-discovery-icon\/40:hover {
  border-color:rgb(90 52 170 / 0.4);
}
.hover\:n-border-light-discovery-icon\/45:hover {
  border-color:rgb(90 52 170 / 0.45);
}
.hover\:n-border-light-discovery-icon\/5:hover {
  border-color:rgb(90 52 170 / 0.05);
}
.hover\:n-border-light-discovery-icon\/50:hover {
  border-color:rgb(90 52 170 / 0.5);
}
.hover\:n-border-light-discovery-icon\/55:hover {
  border-color:rgb(90 52 170 / 0.55);
}
.hover\:n-border-light-discovery-icon\/60:hover {
  border-color:rgb(90 52 170 / 0.6);
}
.hover\:n-border-light-discovery-icon\/65:hover {
  border-color:rgb(90 52 170 / 0.65);
}
.hover\:n-border-light-discovery-icon\/70:hover {
  border-color:rgb(90 52 170 / 0.7);
}
.hover\:n-border-light-discovery-icon\/75:hover {
  border-color:rgb(90 52 170 / 0.75);
}
.hover\:n-border-light-discovery-icon\/80:hover {
  border-color:rgb(90 52 170 / 0.8);
}
.hover\:n-border-light-discovery-icon\/85:hover {
  border-color:rgb(90 52 170 / 0.85);
}
.hover\:n-border-light-discovery-icon\/90:hover {
  border-color:rgb(90 52 170 / 0.9);
}
.hover\:n-border-light-discovery-icon\/95:hover {
  border-color:rgb(90 52 170 / 0.95);
}
.hover\:n-border-light-discovery-text:hover {
  --tw-border-opacity:1;
  border-color:rgb(90 52 170 / var(--tw-border-opacity));
}
.hover\:n-border-light-discovery-text\/0:hover {
  border-color:rgb(90 52 170 / 0);
}
.hover\:n-border-light-discovery-text\/10:hover {
  border-color:rgb(90 52 170 / 0.1);
}
.hover\:n-border-light-discovery-text\/100:hover {
  border-color:rgb(90 52 170 / 1);
}
.hover\:n-border-light-discovery-text\/15:hover {
  border-color:rgb(90 52 170 / 0.15);
}
.hover\:n-border-light-discovery-text\/20:hover {
  border-color:rgb(90 52 170 / 0.2);
}
.hover\:n-border-light-discovery-text\/25:hover {
  border-color:rgb(90 52 170 / 0.25);
}
.hover\:n-border-light-discovery-text\/30:hover {
  border-color:rgb(90 52 170 / 0.3);
}
.hover\:n-border-light-discovery-text\/35:hover {
  border-color:rgb(90 52 170 / 0.35);
}
.hover\:n-border-light-discovery-text\/40:hover {
  border-color:rgb(90 52 170 / 0.4);
}
.hover\:n-border-light-discovery-text\/45:hover {
  border-color:rgb(90 52 170 / 0.45);
}
.hover\:n-border-light-discovery-text\/5:hover {
  border-color:rgb(90 52 170 / 0.05);
}
.hover\:n-border-light-discovery-text\/50:hover {
  border-color:rgb(90 52 170 / 0.5);
}
.hover\:n-border-light-discovery-text\/55:hover {
  border-color:rgb(90 52 170 / 0.55);
}
.hover\:n-border-light-discovery-text\/60:hover {
  border-color:rgb(90 52 170 / 0.6);
}
.hover\:n-border-light-discovery-text\/65:hover {
  border-color:rgb(90 52 170 / 0.65);
}
.hover\:n-border-light-discovery-text\/70:hover {
  border-color:rgb(90 52 170 / 0.7);
}
.hover\:n-border-light-discovery-text\/75:hover {
  border-color:rgb(90 52 170 / 0.75);
}
.hover\:n-border-light-discovery-text\/80:hover {
  border-color:rgb(90 52 170 / 0.8);
}
.hover\:n-border-light-discovery-text\/85:hover {
  border-color:rgb(90 52 170 / 0.85);
}
.hover\:n-border-light-discovery-text\/90:hover {
  border-color:rgb(90 52 170 / 0.9);
}
.hover\:n-border-light-discovery-text\/95:hover {
  border-color:rgb(90 52 170 / 0.95);
}
.hover\:n-border-light-neutral-bg-default:hover {
  --tw-border-opacity:1;
  border-color:rgb(245 246 246 / var(--tw-border-opacity));
}
.hover\:n-border-light-neutral-bg-default\/0:hover {
  border-color:rgb(245 246 246 / 0);
}
.hover\:n-border-light-neutral-bg-default\/10:hover {
  border-color:rgb(245 246 246 / 0.1);
}
.hover\:n-border-light-neutral-bg-default\/100:hover {
  border-color:rgb(245 246 246 / 1);
}
.hover\:n-border-light-neutral-bg-default\/15:hover {
  border-color:rgb(245 246 246 / 0.15);
}
.hover\:n-border-light-neutral-bg-default\/20:hover {
  border-color:rgb(245 246 246 / 0.2);
}
.hover\:n-border-light-neutral-bg-default\/25:hover {
  border-color:rgb(245 246 246 / 0.25);
}
.hover\:n-border-light-neutral-bg-default\/30:hover {
  border-color:rgb(245 246 246 / 0.3);
}
.hover\:n-border-light-neutral-bg-default\/35:hover {
  border-color:rgb(245 246 246 / 0.35);
}
.hover\:n-border-light-neutral-bg-default\/40:hover {
  border-color:rgb(245 246 246 / 0.4);
}
.hover\:n-border-light-neutral-bg-default\/45:hover {
  border-color:rgb(245 246 246 / 0.45);
}
.hover\:n-border-light-neutral-bg-default\/5:hover {
  border-color:rgb(245 246 246 / 0.05);
}
.hover\:n-border-light-neutral-bg-default\/50:hover {
  border-color:rgb(245 246 246 / 0.5);
}
.hover\:n-border-light-neutral-bg-default\/55:hover {
  border-color:rgb(245 246 246 / 0.55);
}
.hover\:n-border-light-neutral-bg-default\/60:hover {
  border-color:rgb(245 246 246 / 0.6);
}
.hover\:n-border-light-neutral-bg-default\/65:hover {
  border-color:rgb(245 246 246 / 0.65);
}
.hover\:n-border-light-neutral-bg-default\/70:hover {
  border-color:rgb(245 246 246 / 0.7);
}
.hover\:n-border-light-neutral-bg-default\/75:hover {
  border-color:rgb(245 246 246 / 0.75);
}
.hover\:n-border-light-neutral-bg-default\/80:hover {
  border-color:rgb(245 246 246 / 0.8);
}
.hover\:n-border-light-neutral-bg-default\/85:hover {
  border-color:rgb(245 246 246 / 0.85);
}
.hover\:n-border-light-neutral-bg-default\/90:hover {
  border-color:rgb(245 246 246 / 0.9);
}
.hover\:n-border-light-neutral-bg-default\/95:hover {
  border-color:rgb(245 246 246 / 0.95);
}
.hover\:n-border-light-neutral-bg-on-bg-weak:hover {
  --tw-border-opacity:1;
  border-color:rgb(245 246 246 / var(--tw-border-opacity));
}
.hover\:n-border-light-neutral-bg-on-bg-weak\/0:hover {
  border-color:rgb(245 246 246 / 0);
}
.hover\:n-border-light-neutral-bg-on-bg-weak\/10:hover {
  border-color:rgb(245 246 246 / 0.1);
}
.hover\:n-border-light-neutral-bg-on-bg-weak\/100:hover {
  border-color:rgb(245 246 246 / 1);
}
.hover\:n-border-light-neutral-bg-on-bg-weak\/15:hover {
  border-color:rgb(245 246 246 / 0.15);
}
.hover\:n-border-light-neutral-bg-on-bg-weak\/20:hover {
  border-color:rgb(245 246 246 / 0.2);
}
.hover\:n-border-light-neutral-bg-on-bg-weak\/25:hover {
  border-color:rgb(245 246 246 / 0.25);
}
.hover\:n-border-light-neutral-bg-on-bg-weak\/30:hover {
  border-color:rgb(245 246 246 / 0.3);
}
.hover\:n-border-light-neutral-bg-on-bg-weak\/35:hover {
  border-color:rgb(245 246 246 / 0.35);
}
.hover\:n-border-light-neutral-bg-on-bg-weak\/40:hover {
  border-color:rgb(245 246 246 / 0.4);
}
.hover\:n-border-light-neutral-bg-on-bg-weak\/45:hover {
  border-color:rgb(245 246 246 / 0.45);
}
.hover\:n-border-light-neutral-bg-on-bg-weak\/5:hover {
  border-color:rgb(245 246 246 / 0.05);
}
.hover\:n-border-light-neutral-bg-on-bg-weak\/50:hover {
  border-color:rgb(245 246 246 / 0.5);
}
.hover\:n-border-light-neutral-bg-on-bg-weak\/55:hover {
  border-color:rgb(245 246 246 / 0.55);
}
.hover\:n-border-light-neutral-bg-on-bg-weak\/60:hover {
  border-color:rgb(245 246 246 / 0.6);
}
.hover\:n-border-light-neutral-bg-on-bg-weak\/65:hover {
  border-color:rgb(245 246 246 / 0.65);
}
.hover\:n-border-light-neutral-bg-on-bg-weak\/70:hover {
  border-color:rgb(245 246 246 / 0.7);
}
.hover\:n-border-light-neutral-bg-on-bg-weak\/75:hover {
  border-color:rgb(245 246 246 / 0.75);
}
.hover\:n-border-light-neutral-bg-on-bg-weak\/80:hover {
  border-color:rgb(245 246 246 / 0.8);
}
.hover\:n-border-light-neutral-bg-on-bg-weak\/85:hover {
  border-color:rgb(245 246 246 / 0.85);
}
.hover\:n-border-light-neutral-bg-on-bg-weak\/90:hover {
  border-color:rgb(245 246 246 / 0.9);
}
.hover\:n-border-light-neutral-bg-on-bg-weak\/95:hover {
  border-color:rgb(245 246 246 / 0.95);
}
.hover\:n-border-light-neutral-bg-status:hover {
  --tw-border-opacity:1;
  border-color:rgb(168 172 178 / var(--tw-border-opacity));
}
.hover\:n-border-light-neutral-bg-status\/0:hover {
  border-color:rgb(168 172 178 / 0);
}
.hover\:n-border-light-neutral-bg-status\/10:hover {
  border-color:rgb(168 172 178 / 0.1);
}
.hover\:n-border-light-neutral-bg-status\/100:hover {
  border-color:rgb(168 172 178 / 1);
}
.hover\:n-border-light-neutral-bg-status\/15:hover {
  border-color:rgb(168 172 178 / 0.15);
}
.hover\:n-border-light-neutral-bg-status\/20:hover {
  border-color:rgb(168 172 178 / 0.2);
}
.hover\:n-border-light-neutral-bg-status\/25:hover {
  border-color:rgb(168 172 178 / 0.25);
}
.hover\:n-border-light-neutral-bg-status\/30:hover {
  border-color:rgb(168 172 178 / 0.3);
}
.hover\:n-border-light-neutral-bg-status\/35:hover {
  border-color:rgb(168 172 178 / 0.35);
}
.hover\:n-border-light-neutral-bg-status\/40:hover {
  border-color:rgb(168 172 178 / 0.4);
}
.hover\:n-border-light-neutral-bg-status\/45:hover {
  border-color:rgb(168 172 178 / 0.45);
}
.hover\:n-border-light-neutral-bg-status\/5:hover {
  border-color:rgb(168 172 178 / 0.05);
}
.hover\:n-border-light-neutral-bg-status\/50:hover {
  border-color:rgb(168 172 178 / 0.5);
}
.hover\:n-border-light-neutral-bg-status\/55:hover {
  border-color:rgb(168 172 178 / 0.55);
}
.hover\:n-border-light-neutral-bg-status\/60:hover {
  border-color:rgb(168 172 178 / 0.6);
}
.hover\:n-border-light-neutral-bg-status\/65:hover {
  border-color:rgb(168 172 178 / 0.65);
}
.hover\:n-border-light-neutral-bg-status\/70:hover {
  border-color:rgb(168 172 178 / 0.7);
}
.hover\:n-border-light-neutral-bg-status\/75:hover {
  border-color:rgb(168 172 178 / 0.75);
}
.hover\:n-border-light-neutral-bg-status\/80:hover {
  border-color:rgb(168 172 178 / 0.8);
}
.hover\:n-border-light-neutral-bg-status\/85:hover {
  border-color:rgb(168 172 178 / 0.85);
}
.hover\:n-border-light-neutral-bg-status\/90:hover {
  border-color:rgb(168 172 178 / 0.9);
}
.hover\:n-border-light-neutral-bg-status\/95:hover {
  border-color:rgb(168 172 178 / 0.95);
}
.hover\:n-border-light-neutral-bg-strong:hover {
  --tw-border-opacity:1;
  border-color:rgb(226 227 229 / var(--tw-border-opacity));
}
.hover\:n-border-light-neutral-bg-strong\/0:hover {
  border-color:rgb(226 227 229 / 0);
}
.hover\:n-border-light-neutral-bg-strong\/10:hover {
  border-color:rgb(226 227 229 / 0.1);
}
.hover\:n-border-light-neutral-bg-strong\/100:hover {
  border-color:rgb(226 227 229 / 1);
}
.hover\:n-border-light-neutral-bg-strong\/15:hover {
  border-color:rgb(226 227 229 / 0.15);
}
.hover\:n-border-light-neutral-bg-strong\/20:hover {
  border-color:rgb(226 227 229 / 0.2);
}
.hover\:n-border-light-neutral-bg-strong\/25:hover {
  border-color:rgb(226 227 229 / 0.25);
}
.hover\:n-border-light-neutral-bg-strong\/30:hover {
  border-color:rgb(226 227 229 / 0.3);
}
.hover\:n-border-light-neutral-bg-strong\/35:hover {
  border-color:rgb(226 227 229 / 0.35);
}
.hover\:n-border-light-neutral-bg-strong\/40:hover {
  border-color:rgb(226 227 229 / 0.4);
}
.hover\:n-border-light-neutral-bg-strong\/45:hover {
  border-color:rgb(226 227 229 / 0.45);
}
.hover\:n-border-light-neutral-bg-strong\/5:hover {
  border-color:rgb(226 227 229 / 0.05);
}
.hover\:n-border-light-neutral-bg-strong\/50:hover {
  border-color:rgb(226 227 229 / 0.5);
}
.hover\:n-border-light-neutral-bg-strong\/55:hover {
  border-color:rgb(226 227 229 / 0.55);
}
.hover\:n-border-light-neutral-bg-strong\/60:hover {
  border-color:rgb(226 227 229 / 0.6);
}
.hover\:n-border-light-neutral-bg-strong\/65:hover {
  border-color:rgb(226 227 229 / 0.65);
}
.hover\:n-border-light-neutral-bg-strong\/70:hover {
  border-color:rgb(226 227 229 / 0.7);
}
.hover\:n-border-light-neutral-bg-strong\/75:hover {
  border-color:rgb(226 227 229 / 0.75);
}
.hover\:n-border-light-neutral-bg-strong\/80:hover {
  border-color:rgb(226 227 229 / 0.8);
}
.hover\:n-border-light-neutral-bg-strong\/85:hover {
  border-color:rgb(226 227 229 / 0.85);
}
.hover\:n-border-light-neutral-bg-strong\/90:hover {
  border-color:rgb(226 227 229 / 0.9);
}
.hover\:n-border-light-neutral-bg-strong\/95:hover {
  border-color:rgb(226 227 229 / 0.95);
}
.hover\:n-border-light-neutral-bg-stronger:hover {
  --tw-border-opacity:1;
  border-color:rgb(168 172 178 / var(--tw-border-opacity));
}
.hover\:n-border-light-neutral-bg-stronger\/0:hover {
  border-color:rgb(168 172 178 / 0);
}
.hover\:n-border-light-neutral-bg-stronger\/10:hover {
  border-color:rgb(168 172 178 / 0.1);
}
.hover\:n-border-light-neutral-bg-stronger\/100:hover {
  border-color:rgb(168 172 178 / 1);
}
.hover\:n-border-light-neutral-bg-stronger\/15:hover {
  border-color:rgb(168 172 178 / 0.15);
}
.hover\:n-border-light-neutral-bg-stronger\/20:hover {
  border-color:rgb(168 172 178 / 0.2);
}
.hover\:n-border-light-neutral-bg-stronger\/25:hover {
  border-color:rgb(168 172 178 / 0.25);
}
.hover\:n-border-light-neutral-bg-stronger\/30:hover {
  border-color:rgb(168 172 178 / 0.3);
}
.hover\:n-border-light-neutral-bg-stronger\/35:hover {
  border-color:rgb(168 172 178 / 0.35);
}
.hover\:n-border-light-neutral-bg-stronger\/40:hover {
  border-color:rgb(168 172 178 / 0.4);
}
.hover\:n-border-light-neutral-bg-stronger\/45:hover {
  border-color:rgb(168 172 178 / 0.45);
}
.hover\:n-border-light-neutral-bg-stronger\/5:hover {
  border-color:rgb(168 172 178 / 0.05);
}
.hover\:n-border-light-neutral-bg-stronger\/50:hover {
  border-color:rgb(168 172 178 / 0.5);
}
.hover\:n-border-light-neutral-bg-stronger\/55:hover {
  border-color:rgb(168 172 178 / 0.55);
}
.hover\:n-border-light-neutral-bg-stronger\/60:hover {
  border-color:rgb(168 172 178 / 0.6);
}
.hover\:n-border-light-neutral-bg-stronger\/65:hover {
  border-color:rgb(168 172 178 / 0.65);
}
.hover\:n-border-light-neutral-bg-stronger\/70:hover {
  border-color:rgb(168 172 178 / 0.7);
}
.hover\:n-border-light-neutral-bg-stronger\/75:hover {
  border-color:rgb(168 172 178 / 0.75);
}
.hover\:n-border-light-neutral-bg-stronger\/80:hover {
  border-color:rgb(168 172 178 / 0.8);
}
.hover\:n-border-light-neutral-bg-stronger\/85:hover {
  border-color:rgb(168 172 178 / 0.85);
}
.hover\:n-border-light-neutral-bg-stronger\/90:hover {
  border-color:rgb(168 172 178 / 0.9);
}
.hover\:n-border-light-neutral-bg-stronger\/95:hover {
  border-color:rgb(168 172 178 / 0.95);
}
.hover\:n-border-light-neutral-bg-strongest:hover {
  --tw-border-opacity:1;
  border-color:rgb(60 63 68 / var(--tw-border-opacity));
}
.hover\:n-border-light-neutral-bg-strongest\/0:hover {
  border-color:rgb(60 63 68 / 0);
}
.hover\:n-border-light-neutral-bg-strongest\/10:hover {
  border-color:rgb(60 63 68 / 0.1);
}
.hover\:n-border-light-neutral-bg-strongest\/100:hover {
  border-color:rgb(60 63 68 / 1);
}
.hover\:n-border-light-neutral-bg-strongest\/15:hover {
  border-color:rgb(60 63 68 / 0.15);
}
.hover\:n-border-light-neutral-bg-strongest\/20:hover {
  border-color:rgb(60 63 68 / 0.2);
}
.hover\:n-border-light-neutral-bg-strongest\/25:hover {
  border-color:rgb(60 63 68 / 0.25);
}
.hover\:n-border-light-neutral-bg-strongest\/30:hover {
  border-color:rgb(60 63 68 / 0.3);
}
.hover\:n-border-light-neutral-bg-strongest\/35:hover {
  border-color:rgb(60 63 68 / 0.35);
}
.hover\:n-border-light-neutral-bg-strongest\/40:hover {
  border-color:rgb(60 63 68 / 0.4);
}
.hover\:n-border-light-neutral-bg-strongest\/45:hover {
  border-color:rgb(60 63 68 / 0.45);
}
.hover\:n-border-light-neutral-bg-strongest\/5:hover {
  border-color:rgb(60 63 68 / 0.05);
}
.hover\:n-border-light-neutral-bg-strongest\/50:hover {
  border-color:rgb(60 63 68 / 0.5);
}
.hover\:n-border-light-neutral-bg-strongest\/55:hover {
  border-color:rgb(60 63 68 / 0.55);
}
.hover\:n-border-light-neutral-bg-strongest\/60:hover {
  border-color:rgb(60 63 68 / 0.6);
}
.hover\:n-border-light-neutral-bg-strongest\/65:hover {
  border-color:rgb(60 63 68 / 0.65);
}
.hover\:n-border-light-neutral-bg-strongest\/70:hover {
  border-color:rgb(60 63 68 / 0.7);
}
.hover\:n-border-light-neutral-bg-strongest\/75:hover {
  border-color:rgb(60 63 68 / 0.75);
}
.hover\:n-border-light-neutral-bg-strongest\/80:hover {
  border-color:rgb(60 63 68 / 0.8);
}
.hover\:n-border-light-neutral-bg-strongest\/85:hover {
  border-color:rgb(60 63 68 / 0.85);
}
.hover\:n-border-light-neutral-bg-strongest\/90:hover {
  border-color:rgb(60 63 68 / 0.9);
}
.hover\:n-border-light-neutral-bg-strongest\/95:hover {
  border-color:rgb(60 63 68 / 0.95);
}
.hover\:n-border-light-neutral-bg-weak:hover {
  --tw-border-opacity:1;
  border-color:rgb(255 255 255 / var(--tw-border-opacity));
}
.hover\:n-border-light-neutral-bg-weak\/0:hover {
  border-color:rgb(255 255 255 / 0);
}
.hover\:n-border-light-neutral-bg-weak\/10:hover {
  border-color:rgb(255 255 255 / 0.1);
}
.hover\:n-border-light-neutral-bg-weak\/100:hover {
  border-color:rgb(255 255 255 / 1);
}
.hover\:n-border-light-neutral-bg-weak\/15:hover {
  border-color:rgb(255 255 255 / 0.15);
}
.hover\:n-border-light-neutral-bg-weak\/20:hover {
  border-color:rgb(255 255 255 / 0.2);
}
.hover\:n-border-light-neutral-bg-weak\/25:hover {
  border-color:rgb(255 255 255 / 0.25);
}
.hover\:n-border-light-neutral-bg-weak\/30:hover {
  border-color:rgb(255 255 255 / 0.3);
}
.hover\:n-border-light-neutral-bg-weak\/35:hover {
  border-color:rgb(255 255 255 / 0.35);
}
.hover\:n-border-light-neutral-bg-weak\/40:hover {
  border-color:rgb(255 255 255 / 0.4);
}
.hover\:n-border-light-neutral-bg-weak\/45:hover {
  border-color:rgb(255 255 255 / 0.45);
}
.hover\:n-border-light-neutral-bg-weak\/5:hover {
  border-color:rgb(255 255 255 / 0.05);
}
.hover\:n-border-light-neutral-bg-weak\/50:hover {
  border-color:rgb(255 255 255 / 0.5);
}
.hover\:n-border-light-neutral-bg-weak\/55:hover {
  border-color:rgb(255 255 255 / 0.55);
}
.hover\:n-border-light-neutral-bg-weak\/60:hover {
  border-color:rgb(255 255 255 / 0.6);
}
.hover\:n-border-light-neutral-bg-weak\/65:hover {
  border-color:rgb(255 255 255 / 0.65);
}
.hover\:n-border-light-neutral-bg-weak\/70:hover {
  border-color:rgb(255 255 255 / 0.7);
}
.hover\:n-border-light-neutral-bg-weak\/75:hover {
  border-color:rgb(255 255 255 / 0.75);
}
.hover\:n-border-light-neutral-bg-weak\/80:hover {
  border-color:rgb(255 255 255 / 0.8);
}
.hover\:n-border-light-neutral-bg-weak\/85:hover {
  border-color:rgb(255 255 255 / 0.85);
}
.hover\:n-border-light-neutral-bg-weak\/90:hover {
  border-color:rgb(255 255 255 / 0.9);
}
.hover\:n-border-light-neutral-bg-weak\/95:hover {
  border-color:rgb(255 255 255 / 0.95);
}
.hover\:n-border-light-neutral-border-strong:hover {
  --tw-border-opacity:1;
  border-color:rgb(187 190 195 / var(--tw-border-opacity));
}
.hover\:n-border-light-neutral-border-strong\/0:hover {
  border-color:rgb(187 190 195 / 0);
}
.hover\:n-border-light-neutral-border-strong\/10:hover {
  border-color:rgb(187 190 195 / 0.1);
}
.hover\:n-border-light-neutral-border-strong\/100:hover {
  border-color:rgb(187 190 195 / 1);
}
.hover\:n-border-light-neutral-border-strong\/15:hover {
  border-color:rgb(187 190 195 / 0.15);
}
.hover\:n-border-light-neutral-border-strong\/20:hover {
  border-color:rgb(187 190 195 / 0.2);
}
.hover\:n-border-light-neutral-border-strong\/25:hover {
  border-color:rgb(187 190 195 / 0.25);
}
.hover\:n-border-light-neutral-border-strong\/30:hover {
  border-color:rgb(187 190 195 / 0.3);
}
.hover\:n-border-light-neutral-border-strong\/35:hover {
  border-color:rgb(187 190 195 / 0.35);
}
.hover\:n-border-light-neutral-border-strong\/40:hover {
  border-color:rgb(187 190 195 / 0.4);
}
.hover\:n-border-light-neutral-border-strong\/45:hover {
  border-color:rgb(187 190 195 / 0.45);
}
.hover\:n-border-light-neutral-border-strong\/5:hover {
  border-color:rgb(187 190 195 / 0.05);
}
.hover\:n-border-light-neutral-border-strong\/50:hover {
  border-color:rgb(187 190 195 / 0.5);
}
.hover\:n-border-light-neutral-border-strong\/55:hover {
  border-color:rgb(187 190 195 / 0.55);
}
.hover\:n-border-light-neutral-border-strong\/60:hover {
  border-color:rgb(187 190 195 / 0.6);
}
.hover\:n-border-light-neutral-border-strong\/65:hover {
  border-color:rgb(187 190 195 / 0.65);
}
.hover\:n-border-light-neutral-border-strong\/70:hover {
  border-color:rgb(187 190 195 / 0.7);
}
.hover\:n-border-light-neutral-border-strong\/75:hover {
  border-color:rgb(187 190 195 / 0.75);
}
.hover\:n-border-light-neutral-border-strong\/80:hover {
  border-color:rgb(187 190 195 / 0.8);
}
.hover\:n-border-light-neutral-border-strong\/85:hover {
  border-color:rgb(187 190 195 / 0.85);
}
.hover\:n-border-light-neutral-border-strong\/90:hover {
  border-color:rgb(187 190 195 / 0.9);
}
.hover\:n-border-light-neutral-border-strong\/95:hover {
  border-color:rgb(187 190 195 / 0.95);
}
.hover\:n-border-light-neutral-border-strongest:hover {
  --tw-border-opacity:1;
  border-color:rgb(111 117 126 / var(--tw-border-opacity));
}
.hover\:n-border-light-neutral-border-strongest\/0:hover {
  border-color:rgb(111 117 126 / 0);
}
.hover\:n-border-light-neutral-border-strongest\/10:hover {
  border-color:rgb(111 117 126 / 0.1);
}
.hover\:n-border-light-neutral-border-strongest\/100:hover {
  border-color:rgb(111 117 126 / 1);
}
.hover\:n-border-light-neutral-border-strongest\/15:hover {
  border-color:rgb(111 117 126 / 0.15);
}
.hover\:n-border-light-neutral-border-strongest\/20:hover {
  border-color:rgb(111 117 126 / 0.2);
}
.hover\:n-border-light-neutral-border-strongest\/25:hover {
  border-color:rgb(111 117 126 / 0.25);
}
.hover\:n-border-light-neutral-border-strongest\/30:hover {
  border-color:rgb(111 117 126 / 0.3);
}
.hover\:n-border-light-neutral-border-strongest\/35:hover {
  border-color:rgb(111 117 126 / 0.35);
}
.hover\:n-border-light-neutral-border-strongest\/40:hover {
  border-color:rgb(111 117 126 / 0.4);
}
.hover\:n-border-light-neutral-border-strongest\/45:hover {
  border-color:rgb(111 117 126 / 0.45);
}
.hover\:n-border-light-neutral-border-strongest\/5:hover {
  border-color:rgb(111 117 126 / 0.05);
}
.hover\:n-border-light-neutral-border-strongest\/50:hover {
  border-color:rgb(111 117 126 / 0.5);
}
.hover\:n-border-light-neutral-border-strongest\/55:hover {
  border-color:rgb(111 117 126 / 0.55);
}
.hover\:n-border-light-neutral-border-strongest\/60:hover {
  border-color:rgb(111 117 126 / 0.6);
}
.hover\:n-border-light-neutral-border-strongest\/65:hover {
  border-color:rgb(111 117 126 / 0.65);
}
.hover\:n-border-light-neutral-border-strongest\/70:hover {
  border-color:rgb(111 117 126 / 0.7);
}
.hover\:n-border-light-neutral-border-strongest\/75:hover {
  border-color:rgb(111 117 126 / 0.75);
}
.hover\:n-border-light-neutral-border-strongest\/80:hover {
  border-color:rgb(111 117 126 / 0.8);
}
.hover\:n-border-light-neutral-border-strongest\/85:hover {
  border-color:rgb(111 117 126 / 0.85);
}
.hover\:n-border-light-neutral-border-strongest\/90:hover {
  border-color:rgb(111 117 126 / 0.9);
}
.hover\:n-border-light-neutral-border-strongest\/95:hover {
  border-color:rgb(111 117 126 / 0.95);
}
.hover\:n-border-light-neutral-border-weak:hover {
  --tw-border-opacity:1;
  border-color:rgb(226 227 229 / var(--tw-border-opacity));
}
.hover\:n-border-light-neutral-border-weak\/0:hover {
  border-color:rgb(226 227 229 / 0);
}
.hover\:n-border-light-neutral-border-weak\/10:hover {
  border-color:rgb(226 227 229 / 0.1);
}
.hover\:n-border-light-neutral-border-weak\/100:hover {
  border-color:rgb(226 227 229 / 1);
}
.hover\:n-border-light-neutral-border-weak\/15:hover {
  border-color:rgb(226 227 229 / 0.15);
}
.hover\:n-border-light-neutral-border-weak\/20:hover {
  border-color:rgb(226 227 229 / 0.2);
}
.hover\:n-border-light-neutral-border-weak\/25:hover {
  border-color:rgb(226 227 229 / 0.25);
}
.hover\:n-border-light-neutral-border-weak\/30:hover {
  border-color:rgb(226 227 229 / 0.3);
}
.hover\:n-border-light-neutral-border-weak\/35:hover {
  border-color:rgb(226 227 229 / 0.35);
}
.hover\:n-border-light-neutral-border-weak\/40:hover {
  border-color:rgb(226 227 229 / 0.4);
}
.hover\:n-border-light-neutral-border-weak\/45:hover {
  border-color:rgb(226 227 229 / 0.45);
}
.hover\:n-border-light-neutral-border-weak\/5:hover {
  border-color:rgb(226 227 229 / 0.05);
}
.hover\:n-border-light-neutral-border-weak\/50:hover {
  border-color:rgb(226 227 229 / 0.5);
}
.hover\:n-border-light-neutral-border-weak\/55:hover {
  border-color:rgb(226 227 229 / 0.55);
}
.hover\:n-border-light-neutral-border-weak\/60:hover {
  border-color:rgb(226 227 229 / 0.6);
}
.hover\:n-border-light-neutral-border-weak\/65:hover {
  border-color:rgb(226 227 229 / 0.65);
}
.hover\:n-border-light-neutral-border-weak\/70:hover {
  border-color:rgb(226 227 229 / 0.7);
}
.hover\:n-border-light-neutral-border-weak\/75:hover {
  border-color:rgb(226 227 229 / 0.75);
}
.hover\:n-border-light-neutral-border-weak\/80:hover {
  border-color:rgb(226 227 229 / 0.8);
}
.hover\:n-border-light-neutral-border-weak\/85:hover {
  border-color:rgb(226 227 229 / 0.85);
}
.hover\:n-border-light-neutral-border-weak\/90:hover {
  border-color:rgb(226 227 229 / 0.9);
}
.hover\:n-border-light-neutral-border-weak\/95:hover {
  border-color:rgb(226 227 229 / 0.95);
}
.hover\:n-border-light-neutral-hover:hover {
  --tw-border-opacity:1;
  border-color:rgb(111 117 126 / var(--tw-border-opacity));
}
.hover\:n-border-light-neutral-hover\/0:hover {
  border-color:rgb(111 117 126 / 0);
}
.hover\:n-border-light-neutral-hover\/10:hover {
  border-color:rgb(111 117 126 / 0.1);
}
.hover\:n-border-light-neutral-hover\/100:hover {
  border-color:rgb(111 117 126 / 1);
}
.hover\:n-border-light-neutral-hover\/15:hover {
  border-color:rgb(111 117 126 / 0.15);
}
.hover\:n-border-light-neutral-hover\/20:hover {
  border-color:rgb(111 117 126 / 0.2);
}
.hover\:n-border-light-neutral-hover\/25:hover {
  border-color:rgb(111 117 126 / 0.25);
}
.hover\:n-border-light-neutral-hover\/30:hover {
  border-color:rgb(111 117 126 / 0.3);
}
.hover\:n-border-light-neutral-hover\/35:hover {
  border-color:rgb(111 117 126 / 0.35);
}
.hover\:n-border-light-neutral-hover\/40:hover {
  border-color:rgb(111 117 126 / 0.4);
}
.hover\:n-border-light-neutral-hover\/45:hover {
  border-color:rgb(111 117 126 / 0.45);
}
.hover\:n-border-light-neutral-hover\/5:hover {
  border-color:rgb(111 117 126 / 0.05);
}
.hover\:n-border-light-neutral-hover\/50:hover {
  border-color:rgb(111 117 126 / 0.5);
}
.hover\:n-border-light-neutral-hover\/55:hover {
  border-color:rgb(111 117 126 / 0.55);
}
.hover\:n-border-light-neutral-hover\/60:hover {
  border-color:rgb(111 117 126 / 0.6);
}
.hover\:n-border-light-neutral-hover\/65:hover {
  border-color:rgb(111 117 126 / 0.65);
}
.hover\:n-border-light-neutral-hover\/70:hover {
  border-color:rgb(111 117 126 / 0.7);
}
.hover\:n-border-light-neutral-hover\/75:hover {
  border-color:rgb(111 117 126 / 0.75);
}
.hover\:n-border-light-neutral-hover\/80:hover {
  border-color:rgb(111 117 126 / 0.8);
}
.hover\:n-border-light-neutral-hover\/85:hover {
  border-color:rgb(111 117 126 / 0.85);
}
.hover\:n-border-light-neutral-hover\/90:hover {
  border-color:rgb(111 117 126 / 0.9);
}
.hover\:n-border-light-neutral-hover\/95:hover {
  border-color:rgb(111 117 126 / 0.95);
}
.hover\:n-border-light-neutral-icon:hover {
  --tw-border-opacity:1;
  border-color:rgb(77 81 87 / var(--tw-border-opacity));
}
.hover\:n-border-light-neutral-icon\/0:hover {
  border-color:rgb(77 81 87 / 0);
}
.hover\:n-border-light-neutral-icon\/10:hover {
  border-color:rgb(77 81 87 / 0.1);
}
.hover\:n-border-light-neutral-icon\/100:hover {
  border-color:rgb(77 81 87 / 1);
}
.hover\:n-border-light-neutral-icon\/15:hover {
  border-color:rgb(77 81 87 / 0.15);
}
.hover\:n-border-light-neutral-icon\/20:hover {
  border-color:rgb(77 81 87 / 0.2);
}
.hover\:n-border-light-neutral-icon\/25:hover {
  border-color:rgb(77 81 87 / 0.25);
}
.hover\:n-border-light-neutral-icon\/30:hover {
  border-color:rgb(77 81 87 / 0.3);
}
.hover\:n-border-light-neutral-icon\/35:hover {
  border-color:rgb(77 81 87 / 0.35);
}
.hover\:n-border-light-neutral-icon\/40:hover {
  border-color:rgb(77 81 87 / 0.4);
}
.hover\:n-border-light-neutral-icon\/45:hover {
  border-color:rgb(77 81 87 / 0.45);
}
.hover\:n-border-light-neutral-icon\/5:hover {
  border-color:rgb(77 81 87 / 0.05);
}
.hover\:n-border-light-neutral-icon\/50:hover {
  border-color:rgb(77 81 87 / 0.5);
}
.hover\:n-border-light-neutral-icon\/55:hover {
  border-color:rgb(77 81 87 / 0.55);
}
.hover\:n-border-light-neutral-icon\/60:hover {
  border-color:rgb(77 81 87 / 0.6);
}
.hover\:n-border-light-neutral-icon\/65:hover {
  border-color:rgb(77 81 87 / 0.65);
}
.hover\:n-border-light-neutral-icon\/70:hover {
  border-color:rgb(77 81 87 / 0.7);
}
.hover\:n-border-light-neutral-icon\/75:hover {
  border-color:rgb(77 81 87 / 0.75);
}
.hover\:n-border-light-neutral-icon\/80:hover {
  border-color:rgb(77 81 87 / 0.8);
}
.hover\:n-border-light-neutral-icon\/85:hover {
  border-color:rgb(77 81 87 / 0.85);
}
.hover\:n-border-light-neutral-icon\/90:hover {
  border-color:rgb(77 81 87 / 0.9);
}
.hover\:n-border-light-neutral-icon\/95:hover {
  border-color:rgb(77 81 87 / 0.95);
}
.hover\:n-border-light-neutral-pressed:hover {
  --tw-border-opacity:1;
  border-color:rgb(111 117 126 / var(--tw-border-opacity));
}
.hover\:n-border-light-neutral-pressed\/0:hover {
  border-color:rgb(111 117 126 / 0);
}
.hover\:n-border-light-neutral-pressed\/10:hover {
  border-color:rgb(111 117 126 / 0.1);
}
.hover\:n-border-light-neutral-pressed\/100:hover {
  border-color:rgb(111 117 126 / 1);
}
.hover\:n-border-light-neutral-pressed\/15:hover {
  border-color:rgb(111 117 126 / 0.15);
}
.hover\:n-border-light-neutral-pressed\/20:hover {
  border-color:rgb(111 117 126 / 0.2);
}
.hover\:n-border-light-neutral-pressed\/25:hover {
  border-color:rgb(111 117 126 / 0.25);
}
.hover\:n-border-light-neutral-pressed\/30:hover {
  border-color:rgb(111 117 126 / 0.3);
}
.hover\:n-border-light-neutral-pressed\/35:hover {
  border-color:rgb(111 117 126 / 0.35);
}
.hover\:n-border-light-neutral-pressed\/40:hover {
  border-color:rgb(111 117 126 / 0.4);
}
.hover\:n-border-light-neutral-pressed\/45:hover {
  border-color:rgb(111 117 126 / 0.45);
}
.hover\:n-border-light-neutral-pressed\/5:hover {
  border-color:rgb(111 117 126 / 0.05);
}
.hover\:n-border-light-neutral-pressed\/50:hover {
  border-color:rgb(111 117 126 / 0.5);
}
.hover\:n-border-light-neutral-pressed\/55:hover {
  border-color:rgb(111 117 126 / 0.55);
}
.hover\:n-border-light-neutral-pressed\/60:hover {
  border-color:rgb(111 117 126 / 0.6);
}
.hover\:n-border-light-neutral-pressed\/65:hover {
  border-color:rgb(111 117 126 / 0.65);
}
.hover\:n-border-light-neutral-pressed\/70:hover {
  border-color:rgb(111 117 126 / 0.7);
}
.hover\:n-border-light-neutral-pressed\/75:hover {
  border-color:rgb(111 117 126 / 0.75);
}
.hover\:n-border-light-neutral-pressed\/80:hover {
  border-color:rgb(111 117 126 / 0.8);
}
.hover\:n-border-light-neutral-pressed\/85:hover {
  border-color:rgb(111 117 126 / 0.85);
}
.hover\:n-border-light-neutral-pressed\/90:hover {
  border-color:rgb(111 117 126 / 0.9);
}
.hover\:n-border-light-neutral-pressed\/95:hover {
  border-color:rgb(111 117 126 / 0.95);
}
.hover\:n-border-light-neutral-text-default:hover {
  --tw-border-opacity:1;
  border-color:rgb(26 27 29 / var(--tw-border-opacity));
}
.hover\:n-border-light-neutral-text-default\/0:hover {
  border-color:rgb(26 27 29 / 0);
}
.hover\:n-border-light-neutral-text-default\/10:hover {
  border-color:rgb(26 27 29 / 0.1);
}
.hover\:n-border-light-neutral-text-default\/100:hover {
  border-color:rgb(26 27 29 / 1);
}
.hover\:n-border-light-neutral-text-default\/15:hover {
  border-color:rgb(26 27 29 / 0.15);
}
.hover\:n-border-light-neutral-text-default\/20:hover {
  border-color:rgb(26 27 29 / 0.2);
}
.hover\:n-border-light-neutral-text-default\/25:hover {
  border-color:rgb(26 27 29 / 0.25);
}
.hover\:n-border-light-neutral-text-default\/30:hover {
  border-color:rgb(26 27 29 / 0.3);
}
.hover\:n-border-light-neutral-text-default\/35:hover {
  border-color:rgb(26 27 29 / 0.35);
}
.hover\:n-border-light-neutral-text-default\/40:hover {
  border-color:rgb(26 27 29 / 0.4);
}
.hover\:n-border-light-neutral-text-default\/45:hover {
  border-color:rgb(26 27 29 / 0.45);
}
.hover\:n-border-light-neutral-text-default\/5:hover {
  border-color:rgb(26 27 29 / 0.05);
}
.hover\:n-border-light-neutral-text-default\/50:hover {
  border-color:rgb(26 27 29 / 0.5);
}
.hover\:n-border-light-neutral-text-default\/55:hover {
  border-color:rgb(26 27 29 / 0.55);
}
.hover\:n-border-light-neutral-text-default\/60:hover {
  border-color:rgb(26 27 29 / 0.6);
}
.hover\:n-border-light-neutral-text-default\/65:hover {
  border-color:rgb(26 27 29 / 0.65);
}
.hover\:n-border-light-neutral-text-default\/70:hover {
  border-color:rgb(26 27 29 / 0.7);
}
.hover\:n-border-light-neutral-text-default\/75:hover {
  border-color:rgb(26 27 29 / 0.75);
}
.hover\:n-border-light-neutral-text-default\/80:hover {
  border-color:rgb(26 27 29 / 0.8);
}
.hover\:n-border-light-neutral-text-default\/85:hover {
  border-color:rgb(26 27 29 / 0.85);
}
.hover\:n-border-light-neutral-text-default\/90:hover {
  border-color:rgb(26 27 29 / 0.9);
}
.hover\:n-border-light-neutral-text-default\/95:hover {
  border-color:rgb(26 27 29 / 0.95);
}
.hover\:n-border-light-neutral-text-inverse:hover {
  --tw-border-opacity:1;
  border-color:rgb(255 255 255 / var(--tw-border-opacity));
}
.hover\:n-border-light-neutral-text-inverse\/0:hover {
  border-color:rgb(255 255 255 / 0);
}
.hover\:n-border-light-neutral-text-inverse\/10:hover {
  border-color:rgb(255 255 255 / 0.1);
}
.hover\:n-border-light-neutral-text-inverse\/100:hover {
  border-color:rgb(255 255 255 / 1);
}
.hover\:n-border-light-neutral-text-inverse\/15:hover {
  border-color:rgb(255 255 255 / 0.15);
}
.hover\:n-border-light-neutral-text-inverse\/20:hover {
  border-color:rgb(255 255 255 / 0.2);
}
.hover\:n-border-light-neutral-text-inverse\/25:hover {
  border-color:rgb(255 255 255 / 0.25);
}
.hover\:n-border-light-neutral-text-inverse\/30:hover {
  border-color:rgb(255 255 255 / 0.3);
}
.hover\:n-border-light-neutral-text-inverse\/35:hover {
  border-color:rgb(255 255 255 / 0.35);
}
.hover\:n-border-light-neutral-text-inverse\/40:hover {
  border-color:rgb(255 255 255 / 0.4);
}
.hover\:n-border-light-neutral-text-inverse\/45:hover {
  border-color:rgb(255 255 255 / 0.45);
}
.hover\:n-border-light-neutral-text-inverse\/5:hover {
  border-color:rgb(255 255 255 / 0.05);
}
.hover\:n-border-light-neutral-text-inverse\/50:hover {
  border-color:rgb(255 255 255 / 0.5);
}
.hover\:n-border-light-neutral-text-inverse\/55:hover {
  border-color:rgb(255 255 255 / 0.55);
}
.hover\:n-border-light-neutral-text-inverse\/60:hover {
  border-color:rgb(255 255 255 / 0.6);
}
.hover\:n-border-light-neutral-text-inverse\/65:hover {
  border-color:rgb(255 255 255 / 0.65);
}
.hover\:n-border-light-neutral-text-inverse\/70:hover {
  border-color:rgb(255 255 255 / 0.7);
}
.hover\:n-border-light-neutral-text-inverse\/75:hover {
  border-color:rgb(255 255 255 / 0.75);
}
.hover\:n-border-light-neutral-text-inverse\/80:hover {
  border-color:rgb(255 255 255 / 0.8);
}
.hover\:n-border-light-neutral-text-inverse\/85:hover {
  border-color:rgb(255 255 255 / 0.85);
}
.hover\:n-border-light-neutral-text-inverse\/90:hover {
  border-color:rgb(255 255 255 / 0.9);
}
.hover\:n-border-light-neutral-text-inverse\/95:hover {
  border-color:rgb(255 255 255 / 0.95);
}
.hover\:n-border-light-neutral-text-weak:hover {
  --tw-border-opacity:1;
  border-color:rgb(77 81 87 / var(--tw-border-opacity));
}
.hover\:n-border-light-neutral-text-weak\/0:hover {
  border-color:rgb(77 81 87 / 0);
}
.hover\:n-border-light-neutral-text-weak\/10:hover {
  border-color:rgb(77 81 87 / 0.1);
}
.hover\:n-border-light-neutral-text-weak\/100:hover {
  border-color:rgb(77 81 87 / 1);
}
.hover\:n-border-light-neutral-text-weak\/15:hover {
  border-color:rgb(77 81 87 / 0.15);
}
.hover\:n-border-light-neutral-text-weak\/20:hover {
  border-color:rgb(77 81 87 / 0.2);
}
.hover\:n-border-light-neutral-text-weak\/25:hover {
  border-color:rgb(77 81 87 / 0.25);
}
.hover\:n-border-light-neutral-text-weak\/30:hover {
  border-color:rgb(77 81 87 / 0.3);
}
.hover\:n-border-light-neutral-text-weak\/35:hover {
  border-color:rgb(77 81 87 / 0.35);
}
.hover\:n-border-light-neutral-text-weak\/40:hover {
  border-color:rgb(77 81 87 / 0.4);
}
.hover\:n-border-light-neutral-text-weak\/45:hover {
  border-color:rgb(77 81 87 / 0.45);
}
.hover\:n-border-light-neutral-text-weak\/5:hover {
  border-color:rgb(77 81 87 / 0.05);
}
.hover\:n-border-light-neutral-text-weak\/50:hover {
  border-color:rgb(77 81 87 / 0.5);
}
.hover\:n-border-light-neutral-text-weak\/55:hover {
  border-color:rgb(77 81 87 / 0.55);
}
.hover\:n-border-light-neutral-text-weak\/60:hover {
  border-color:rgb(77 81 87 / 0.6);
}
.hover\:n-border-light-neutral-text-weak\/65:hover {
  border-color:rgb(77 81 87 / 0.65);
}
.hover\:n-border-light-neutral-text-weak\/70:hover {
  border-color:rgb(77 81 87 / 0.7);
}
.hover\:n-border-light-neutral-text-weak\/75:hover {
  border-color:rgb(77 81 87 / 0.75);
}
.hover\:n-border-light-neutral-text-weak\/80:hover {
  border-color:rgb(77 81 87 / 0.8);
}
.hover\:n-border-light-neutral-text-weak\/85:hover {
  border-color:rgb(77 81 87 / 0.85);
}
.hover\:n-border-light-neutral-text-weak\/90:hover {
  border-color:rgb(77 81 87 / 0.9);
}
.hover\:n-border-light-neutral-text-weak\/95:hover {
  border-color:rgb(77 81 87 / 0.95);
}
.hover\:n-border-light-neutral-text-weaker:hover {
  --tw-border-opacity:1;
  border-color:rgb(94 99 106 / var(--tw-border-opacity));
}
.hover\:n-border-light-neutral-text-weaker\/0:hover {
  border-color:rgb(94 99 106 / 0);
}
.hover\:n-border-light-neutral-text-weaker\/10:hover {
  border-color:rgb(94 99 106 / 0.1);
}
.hover\:n-border-light-neutral-text-weaker\/100:hover {
  border-color:rgb(94 99 106 / 1);
}
.hover\:n-border-light-neutral-text-weaker\/15:hover {
  border-color:rgb(94 99 106 / 0.15);
}
.hover\:n-border-light-neutral-text-weaker\/20:hover {
  border-color:rgb(94 99 106 / 0.2);
}
.hover\:n-border-light-neutral-text-weaker\/25:hover {
  border-color:rgb(94 99 106 / 0.25);
}
.hover\:n-border-light-neutral-text-weaker\/30:hover {
  border-color:rgb(94 99 106 / 0.3);
}
.hover\:n-border-light-neutral-text-weaker\/35:hover {
  border-color:rgb(94 99 106 / 0.35);
}
.hover\:n-border-light-neutral-text-weaker\/40:hover {
  border-color:rgb(94 99 106 / 0.4);
}
.hover\:n-border-light-neutral-text-weaker\/45:hover {
  border-color:rgb(94 99 106 / 0.45);
}
.hover\:n-border-light-neutral-text-weaker\/5:hover {
  border-color:rgb(94 99 106 / 0.05);
}
.hover\:n-border-light-neutral-text-weaker\/50:hover {
  border-color:rgb(94 99 106 / 0.5);
}
.hover\:n-border-light-neutral-text-weaker\/55:hover {
  border-color:rgb(94 99 106 / 0.55);
}
.hover\:n-border-light-neutral-text-weaker\/60:hover {
  border-color:rgb(94 99 106 / 0.6);
}
.hover\:n-border-light-neutral-text-weaker\/65:hover {
  border-color:rgb(94 99 106 / 0.65);
}
.hover\:n-border-light-neutral-text-weaker\/70:hover {
  border-color:rgb(94 99 106 / 0.7);
}
.hover\:n-border-light-neutral-text-weaker\/75:hover {
  border-color:rgb(94 99 106 / 0.75);
}
.hover\:n-border-light-neutral-text-weaker\/80:hover {
  border-color:rgb(94 99 106 / 0.8);
}
.hover\:n-border-light-neutral-text-weaker\/85:hover {
  border-color:rgb(94 99 106 / 0.85);
}
.hover\:n-border-light-neutral-text-weaker\/90:hover {
  border-color:rgb(94 99 106 / 0.9);
}
.hover\:n-border-light-neutral-text-weaker\/95:hover {
  border-color:rgb(94 99 106 / 0.95);
}
.hover\:n-border-light-neutral-text-weakest:hover {
  --tw-border-opacity:1;
  border-color:rgb(168 172 178 / var(--tw-border-opacity));
}
.hover\:n-border-light-neutral-text-weakest\/0:hover {
  border-color:rgb(168 172 178 / 0);
}
.hover\:n-border-light-neutral-text-weakest\/10:hover {
  border-color:rgb(168 172 178 / 0.1);
}
.hover\:n-border-light-neutral-text-weakest\/100:hover {
  border-color:rgb(168 172 178 / 1);
}
.hover\:n-border-light-neutral-text-weakest\/15:hover {
  border-color:rgb(168 172 178 / 0.15);
}
.hover\:n-border-light-neutral-text-weakest\/20:hover {
  border-color:rgb(168 172 178 / 0.2);
}
.hover\:n-border-light-neutral-text-weakest\/25:hover {
  border-color:rgb(168 172 178 / 0.25);
}
.hover\:n-border-light-neutral-text-weakest\/30:hover {
  border-color:rgb(168 172 178 / 0.3);
}
.hover\:n-border-light-neutral-text-weakest\/35:hover {
  border-color:rgb(168 172 178 / 0.35);
}
.hover\:n-border-light-neutral-text-weakest\/40:hover {
  border-color:rgb(168 172 178 / 0.4);
}
.hover\:n-border-light-neutral-text-weakest\/45:hover {
  border-color:rgb(168 172 178 / 0.45);
}
.hover\:n-border-light-neutral-text-weakest\/5:hover {
  border-color:rgb(168 172 178 / 0.05);
}
.hover\:n-border-light-neutral-text-weakest\/50:hover {
  border-color:rgb(168 172 178 / 0.5);
}
.hover\:n-border-light-neutral-text-weakest\/55:hover {
  border-color:rgb(168 172 178 / 0.55);
}
.hover\:n-border-light-neutral-text-weakest\/60:hover {
  border-color:rgb(168 172 178 / 0.6);
}
.hover\:n-border-light-neutral-text-weakest\/65:hover {
  border-color:rgb(168 172 178 / 0.65);
}
.hover\:n-border-light-neutral-text-weakest\/70:hover {
  border-color:rgb(168 172 178 / 0.7);
}
.hover\:n-border-light-neutral-text-weakest\/75:hover {
  border-color:rgb(168 172 178 / 0.75);
}
.hover\:n-border-light-neutral-text-weakest\/80:hover {
  border-color:rgb(168 172 178 / 0.8);
}
.hover\:n-border-light-neutral-text-weakest\/85:hover {
  border-color:rgb(168 172 178 / 0.85);
}
.hover\:n-border-light-neutral-text-weakest\/90:hover {
  border-color:rgb(168 172 178 / 0.9);
}
.hover\:n-border-light-neutral-text-weakest\/95:hover {
  border-color:rgb(168 172 178 / 0.95);
}
.hover\:n-border-light-primary-bg-selected:hover {
  --tw-border-opacity:1;
  border-color:rgb(231 250 251 / var(--tw-border-opacity));
}
.hover\:n-border-light-primary-bg-selected\/0:hover {
  border-color:rgb(231 250 251 / 0);
}
.hover\:n-border-light-primary-bg-selected\/10:hover {
  border-color:rgb(231 250 251 / 0.1);
}
.hover\:n-border-light-primary-bg-selected\/100:hover {
  border-color:rgb(231 250 251 / 1);
}
.hover\:n-border-light-primary-bg-selected\/15:hover {
  border-color:rgb(231 250 251 / 0.15);
}
.hover\:n-border-light-primary-bg-selected\/20:hover {
  border-color:rgb(231 250 251 / 0.2);
}
.hover\:n-border-light-primary-bg-selected\/25:hover {
  border-color:rgb(231 250 251 / 0.25);
}
.hover\:n-border-light-primary-bg-selected\/30:hover {
  border-color:rgb(231 250 251 / 0.3);
}
.hover\:n-border-light-primary-bg-selected\/35:hover {
  border-color:rgb(231 250 251 / 0.35);
}
.hover\:n-border-light-primary-bg-selected\/40:hover {
  border-color:rgb(231 250 251 / 0.4);
}
.hover\:n-border-light-primary-bg-selected\/45:hover {
  border-color:rgb(231 250 251 / 0.45);
}
.hover\:n-border-light-primary-bg-selected\/5:hover {
  border-color:rgb(231 250 251 / 0.05);
}
.hover\:n-border-light-primary-bg-selected\/50:hover {
  border-color:rgb(231 250 251 / 0.5);
}
.hover\:n-border-light-primary-bg-selected\/55:hover {
  border-color:rgb(231 250 251 / 0.55);
}
.hover\:n-border-light-primary-bg-selected\/60:hover {
  border-color:rgb(231 250 251 / 0.6);
}
.hover\:n-border-light-primary-bg-selected\/65:hover {
  border-color:rgb(231 250 251 / 0.65);
}
.hover\:n-border-light-primary-bg-selected\/70:hover {
  border-color:rgb(231 250 251 / 0.7);
}
.hover\:n-border-light-primary-bg-selected\/75:hover {
  border-color:rgb(231 250 251 / 0.75);
}
.hover\:n-border-light-primary-bg-selected\/80:hover {
  border-color:rgb(231 250 251 / 0.8);
}
.hover\:n-border-light-primary-bg-selected\/85:hover {
  border-color:rgb(231 250 251 / 0.85);
}
.hover\:n-border-light-primary-bg-selected\/90:hover {
  border-color:rgb(231 250 251 / 0.9);
}
.hover\:n-border-light-primary-bg-selected\/95:hover {
  border-color:rgb(231 250 251 / 0.95);
}
.hover\:n-border-light-primary-bg-status:hover {
  --tw-border-opacity:1;
  border-color:rgb(76 153 164 / var(--tw-border-opacity));
}
.hover\:n-border-light-primary-bg-status\/0:hover {
  border-color:rgb(76 153 164 / 0);
}
.hover\:n-border-light-primary-bg-status\/10:hover {
  border-color:rgb(76 153 164 / 0.1);
}
.hover\:n-border-light-primary-bg-status\/100:hover {
  border-color:rgb(76 153 164 / 1);
}
.hover\:n-border-light-primary-bg-status\/15:hover {
  border-color:rgb(76 153 164 / 0.15);
}
.hover\:n-border-light-primary-bg-status\/20:hover {
  border-color:rgb(76 153 164 / 0.2);
}
.hover\:n-border-light-primary-bg-status\/25:hover {
  border-color:rgb(76 153 164 / 0.25);
}
.hover\:n-border-light-primary-bg-status\/30:hover {
  border-color:rgb(76 153 164 / 0.3);
}
.hover\:n-border-light-primary-bg-status\/35:hover {
  border-color:rgb(76 153 164 / 0.35);
}
.hover\:n-border-light-primary-bg-status\/40:hover {
  border-color:rgb(76 153 164 / 0.4);
}
.hover\:n-border-light-primary-bg-status\/45:hover {
  border-color:rgb(76 153 164 / 0.45);
}
.hover\:n-border-light-primary-bg-status\/5:hover {
  border-color:rgb(76 153 164 / 0.05);
}
.hover\:n-border-light-primary-bg-status\/50:hover {
  border-color:rgb(76 153 164 / 0.5);
}
.hover\:n-border-light-primary-bg-status\/55:hover {
  border-color:rgb(76 153 164 / 0.55);
}
.hover\:n-border-light-primary-bg-status\/60:hover {
  border-color:rgb(76 153 164 / 0.6);
}
.hover\:n-border-light-primary-bg-status\/65:hover {
  border-color:rgb(76 153 164 / 0.65);
}
.hover\:n-border-light-primary-bg-status\/70:hover {
  border-color:rgb(76 153 164 / 0.7);
}
.hover\:n-border-light-primary-bg-status\/75:hover {
  border-color:rgb(76 153 164 / 0.75);
}
.hover\:n-border-light-primary-bg-status\/80:hover {
  border-color:rgb(76 153 164 / 0.8);
}
.hover\:n-border-light-primary-bg-status\/85:hover {
  border-color:rgb(76 153 164 / 0.85);
}
.hover\:n-border-light-primary-bg-status\/90:hover {
  border-color:rgb(76 153 164 / 0.9);
}
.hover\:n-border-light-primary-bg-status\/95:hover {
  border-color:rgb(76 153 164 / 0.95);
}
.hover\:n-border-light-primary-bg-strong:hover {
  --tw-border-opacity:1;
  border-color:rgb(10 97 144 / var(--tw-border-opacity));
}
.hover\:n-border-light-primary-bg-strong\/0:hover {
  border-color:rgb(10 97 144 / 0);
}
.hover\:n-border-light-primary-bg-strong\/10:hover {
  border-color:rgb(10 97 144 / 0.1);
}
.hover\:n-border-light-primary-bg-strong\/100:hover {
  border-color:rgb(10 97 144 / 1);
}
.hover\:n-border-light-primary-bg-strong\/15:hover {
  border-color:rgb(10 97 144 / 0.15);
}
.hover\:n-border-light-primary-bg-strong\/20:hover {
  border-color:rgb(10 97 144 / 0.2);
}
.hover\:n-border-light-primary-bg-strong\/25:hover {
  border-color:rgb(10 97 144 / 0.25);
}
.hover\:n-border-light-primary-bg-strong\/30:hover {
  border-color:rgb(10 97 144 / 0.3);
}
.hover\:n-border-light-primary-bg-strong\/35:hover {
  border-color:rgb(10 97 144 / 0.35);
}
.hover\:n-border-light-primary-bg-strong\/40:hover {
  border-color:rgb(10 97 144 / 0.4);
}
.hover\:n-border-light-primary-bg-strong\/45:hover {
  border-color:rgb(10 97 144 / 0.45);
}
.hover\:n-border-light-primary-bg-strong\/5:hover {
  border-color:rgb(10 97 144 / 0.05);
}
.hover\:n-border-light-primary-bg-strong\/50:hover {
  border-color:rgb(10 97 144 / 0.5);
}
.hover\:n-border-light-primary-bg-strong\/55:hover {
  border-color:rgb(10 97 144 / 0.55);
}
.hover\:n-border-light-primary-bg-strong\/60:hover {
  border-color:rgb(10 97 144 / 0.6);
}
.hover\:n-border-light-primary-bg-strong\/65:hover {
  border-color:rgb(10 97 144 / 0.65);
}
.hover\:n-border-light-primary-bg-strong\/70:hover {
  border-color:rgb(10 97 144 / 0.7);
}
.hover\:n-border-light-primary-bg-strong\/75:hover {
  border-color:rgb(10 97 144 / 0.75);
}
.hover\:n-border-light-primary-bg-strong\/80:hover {
  border-color:rgb(10 97 144 / 0.8);
}
.hover\:n-border-light-primary-bg-strong\/85:hover {
  border-color:rgb(10 97 144 / 0.85);
}
.hover\:n-border-light-primary-bg-strong\/90:hover {
  border-color:rgb(10 97 144 / 0.9);
}
.hover\:n-border-light-primary-bg-strong\/95:hover {
  border-color:rgb(10 97 144 / 0.95);
}
.hover\:n-border-light-primary-bg-weak:hover {
  --tw-border-opacity:1;
  border-color:rgb(231 250 251 / var(--tw-border-opacity));
}
.hover\:n-border-light-primary-bg-weak\/0:hover {
  border-color:rgb(231 250 251 / 0);
}
.hover\:n-border-light-primary-bg-weak\/10:hover {
  border-color:rgb(231 250 251 / 0.1);
}
.hover\:n-border-light-primary-bg-weak\/100:hover {
  border-color:rgb(231 250 251 / 1);
}
.hover\:n-border-light-primary-bg-weak\/15:hover {
  border-color:rgb(231 250 251 / 0.15);
}
.hover\:n-border-light-primary-bg-weak\/20:hover {
  border-color:rgb(231 250 251 / 0.2);
}
.hover\:n-border-light-primary-bg-weak\/25:hover {
  border-color:rgb(231 250 251 / 0.25);
}
.hover\:n-border-light-primary-bg-weak\/30:hover {
  border-color:rgb(231 250 251 / 0.3);
}
.hover\:n-border-light-primary-bg-weak\/35:hover {
  border-color:rgb(231 250 251 / 0.35);
}
.hover\:n-border-light-primary-bg-weak\/40:hover {
  border-color:rgb(231 250 251 / 0.4);
}
.hover\:n-border-light-primary-bg-weak\/45:hover {
  border-color:rgb(231 250 251 / 0.45);
}
.hover\:n-border-light-primary-bg-weak\/5:hover {
  border-color:rgb(231 250 251 / 0.05);
}
.hover\:n-border-light-primary-bg-weak\/50:hover {
  border-color:rgb(231 250 251 / 0.5);
}
.hover\:n-border-light-primary-bg-weak\/55:hover {
  border-color:rgb(231 250 251 / 0.55);
}
.hover\:n-border-light-primary-bg-weak\/60:hover {
  border-color:rgb(231 250 251 / 0.6);
}
.hover\:n-border-light-primary-bg-weak\/65:hover {
  border-color:rgb(231 250 251 / 0.65);
}
.hover\:n-border-light-primary-bg-weak\/70:hover {
  border-color:rgb(231 250 251 / 0.7);
}
.hover\:n-border-light-primary-bg-weak\/75:hover {
  border-color:rgb(231 250 251 / 0.75);
}
.hover\:n-border-light-primary-bg-weak\/80:hover {
  border-color:rgb(231 250 251 / 0.8);
}
.hover\:n-border-light-primary-bg-weak\/85:hover {
  border-color:rgb(231 250 251 / 0.85);
}
.hover\:n-border-light-primary-bg-weak\/90:hover {
  border-color:rgb(231 250 251 / 0.9);
}
.hover\:n-border-light-primary-bg-weak\/95:hover {
  border-color:rgb(231 250 251 / 0.95);
}
.hover\:n-border-light-primary-border-strong:hover {
  --tw-border-opacity:1;
  border-color:rgb(10 97 144 / var(--tw-border-opacity));
}
.hover\:n-border-light-primary-border-strong\/0:hover {
  border-color:rgb(10 97 144 / 0);
}
.hover\:n-border-light-primary-border-strong\/10:hover {
  border-color:rgb(10 97 144 / 0.1);
}
.hover\:n-border-light-primary-border-strong\/100:hover {
  border-color:rgb(10 97 144 / 1);
}
.hover\:n-border-light-primary-border-strong\/15:hover {
  border-color:rgb(10 97 144 / 0.15);
}
.hover\:n-border-light-primary-border-strong\/20:hover {
  border-color:rgb(10 97 144 / 0.2);
}
.hover\:n-border-light-primary-border-strong\/25:hover {
  border-color:rgb(10 97 144 / 0.25);
}
.hover\:n-border-light-primary-border-strong\/30:hover {
  border-color:rgb(10 97 144 / 0.3);
}
.hover\:n-border-light-primary-border-strong\/35:hover {
  border-color:rgb(10 97 144 / 0.35);
}
.hover\:n-border-light-primary-border-strong\/40:hover {
  border-color:rgb(10 97 144 / 0.4);
}
.hover\:n-border-light-primary-border-strong\/45:hover {
  border-color:rgb(10 97 144 / 0.45);
}
.hover\:n-border-light-primary-border-strong\/5:hover {
  border-color:rgb(10 97 144 / 0.05);
}
.hover\:n-border-light-primary-border-strong\/50:hover {
  border-color:rgb(10 97 144 / 0.5);
}
.hover\:n-border-light-primary-border-strong\/55:hover {
  border-color:rgb(10 97 144 / 0.55);
}
.hover\:n-border-light-primary-border-strong\/60:hover {
  border-color:rgb(10 97 144 / 0.6);
}
.hover\:n-border-light-primary-border-strong\/65:hover {
  border-color:rgb(10 97 144 / 0.65);
}
.hover\:n-border-light-primary-border-strong\/70:hover {
  border-color:rgb(10 97 144 / 0.7);
}
.hover\:n-border-light-primary-border-strong\/75:hover {
  border-color:rgb(10 97 144 / 0.75);
}
.hover\:n-border-light-primary-border-strong\/80:hover {
  border-color:rgb(10 97 144 / 0.8);
}
.hover\:n-border-light-primary-border-strong\/85:hover {
  border-color:rgb(10 97 144 / 0.85);
}
.hover\:n-border-light-primary-border-strong\/90:hover {
  border-color:rgb(10 97 144 / 0.9);
}
.hover\:n-border-light-primary-border-strong\/95:hover {
  border-color:rgb(10 97 144 / 0.95);
}
.hover\:n-border-light-primary-border-weak:hover {
  --tw-border-opacity:1;
  border-color:rgb(143 227 232 / var(--tw-border-opacity));
}
.hover\:n-border-light-primary-border-weak\/0:hover {
  border-color:rgb(143 227 232 / 0);
}
.hover\:n-border-light-primary-border-weak\/10:hover {
  border-color:rgb(143 227 232 / 0.1);
}
.hover\:n-border-light-primary-border-weak\/100:hover {
  border-color:rgb(143 227 232 / 1);
}
.hover\:n-border-light-primary-border-weak\/15:hover {
  border-color:rgb(143 227 232 / 0.15);
}
.hover\:n-border-light-primary-border-weak\/20:hover {
  border-color:rgb(143 227 232 / 0.2);
}
.hover\:n-border-light-primary-border-weak\/25:hover {
  border-color:rgb(143 227 232 / 0.25);
}
.hover\:n-border-light-primary-border-weak\/30:hover {
  border-color:rgb(143 227 232 / 0.3);
}
.hover\:n-border-light-primary-border-weak\/35:hover {
  border-color:rgb(143 227 232 / 0.35);
}
.hover\:n-border-light-primary-border-weak\/40:hover {
  border-color:rgb(143 227 232 / 0.4);
}
.hover\:n-border-light-primary-border-weak\/45:hover {
  border-color:rgb(143 227 232 / 0.45);
}
.hover\:n-border-light-primary-border-weak\/5:hover {
  border-color:rgb(143 227 232 / 0.05);
}
.hover\:n-border-light-primary-border-weak\/50:hover {
  border-color:rgb(143 227 232 / 0.5);
}
.hover\:n-border-light-primary-border-weak\/55:hover {
  border-color:rgb(143 227 232 / 0.55);
}
.hover\:n-border-light-primary-border-weak\/60:hover {
  border-color:rgb(143 227 232 / 0.6);
}
.hover\:n-border-light-primary-border-weak\/65:hover {
  border-color:rgb(143 227 232 / 0.65);
}
.hover\:n-border-light-primary-border-weak\/70:hover {
  border-color:rgb(143 227 232 / 0.7);
}
.hover\:n-border-light-primary-border-weak\/75:hover {
  border-color:rgb(143 227 232 / 0.75);
}
.hover\:n-border-light-primary-border-weak\/80:hover {
  border-color:rgb(143 227 232 / 0.8);
}
.hover\:n-border-light-primary-border-weak\/85:hover {
  border-color:rgb(143 227 232 / 0.85);
}
.hover\:n-border-light-primary-border-weak\/90:hover {
  border-color:rgb(143 227 232 / 0.9);
}
.hover\:n-border-light-primary-border-weak\/95:hover {
  border-color:rgb(143 227 232 / 0.95);
}
.hover\:n-border-light-primary-focus:hover {
  --tw-border-opacity:1;
  border-color:rgb(48 131 157 / var(--tw-border-opacity));
}
.hover\:n-border-light-primary-focus\/0:hover {
  border-color:rgb(48 131 157 / 0);
}
.hover\:n-border-light-primary-focus\/10:hover {
  border-color:rgb(48 131 157 / 0.1);
}
.hover\:n-border-light-primary-focus\/100:hover {
  border-color:rgb(48 131 157 / 1);
}
.hover\:n-border-light-primary-focus\/15:hover {
  border-color:rgb(48 131 157 / 0.15);
}
.hover\:n-border-light-primary-focus\/20:hover {
  border-color:rgb(48 131 157 / 0.2);
}
.hover\:n-border-light-primary-focus\/25:hover {
  border-color:rgb(48 131 157 / 0.25);
}
.hover\:n-border-light-primary-focus\/30:hover {
  border-color:rgb(48 131 157 / 0.3);
}
.hover\:n-border-light-primary-focus\/35:hover {
  border-color:rgb(48 131 157 / 0.35);
}
.hover\:n-border-light-primary-focus\/40:hover {
  border-color:rgb(48 131 157 / 0.4);
}
.hover\:n-border-light-primary-focus\/45:hover {
  border-color:rgb(48 131 157 / 0.45);
}
.hover\:n-border-light-primary-focus\/5:hover {
  border-color:rgb(48 131 157 / 0.05);
}
.hover\:n-border-light-primary-focus\/50:hover {
  border-color:rgb(48 131 157 / 0.5);
}
.hover\:n-border-light-primary-focus\/55:hover {
  border-color:rgb(48 131 157 / 0.55);
}
.hover\:n-border-light-primary-focus\/60:hover {
  border-color:rgb(48 131 157 / 0.6);
}
.hover\:n-border-light-primary-focus\/65:hover {
  border-color:rgb(48 131 157 / 0.65);
}
.hover\:n-border-light-primary-focus\/70:hover {
  border-color:rgb(48 131 157 / 0.7);
}
.hover\:n-border-light-primary-focus\/75:hover {
  border-color:rgb(48 131 157 / 0.75);
}
.hover\:n-border-light-primary-focus\/80:hover {
  border-color:rgb(48 131 157 / 0.8);
}
.hover\:n-border-light-primary-focus\/85:hover {
  border-color:rgb(48 131 157 / 0.85);
}
.hover\:n-border-light-primary-focus\/90:hover {
  border-color:rgb(48 131 157 / 0.9);
}
.hover\:n-border-light-primary-focus\/95:hover {
  border-color:rgb(48 131 157 / 0.95);
}
.hover\:n-border-light-primary-hover-strong:hover {
  --tw-border-opacity:1;
  border-color:rgb(2 80 123 / var(--tw-border-opacity));
}
.hover\:n-border-light-primary-hover-strong\/0:hover {
  border-color:rgb(2 80 123 / 0);
}
.hover\:n-border-light-primary-hover-strong\/10:hover {
  border-color:rgb(2 80 123 / 0.1);
}
.hover\:n-border-light-primary-hover-strong\/100:hover {
  border-color:rgb(2 80 123 / 1);
}
.hover\:n-border-light-primary-hover-strong\/15:hover {
  border-color:rgb(2 80 123 / 0.15);
}
.hover\:n-border-light-primary-hover-strong\/20:hover {
  border-color:rgb(2 80 123 / 0.2);
}
.hover\:n-border-light-primary-hover-strong\/25:hover {
  border-color:rgb(2 80 123 / 0.25);
}
.hover\:n-border-light-primary-hover-strong\/30:hover {
  border-color:rgb(2 80 123 / 0.3);
}
.hover\:n-border-light-primary-hover-strong\/35:hover {
  border-color:rgb(2 80 123 / 0.35);
}
.hover\:n-border-light-primary-hover-strong\/40:hover {
  border-color:rgb(2 80 123 / 0.4);
}
.hover\:n-border-light-primary-hover-strong\/45:hover {
  border-color:rgb(2 80 123 / 0.45);
}
.hover\:n-border-light-primary-hover-strong\/5:hover {
  border-color:rgb(2 80 123 / 0.05);
}
.hover\:n-border-light-primary-hover-strong\/50:hover {
  border-color:rgb(2 80 123 / 0.5);
}
.hover\:n-border-light-primary-hover-strong\/55:hover {
  border-color:rgb(2 80 123 / 0.55);
}
.hover\:n-border-light-primary-hover-strong\/60:hover {
  border-color:rgb(2 80 123 / 0.6);
}
.hover\:n-border-light-primary-hover-strong\/65:hover {
  border-color:rgb(2 80 123 / 0.65);
}
.hover\:n-border-light-primary-hover-strong\/70:hover {
  border-color:rgb(2 80 123 / 0.7);
}
.hover\:n-border-light-primary-hover-strong\/75:hover {
  border-color:rgb(2 80 123 / 0.75);
}
.hover\:n-border-light-primary-hover-strong\/80:hover {
  border-color:rgb(2 80 123 / 0.8);
}
.hover\:n-border-light-primary-hover-strong\/85:hover {
  border-color:rgb(2 80 123 / 0.85);
}
.hover\:n-border-light-primary-hover-strong\/90:hover {
  border-color:rgb(2 80 123 / 0.9);
}
.hover\:n-border-light-primary-hover-strong\/95:hover {
  border-color:rgb(2 80 123 / 0.95);
}
.hover\:n-border-light-primary-hover-weak:hover {
  --tw-border-opacity:1;
  border-color:rgb(48 131 157 / var(--tw-border-opacity));
}
.hover\:n-border-light-primary-hover-weak\/0:hover {
  border-color:rgb(48 131 157 / 0);
}
.hover\:n-border-light-primary-hover-weak\/10:hover {
  border-color:rgb(48 131 157 / 0.1);
}
.hover\:n-border-light-primary-hover-weak\/100:hover {
  border-color:rgb(48 131 157 / 1);
}
.hover\:n-border-light-primary-hover-weak\/15:hover {
  border-color:rgb(48 131 157 / 0.15);
}
.hover\:n-border-light-primary-hover-weak\/20:hover {
  border-color:rgb(48 131 157 / 0.2);
}
.hover\:n-border-light-primary-hover-weak\/25:hover {
  border-color:rgb(48 131 157 / 0.25);
}
.hover\:n-border-light-primary-hover-weak\/30:hover {
  border-color:rgb(48 131 157 / 0.3);
}
.hover\:n-border-light-primary-hover-weak\/35:hover {
  border-color:rgb(48 131 157 / 0.35);
}
.hover\:n-border-light-primary-hover-weak\/40:hover {
  border-color:rgb(48 131 157 / 0.4);
}
.hover\:n-border-light-primary-hover-weak\/45:hover {
  border-color:rgb(48 131 157 / 0.45);
}
.hover\:n-border-light-primary-hover-weak\/5:hover {
  border-color:rgb(48 131 157 / 0.05);
}
.hover\:n-border-light-primary-hover-weak\/50:hover {
  border-color:rgb(48 131 157 / 0.5);
}
.hover\:n-border-light-primary-hover-weak\/55:hover {
  border-color:rgb(48 131 157 / 0.55);
}
.hover\:n-border-light-primary-hover-weak\/60:hover {
  border-color:rgb(48 131 157 / 0.6);
}
.hover\:n-border-light-primary-hover-weak\/65:hover {
  border-color:rgb(48 131 157 / 0.65);
}
.hover\:n-border-light-primary-hover-weak\/70:hover {
  border-color:rgb(48 131 157 / 0.7);
}
.hover\:n-border-light-primary-hover-weak\/75:hover {
  border-color:rgb(48 131 157 / 0.75);
}
.hover\:n-border-light-primary-hover-weak\/80:hover {
  border-color:rgb(48 131 157 / 0.8);
}
.hover\:n-border-light-primary-hover-weak\/85:hover {
  border-color:rgb(48 131 157 / 0.85);
}
.hover\:n-border-light-primary-hover-weak\/90:hover {
  border-color:rgb(48 131 157 / 0.9);
}
.hover\:n-border-light-primary-hover-weak\/95:hover {
  border-color:rgb(48 131 157 / 0.95);
}
.hover\:n-border-light-primary-icon:hover {
  --tw-border-opacity:1;
  border-color:rgb(10 97 144 / var(--tw-border-opacity));
}
.hover\:n-border-light-primary-icon\/0:hover {
  border-color:rgb(10 97 144 / 0);
}
.hover\:n-border-light-primary-icon\/10:hover {
  border-color:rgb(10 97 144 / 0.1);
}
.hover\:n-border-light-primary-icon\/100:hover {
  border-color:rgb(10 97 144 / 1);
}
.hover\:n-border-light-primary-icon\/15:hover {
  border-color:rgb(10 97 144 / 0.15);
}
.hover\:n-border-light-primary-icon\/20:hover {
  border-color:rgb(10 97 144 / 0.2);
}
.hover\:n-border-light-primary-icon\/25:hover {
  border-color:rgb(10 97 144 / 0.25);
}
.hover\:n-border-light-primary-icon\/30:hover {
  border-color:rgb(10 97 144 / 0.3);
}
.hover\:n-border-light-primary-icon\/35:hover {
  border-color:rgb(10 97 144 / 0.35);
}
.hover\:n-border-light-primary-icon\/40:hover {
  border-color:rgb(10 97 144 / 0.4);
}
.hover\:n-border-light-primary-icon\/45:hover {
  border-color:rgb(10 97 144 / 0.45);
}
.hover\:n-border-light-primary-icon\/5:hover {
  border-color:rgb(10 97 144 / 0.05);
}
.hover\:n-border-light-primary-icon\/50:hover {
  border-color:rgb(10 97 144 / 0.5);
}
.hover\:n-border-light-primary-icon\/55:hover {
  border-color:rgb(10 97 144 / 0.55);
}
.hover\:n-border-light-primary-icon\/60:hover {
  border-color:rgb(10 97 144 / 0.6);
}
.hover\:n-border-light-primary-icon\/65:hover {
  border-color:rgb(10 97 144 / 0.65);
}
.hover\:n-border-light-primary-icon\/70:hover {
  border-color:rgb(10 97 144 / 0.7);
}
.hover\:n-border-light-primary-icon\/75:hover {
  border-color:rgb(10 97 144 / 0.75);
}
.hover\:n-border-light-primary-icon\/80:hover {
  border-color:rgb(10 97 144 / 0.8);
}
.hover\:n-border-light-primary-icon\/85:hover {
  border-color:rgb(10 97 144 / 0.85);
}
.hover\:n-border-light-primary-icon\/90:hover {
  border-color:rgb(10 97 144 / 0.9);
}
.hover\:n-border-light-primary-icon\/95:hover {
  border-color:rgb(10 97 144 / 0.95);
}
.hover\:n-border-light-primary-pressed-strong:hover {
  --tw-border-opacity:1;
  border-color:rgb(1 64 99 / var(--tw-border-opacity));
}
.hover\:n-border-light-primary-pressed-strong\/0:hover {
  border-color:rgb(1 64 99 / 0);
}
.hover\:n-border-light-primary-pressed-strong\/10:hover {
  border-color:rgb(1 64 99 / 0.1);
}
.hover\:n-border-light-primary-pressed-strong\/100:hover {
  border-color:rgb(1 64 99 / 1);
}
.hover\:n-border-light-primary-pressed-strong\/15:hover {
  border-color:rgb(1 64 99 / 0.15);
}
.hover\:n-border-light-primary-pressed-strong\/20:hover {
  border-color:rgb(1 64 99 / 0.2);
}
.hover\:n-border-light-primary-pressed-strong\/25:hover {
  border-color:rgb(1 64 99 / 0.25);
}
.hover\:n-border-light-primary-pressed-strong\/30:hover {
  border-color:rgb(1 64 99 / 0.3);
}
.hover\:n-border-light-primary-pressed-strong\/35:hover {
  border-color:rgb(1 64 99 / 0.35);
}
.hover\:n-border-light-primary-pressed-strong\/40:hover {
  border-color:rgb(1 64 99 / 0.4);
}
.hover\:n-border-light-primary-pressed-strong\/45:hover {
  border-color:rgb(1 64 99 / 0.45);
}
.hover\:n-border-light-primary-pressed-strong\/5:hover {
  border-color:rgb(1 64 99 / 0.05);
}
.hover\:n-border-light-primary-pressed-strong\/50:hover {
  border-color:rgb(1 64 99 / 0.5);
}
.hover\:n-border-light-primary-pressed-strong\/55:hover {
  border-color:rgb(1 64 99 / 0.55);
}
.hover\:n-border-light-primary-pressed-strong\/60:hover {
  border-color:rgb(1 64 99 / 0.6);
}
.hover\:n-border-light-primary-pressed-strong\/65:hover {
  border-color:rgb(1 64 99 / 0.65);
}
.hover\:n-border-light-primary-pressed-strong\/70:hover {
  border-color:rgb(1 64 99 / 0.7);
}
.hover\:n-border-light-primary-pressed-strong\/75:hover {
  border-color:rgb(1 64 99 / 0.75);
}
.hover\:n-border-light-primary-pressed-strong\/80:hover {
  border-color:rgb(1 64 99 / 0.8);
}
.hover\:n-border-light-primary-pressed-strong\/85:hover {
  border-color:rgb(1 64 99 / 0.85);
}
.hover\:n-border-light-primary-pressed-strong\/90:hover {
  border-color:rgb(1 64 99 / 0.9);
}
.hover\:n-border-light-primary-pressed-strong\/95:hover {
  border-color:rgb(1 64 99 / 0.95);
}
.hover\:n-border-light-primary-pressed-weak:hover {
  --tw-border-opacity:1;
  border-color:rgb(48 131 157 / var(--tw-border-opacity));
}
.hover\:n-border-light-primary-pressed-weak\/0:hover {
  border-color:rgb(48 131 157 / 0);
}
.hover\:n-border-light-primary-pressed-weak\/10:hover {
  border-color:rgb(48 131 157 / 0.1);
}
.hover\:n-border-light-primary-pressed-weak\/100:hover {
  border-color:rgb(48 131 157 / 1);
}
.hover\:n-border-light-primary-pressed-weak\/15:hover {
  border-color:rgb(48 131 157 / 0.15);
}
.hover\:n-border-light-primary-pressed-weak\/20:hover {
  border-color:rgb(48 131 157 / 0.2);
}
.hover\:n-border-light-primary-pressed-weak\/25:hover {
  border-color:rgb(48 131 157 / 0.25);
}
.hover\:n-border-light-primary-pressed-weak\/30:hover {
  border-color:rgb(48 131 157 / 0.3);
}
.hover\:n-border-light-primary-pressed-weak\/35:hover {
  border-color:rgb(48 131 157 / 0.35);
}
.hover\:n-border-light-primary-pressed-weak\/40:hover {
  border-color:rgb(48 131 157 / 0.4);
}
.hover\:n-border-light-primary-pressed-weak\/45:hover {
  border-color:rgb(48 131 157 / 0.45);
}
.hover\:n-border-light-primary-pressed-weak\/5:hover {
  border-color:rgb(48 131 157 / 0.05);
}
.hover\:n-border-light-primary-pressed-weak\/50:hover {
  border-color:rgb(48 131 157 / 0.5);
}
.hover\:n-border-light-primary-pressed-weak\/55:hover {
  border-color:rgb(48 131 157 / 0.55);
}
.hover\:n-border-light-primary-pressed-weak\/60:hover {
  border-color:rgb(48 131 157 / 0.6);
}
.hover\:n-border-light-primary-pressed-weak\/65:hover {
  border-color:rgb(48 131 157 / 0.65);
}
.hover\:n-border-light-primary-pressed-weak\/70:hover {
  border-color:rgb(48 131 157 / 0.7);
}
.hover\:n-border-light-primary-pressed-weak\/75:hover {
  border-color:rgb(48 131 157 / 0.75);
}
.hover\:n-border-light-primary-pressed-weak\/80:hover {
  border-color:rgb(48 131 157 / 0.8);
}
.hover\:n-border-light-primary-pressed-weak\/85:hover {
  border-color:rgb(48 131 157 / 0.85);
}
.hover\:n-border-light-primary-pressed-weak\/90:hover {
  border-color:rgb(48 131 157 / 0.9);
}
.hover\:n-border-light-primary-pressed-weak\/95:hover {
  border-color:rgb(48 131 157 / 0.95);
}
.hover\:n-border-light-primary-text:hover {
  --tw-border-opacity:1;
  border-color:rgb(10 97 144 / var(--tw-border-opacity));
}
.hover\:n-border-light-primary-text\/0:hover {
  border-color:rgb(10 97 144 / 0);
}
.hover\:n-border-light-primary-text\/10:hover {
  border-color:rgb(10 97 144 / 0.1);
}
.hover\:n-border-light-primary-text\/100:hover {
  border-color:rgb(10 97 144 / 1);
}
.hover\:n-border-light-primary-text\/15:hover {
  border-color:rgb(10 97 144 / 0.15);
}
.hover\:n-border-light-primary-text\/20:hover {
  border-color:rgb(10 97 144 / 0.2);
}
.hover\:n-border-light-primary-text\/25:hover {
  border-color:rgb(10 97 144 / 0.25);
}
.hover\:n-border-light-primary-text\/30:hover {
  border-color:rgb(10 97 144 / 0.3);
}
.hover\:n-border-light-primary-text\/35:hover {
  border-color:rgb(10 97 144 / 0.35);
}
.hover\:n-border-light-primary-text\/40:hover {
  border-color:rgb(10 97 144 / 0.4);
}
.hover\:n-border-light-primary-text\/45:hover {
  border-color:rgb(10 97 144 / 0.45);
}
.hover\:n-border-light-primary-text\/5:hover {
  border-color:rgb(10 97 144 / 0.05);
}
.hover\:n-border-light-primary-text\/50:hover {
  border-color:rgb(10 97 144 / 0.5);
}
.hover\:n-border-light-primary-text\/55:hover {
  border-color:rgb(10 97 144 / 0.55);
}
.hover\:n-border-light-primary-text\/60:hover {
  border-color:rgb(10 97 144 / 0.6);
}
.hover\:n-border-light-primary-text\/65:hover {
  border-color:rgb(10 97 144 / 0.65);
}
.hover\:n-border-light-primary-text\/70:hover {
  border-color:rgb(10 97 144 / 0.7);
}
.hover\:n-border-light-primary-text\/75:hover {
  border-color:rgb(10 97 144 / 0.75);
}
.hover\:n-border-light-primary-text\/80:hover {
  border-color:rgb(10 97 144 / 0.8);
}
.hover\:n-border-light-primary-text\/85:hover {
  border-color:rgb(10 97 144 / 0.85);
}
.hover\:n-border-light-primary-text\/90:hover {
  border-color:rgb(10 97 144 / 0.9);
}
.hover\:n-border-light-primary-text\/95:hover {
  border-color:rgb(10 97 144 / 0.95);
}
.hover\:n-border-light-success-bg-status:hover {
  --tw-border-opacity:1;
  border-color:rgb(91 153 43 / var(--tw-border-opacity));
}
.hover\:n-border-light-success-bg-status\/0:hover {
  border-color:rgb(91 153 43 / 0);
}
.hover\:n-border-light-success-bg-status\/10:hover {
  border-color:rgb(91 153 43 / 0.1);
}
.hover\:n-border-light-success-bg-status\/100:hover {
  border-color:rgb(91 153 43 / 1);
}
.hover\:n-border-light-success-bg-status\/15:hover {
  border-color:rgb(91 153 43 / 0.15);
}
.hover\:n-border-light-success-bg-status\/20:hover {
  border-color:rgb(91 153 43 / 0.2);
}
.hover\:n-border-light-success-bg-status\/25:hover {
  border-color:rgb(91 153 43 / 0.25);
}
.hover\:n-border-light-success-bg-status\/30:hover {
  border-color:rgb(91 153 43 / 0.3);
}
.hover\:n-border-light-success-bg-status\/35:hover {
  border-color:rgb(91 153 43 / 0.35);
}
.hover\:n-border-light-success-bg-status\/40:hover {
  border-color:rgb(91 153 43 / 0.4);
}
.hover\:n-border-light-success-bg-status\/45:hover {
  border-color:rgb(91 153 43 / 0.45);
}
.hover\:n-border-light-success-bg-status\/5:hover {
  border-color:rgb(91 153 43 / 0.05);
}
.hover\:n-border-light-success-bg-status\/50:hover {
  border-color:rgb(91 153 43 / 0.5);
}
.hover\:n-border-light-success-bg-status\/55:hover {
  border-color:rgb(91 153 43 / 0.55);
}
.hover\:n-border-light-success-bg-status\/60:hover {
  border-color:rgb(91 153 43 / 0.6);
}
.hover\:n-border-light-success-bg-status\/65:hover {
  border-color:rgb(91 153 43 / 0.65);
}
.hover\:n-border-light-success-bg-status\/70:hover {
  border-color:rgb(91 153 43 / 0.7);
}
.hover\:n-border-light-success-bg-status\/75:hover {
  border-color:rgb(91 153 43 / 0.75);
}
.hover\:n-border-light-success-bg-status\/80:hover {
  border-color:rgb(91 153 43 / 0.8);
}
.hover\:n-border-light-success-bg-status\/85:hover {
  border-color:rgb(91 153 43 / 0.85);
}
.hover\:n-border-light-success-bg-status\/90:hover {
  border-color:rgb(91 153 43 / 0.9);
}
.hover\:n-border-light-success-bg-status\/95:hover {
  border-color:rgb(91 153 43 / 0.95);
}
.hover\:n-border-light-success-bg-strong:hover {
  --tw-border-opacity:1;
  border-color:rgb(63 120 36 / var(--tw-border-opacity));
}
.hover\:n-border-light-success-bg-strong\/0:hover {
  border-color:rgb(63 120 36 / 0);
}
.hover\:n-border-light-success-bg-strong\/10:hover {
  border-color:rgb(63 120 36 / 0.1);
}
.hover\:n-border-light-success-bg-strong\/100:hover {
  border-color:rgb(63 120 36 / 1);
}
.hover\:n-border-light-success-bg-strong\/15:hover {
  border-color:rgb(63 120 36 / 0.15);
}
.hover\:n-border-light-success-bg-strong\/20:hover {
  border-color:rgb(63 120 36 / 0.2);
}
.hover\:n-border-light-success-bg-strong\/25:hover {
  border-color:rgb(63 120 36 / 0.25);
}
.hover\:n-border-light-success-bg-strong\/30:hover {
  border-color:rgb(63 120 36 / 0.3);
}
.hover\:n-border-light-success-bg-strong\/35:hover {
  border-color:rgb(63 120 36 / 0.35);
}
.hover\:n-border-light-success-bg-strong\/40:hover {
  border-color:rgb(63 120 36 / 0.4);
}
.hover\:n-border-light-success-bg-strong\/45:hover {
  border-color:rgb(63 120 36 / 0.45);
}
.hover\:n-border-light-success-bg-strong\/5:hover {
  border-color:rgb(63 120 36 / 0.05);
}
.hover\:n-border-light-success-bg-strong\/50:hover {
  border-color:rgb(63 120 36 / 0.5);
}
.hover\:n-border-light-success-bg-strong\/55:hover {
  border-color:rgb(63 120 36 / 0.55);
}
.hover\:n-border-light-success-bg-strong\/60:hover {
  border-color:rgb(63 120 36 / 0.6);
}
.hover\:n-border-light-success-bg-strong\/65:hover {
  border-color:rgb(63 120 36 / 0.65);
}
.hover\:n-border-light-success-bg-strong\/70:hover {
  border-color:rgb(63 120 36 / 0.7);
}
.hover\:n-border-light-success-bg-strong\/75:hover {
  border-color:rgb(63 120 36 / 0.75);
}
.hover\:n-border-light-success-bg-strong\/80:hover {
  border-color:rgb(63 120 36 / 0.8);
}
.hover\:n-border-light-success-bg-strong\/85:hover {
  border-color:rgb(63 120 36 / 0.85);
}
.hover\:n-border-light-success-bg-strong\/90:hover {
  border-color:rgb(63 120 36 / 0.9);
}
.hover\:n-border-light-success-bg-strong\/95:hover {
  border-color:rgb(63 120 36 / 0.95);
}
.hover\:n-border-light-success-bg-weak:hover {
  --tw-border-opacity:1;
  border-color:rgb(231 252 215 / var(--tw-border-opacity));
}
.hover\:n-border-light-success-bg-weak\/0:hover {
  border-color:rgb(231 252 215 / 0);
}
.hover\:n-border-light-success-bg-weak\/10:hover {
  border-color:rgb(231 252 215 / 0.1);
}
.hover\:n-border-light-success-bg-weak\/100:hover {
  border-color:rgb(231 252 215 / 1);
}
.hover\:n-border-light-success-bg-weak\/15:hover {
  border-color:rgb(231 252 215 / 0.15);
}
.hover\:n-border-light-success-bg-weak\/20:hover {
  border-color:rgb(231 252 215 / 0.2);
}
.hover\:n-border-light-success-bg-weak\/25:hover {
  border-color:rgb(231 252 215 / 0.25);
}
.hover\:n-border-light-success-bg-weak\/30:hover {
  border-color:rgb(231 252 215 / 0.3);
}
.hover\:n-border-light-success-bg-weak\/35:hover {
  border-color:rgb(231 252 215 / 0.35);
}
.hover\:n-border-light-success-bg-weak\/40:hover {
  border-color:rgb(231 252 215 / 0.4);
}
.hover\:n-border-light-success-bg-weak\/45:hover {
  border-color:rgb(231 252 215 / 0.45);
}
.hover\:n-border-light-success-bg-weak\/5:hover {
  border-color:rgb(231 252 215 / 0.05);
}
.hover\:n-border-light-success-bg-weak\/50:hover {
  border-color:rgb(231 252 215 / 0.5);
}
.hover\:n-border-light-success-bg-weak\/55:hover {
  border-color:rgb(231 252 215 / 0.55);
}
.hover\:n-border-light-success-bg-weak\/60:hover {
  border-color:rgb(231 252 215 / 0.6);
}
.hover\:n-border-light-success-bg-weak\/65:hover {
  border-color:rgb(231 252 215 / 0.65);
}
.hover\:n-border-light-success-bg-weak\/70:hover {
  border-color:rgb(231 252 215 / 0.7);
}
.hover\:n-border-light-success-bg-weak\/75:hover {
  border-color:rgb(231 252 215 / 0.75);
}
.hover\:n-border-light-success-bg-weak\/80:hover {
  border-color:rgb(231 252 215 / 0.8);
}
.hover\:n-border-light-success-bg-weak\/85:hover {
  border-color:rgb(231 252 215 / 0.85);
}
.hover\:n-border-light-success-bg-weak\/90:hover {
  border-color:rgb(231 252 215 / 0.9);
}
.hover\:n-border-light-success-bg-weak\/95:hover {
  border-color:rgb(231 252 215 / 0.95);
}
.hover\:n-border-light-success-border-strong:hover {
  --tw-border-opacity:1;
  border-color:rgb(63 120 36 / var(--tw-border-opacity));
}
.hover\:n-border-light-success-border-strong\/0:hover {
  border-color:rgb(63 120 36 / 0);
}
.hover\:n-border-light-success-border-strong\/10:hover {
  border-color:rgb(63 120 36 / 0.1);
}
.hover\:n-border-light-success-border-strong\/100:hover {
  border-color:rgb(63 120 36 / 1);
}
.hover\:n-border-light-success-border-strong\/15:hover {
  border-color:rgb(63 120 36 / 0.15);
}
.hover\:n-border-light-success-border-strong\/20:hover {
  border-color:rgb(63 120 36 / 0.2);
}
.hover\:n-border-light-success-border-strong\/25:hover {
  border-color:rgb(63 120 36 / 0.25);
}
.hover\:n-border-light-success-border-strong\/30:hover {
  border-color:rgb(63 120 36 / 0.3);
}
.hover\:n-border-light-success-border-strong\/35:hover {
  border-color:rgb(63 120 36 / 0.35);
}
.hover\:n-border-light-success-border-strong\/40:hover {
  border-color:rgb(63 120 36 / 0.4);
}
.hover\:n-border-light-success-border-strong\/45:hover {
  border-color:rgb(63 120 36 / 0.45);
}
.hover\:n-border-light-success-border-strong\/5:hover {
  border-color:rgb(63 120 36 / 0.05);
}
.hover\:n-border-light-success-border-strong\/50:hover {
  border-color:rgb(63 120 36 / 0.5);
}
.hover\:n-border-light-success-border-strong\/55:hover {
  border-color:rgb(63 120 36 / 0.55);
}
.hover\:n-border-light-success-border-strong\/60:hover {
  border-color:rgb(63 120 36 / 0.6);
}
.hover\:n-border-light-success-border-strong\/65:hover {
  border-color:rgb(63 120 36 / 0.65);
}
.hover\:n-border-light-success-border-strong\/70:hover {
  border-color:rgb(63 120 36 / 0.7);
}
.hover\:n-border-light-success-border-strong\/75:hover {
  border-color:rgb(63 120 36 / 0.75);
}
.hover\:n-border-light-success-border-strong\/80:hover {
  border-color:rgb(63 120 36 / 0.8);
}
.hover\:n-border-light-success-border-strong\/85:hover {
  border-color:rgb(63 120 36 / 0.85);
}
.hover\:n-border-light-success-border-strong\/90:hover {
  border-color:rgb(63 120 36 / 0.9);
}
.hover\:n-border-light-success-border-strong\/95:hover {
  border-color:rgb(63 120 36 / 0.95);
}
.hover\:n-border-light-success-border-weak:hover {
  --tw-border-opacity:1;
  border-color:rgb(144 203 98 / var(--tw-border-opacity));
}
.hover\:n-border-light-success-border-weak\/0:hover {
  border-color:rgb(144 203 98 / 0);
}
.hover\:n-border-light-success-border-weak\/10:hover {
  border-color:rgb(144 203 98 / 0.1);
}
.hover\:n-border-light-success-border-weak\/100:hover {
  border-color:rgb(144 203 98 / 1);
}
.hover\:n-border-light-success-border-weak\/15:hover {
  border-color:rgb(144 203 98 / 0.15);
}
.hover\:n-border-light-success-border-weak\/20:hover {
  border-color:rgb(144 203 98 / 0.2);
}
.hover\:n-border-light-success-border-weak\/25:hover {
  border-color:rgb(144 203 98 / 0.25);
}
.hover\:n-border-light-success-border-weak\/30:hover {
  border-color:rgb(144 203 98 / 0.3);
}
.hover\:n-border-light-success-border-weak\/35:hover {
  border-color:rgb(144 203 98 / 0.35);
}
.hover\:n-border-light-success-border-weak\/40:hover {
  border-color:rgb(144 203 98 / 0.4);
}
.hover\:n-border-light-success-border-weak\/45:hover {
  border-color:rgb(144 203 98 / 0.45);
}
.hover\:n-border-light-success-border-weak\/5:hover {
  border-color:rgb(144 203 98 / 0.05);
}
.hover\:n-border-light-success-border-weak\/50:hover {
  border-color:rgb(144 203 98 / 0.5);
}
.hover\:n-border-light-success-border-weak\/55:hover {
  border-color:rgb(144 203 98 / 0.55);
}
.hover\:n-border-light-success-border-weak\/60:hover {
  border-color:rgb(144 203 98 / 0.6);
}
.hover\:n-border-light-success-border-weak\/65:hover {
  border-color:rgb(144 203 98 / 0.65);
}
.hover\:n-border-light-success-border-weak\/70:hover {
  border-color:rgb(144 203 98 / 0.7);
}
.hover\:n-border-light-success-border-weak\/75:hover {
  border-color:rgb(144 203 98 / 0.75);
}
.hover\:n-border-light-success-border-weak\/80:hover {
  border-color:rgb(144 203 98 / 0.8);
}
.hover\:n-border-light-success-border-weak\/85:hover {
  border-color:rgb(144 203 98 / 0.85);
}
.hover\:n-border-light-success-border-weak\/90:hover {
  border-color:rgb(144 203 98 / 0.9);
}
.hover\:n-border-light-success-border-weak\/95:hover {
  border-color:rgb(144 203 98 / 0.95);
}
.hover\:n-border-light-success-icon:hover {
  --tw-border-opacity:1;
  border-color:rgb(63 120 36 / var(--tw-border-opacity));
}
.hover\:n-border-light-success-icon\/0:hover {
  border-color:rgb(63 120 36 / 0);
}
.hover\:n-border-light-success-icon\/10:hover {
  border-color:rgb(63 120 36 / 0.1);
}
.hover\:n-border-light-success-icon\/100:hover {
  border-color:rgb(63 120 36 / 1);
}
.hover\:n-border-light-success-icon\/15:hover {
  border-color:rgb(63 120 36 / 0.15);
}
.hover\:n-border-light-success-icon\/20:hover {
  border-color:rgb(63 120 36 / 0.2);
}
.hover\:n-border-light-success-icon\/25:hover {
  border-color:rgb(63 120 36 / 0.25);
}
.hover\:n-border-light-success-icon\/30:hover {
  border-color:rgb(63 120 36 / 0.3);
}
.hover\:n-border-light-success-icon\/35:hover {
  border-color:rgb(63 120 36 / 0.35);
}
.hover\:n-border-light-success-icon\/40:hover {
  border-color:rgb(63 120 36 / 0.4);
}
.hover\:n-border-light-success-icon\/45:hover {
  border-color:rgb(63 120 36 / 0.45);
}
.hover\:n-border-light-success-icon\/5:hover {
  border-color:rgb(63 120 36 / 0.05);
}
.hover\:n-border-light-success-icon\/50:hover {
  border-color:rgb(63 120 36 / 0.5);
}
.hover\:n-border-light-success-icon\/55:hover {
  border-color:rgb(63 120 36 / 0.55);
}
.hover\:n-border-light-success-icon\/60:hover {
  border-color:rgb(63 120 36 / 0.6);
}
.hover\:n-border-light-success-icon\/65:hover {
  border-color:rgb(63 120 36 / 0.65);
}
.hover\:n-border-light-success-icon\/70:hover {
  border-color:rgb(63 120 36 / 0.7);
}
.hover\:n-border-light-success-icon\/75:hover {
  border-color:rgb(63 120 36 / 0.75);
}
.hover\:n-border-light-success-icon\/80:hover {
  border-color:rgb(63 120 36 / 0.8);
}
.hover\:n-border-light-success-icon\/85:hover {
  border-color:rgb(63 120 36 / 0.85);
}
.hover\:n-border-light-success-icon\/90:hover {
  border-color:rgb(63 120 36 / 0.9);
}
.hover\:n-border-light-success-icon\/95:hover {
  border-color:rgb(63 120 36 / 0.95);
}
.hover\:n-border-light-success-text:hover {
  --tw-border-opacity:1;
  border-color:rgb(63 120 36 / var(--tw-border-opacity));
}
.hover\:n-border-light-success-text\/0:hover {
  border-color:rgb(63 120 36 / 0);
}
.hover\:n-border-light-success-text\/10:hover {
  border-color:rgb(63 120 36 / 0.1);
}
.hover\:n-border-light-success-text\/100:hover {
  border-color:rgb(63 120 36 / 1);
}
.hover\:n-border-light-success-text\/15:hover {
  border-color:rgb(63 120 36 / 0.15);
}
.hover\:n-border-light-success-text\/20:hover {
  border-color:rgb(63 120 36 / 0.2);
}
.hover\:n-border-light-success-text\/25:hover {
  border-color:rgb(63 120 36 / 0.25);
}
.hover\:n-border-light-success-text\/30:hover {
  border-color:rgb(63 120 36 / 0.3);
}
.hover\:n-border-light-success-text\/35:hover {
  border-color:rgb(63 120 36 / 0.35);
}
.hover\:n-border-light-success-text\/40:hover {
  border-color:rgb(63 120 36 / 0.4);
}
.hover\:n-border-light-success-text\/45:hover {
  border-color:rgb(63 120 36 / 0.45);
}
.hover\:n-border-light-success-text\/5:hover {
  border-color:rgb(63 120 36 / 0.05);
}
.hover\:n-border-light-success-text\/50:hover {
  border-color:rgb(63 120 36 / 0.5);
}
.hover\:n-border-light-success-text\/55:hover {
  border-color:rgb(63 120 36 / 0.55);
}
.hover\:n-border-light-success-text\/60:hover {
  border-color:rgb(63 120 36 / 0.6);
}
.hover\:n-border-light-success-text\/65:hover {
  border-color:rgb(63 120 36 / 0.65);
}
.hover\:n-border-light-success-text\/70:hover {
  border-color:rgb(63 120 36 / 0.7);
}
.hover\:n-border-light-success-text\/75:hover {
  border-color:rgb(63 120 36 / 0.75);
}
.hover\:n-border-light-success-text\/80:hover {
  border-color:rgb(63 120 36 / 0.8);
}
.hover\:n-border-light-success-text\/85:hover {
  border-color:rgb(63 120 36 / 0.85);
}
.hover\:n-border-light-success-text\/90:hover {
  border-color:rgb(63 120 36 / 0.9);
}
.hover\:n-border-light-success-text\/95:hover {
  border-color:rgb(63 120 36 / 0.95);
}
.hover\:n-border-light-warning-bg-status:hover {
  --tw-border-opacity:1;
  border-color:rgb(215 170 10 / var(--tw-border-opacity));
}
.hover\:n-border-light-warning-bg-status\/0:hover {
  border-color:rgb(215 170 10 / 0);
}
.hover\:n-border-light-warning-bg-status\/10:hover {
  border-color:rgb(215 170 10 / 0.1);
}
.hover\:n-border-light-warning-bg-status\/100:hover {
  border-color:rgb(215 170 10 / 1);
}
.hover\:n-border-light-warning-bg-status\/15:hover {
  border-color:rgb(215 170 10 / 0.15);
}
.hover\:n-border-light-warning-bg-status\/20:hover {
  border-color:rgb(215 170 10 / 0.2);
}
.hover\:n-border-light-warning-bg-status\/25:hover {
  border-color:rgb(215 170 10 / 0.25);
}
.hover\:n-border-light-warning-bg-status\/30:hover {
  border-color:rgb(215 170 10 / 0.3);
}
.hover\:n-border-light-warning-bg-status\/35:hover {
  border-color:rgb(215 170 10 / 0.35);
}
.hover\:n-border-light-warning-bg-status\/40:hover {
  border-color:rgb(215 170 10 / 0.4);
}
.hover\:n-border-light-warning-bg-status\/45:hover {
  border-color:rgb(215 170 10 / 0.45);
}
.hover\:n-border-light-warning-bg-status\/5:hover {
  border-color:rgb(215 170 10 / 0.05);
}
.hover\:n-border-light-warning-bg-status\/50:hover {
  border-color:rgb(215 170 10 / 0.5);
}
.hover\:n-border-light-warning-bg-status\/55:hover {
  border-color:rgb(215 170 10 / 0.55);
}
.hover\:n-border-light-warning-bg-status\/60:hover {
  border-color:rgb(215 170 10 / 0.6);
}
.hover\:n-border-light-warning-bg-status\/65:hover {
  border-color:rgb(215 170 10 / 0.65);
}
.hover\:n-border-light-warning-bg-status\/70:hover {
  border-color:rgb(215 170 10 / 0.7);
}
.hover\:n-border-light-warning-bg-status\/75:hover {
  border-color:rgb(215 170 10 / 0.75);
}
.hover\:n-border-light-warning-bg-status\/80:hover {
  border-color:rgb(215 170 10 / 0.8);
}
.hover\:n-border-light-warning-bg-status\/85:hover {
  border-color:rgb(215 170 10 / 0.85);
}
.hover\:n-border-light-warning-bg-status\/90:hover {
  border-color:rgb(215 170 10 / 0.9);
}
.hover\:n-border-light-warning-bg-status\/95:hover {
  border-color:rgb(215 170 10 / 0.95);
}
.hover\:n-border-light-warning-bg-strong:hover {
  --tw-border-opacity:1;
  border-color:rgb(118 85 0 / var(--tw-border-opacity));
}
.hover\:n-border-light-warning-bg-strong\/0:hover {
  border-color:rgb(118 85 0 / 0);
}
.hover\:n-border-light-warning-bg-strong\/10:hover {
  border-color:rgb(118 85 0 / 0.1);
}
.hover\:n-border-light-warning-bg-strong\/100:hover {
  border-color:rgb(118 85 0 / 1);
}
.hover\:n-border-light-warning-bg-strong\/15:hover {
  border-color:rgb(118 85 0 / 0.15);
}
.hover\:n-border-light-warning-bg-strong\/20:hover {
  border-color:rgb(118 85 0 / 0.2);
}
.hover\:n-border-light-warning-bg-strong\/25:hover {
  border-color:rgb(118 85 0 / 0.25);
}
.hover\:n-border-light-warning-bg-strong\/30:hover {
  border-color:rgb(118 85 0 / 0.3);
}
.hover\:n-border-light-warning-bg-strong\/35:hover {
  border-color:rgb(118 85 0 / 0.35);
}
.hover\:n-border-light-warning-bg-strong\/40:hover {
  border-color:rgb(118 85 0 / 0.4);
}
.hover\:n-border-light-warning-bg-strong\/45:hover {
  border-color:rgb(118 85 0 / 0.45);
}
.hover\:n-border-light-warning-bg-strong\/5:hover {
  border-color:rgb(118 85 0 / 0.05);
}
.hover\:n-border-light-warning-bg-strong\/50:hover {
  border-color:rgb(118 85 0 / 0.5);
}
.hover\:n-border-light-warning-bg-strong\/55:hover {
  border-color:rgb(118 85 0 / 0.55);
}
.hover\:n-border-light-warning-bg-strong\/60:hover {
  border-color:rgb(118 85 0 / 0.6);
}
.hover\:n-border-light-warning-bg-strong\/65:hover {
  border-color:rgb(118 85 0 / 0.65);
}
.hover\:n-border-light-warning-bg-strong\/70:hover {
  border-color:rgb(118 85 0 / 0.7);
}
.hover\:n-border-light-warning-bg-strong\/75:hover {
  border-color:rgb(118 85 0 / 0.75);
}
.hover\:n-border-light-warning-bg-strong\/80:hover {
  border-color:rgb(118 85 0 / 0.8);
}
.hover\:n-border-light-warning-bg-strong\/85:hover {
  border-color:rgb(118 85 0 / 0.85);
}
.hover\:n-border-light-warning-bg-strong\/90:hover {
  border-color:rgb(118 85 0 / 0.9);
}
.hover\:n-border-light-warning-bg-strong\/95:hover {
  border-color:rgb(118 85 0 / 0.95);
}
.hover\:n-border-light-warning-bg-weak:hover {
  --tw-border-opacity:1;
  border-color:rgb(255 250 209 / var(--tw-border-opacity));
}
.hover\:n-border-light-warning-bg-weak\/0:hover {
  border-color:rgb(255 250 209 / 0);
}
.hover\:n-border-light-warning-bg-weak\/10:hover {
  border-color:rgb(255 250 209 / 0.1);
}
.hover\:n-border-light-warning-bg-weak\/100:hover {
  border-color:rgb(255 250 209 / 1);
}
.hover\:n-border-light-warning-bg-weak\/15:hover {
  border-color:rgb(255 250 209 / 0.15);
}
.hover\:n-border-light-warning-bg-weak\/20:hover {
  border-color:rgb(255 250 209 / 0.2);
}
.hover\:n-border-light-warning-bg-weak\/25:hover {
  border-color:rgb(255 250 209 / 0.25);
}
.hover\:n-border-light-warning-bg-weak\/30:hover {
  border-color:rgb(255 250 209 / 0.3);
}
.hover\:n-border-light-warning-bg-weak\/35:hover {
  border-color:rgb(255 250 209 / 0.35);
}
.hover\:n-border-light-warning-bg-weak\/40:hover {
  border-color:rgb(255 250 209 / 0.4);
}
.hover\:n-border-light-warning-bg-weak\/45:hover {
  border-color:rgb(255 250 209 / 0.45);
}
.hover\:n-border-light-warning-bg-weak\/5:hover {
  border-color:rgb(255 250 209 / 0.05);
}
.hover\:n-border-light-warning-bg-weak\/50:hover {
  border-color:rgb(255 250 209 / 0.5);
}
.hover\:n-border-light-warning-bg-weak\/55:hover {
  border-color:rgb(255 250 209 / 0.55);
}
.hover\:n-border-light-warning-bg-weak\/60:hover {
  border-color:rgb(255 250 209 / 0.6);
}
.hover\:n-border-light-warning-bg-weak\/65:hover {
  border-color:rgb(255 250 209 / 0.65);
}
.hover\:n-border-light-warning-bg-weak\/70:hover {
  border-color:rgb(255 250 209 / 0.7);
}
.hover\:n-border-light-warning-bg-weak\/75:hover {
  border-color:rgb(255 250 209 / 0.75);
}
.hover\:n-border-light-warning-bg-weak\/80:hover {
  border-color:rgb(255 250 209 / 0.8);
}
.hover\:n-border-light-warning-bg-weak\/85:hover {
  border-color:rgb(255 250 209 / 0.85);
}
.hover\:n-border-light-warning-bg-weak\/90:hover {
  border-color:rgb(255 250 209 / 0.9);
}
.hover\:n-border-light-warning-bg-weak\/95:hover {
  border-color:rgb(255 250 209 / 0.95);
}
.hover\:n-border-light-warning-border-strong:hover {
  --tw-border-opacity:1;
  border-color:rgb(153 110 0 / var(--tw-border-opacity));
}
.hover\:n-border-light-warning-border-strong\/0:hover {
  border-color:rgb(153 110 0 / 0);
}
.hover\:n-border-light-warning-border-strong\/10:hover {
  border-color:rgb(153 110 0 / 0.1);
}
.hover\:n-border-light-warning-border-strong\/100:hover {
  border-color:rgb(153 110 0 / 1);
}
.hover\:n-border-light-warning-border-strong\/15:hover {
  border-color:rgb(153 110 0 / 0.15);
}
.hover\:n-border-light-warning-border-strong\/20:hover {
  border-color:rgb(153 110 0 / 0.2);
}
.hover\:n-border-light-warning-border-strong\/25:hover {
  border-color:rgb(153 110 0 / 0.25);
}
.hover\:n-border-light-warning-border-strong\/30:hover {
  border-color:rgb(153 110 0 / 0.3);
}
.hover\:n-border-light-warning-border-strong\/35:hover {
  border-color:rgb(153 110 0 / 0.35);
}
.hover\:n-border-light-warning-border-strong\/40:hover {
  border-color:rgb(153 110 0 / 0.4);
}
.hover\:n-border-light-warning-border-strong\/45:hover {
  border-color:rgb(153 110 0 / 0.45);
}
.hover\:n-border-light-warning-border-strong\/5:hover {
  border-color:rgb(153 110 0 / 0.05);
}
.hover\:n-border-light-warning-border-strong\/50:hover {
  border-color:rgb(153 110 0 / 0.5);
}
.hover\:n-border-light-warning-border-strong\/55:hover {
  border-color:rgb(153 110 0 / 0.55);
}
.hover\:n-border-light-warning-border-strong\/60:hover {
  border-color:rgb(153 110 0 / 0.6);
}
.hover\:n-border-light-warning-border-strong\/65:hover {
  border-color:rgb(153 110 0 / 0.65);
}
.hover\:n-border-light-warning-border-strong\/70:hover {
  border-color:rgb(153 110 0 / 0.7);
}
.hover\:n-border-light-warning-border-strong\/75:hover {
  border-color:rgb(153 110 0 / 0.75);
}
.hover\:n-border-light-warning-border-strong\/80:hover {
  border-color:rgb(153 110 0 / 0.8);
}
.hover\:n-border-light-warning-border-strong\/85:hover {
  border-color:rgb(153 110 0 / 0.85);
}
.hover\:n-border-light-warning-border-strong\/90:hover {
  border-color:rgb(153 110 0 / 0.9);
}
.hover\:n-border-light-warning-border-strong\/95:hover {
  border-color:rgb(153 110 0 / 0.95);
}
.hover\:n-border-light-warning-border-weak:hover {
  --tw-border-opacity:1;
  border-color:rgb(255 214 0 / var(--tw-border-opacity));
}
.hover\:n-border-light-warning-border-weak\/0:hover {
  border-color:rgb(255 214 0 / 0);
}
.hover\:n-border-light-warning-border-weak\/10:hover {
  border-color:rgb(255 214 0 / 0.1);
}
.hover\:n-border-light-warning-border-weak\/100:hover {
  border-color:rgb(255 214 0 / 1);
}
.hover\:n-border-light-warning-border-weak\/15:hover {
  border-color:rgb(255 214 0 / 0.15);
}
.hover\:n-border-light-warning-border-weak\/20:hover {
  border-color:rgb(255 214 0 / 0.2);
}
.hover\:n-border-light-warning-border-weak\/25:hover {
  border-color:rgb(255 214 0 / 0.25);
}
.hover\:n-border-light-warning-border-weak\/30:hover {
  border-color:rgb(255 214 0 / 0.3);
}
.hover\:n-border-light-warning-border-weak\/35:hover {
  border-color:rgb(255 214 0 / 0.35);
}
.hover\:n-border-light-warning-border-weak\/40:hover {
  border-color:rgb(255 214 0 / 0.4);
}
.hover\:n-border-light-warning-border-weak\/45:hover {
  border-color:rgb(255 214 0 / 0.45);
}
.hover\:n-border-light-warning-border-weak\/5:hover {
  border-color:rgb(255 214 0 / 0.05);
}
.hover\:n-border-light-warning-border-weak\/50:hover {
  border-color:rgb(255 214 0 / 0.5);
}
.hover\:n-border-light-warning-border-weak\/55:hover {
  border-color:rgb(255 214 0 / 0.55);
}
.hover\:n-border-light-warning-border-weak\/60:hover {
  border-color:rgb(255 214 0 / 0.6);
}
.hover\:n-border-light-warning-border-weak\/65:hover {
  border-color:rgb(255 214 0 / 0.65);
}
.hover\:n-border-light-warning-border-weak\/70:hover {
  border-color:rgb(255 214 0 / 0.7);
}
.hover\:n-border-light-warning-border-weak\/75:hover {
  border-color:rgb(255 214 0 / 0.75);
}
.hover\:n-border-light-warning-border-weak\/80:hover {
  border-color:rgb(255 214 0 / 0.8);
}
.hover\:n-border-light-warning-border-weak\/85:hover {
  border-color:rgb(255 214 0 / 0.85);
}
.hover\:n-border-light-warning-border-weak\/90:hover {
  border-color:rgb(255 214 0 / 0.9);
}
.hover\:n-border-light-warning-border-weak\/95:hover {
  border-color:rgb(255 214 0 / 0.95);
}
.hover\:n-border-light-warning-icon:hover {
  --tw-border-opacity:1;
  border-color:rgb(118 85 0 / var(--tw-border-opacity));
}
.hover\:n-border-light-warning-icon\/0:hover {
  border-color:rgb(118 85 0 / 0);
}
.hover\:n-border-light-warning-icon\/10:hover {
  border-color:rgb(118 85 0 / 0.1);
}
.hover\:n-border-light-warning-icon\/100:hover {
  border-color:rgb(118 85 0 / 1);
}
.hover\:n-border-light-warning-icon\/15:hover {
  border-color:rgb(118 85 0 / 0.15);
}
.hover\:n-border-light-warning-icon\/20:hover {
  border-color:rgb(118 85 0 / 0.2);
}
.hover\:n-border-light-warning-icon\/25:hover {
  border-color:rgb(118 85 0 / 0.25);
}
.hover\:n-border-light-warning-icon\/30:hover {
  border-color:rgb(118 85 0 / 0.3);
}
.hover\:n-border-light-warning-icon\/35:hover {
  border-color:rgb(118 85 0 / 0.35);
}
.hover\:n-border-light-warning-icon\/40:hover {
  border-color:rgb(118 85 0 / 0.4);
}
.hover\:n-border-light-warning-icon\/45:hover {
  border-color:rgb(118 85 0 / 0.45);
}
.hover\:n-border-light-warning-icon\/5:hover {
  border-color:rgb(118 85 0 / 0.05);
}
.hover\:n-border-light-warning-icon\/50:hover {
  border-color:rgb(118 85 0 / 0.5);
}
.hover\:n-border-light-warning-icon\/55:hover {
  border-color:rgb(118 85 0 / 0.55);
}
.hover\:n-border-light-warning-icon\/60:hover {
  border-color:rgb(118 85 0 / 0.6);
}
.hover\:n-border-light-warning-icon\/65:hover {
  border-color:rgb(118 85 0 / 0.65);
}
.hover\:n-border-light-warning-icon\/70:hover {
  border-color:rgb(118 85 0 / 0.7);
}
.hover\:n-border-light-warning-icon\/75:hover {
  border-color:rgb(118 85 0 / 0.75);
}
.hover\:n-border-light-warning-icon\/80:hover {
  border-color:rgb(118 85 0 / 0.8);
}
.hover\:n-border-light-warning-icon\/85:hover {
  border-color:rgb(118 85 0 / 0.85);
}
.hover\:n-border-light-warning-icon\/90:hover {
  border-color:rgb(118 85 0 / 0.9);
}
.hover\:n-border-light-warning-icon\/95:hover {
  border-color:rgb(118 85 0 / 0.95);
}
.hover\:n-border-light-warning-text:hover {
  --tw-border-opacity:1;
  border-color:rgb(118 85 0 / var(--tw-border-opacity));
}
.hover\:n-border-light-warning-text\/0:hover {
  border-color:rgb(118 85 0 / 0);
}
.hover\:n-border-light-warning-text\/10:hover {
  border-color:rgb(118 85 0 / 0.1);
}
.hover\:n-border-light-warning-text\/100:hover {
  border-color:rgb(118 85 0 / 1);
}
.hover\:n-border-light-warning-text\/15:hover {
  border-color:rgb(118 85 0 / 0.15);
}
.hover\:n-border-light-warning-text\/20:hover {
  border-color:rgb(118 85 0 / 0.2);
}
.hover\:n-border-light-warning-text\/25:hover {
  border-color:rgb(118 85 0 / 0.25);
}
.hover\:n-border-light-warning-text\/30:hover {
  border-color:rgb(118 85 0 / 0.3);
}
.hover\:n-border-light-warning-text\/35:hover {
  border-color:rgb(118 85 0 / 0.35);
}
.hover\:n-border-light-warning-text\/40:hover {
  border-color:rgb(118 85 0 / 0.4);
}
.hover\:n-border-light-warning-text\/45:hover {
  border-color:rgb(118 85 0 / 0.45);
}
.hover\:n-border-light-warning-text\/5:hover {
  border-color:rgb(118 85 0 / 0.05);
}
.hover\:n-border-light-warning-text\/50:hover {
  border-color:rgb(118 85 0 / 0.5);
}
.hover\:n-border-light-warning-text\/55:hover {
  border-color:rgb(118 85 0 / 0.55);
}
.hover\:n-border-light-warning-text\/60:hover {
  border-color:rgb(118 85 0 / 0.6);
}
.hover\:n-border-light-warning-text\/65:hover {
  border-color:rgb(118 85 0 / 0.65);
}
.hover\:n-border-light-warning-text\/70:hover {
  border-color:rgb(118 85 0 / 0.7);
}
.hover\:n-border-light-warning-text\/75:hover {
  border-color:rgb(118 85 0 / 0.75);
}
.hover\:n-border-light-warning-text\/80:hover {
  border-color:rgb(118 85 0 / 0.8);
}
.hover\:n-border-light-warning-text\/85:hover {
  border-color:rgb(118 85 0 / 0.85);
}
.hover\:n-border-light-warning-text\/90:hover {
  border-color:rgb(118 85 0 / 0.9);
}
.hover\:n-border-light-warning-text\/95:hover {
  border-color:rgb(118 85 0 / 0.95);
}
.hover\:n-border-neutral-10:hover {
  --tw-border-opacity:1;
  border-color:rgb(255 255 255 / var(--tw-border-opacity));
}
.hover\:n-border-neutral-10\/0:hover {
  border-color:rgb(255 255 255 / 0);
}
.hover\:n-border-neutral-10\/10:hover {
  border-color:rgb(255 255 255 / 0.1);
}
.hover\:n-border-neutral-10\/100:hover {
  border-color:rgb(255 255 255 / 1);
}
.hover\:n-border-neutral-10\/15:hover {
  border-color:rgb(255 255 255 / 0.15);
}
.hover\:n-border-neutral-10\/20:hover {
  border-color:rgb(255 255 255 / 0.2);
}
.hover\:n-border-neutral-10\/25:hover {
  border-color:rgb(255 255 255 / 0.25);
}
.hover\:n-border-neutral-10\/30:hover {
  border-color:rgb(255 255 255 / 0.3);
}
.hover\:n-border-neutral-10\/35:hover {
  border-color:rgb(255 255 255 / 0.35);
}
.hover\:n-border-neutral-10\/40:hover {
  border-color:rgb(255 255 255 / 0.4);
}
.hover\:n-border-neutral-10\/45:hover {
  border-color:rgb(255 255 255 / 0.45);
}
.hover\:n-border-neutral-10\/5:hover {
  border-color:rgb(255 255 255 / 0.05);
}
.hover\:n-border-neutral-10\/50:hover {
  border-color:rgb(255 255 255 / 0.5);
}
.hover\:n-border-neutral-10\/55:hover {
  border-color:rgb(255 255 255 / 0.55);
}
.hover\:n-border-neutral-10\/60:hover {
  border-color:rgb(255 255 255 / 0.6);
}
.hover\:n-border-neutral-10\/65:hover {
  border-color:rgb(255 255 255 / 0.65);
}
.hover\:n-border-neutral-10\/70:hover {
  border-color:rgb(255 255 255 / 0.7);
}
.hover\:n-border-neutral-10\/75:hover {
  border-color:rgb(255 255 255 / 0.75);
}
.hover\:n-border-neutral-10\/80:hover {
  border-color:rgb(255 255 255 / 0.8);
}
.hover\:n-border-neutral-10\/85:hover {
  border-color:rgb(255 255 255 / 0.85);
}
.hover\:n-border-neutral-10\/90:hover {
  border-color:rgb(255 255 255 / 0.9);
}
.hover\:n-border-neutral-10\/95:hover {
  border-color:rgb(255 255 255 / 0.95);
}
.hover\:n-border-neutral-15:hover {
  --tw-border-opacity:1;
  border-color:rgb(245 246 246 / var(--tw-border-opacity));
}
.hover\:n-border-neutral-15\/0:hover {
  border-color:rgb(245 246 246 / 0);
}
.hover\:n-border-neutral-15\/10:hover {
  border-color:rgb(245 246 246 / 0.1);
}
.hover\:n-border-neutral-15\/100:hover {
  border-color:rgb(245 246 246 / 1);
}
.hover\:n-border-neutral-15\/15:hover {
  border-color:rgb(245 246 246 / 0.15);
}
.hover\:n-border-neutral-15\/20:hover {
  border-color:rgb(245 246 246 / 0.2);
}
.hover\:n-border-neutral-15\/25:hover {
  border-color:rgb(245 246 246 / 0.25);
}
.hover\:n-border-neutral-15\/30:hover {
  border-color:rgb(245 246 246 / 0.3);
}
.hover\:n-border-neutral-15\/35:hover {
  border-color:rgb(245 246 246 / 0.35);
}
.hover\:n-border-neutral-15\/40:hover {
  border-color:rgb(245 246 246 / 0.4);
}
.hover\:n-border-neutral-15\/45:hover {
  border-color:rgb(245 246 246 / 0.45);
}
.hover\:n-border-neutral-15\/5:hover {
  border-color:rgb(245 246 246 / 0.05);
}
.hover\:n-border-neutral-15\/50:hover {
  border-color:rgb(245 246 246 / 0.5);
}
.hover\:n-border-neutral-15\/55:hover {
  border-color:rgb(245 246 246 / 0.55);
}
.hover\:n-border-neutral-15\/60:hover {
  border-color:rgb(245 246 246 / 0.6);
}
.hover\:n-border-neutral-15\/65:hover {
  border-color:rgb(245 246 246 / 0.65);
}
.hover\:n-border-neutral-15\/70:hover {
  border-color:rgb(245 246 246 / 0.7);
}
.hover\:n-border-neutral-15\/75:hover {
  border-color:rgb(245 246 246 / 0.75);
}
.hover\:n-border-neutral-15\/80:hover {
  border-color:rgb(245 246 246 / 0.8);
}
.hover\:n-border-neutral-15\/85:hover {
  border-color:rgb(245 246 246 / 0.85);
}
.hover\:n-border-neutral-15\/90:hover {
  border-color:rgb(245 246 246 / 0.9);
}
.hover\:n-border-neutral-15\/95:hover {
  border-color:rgb(245 246 246 / 0.95);
}
.hover\:n-border-neutral-20:hover {
  --tw-border-opacity:1;
  border-color:rgb(226 227 229 / var(--tw-border-opacity));
}
.hover\:n-border-neutral-20\/0:hover {
  border-color:rgb(226 227 229 / 0);
}
.hover\:n-border-neutral-20\/10:hover {
  border-color:rgb(226 227 229 / 0.1);
}
.hover\:n-border-neutral-20\/100:hover {
  border-color:rgb(226 227 229 / 1);
}
.hover\:n-border-neutral-20\/15:hover {
  border-color:rgb(226 227 229 / 0.15);
}
.hover\:n-border-neutral-20\/20:hover {
  border-color:rgb(226 227 229 / 0.2);
}
.hover\:n-border-neutral-20\/25:hover {
  border-color:rgb(226 227 229 / 0.25);
}
.hover\:n-border-neutral-20\/30:hover {
  border-color:rgb(226 227 229 / 0.3);
}
.hover\:n-border-neutral-20\/35:hover {
  border-color:rgb(226 227 229 / 0.35);
}
.hover\:n-border-neutral-20\/40:hover {
  border-color:rgb(226 227 229 / 0.4);
}
.hover\:n-border-neutral-20\/45:hover {
  border-color:rgb(226 227 229 / 0.45);
}
.hover\:n-border-neutral-20\/5:hover {
  border-color:rgb(226 227 229 / 0.05);
}
.hover\:n-border-neutral-20\/50:hover {
  border-color:rgb(226 227 229 / 0.5);
}
.hover\:n-border-neutral-20\/55:hover {
  border-color:rgb(226 227 229 / 0.55);
}
.hover\:n-border-neutral-20\/60:hover {
  border-color:rgb(226 227 229 / 0.6);
}
.hover\:n-border-neutral-20\/65:hover {
  border-color:rgb(226 227 229 / 0.65);
}
.hover\:n-border-neutral-20\/70:hover {
  border-color:rgb(226 227 229 / 0.7);
}
.hover\:n-border-neutral-20\/75:hover {
  border-color:rgb(226 227 229 / 0.75);
}
.hover\:n-border-neutral-20\/80:hover {
  border-color:rgb(226 227 229 / 0.8);
}
.hover\:n-border-neutral-20\/85:hover {
  border-color:rgb(226 227 229 / 0.85);
}
.hover\:n-border-neutral-20\/90:hover {
  border-color:rgb(226 227 229 / 0.9);
}
.hover\:n-border-neutral-20\/95:hover {
  border-color:rgb(226 227 229 / 0.95);
}
.hover\:n-border-neutral-25:hover {
  --tw-border-opacity:1;
  border-color:rgb(207 209 212 / var(--tw-border-opacity));
}
.hover\:n-border-neutral-25\/0:hover {
  border-color:rgb(207 209 212 / 0);
}
.hover\:n-border-neutral-25\/10:hover {
  border-color:rgb(207 209 212 / 0.1);
}
.hover\:n-border-neutral-25\/100:hover {
  border-color:rgb(207 209 212 / 1);
}
.hover\:n-border-neutral-25\/15:hover {
  border-color:rgb(207 209 212 / 0.15);
}
.hover\:n-border-neutral-25\/20:hover {
  border-color:rgb(207 209 212 / 0.2);
}
.hover\:n-border-neutral-25\/25:hover {
  border-color:rgb(207 209 212 / 0.25);
}
.hover\:n-border-neutral-25\/30:hover {
  border-color:rgb(207 209 212 / 0.3);
}
.hover\:n-border-neutral-25\/35:hover {
  border-color:rgb(207 209 212 / 0.35);
}
.hover\:n-border-neutral-25\/40:hover {
  border-color:rgb(207 209 212 / 0.4);
}
.hover\:n-border-neutral-25\/45:hover {
  border-color:rgb(207 209 212 / 0.45);
}
.hover\:n-border-neutral-25\/5:hover {
  border-color:rgb(207 209 212 / 0.05);
}
.hover\:n-border-neutral-25\/50:hover {
  border-color:rgb(207 209 212 / 0.5);
}
.hover\:n-border-neutral-25\/55:hover {
  border-color:rgb(207 209 212 / 0.55);
}
.hover\:n-border-neutral-25\/60:hover {
  border-color:rgb(207 209 212 / 0.6);
}
.hover\:n-border-neutral-25\/65:hover {
  border-color:rgb(207 209 212 / 0.65);
}
.hover\:n-border-neutral-25\/70:hover {
  border-color:rgb(207 209 212 / 0.7);
}
.hover\:n-border-neutral-25\/75:hover {
  border-color:rgb(207 209 212 / 0.75);
}
.hover\:n-border-neutral-25\/80:hover {
  border-color:rgb(207 209 212 / 0.8);
}
.hover\:n-border-neutral-25\/85:hover {
  border-color:rgb(207 209 212 / 0.85);
}
.hover\:n-border-neutral-25\/90:hover {
  border-color:rgb(207 209 212 / 0.9);
}
.hover\:n-border-neutral-25\/95:hover {
  border-color:rgb(207 209 212 / 0.95);
}
.hover\:n-border-neutral-30:hover {
  --tw-border-opacity:1;
  border-color:rgb(187 190 195 / var(--tw-border-opacity));
}
.hover\:n-border-neutral-30\/0:hover {
  border-color:rgb(187 190 195 / 0);
}
.hover\:n-border-neutral-30\/10:hover {
  border-color:rgb(187 190 195 / 0.1);
}
.hover\:n-border-neutral-30\/100:hover {
  border-color:rgb(187 190 195 / 1);
}
.hover\:n-border-neutral-30\/15:hover {
  border-color:rgb(187 190 195 / 0.15);
}
.hover\:n-border-neutral-30\/20:hover {
  border-color:rgb(187 190 195 / 0.2);
}
.hover\:n-border-neutral-30\/25:hover {
  border-color:rgb(187 190 195 / 0.25);
}
.hover\:n-border-neutral-30\/30:hover {
  border-color:rgb(187 190 195 / 0.3);
}
.hover\:n-border-neutral-30\/35:hover {
  border-color:rgb(187 190 195 / 0.35);
}
.hover\:n-border-neutral-30\/40:hover {
  border-color:rgb(187 190 195 / 0.4);
}
.hover\:n-border-neutral-30\/45:hover {
  border-color:rgb(187 190 195 / 0.45);
}
.hover\:n-border-neutral-30\/5:hover {
  border-color:rgb(187 190 195 / 0.05);
}
.hover\:n-border-neutral-30\/50:hover {
  border-color:rgb(187 190 195 / 0.5);
}
.hover\:n-border-neutral-30\/55:hover {
  border-color:rgb(187 190 195 / 0.55);
}
.hover\:n-border-neutral-30\/60:hover {
  border-color:rgb(187 190 195 / 0.6);
}
.hover\:n-border-neutral-30\/65:hover {
  border-color:rgb(187 190 195 / 0.65);
}
.hover\:n-border-neutral-30\/70:hover {
  border-color:rgb(187 190 195 / 0.7);
}
.hover\:n-border-neutral-30\/75:hover {
  border-color:rgb(187 190 195 / 0.75);
}
.hover\:n-border-neutral-30\/80:hover {
  border-color:rgb(187 190 195 / 0.8);
}
.hover\:n-border-neutral-30\/85:hover {
  border-color:rgb(187 190 195 / 0.85);
}
.hover\:n-border-neutral-30\/90:hover {
  border-color:rgb(187 190 195 / 0.9);
}
.hover\:n-border-neutral-30\/95:hover {
  border-color:rgb(187 190 195 / 0.95);
}
.hover\:n-border-neutral-35:hover {
  --tw-border-opacity:1;
  border-color:rgb(168 172 178 / var(--tw-border-opacity));
}
.hover\:n-border-neutral-35\/0:hover {
  border-color:rgb(168 172 178 / 0);
}
.hover\:n-border-neutral-35\/10:hover {
  border-color:rgb(168 172 178 / 0.1);
}
.hover\:n-border-neutral-35\/100:hover {
  border-color:rgb(168 172 178 / 1);
}
.hover\:n-border-neutral-35\/15:hover {
  border-color:rgb(168 172 178 / 0.15);
}
.hover\:n-border-neutral-35\/20:hover {
  border-color:rgb(168 172 178 / 0.2);
}
.hover\:n-border-neutral-35\/25:hover {
  border-color:rgb(168 172 178 / 0.25);
}
.hover\:n-border-neutral-35\/30:hover {
  border-color:rgb(168 172 178 / 0.3);
}
.hover\:n-border-neutral-35\/35:hover {
  border-color:rgb(168 172 178 / 0.35);
}
.hover\:n-border-neutral-35\/40:hover {
  border-color:rgb(168 172 178 / 0.4);
}
.hover\:n-border-neutral-35\/45:hover {
  border-color:rgb(168 172 178 / 0.45);
}
.hover\:n-border-neutral-35\/5:hover {
  border-color:rgb(168 172 178 / 0.05);
}
.hover\:n-border-neutral-35\/50:hover {
  border-color:rgb(168 172 178 / 0.5);
}
.hover\:n-border-neutral-35\/55:hover {
  border-color:rgb(168 172 178 / 0.55);
}
.hover\:n-border-neutral-35\/60:hover {
  border-color:rgb(168 172 178 / 0.6);
}
.hover\:n-border-neutral-35\/65:hover {
  border-color:rgb(168 172 178 / 0.65);
}
.hover\:n-border-neutral-35\/70:hover {
  border-color:rgb(168 172 178 / 0.7);
}
.hover\:n-border-neutral-35\/75:hover {
  border-color:rgb(168 172 178 / 0.75);
}
.hover\:n-border-neutral-35\/80:hover {
  border-color:rgb(168 172 178 / 0.8);
}
.hover\:n-border-neutral-35\/85:hover {
  border-color:rgb(168 172 178 / 0.85);
}
.hover\:n-border-neutral-35\/90:hover {
  border-color:rgb(168 172 178 / 0.9);
}
.hover\:n-border-neutral-35\/95:hover {
  border-color:rgb(168 172 178 / 0.95);
}
.hover\:n-border-neutral-40:hover {
  --tw-border-opacity:1;
  border-color:rgb(149 154 161 / var(--tw-border-opacity));
}
.hover\:n-border-neutral-40\/0:hover {
  border-color:rgb(149 154 161 / 0);
}
.hover\:n-border-neutral-40\/10:hover {
  border-color:rgb(149 154 161 / 0.1);
}
.hover\:n-border-neutral-40\/100:hover {
  border-color:rgb(149 154 161 / 1);
}
.hover\:n-border-neutral-40\/15:hover {
  border-color:rgb(149 154 161 / 0.15);
}
.hover\:n-border-neutral-40\/20:hover {
  border-color:rgb(149 154 161 / 0.2);
}
.hover\:n-border-neutral-40\/25:hover {
  border-color:rgb(149 154 161 / 0.25);
}
.hover\:n-border-neutral-40\/30:hover {
  border-color:rgb(149 154 161 / 0.3);
}
.hover\:n-border-neutral-40\/35:hover {
  border-color:rgb(149 154 161 / 0.35);
}
.hover\:n-border-neutral-40\/40:hover {
  border-color:rgb(149 154 161 / 0.4);
}
.hover\:n-border-neutral-40\/45:hover {
  border-color:rgb(149 154 161 / 0.45);
}
.hover\:n-border-neutral-40\/5:hover {
  border-color:rgb(149 154 161 / 0.05);
}
.hover\:n-border-neutral-40\/50:hover {
  border-color:rgb(149 154 161 / 0.5);
}
.hover\:n-border-neutral-40\/55:hover {
  border-color:rgb(149 154 161 / 0.55);
}
.hover\:n-border-neutral-40\/60:hover {
  border-color:rgb(149 154 161 / 0.6);
}
.hover\:n-border-neutral-40\/65:hover {
  border-color:rgb(149 154 161 / 0.65);
}
.hover\:n-border-neutral-40\/70:hover {
  border-color:rgb(149 154 161 / 0.7);
}
.hover\:n-border-neutral-40\/75:hover {
  border-color:rgb(149 154 161 / 0.75);
}
.hover\:n-border-neutral-40\/80:hover {
  border-color:rgb(149 154 161 / 0.8);
}
.hover\:n-border-neutral-40\/85:hover {
  border-color:rgb(149 154 161 / 0.85);
}
.hover\:n-border-neutral-40\/90:hover {
  border-color:rgb(149 154 161 / 0.9);
}
.hover\:n-border-neutral-40\/95:hover {
  border-color:rgb(149 154 161 / 0.95);
}
.hover\:n-border-neutral-45:hover {
  --tw-border-opacity:1;
  border-color:rgb(129 135 144 / var(--tw-border-opacity));
}
.hover\:n-border-neutral-45\/0:hover {
  border-color:rgb(129 135 144 / 0);
}
.hover\:n-border-neutral-45\/10:hover {
  border-color:rgb(129 135 144 / 0.1);
}
.hover\:n-border-neutral-45\/100:hover {
  border-color:rgb(129 135 144 / 1);
}
.hover\:n-border-neutral-45\/15:hover {
  border-color:rgb(129 135 144 / 0.15);
}
.hover\:n-border-neutral-45\/20:hover {
  border-color:rgb(129 135 144 / 0.2);
}
.hover\:n-border-neutral-45\/25:hover {
  border-color:rgb(129 135 144 / 0.25);
}
.hover\:n-border-neutral-45\/30:hover {
  border-color:rgb(129 135 144 / 0.3);
}
.hover\:n-border-neutral-45\/35:hover {
  border-color:rgb(129 135 144 / 0.35);
}
.hover\:n-border-neutral-45\/40:hover {
  border-color:rgb(129 135 144 / 0.4);
}
.hover\:n-border-neutral-45\/45:hover {
  border-color:rgb(129 135 144 / 0.45);
}
.hover\:n-border-neutral-45\/5:hover {
  border-color:rgb(129 135 144 / 0.05);
}
.hover\:n-border-neutral-45\/50:hover {
  border-color:rgb(129 135 144 / 0.5);
}
.hover\:n-border-neutral-45\/55:hover {
  border-color:rgb(129 135 144 / 0.55);
}
.hover\:n-border-neutral-45\/60:hover {
  border-color:rgb(129 135 144 / 0.6);
}
.hover\:n-border-neutral-45\/65:hover {
  border-color:rgb(129 135 144 / 0.65);
}
.hover\:n-border-neutral-45\/70:hover {
  border-color:rgb(129 135 144 / 0.7);
}
.hover\:n-border-neutral-45\/75:hover {
  border-color:rgb(129 135 144 / 0.75);
}
.hover\:n-border-neutral-45\/80:hover {
  border-color:rgb(129 135 144 / 0.8);
}
.hover\:n-border-neutral-45\/85:hover {
  border-color:rgb(129 135 144 / 0.85);
}
.hover\:n-border-neutral-45\/90:hover {
  border-color:rgb(129 135 144 / 0.9);
}
.hover\:n-border-neutral-45\/95:hover {
  border-color:rgb(129 135 144 / 0.95);
}
.hover\:n-border-neutral-50:hover {
  --tw-border-opacity:1;
  border-color:rgb(111 117 126 / var(--tw-border-opacity));
}
.hover\:n-border-neutral-50\/0:hover {
  border-color:rgb(111 117 126 / 0);
}
.hover\:n-border-neutral-50\/10:hover {
  border-color:rgb(111 117 126 / 0.1);
}
.hover\:n-border-neutral-50\/100:hover {
  border-color:rgb(111 117 126 / 1);
}
.hover\:n-border-neutral-50\/15:hover {
  border-color:rgb(111 117 126 / 0.15);
}
.hover\:n-border-neutral-50\/20:hover {
  border-color:rgb(111 117 126 / 0.2);
}
.hover\:n-border-neutral-50\/25:hover {
  border-color:rgb(111 117 126 / 0.25);
}
.hover\:n-border-neutral-50\/30:hover {
  border-color:rgb(111 117 126 / 0.3);
}
.hover\:n-border-neutral-50\/35:hover {
  border-color:rgb(111 117 126 / 0.35);
}
.hover\:n-border-neutral-50\/40:hover {
  border-color:rgb(111 117 126 / 0.4);
}
.hover\:n-border-neutral-50\/45:hover {
  border-color:rgb(111 117 126 / 0.45);
}
.hover\:n-border-neutral-50\/5:hover {
  border-color:rgb(111 117 126 / 0.05);
}
.hover\:n-border-neutral-50\/50:hover {
  border-color:rgb(111 117 126 / 0.5);
}
.hover\:n-border-neutral-50\/55:hover {
  border-color:rgb(111 117 126 / 0.55);
}
.hover\:n-border-neutral-50\/60:hover {
  border-color:rgb(111 117 126 / 0.6);
}
.hover\:n-border-neutral-50\/65:hover {
  border-color:rgb(111 117 126 / 0.65);
}
.hover\:n-border-neutral-50\/70:hover {
  border-color:rgb(111 117 126 / 0.7);
}
.hover\:n-border-neutral-50\/75:hover {
  border-color:rgb(111 117 126 / 0.75);
}
.hover\:n-border-neutral-50\/80:hover {
  border-color:rgb(111 117 126 / 0.8);
}
.hover\:n-border-neutral-50\/85:hover {
  border-color:rgb(111 117 126 / 0.85);
}
.hover\:n-border-neutral-50\/90:hover {
  border-color:rgb(111 117 126 / 0.9);
}
.hover\:n-border-neutral-50\/95:hover {
  border-color:rgb(111 117 126 / 0.95);
}
.hover\:n-border-neutral-55:hover {
  --tw-border-opacity:1;
  border-color:rgb(94 99 106 / var(--tw-border-opacity));
}
.hover\:n-border-neutral-55\/0:hover {
  border-color:rgb(94 99 106 / 0);
}
.hover\:n-border-neutral-55\/10:hover {
  border-color:rgb(94 99 106 / 0.1);
}
.hover\:n-border-neutral-55\/100:hover {
  border-color:rgb(94 99 106 / 1);
}
.hover\:n-border-neutral-55\/15:hover {
  border-color:rgb(94 99 106 / 0.15);
}
.hover\:n-border-neutral-55\/20:hover {
  border-color:rgb(94 99 106 / 0.2);
}
.hover\:n-border-neutral-55\/25:hover {
  border-color:rgb(94 99 106 / 0.25);
}
.hover\:n-border-neutral-55\/30:hover {
  border-color:rgb(94 99 106 / 0.3);
}
.hover\:n-border-neutral-55\/35:hover {
  border-color:rgb(94 99 106 / 0.35);
}
.hover\:n-border-neutral-55\/40:hover {
  border-color:rgb(94 99 106 / 0.4);
}
.hover\:n-border-neutral-55\/45:hover {
  border-color:rgb(94 99 106 / 0.45);
}
.hover\:n-border-neutral-55\/5:hover {
  border-color:rgb(94 99 106 / 0.05);
}
.hover\:n-border-neutral-55\/50:hover {
  border-color:rgb(94 99 106 / 0.5);
}
.hover\:n-border-neutral-55\/55:hover {
  border-color:rgb(94 99 106 / 0.55);
}
.hover\:n-border-neutral-55\/60:hover {
  border-color:rgb(94 99 106 / 0.6);
}
.hover\:n-border-neutral-55\/65:hover {
  border-color:rgb(94 99 106 / 0.65);
}
.hover\:n-border-neutral-55\/70:hover {
  border-color:rgb(94 99 106 / 0.7);
}
.hover\:n-border-neutral-55\/75:hover {
  border-color:rgb(94 99 106 / 0.75);
}
.hover\:n-border-neutral-55\/80:hover {
  border-color:rgb(94 99 106 / 0.8);
}
.hover\:n-border-neutral-55\/85:hover {
  border-color:rgb(94 99 106 / 0.85);
}
.hover\:n-border-neutral-55\/90:hover {
  border-color:rgb(94 99 106 / 0.9);
}
.hover\:n-border-neutral-55\/95:hover {
  border-color:rgb(94 99 106 / 0.95);
}
.hover\:n-border-neutral-60:hover {
  --tw-border-opacity:1;
  border-color:rgb(77 81 87 / var(--tw-border-opacity));
}
.hover\:n-border-neutral-60\/0:hover {
  border-color:rgb(77 81 87 / 0);
}
.hover\:n-border-neutral-60\/10:hover {
  border-color:rgb(77 81 87 / 0.1);
}
.hover\:n-border-neutral-60\/100:hover {
  border-color:rgb(77 81 87 / 1);
}
.hover\:n-border-neutral-60\/15:hover {
  border-color:rgb(77 81 87 / 0.15);
}
.hover\:n-border-neutral-60\/20:hover {
  border-color:rgb(77 81 87 / 0.2);
}
.hover\:n-border-neutral-60\/25:hover {
  border-color:rgb(77 81 87 / 0.25);
}
.hover\:n-border-neutral-60\/30:hover {
  border-color:rgb(77 81 87 / 0.3);
}
.hover\:n-border-neutral-60\/35:hover {
  border-color:rgb(77 81 87 / 0.35);
}
.hover\:n-border-neutral-60\/40:hover {
  border-color:rgb(77 81 87 / 0.4);
}
.hover\:n-border-neutral-60\/45:hover {
  border-color:rgb(77 81 87 / 0.45);
}
.hover\:n-border-neutral-60\/5:hover {
  border-color:rgb(77 81 87 / 0.05);
}
.hover\:n-border-neutral-60\/50:hover {
  border-color:rgb(77 81 87 / 0.5);
}
.hover\:n-border-neutral-60\/55:hover {
  border-color:rgb(77 81 87 / 0.55);
}
.hover\:n-border-neutral-60\/60:hover {
  border-color:rgb(77 81 87 / 0.6);
}
.hover\:n-border-neutral-60\/65:hover {
  border-color:rgb(77 81 87 / 0.65);
}
.hover\:n-border-neutral-60\/70:hover {
  border-color:rgb(77 81 87 / 0.7);
}
.hover\:n-border-neutral-60\/75:hover {
  border-color:rgb(77 81 87 / 0.75);
}
.hover\:n-border-neutral-60\/80:hover {
  border-color:rgb(77 81 87 / 0.8);
}
.hover\:n-border-neutral-60\/85:hover {
  border-color:rgb(77 81 87 / 0.85);
}
.hover\:n-border-neutral-60\/90:hover {
  border-color:rgb(77 81 87 / 0.9);
}
.hover\:n-border-neutral-60\/95:hover {
  border-color:rgb(77 81 87 / 0.95);
}
.hover\:n-border-neutral-65:hover {
  --tw-border-opacity:1;
  border-color:rgb(60 63 68 / var(--tw-border-opacity));
}
.hover\:n-border-neutral-65\/0:hover {
  border-color:rgb(60 63 68 / 0);
}
.hover\:n-border-neutral-65\/10:hover {
  border-color:rgb(60 63 68 / 0.1);
}
.hover\:n-border-neutral-65\/100:hover {
  border-color:rgb(60 63 68 / 1);
}
.hover\:n-border-neutral-65\/15:hover {
  border-color:rgb(60 63 68 / 0.15);
}
.hover\:n-border-neutral-65\/20:hover {
  border-color:rgb(60 63 68 / 0.2);
}
.hover\:n-border-neutral-65\/25:hover {
  border-color:rgb(60 63 68 / 0.25);
}
.hover\:n-border-neutral-65\/30:hover {
  border-color:rgb(60 63 68 / 0.3);
}
.hover\:n-border-neutral-65\/35:hover {
  border-color:rgb(60 63 68 / 0.35);
}
.hover\:n-border-neutral-65\/40:hover {
  border-color:rgb(60 63 68 / 0.4);
}
.hover\:n-border-neutral-65\/45:hover {
  border-color:rgb(60 63 68 / 0.45);
}
.hover\:n-border-neutral-65\/5:hover {
  border-color:rgb(60 63 68 / 0.05);
}
.hover\:n-border-neutral-65\/50:hover {
  border-color:rgb(60 63 68 / 0.5);
}
.hover\:n-border-neutral-65\/55:hover {
  border-color:rgb(60 63 68 / 0.55);
}
.hover\:n-border-neutral-65\/60:hover {
  border-color:rgb(60 63 68 / 0.6);
}
.hover\:n-border-neutral-65\/65:hover {
  border-color:rgb(60 63 68 / 0.65);
}
.hover\:n-border-neutral-65\/70:hover {
  border-color:rgb(60 63 68 / 0.7);
}
.hover\:n-border-neutral-65\/75:hover {
  border-color:rgb(60 63 68 / 0.75);
}
.hover\:n-border-neutral-65\/80:hover {
  border-color:rgb(60 63 68 / 0.8);
}
.hover\:n-border-neutral-65\/85:hover {
  border-color:rgb(60 63 68 / 0.85);
}
.hover\:n-border-neutral-65\/90:hover {
  border-color:rgb(60 63 68 / 0.9);
}
.hover\:n-border-neutral-65\/95:hover {
  border-color:rgb(60 63 68 / 0.95);
}
.hover\:n-border-neutral-70:hover {
  --tw-border-opacity:1;
  border-color:rgb(33 35 37 / var(--tw-border-opacity));
}
.hover\:n-border-neutral-70\/0:hover {
  border-color:rgb(33 35 37 / 0);
}
.hover\:n-border-neutral-70\/10:hover {
  border-color:rgb(33 35 37 / 0.1);
}
.hover\:n-border-neutral-70\/100:hover {
  border-color:rgb(33 35 37 / 1);
}
.hover\:n-border-neutral-70\/15:hover {
  border-color:rgb(33 35 37 / 0.15);
}
.hover\:n-border-neutral-70\/20:hover {
  border-color:rgb(33 35 37 / 0.2);
}
.hover\:n-border-neutral-70\/25:hover {
  border-color:rgb(33 35 37 / 0.25);
}
.hover\:n-border-neutral-70\/30:hover {
  border-color:rgb(33 35 37 / 0.3);
}
.hover\:n-border-neutral-70\/35:hover {
  border-color:rgb(33 35 37 / 0.35);
}
.hover\:n-border-neutral-70\/40:hover {
  border-color:rgb(33 35 37 / 0.4);
}
.hover\:n-border-neutral-70\/45:hover {
  border-color:rgb(33 35 37 / 0.45);
}
.hover\:n-border-neutral-70\/5:hover {
  border-color:rgb(33 35 37 / 0.05);
}
.hover\:n-border-neutral-70\/50:hover {
  border-color:rgb(33 35 37 / 0.5);
}
.hover\:n-border-neutral-70\/55:hover {
  border-color:rgb(33 35 37 / 0.55);
}
.hover\:n-border-neutral-70\/60:hover {
  border-color:rgb(33 35 37 / 0.6);
}
.hover\:n-border-neutral-70\/65:hover {
  border-color:rgb(33 35 37 / 0.65);
}
.hover\:n-border-neutral-70\/70:hover {
  border-color:rgb(33 35 37 / 0.7);
}
.hover\:n-border-neutral-70\/75:hover {
  border-color:rgb(33 35 37 / 0.75);
}
.hover\:n-border-neutral-70\/80:hover {
  border-color:rgb(33 35 37 / 0.8);
}
.hover\:n-border-neutral-70\/85:hover {
  border-color:rgb(33 35 37 / 0.85);
}
.hover\:n-border-neutral-70\/90:hover {
  border-color:rgb(33 35 37 / 0.9);
}
.hover\:n-border-neutral-70\/95:hover {
  border-color:rgb(33 35 37 / 0.95);
}
.hover\:n-border-neutral-75:hover {
  --tw-border-opacity:1;
  border-color:rgb(26 27 29 / var(--tw-border-opacity));
}
.hover\:n-border-neutral-75\/0:hover {
  border-color:rgb(26 27 29 / 0);
}
.hover\:n-border-neutral-75\/10:hover {
  border-color:rgb(26 27 29 / 0.1);
}
.hover\:n-border-neutral-75\/100:hover {
  border-color:rgb(26 27 29 / 1);
}
.hover\:n-border-neutral-75\/15:hover {
  border-color:rgb(26 27 29 / 0.15);
}
.hover\:n-border-neutral-75\/20:hover {
  border-color:rgb(26 27 29 / 0.2);
}
.hover\:n-border-neutral-75\/25:hover {
  border-color:rgb(26 27 29 / 0.25);
}
.hover\:n-border-neutral-75\/30:hover {
  border-color:rgb(26 27 29 / 0.3);
}
.hover\:n-border-neutral-75\/35:hover {
  border-color:rgb(26 27 29 / 0.35);
}
.hover\:n-border-neutral-75\/40:hover {
  border-color:rgb(26 27 29 / 0.4);
}
.hover\:n-border-neutral-75\/45:hover {
  border-color:rgb(26 27 29 / 0.45);
}
.hover\:n-border-neutral-75\/5:hover {
  border-color:rgb(26 27 29 / 0.05);
}
.hover\:n-border-neutral-75\/50:hover {
  border-color:rgb(26 27 29 / 0.5);
}
.hover\:n-border-neutral-75\/55:hover {
  border-color:rgb(26 27 29 / 0.55);
}
.hover\:n-border-neutral-75\/60:hover {
  border-color:rgb(26 27 29 / 0.6);
}
.hover\:n-border-neutral-75\/65:hover {
  border-color:rgb(26 27 29 / 0.65);
}
.hover\:n-border-neutral-75\/70:hover {
  border-color:rgb(26 27 29 / 0.7);
}
.hover\:n-border-neutral-75\/75:hover {
  border-color:rgb(26 27 29 / 0.75);
}
.hover\:n-border-neutral-75\/80:hover {
  border-color:rgb(26 27 29 / 0.8);
}
.hover\:n-border-neutral-75\/85:hover {
  border-color:rgb(26 27 29 / 0.85);
}
.hover\:n-border-neutral-75\/90:hover {
  border-color:rgb(26 27 29 / 0.9);
}
.hover\:n-border-neutral-75\/95:hover {
  border-color:rgb(26 27 29 / 0.95);
}
.hover\:n-border-neutral-80:hover {
  --tw-border-opacity:1;
  border-color:rgb(9 9 10 / var(--tw-border-opacity));
}
.hover\:n-border-neutral-80\/0:hover {
  border-color:rgb(9 9 10 / 0);
}
.hover\:n-border-neutral-80\/10:hover {
  border-color:rgb(9 9 10 / 0.1);
}
.hover\:n-border-neutral-80\/100:hover {
  border-color:rgb(9 9 10 / 1);
}
.hover\:n-border-neutral-80\/15:hover {
  border-color:rgb(9 9 10 / 0.15);
}
.hover\:n-border-neutral-80\/20:hover {
  border-color:rgb(9 9 10 / 0.2);
}
.hover\:n-border-neutral-80\/25:hover {
  border-color:rgb(9 9 10 / 0.25);
}
.hover\:n-border-neutral-80\/30:hover {
  border-color:rgb(9 9 10 / 0.3);
}
.hover\:n-border-neutral-80\/35:hover {
  border-color:rgb(9 9 10 / 0.35);
}
.hover\:n-border-neutral-80\/40:hover {
  border-color:rgb(9 9 10 / 0.4);
}
.hover\:n-border-neutral-80\/45:hover {
  border-color:rgb(9 9 10 / 0.45);
}
.hover\:n-border-neutral-80\/5:hover {
  border-color:rgb(9 9 10 / 0.05);
}
.hover\:n-border-neutral-80\/50:hover {
  border-color:rgb(9 9 10 / 0.5);
}
.hover\:n-border-neutral-80\/55:hover {
  border-color:rgb(9 9 10 / 0.55);
}
.hover\:n-border-neutral-80\/60:hover {
  border-color:rgb(9 9 10 / 0.6);
}
.hover\:n-border-neutral-80\/65:hover {
  border-color:rgb(9 9 10 / 0.65);
}
.hover\:n-border-neutral-80\/70:hover {
  border-color:rgb(9 9 10 / 0.7);
}
.hover\:n-border-neutral-80\/75:hover {
  border-color:rgb(9 9 10 / 0.75);
}
.hover\:n-border-neutral-80\/80:hover {
  border-color:rgb(9 9 10 / 0.8);
}
.hover\:n-border-neutral-80\/85:hover {
  border-color:rgb(9 9 10 / 0.85);
}
.hover\:n-border-neutral-80\/90:hover {
  border-color:rgb(9 9 10 / 0.9);
}
.hover\:n-border-neutral-80\/95:hover {
  border-color:rgb(9 9 10 / 0.95);
}
.hover\:n-border-palette-danger-bg-status:hover {
  border-color:rgb(var(--theme-palette-danger-bg-status));
}
.hover\:n-border-palette-danger-bg-status\/0:hover {
  border-color:rgb(var(--theme-palette-danger-bg-status) / 0);
}
.hover\:n-border-palette-danger-bg-status\/10:hover {
  border-color:rgb(var(--theme-palette-danger-bg-status) / 0.1);
}
.hover\:n-border-palette-danger-bg-status\/100:hover {
  border-color:rgb(var(--theme-palette-danger-bg-status) / 1);
}
.hover\:n-border-palette-danger-bg-status\/15:hover {
  border-color:rgb(var(--theme-palette-danger-bg-status) / 0.15);
}
.hover\:n-border-palette-danger-bg-status\/20:hover {
  border-color:rgb(var(--theme-palette-danger-bg-status) / 0.2);
}
.hover\:n-border-palette-danger-bg-status\/25:hover {
  border-color:rgb(var(--theme-palette-danger-bg-status) / 0.25);
}
.hover\:n-border-palette-danger-bg-status\/30:hover {
  border-color:rgb(var(--theme-palette-danger-bg-status) / 0.3);
}
.hover\:n-border-palette-danger-bg-status\/35:hover {
  border-color:rgb(var(--theme-palette-danger-bg-status) / 0.35);
}
.hover\:n-border-palette-danger-bg-status\/40:hover {
  border-color:rgb(var(--theme-palette-danger-bg-status) / 0.4);
}
.hover\:n-border-palette-danger-bg-status\/45:hover {
  border-color:rgb(var(--theme-palette-danger-bg-status) / 0.45);
}
.hover\:n-border-palette-danger-bg-status\/5:hover {
  border-color:rgb(var(--theme-palette-danger-bg-status) / 0.05);
}
.hover\:n-border-palette-danger-bg-status\/50:hover {
  border-color:rgb(var(--theme-palette-danger-bg-status) / 0.5);
}
.hover\:n-border-palette-danger-bg-status\/55:hover {
  border-color:rgb(var(--theme-palette-danger-bg-status) / 0.55);
}
.hover\:n-border-palette-danger-bg-status\/60:hover {
  border-color:rgb(var(--theme-palette-danger-bg-status) / 0.6);
}
.hover\:n-border-palette-danger-bg-status\/65:hover {
  border-color:rgb(var(--theme-palette-danger-bg-status) / 0.65);
}
.hover\:n-border-palette-danger-bg-status\/70:hover {
  border-color:rgb(var(--theme-palette-danger-bg-status) / 0.7);
}
.hover\:n-border-palette-danger-bg-status\/75:hover {
  border-color:rgb(var(--theme-palette-danger-bg-status) / 0.75);
}
.hover\:n-border-palette-danger-bg-status\/80:hover {
  border-color:rgb(var(--theme-palette-danger-bg-status) / 0.8);
}
.hover\:n-border-palette-danger-bg-status\/85:hover {
  border-color:rgb(var(--theme-palette-danger-bg-status) / 0.85);
}
.hover\:n-border-palette-danger-bg-status\/90:hover {
  border-color:rgb(var(--theme-palette-danger-bg-status) / 0.9);
}
.hover\:n-border-palette-danger-bg-status\/95:hover {
  border-color:rgb(var(--theme-palette-danger-bg-status) / 0.95);
}
.hover\:n-border-palette-danger-bg-strong:hover {
  border-color:rgb(var(--theme-palette-danger-bg-strong));
}
.hover\:n-border-palette-danger-bg-strong\/0:hover {
  border-color:rgb(var(--theme-palette-danger-bg-strong) / 0);
}
.hover\:n-border-palette-danger-bg-strong\/10:hover {
  border-color:rgb(var(--theme-palette-danger-bg-strong) / 0.1);
}
.hover\:n-border-palette-danger-bg-strong\/100:hover {
  border-color:rgb(var(--theme-palette-danger-bg-strong) / 1);
}
.hover\:n-border-palette-danger-bg-strong\/15:hover {
  border-color:rgb(var(--theme-palette-danger-bg-strong) / 0.15);
}
.hover\:n-border-palette-danger-bg-strong\/20:hover {
  border-color:rgb(var(--theme-palette-danger-bg-strong) / 0.2);
}
.hover\:n-border-palette-danger-bg-strong\/25:hover {
  border-color:rgb(var(--theme-palette-danger-bg-strong) / 0.25);
}
.hover\:n-border-palette-danger-bg-strong\/30:hover {
  border-color:rgb(var(--theme-palette-danger-bg-strong) / 0.3);
}
.hover\:n-border-palette-danger-bg-strong\/35:hover {
  border-color:rgb(var(--theme-palette-danger-bg-strong) / 0.35);
}
.hover\:n-border-palette-danger-bg-strong\/40:hover {
  border-color:rgb(var(--theme-palette-danger-bg-strong) / 0.4);
}
.hover\:n-border-palette-danger-bg-strong\/45:hover {
  border-color:rgb(var(--theme-palette-danger-bg-strong) / 0.45);
}
.hover\:n-border-palette-danger-bg-strong\/5:hover {
  border-color:rgb(var(--theme-palette-danger-bg-strong) / 0.05);
}
.hover\:n-border-palette-danger-bg-strong\/50:hover {
  border-color:rgb(var(--theme-palette-danger-bg-strong) / 0.5);
}
.hover\:n-border-palette-danger-bg-strong\/55:hover {
  border-color:rgb(var(--theme-palette-danger-bg-strong) / 0.55);
}
.hover\:n-border-palette-danger-bg-strong\/60:hover {
  border-color:rgb(var(--theme-palette-danger-bg-strong) / 0.6);
}
.hover\:n-border-palette-danger-bg-strong\/65:hover {
  border-color:rgb(var(--theme-palette-danger-bg-strong) / 0.65);
}
.hover\:n-border-palette-danger-bg-strong\/70:hover {
  border-color:rgb(var(--theme-palette-danger-bg-strong) / 0.7);
}
.hover\:n-border-palette-danger-bg-strong\/75:hover {
  border-color:rgb(var(--theme-palette-danger-bg-strong) / 0.75);
}
.hover\:n-border-palette-danger-bg-strong\/80:hover {
  border-color:rgb(var(--theme-palette-danger-bg-strong) / 0.8);
}
.hover\:n-border-palette-danger-bg-strong\/85:hover {
  border-color:rgb(var(--theme-palette-danger-bg-strong) / 0.85);
}
.hover\:n-border-palette-danger-bg-strong\/90:hover {
  border-color:rgb(var(--theme-palette-danger-bg-strong) / 0.9);
}
.hover\:n-border-palette-danger-bg-strong\/95:hover {
  border-color:rgb(var(--theme-palette-danger-bg-strong) / 0.95);
}
.hover\:n-border-palette-danger-bg-weak:hover {
  border-color:rgb(var(--theme-palette-danger-bg-weak));
}
.hover\:n-border-palette-danger-bg-weak\/0:hover {
  border-color:rgb(var(--theme-palette-danger-bg-weak) / 0);
}
.hover\:n-border-palette-danger-bg-weak\/10:hover {
  border-color:rgb(var(--theme-palette-danger-bg-weak) / 0.1);
}
.hover\:n-border-palette-danger-bg-weak\/100:hover {
  border-color:rgb(var(--theme-palette-danger-bg-weak) / 1);
}
.hover\:n-border-palette-danger-bg-weak\/15:hover {
  border-color:rgb(var(--theme-palette-danger-bg-weak) / 0.15);
}
.hover\:n-border-palette-danger-bg-weak\/20:hover {
  border-color:rgb(var(--theme-palette-danger-bg-weak) / 0.2);
}
.hover\:n-border-palette-danger-bg-weak\/25:hover {
  border-color:rgb(var(--theme-palette-danger-bg-weak) / 0.25);
}
.hover\:n-border-palette-danger-bg-weak\/30:hover {
  border-color:rgb(var(--theme-palette-danger-bg-weak) / 0.3);
}
.hover\:n-border-palette-danger-bg-weak\/35:hover {
  border-color:rgb(var(--theme-palette-danger-bg-weak) / 0.35);
}
.hover\:n-border-palette-danger-bg-weak\/40:hover {
  border-color:rgb(var(--theme-palette-danger-bg-weak) / 0.4);
}
.hover\:n-border-palette-danger-bg-weak\/45:hover {
  border-color:rgb(var(--theme-palette-danger-bg-weak) / 0.45);
}
.hover\:n-border-palette-danger-bg-weak\/5:hover {
  border-color:rgb(var(--theme-palette-danger-bg-weak) / 0.05);
}
.hover\:n-border-palette-danger-bg-weak\/50:hover {
  border-color:rgb(var(--theme-palette-danger-bg-weak) / 0.5);
}
.hover\:n-border-palette-danger-bg-weak\/55:hover {
  border-color:rgb(var(--theme-palette-danger-bg-weak) / 0.55);
}
.hover\:n-border-palette-danger-bg-weak\/60:hover {
  border-color:rgb(var(--theme-palette-danger-bg-weak) / 0.6);
}
.hover\:n-border-palette-danger-bg-weak\/65:hover {
  border-color:rgb(var(--theme-palette-danger-bg-weak) / 0.65);
}
.hover\:n-border-palette-danger-bg-weak\/70:hover {
  border-color:rgb(var(--theme-palette-danger-bg-weak) / 0.7);
}
.hover\:n-border-palette-danger-bg-weak\/75:hover {
  border-color:rgb(var(--theme-palette-danger-bg-weak) / 0.75);
}
.hover\:n-border-palette-danger-bg-weak\/80:hover {
  border-color:rgb(var(--theme-palette-danger-bg-weak) / 0.8);
}
.hover\:n-border-palette-danger-bg-weak\/85:hover {
  border-color:rgb(var(--theme-palette-danger-bg-weak) / 0.85);
}
.hover\:n-border-palette-danger-bg-weak\/90:hover {
  border-color:rgb(var(--theme-palette-danger-bg-weak) / 0.9);
}
.hover\:n-border-palette-danger-bg-weak\/95:hover {
  border-color:rgb(var(--theme-palette-danger-bg-weak) / 0.95);
}
.hover\:n-border-palette-danger-border-strong:hover {
  border-color:rgb(var(--theme-palette-danger-border-strong));
}
.hover\:n-border-palette-danger-border-strong\/0:hover {
  border-color:rgb(var(--theme-palette-danger-border-strong) / 0);
}
.hover\:n-border-palette-danger-border-strong\/10:hover {
  border-color:rgb(var(--theme-palette-danger-border-strong) / 0.1);
}
.hover\:n-border-palette-danger-border-strong\/100:hover {
  border-color:rgb(var(--theme-palette-danger-border-strong) / 1);
}
.hover\:n-border-palette-danger-border-strong\/15:hover {
  border-color:rgb(var(--theme-palette-danger-border-strong) / 0.15);
}
.hover\:n-border-palette-danger-border-strong\/20:hover {
  border-color:rgb(var(--theme-palette-danger-border-strong) / 0.2);
}
.hover\:n-border-palette-danger-border-strong\/25:hover {
  border-color:rgb(var(--theme-palette-danger-border-strong) / 0.25);
}
.hover\:n-border-palette-danger-border-strong\/30:hover {
  border-color:rgb(var(--theme-palette-danger-border-strong) / 0.3);
}
.hover\:n-border-palette-danger-border-strong\/35:hover {
  border-color:rgb(var(--theme-palette-danger-border-strong) / 0.35);
}
.hover\:n-border-palette-danger-border-strong\/40:hover {
  border-color:rgb(var(--theme-palette-danger-border-strong) / 0.4);
}
.hover\:n-border-palette-danger-border-strong\/45:hover {
  border-color:rgb(var(--theme-palette-danger-border-strong) / 0.45);
}
.hover\:n-border-palette-danger-border-strong\/5:hover {
  border-color:rgb(var(--theme-palette-danger-border-strong) / 0.05);
}
.hover\:n-border-palette-danger-border-strong\/50:hover {
  border-color:rgb(var(--theme-palette-danger-border-strong) / 0.5);
}
.hover\:n-border-palette-danger-border-strong\/55:hover {
  border-color:rgb(var(--theme-palette-danger-border-strong) / 0.55);
}
.hover\:n-border-palette-danger-border-strong\/60:hover {
  border-color:rgb(var(--theme-palette-danger-border-strong) / 0.6);
}
.hover\:n-border-palette-danger-border-strong\/65:hover {
  border-color:rgb(var(--theme-palette-danger-border-strong) / 0.65);
}
.hover\:n-border-palette-danger-border-strong\/70:hover {
  border-color:rgb(var(--theme-palette-danger-border-strong) / 0.7);
}
.hover\:n-border-palette-danger-border-strong\/75:hover {
  border-color:rgb(var(--theme-palette-danger-border-strong) / 0.75);
}
.hover\:n-border-palette-danger-border-strong\/80:hover {
  border-color:rgb(var(--theme-palette-danger-border-strong) / 0.8);
}
.hover\:n-border-palette-danger-border-strong\/85:hover {
  border-color:rgb(var(--theme-palette-danger-border-strong) / 0.85);
}
.hover\:n-border-palette-danger-border-strong\/90:hover {
  border-color:rgb(var(--theme-palette-danger-border-strong) / 0.9);
}
.hover\:n-border-palette-danger-border-strong\/95:hover {
  border-color:rgb(var(--theme-palette-danger-border-strong) / 0.95);
}
.hover\:n-border-palette-danger-border-weak:hover {
  border-color:rgb(var(--theme-palette-danger-border-weak));
}
.hover\:n-border-palette-danger-border-weak\/0:hover {
  border-color:rgb(var(--theme-palette-danger-border-weak) / 0);
}
.hover\:n-border-palette-danger-border-weak\/10:hover {
  border-color:rgb(var(--theme-palette-danger-border-weak) / 0.1);
}
.hover\:n-border-palette-danger-border-weak\/100:hover {
  border-color:rgb(var(--theme-palette-danger-border-weak) / 1);
}
.hover\:n-border-palette-danger-border-weak\/15:hover {
  border-color:rgb(var(--theme-palette-danger-border-weak) / 0.15);
}
.hover\:n-border-palette-danger-border-weak\/20:hover {
  border-color:rgb(var(--theme-palette-danger-border-weak) / 0.2);
}
.hover\:n-border-palette-danger-border-weak\/25:hover {
  border-color:rgb(var(--theme-palette-danger-border-weak) / 0.25);
}
.hover\:n-border-palette-danger-border-weak\/30:hover {
  border-color:rgb(var(--theme-palette-danger-border-weak) / 0.3);
}
.hover\:n-border-palette-danger-border-weak\/35:hover {
  border-color:rgb(var(--theme-palette-danger-border-weak) / 0.35);
}
.hover\:n-border-palette-danger-border-weak\/40:hover {
  border-color:rgb(var(--theme-palette-danger-border-weak) / 0.4);
}
.hover\:n-border-palette-danger-border-weak\/45:hover {
  border-color:rgb(var(--theme-palette-danger-border-weak) / 0.45);
}
.hover\:n-border-palette-danger-border-weak\/5:hover {
  border-color:rgb(var(--theme-palette-danger-border-weak) / 0.05);
}
.hover\:n-border-palette-danger-border-weak\/50:hover {
  border-color:rgb(var(--theme-palette-danger-border-weak) / 0.5);
}
.hover\:n-border-palette-danger-border-weak\/55:hover {
  border-color:rgb(var(--theme-palette-danger-border-weak) / 0.55);
}
.hover\:n-border-palette-danger-border-weak\/60:hover {
  border-color:rgb(var(--theme-palette-danger-border-weak) / 0.6);
}
.hover\:n-border-palette-danger-border-weak\/65:hover {
  border-color:rgb(var(--theme-palette-danger-border-weak) / 0.65);
}
.hover\:n-border-palette-danger-border-weak\/70:hover {
  border-color:rgb(var(--theme-palette-danger-border-weak) / 0.7);
}
.hover\:n-border-palette-danger-border-weak\/75:hover {
  border-color:rgb(var(--theme-palette-danger-border-weak) / 0.75);
}
.hover\:n-border-palette-danger-border-weak\/80:hover {
  border-color:rgb(var(--theme-palette-danger-border-weak) / 0.8);
}
.hover\:n-border-palette-danger-border-weak\/85:hover {
  border-color:rgb(var(--theme-palette-danger-border-weak) / 0.85);
}
.hover\:n-border-palette-danger-border-weak\/90:hover {
  border-color:rgb(var(--theme-palette-danger-border-weak) / 0.9);
}
.hover\:n-border-palette-danger-border-weak\/95:hover {
  border-color:rgb(var(--theme-palette-danger-border-weak) / 0.95);
}
.hover\:n-border-palette-danger-hover-strong:hover {
  border-color:rgb(var(--theme-palette-danger-hover-strong));
}
.hover\:n-border-palette-danger-hover-strong\/0:hover {
  border-color:rgb(var(--theme-palette-danger-hover-strong) / 0);
}
.hover\:n-border-palette-danger-hover-strong\/10:hover {
  border-color:rgb(var(--theme-palette-danger-hover-strong) / 0.1);
}
.hover\:n-border-palette-danger-hover-strong\/100:hover {
  border-color:rgb(var(--theme-palette-danger-hover-strong) / 1);
}
.hover\:n-border-palette-danger-hover-strong\/15:hover {
  border-color:rgb(var(--theme-palette-danger-hover-strong) / 0.15);
}
.hover\:n-border-palette-danger-hover-strong\/20:hover {
  border-color:rgb(var(--theme-palette-danger-hover-strong) / 0.2);
}
.hover\:n-border-palette-danger-hover-strong\/25:hover {
  border-color:rgb(var(--theme-palette-danger-hover-strong) / 0.25);
}
.hover\:n-border-palette-danger-hover-strong\/30:hover {
  border-color:rgb(var(--theme-palette-danger-hover-strong) / 0.3);
}
.hover\:n-border-palette-danger-hover-strong\/35:hover {
  border-color:rgb(var(--theme-palette-danger-hover-strong) / 0.35);
}
.hover\:n-border-palette-danger-hover-strong\/40:hover {
  border-color:rgb(var(--theme-palette-danger-hover-strong) / 0.4);
}
.hover\:n-border-palette-danger-hover-strong\/45:hover {
  border-color:rgb(var(--theme-palette-danger-hover-strong) / 0.45);
}
.hover\:n-border-palette-danger-hover-strong\/5:hover {
  border-color:rgb(var(--theme-palette-danger-hover-strong) / 0.05);
}
.hover\:n-border-palette-danger-hover-strong\/50:hover {
  border-color:rgb(var(--theme-palette-danger-hover-strong) / 0.5);
}
.hover\:n-border-palette-danger-hover-strong\/55:hover {
  border-color:rgb(var(--theme-palette-danger-hover-strong) / 0.55);
}
.hover\:n-border-palette-danger-hover-strong\/60:hover {
  border-color:rgb(var(--theme-palette-danger-hover-strong) / 0.6);
}
.hover\:n-border-palette-danger-hover-strong\/65:hover {
  border-color:rgb(var(--theme-palette-danger-hover-strong) / 0.65);
}
.hover\:n-border-palette-danger-hover-strong\/70:hover {
  border-color:rgb(var(--theme-palette-danger-hover-strong) / 0.7);
}
.hover\:n-border-palette-danger-hover-strong\/75:hover {
  border-color:rgb(var(--theme-palette-danger-hover-strong) / 0.75);
}
.hover\:n-border-palette-danger-hover-strong\/80:hover {
  border-color:rgb(var(--theme-palette-danger-hover-strong) / 0.8);
}
.hover\:n-border-palette-danger-hover-strong\/85:hover {
  border-color:rgb(var(--theme-palette-danger-hover-strong) / 0.85);
}
.hover\:n-border-palette-danger-hover-strong\/90:hover {
  border-color:rgb(var(--theme-palette-danger-hover-strong) / 0.9);
}
.hover\:n-border-palette-danger-hover-strong\/95:hover {
  border-color:rgb(var(--theme-palette-danger-hover-strong) / 0.95);
}
.hover\:n-border-palette-danger-hover-weak:hover {
  border-color:rgb(var(--theme-palette-danger-hover-weak));
}
.hover\:n-border-palette-danger-hover-weak\/0:hover {
  border-color:rgb(var(--theme-palette-danger-hover-weak) / 0);
}
.hover\:n-border-palette-danger-hover-weak\/10:hover {
  border-color:rgb(var(--theme-palette-danger-hover-weak) / 0.1);
}
.hover\:n-border-palette-danger-hover-weak\/100:hover {
  border-color:rgb(var(--theme-palette-danger-hover-weak) / 1);
}
.hover\:n-border-palette-danger-hover-weak\/15:hover {
  border-color:rgb(var(--theme-palette-danger-hover-weak) / 0.15);
}
.hover\:n-border-palette-danger-hover-weak\/20:hover {
  border-color:rgb(var(--theme-palette-danger-hover-weak) / 0.2);
}
.hover\:n-border-palette-danger-hover-weak\/25:hover {
  border-color:rgb(var(--theme-palette-danger-hover-weak) / 0.25);
}
.hover\:n-border-palette-danger-hover-weak\/30:hover {
  border-color:rgb(var(--theme-palette-danger-hover-weak) / 0.3);
}
.hover\:n-border-palette-danger-hover-weak\/35:hover {
  border-color:rgb(var(--theme-palette-danger-hover-weak) / 0.35);
}
.hover\:n-border-palette-danger-hover-weak\/40:hover {
  border-color:rgb(var(--theme-palette-danger-hover-weak) / 0.4);
}
.hover\:n-border-palette-danger-hover-weak\/45:hover {
  border-color:rgb(var(--theme-palette-danger-hover-weak) / 0.45);
}
.hover\:n-border-palette-danger-hover-weak\/5:hover {
  border-color:rgb(var(--theme-palette-danger-hover-weak) / 0.05);
}
.hover\:n-border-palette-danger-hover-weak\/50:hover {
  border-color:rgb(var(--theme-palette-danger-hover-weak) / 0.5);
}
.hover\:n-border-palette-danger-hover-weak\/55:hover {
  border-color:rgb(var(--theme-palette-danger-hover-weak) / 0.55);
}
.hover\:n-border-palette-danger-hover-weak\/60:hover {
  border-color:rgb(var(--theme-palette-danger-hover-weak) / 0.6);
}
.hover\:n-border-palette-danger-hover-weak\/65:hover {
  border-color:rgb(var(--theme-palette-danger-hover-weak) / 0.65);
}
.hover\:n-border-palette-danger-hover-weak\/70:hover {
  border-color:rgb(var(--theme-palette-danger-hover-weak) / 0.7);
}
.hover\:n-border-palette-danger-hover-weak\/75:hover {
  border-color:rgb(var(--theme-palette-danger-hover-weak) / 0.75);
}
.hover\:n-border-palette-danger-hover-weak\/80:hover {
  border-color:rgb(var(--theme-palette-danger-hover-weak) / 0.8);
}
.hover\:n-border-palette-danger-hover-weak\/85:hover {
  border-color:rgb(var(--theme-palette-danger-hover-weak) / 0.85);
}
.hover\:n-border-palette-danger-hover-weak\/90:hover {
  border-color:rgb(var(--theme-palette-danger-hover-weak) / 0.9);
}
.hover\:n-border-palette-danger-hover-weak\/95:hover {
  border-color:rgb(var(--theme-palette-danger-hover-weak) / 0.95);
}
.hover\:n-border-palette-danger-icon:hover {
  border-color:rgb(var(--theme-palette-danger-icon));
}
.hover\:n-border-palette-danger-icon\/0:hover {
  border-color:rgb(var(--theme-palette-danger-icon) / 0);
}
.hover\:n-border-palette-danger-icon\/10:hover {
  border-color:rgb(var(--theme-palette-danger-icon) / 0.1);
}
.hover\:n-border-palette-danger-icon\/100:hover {
  border-color:rgb(var(--theme-palette-danger-icon) / 1);
}
.hover\:n-border-palette-danger-icon\/15:hover {
  border-color:rgb(var(--theme-palette-danger-icon) / 0.15);
}
.hover\:n-border-palette-danger-icon\/20:hover {
  border-color:rgb(var(--theme-palette-danger-icon) / 0.2);
}
.hover\:n-border-palette-danger-icon\/25:hover {
  border-color:rgb(var(--theme-palette-danger-icon) / 0.25);
}
.hover\:n-border-palette-danger-icon\/30:hover {
  border-color:rgb(var(--theme-palette-danger-icon) / 0.3);
}
.hover\:n-border-palette-danger-icon\/35:hover {
  border-color:rgb(var(--theme-palette-danger-icon) / 0.35);
}
.hover\:n-border-palette-danger-icon\/40:hover {
  border-color:rgb(var(--theme-palette-danger-icon) / 0.4);
}
.hover\:n-border-palette-danger-icon\/45:hover {
  border-color:rgb(var(--theme-palette-danger-icon) / 0.45);
}
.hover\:n-border-palette-danger-icon\/5:hover {
  border-color:rgb(var(--theme-palette-danger-icon) / 0.05);
}
.hover\:n-border-palette-danger-icon\/50:hover {
  border-color:rgb(var(--theme-palette-danger-icon) / 0.5);
}
.hover\:n-border-palette-danger-icon\/55:hover {
  border-color:rgb(var(--theme-palette-danger-icon) / 0.55);
}
.hover\:n-border-palette-danger-icon\/60:hover {
  border-color:rgb(var(--theme-palette-danger-icon) / 0.6);
}
.hover\:n-border-palette-danger-icon\/65:hover {
  border-color:rgb(var(--theme-palette-danger-icon) / 0.65);
}
.hover\:n-border-palette-danger-icon\/70:hover {
  border-color:rgb(var(--theme-palette-danger-icon) / 0.7);
}
.hover\:n-border-palette-danger-icon\/75:hover {
  border-color:rgb(var(--theme-palette-danger-icon) / 0.75);
}
.hover\:n-border-palette-danger-icon\/80:hover {
  border-color:rgb(var(--theme-palette-danger-icon) / 0.8);
}
.hover\:n-border-palette-danger-icon\/85:hover {
  border-color:rgb(var(--theme-palette-danger-icon) / 0.85);
}
.hover\:n-border-palette-danger-icon\/90:hover {
  border-color:rgb(var(--theme-palette-danger-icon) / 0.9);
}
.hover\:n-border-palette-danger-icon\/95:hover {
  border-color:rgb(var(--theme-palette-danger-icon) / 0.95);
}
.hover\:n-border-palette-danger-pressed-strong:hover {
  border-color:rgb(var(--theme-palette-danger-pressed-strong));
}
.hover\:n-border-palette-danger-pressed-strong\/0:hover {
  border-color:rgb(var(--theme-palette-danger-pressed-strong) / 0);
}
.hover\:n-border-palette-danger-pressed-strong\/10:hover {
  border-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.1);
}
.hover\:n-border-palette-danger-pressed-strong\/100:hover {
  border-color:rgb(var(--theme-palette-danger-pressed-strong) / 1);
}
.hover\:n-border-palette-danger-pressed-strong\/15:hover {
  border-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.15);
}
.hover\:n-border-palette-danger-pressed-strong\/20:hover {
  border-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.2);
}
.hover\:n-border-palette-danger-pressed-strong\/25:hover {
  border-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.25);
}
.hover\:n-border-palette-danger-pressed-strong\/30:hover {
  border-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.3);
}
.hover\:n-border-palette-danger-pressed-strong\/35:hover {
  border-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.35);
}
.hover\:n-border-palette-danger-pressed-strong\/40:hover {
  border-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.4);
}
.hover\:n-border-palette-danger-pressed-strong\/45:hover {
  border-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.45);
}
.hover\:n-border-palette-danger-pressed-strong\/5:hover {
  border-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.05);
}
.hover\:n-border-palette-danger-pressed-strong\/50:hover {
  border-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.5);
}
.hover\:n-border-palette-danger-pressed-strong\/55:hover {
  border-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.55);
}
.hover\:n-border-palette-danger-pressed-strong\/60:hover {
  border-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.6);
}
.hover\:n-border-palette-danger-pressed-strong\/65:hover {
  border-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.65);
}
.hover\:n-border-palette-danger-pressed-strong\/70:hover {
  border-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.7);
}
.hover\:n-border-palette-danger-pressed-strong\/75:hover {
  border-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.75);
}
.hover\:n-border-palette-danger-pressed-strong\/80:hover {
  border-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.8);
}
.hover\:n-border-palette-danger-pressed-strong\/85:hover {
  border-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.85);
}
.hover\:n-border-palette-danger-pressed-strong\/90:hover {
  border-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.9);
}
.hover\:n-border-palette-danger-pressed-strong\/95:hover {
  border-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.95);
}
.hover\:n-border-palette-danger-pressed-weak:hover {
  border-color:rgb(var(--theme-palette-danger-pressed-weak));
}
.hover\:n-border-palette-danger-pressed-weak\/0:hover {
  border-color:rgb(var(--theme-palette-danger-pressed-weak) / 0);
}
.hover\:n-border-palette-danger-pressed-weak\/10:hover {
  border-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.1);
}
.hover\:n-border-palette-danger-pressed-weak\/100:hover {
  border-color:rgb(var(--theme-palette-danger-pressed-weak) / 1);
}
.hover\:n-border-palette-danger-pressed-weak\/15:hover {
  border-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.15);
}
.hover\:n-border-palette-danger-pressed-weak\/20:hover {
  border-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.2);
}
.hover\:n-border-palette-danger-pressed-weak\/25:hover {
  border-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.25);
}
.hover\:n-border-palette-danger-pressed-weak\/30:hover {
  border-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.3);
}
.hover\:n-border-palette-danger-pressed-weak\/35:hover {
  border-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.35);
}
.hover\:n-border-palette-danger-pressed-weak\/40:hover {
  border-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.4);
}
.hover\:n-border-palette-danger-pressed-weak\/45:hover {
  border-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.45);
}
.hover\:n-border-palette-danger-pressed-weak\/5:hover {
  border-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.05);
}
.hover\:n-border-palette-danger-pressed-weak\/50:hover {
  border-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.5);
}
.hover\:n-border-palette-danger-pressed-weak\/55:hover {
  border-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.55);
}
.hover\:n-border-palette-danger-pressed-weak\/60:hover {
  border-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.6);
}
.hover\:n-border-palette-danger-pressed-weak\/65:hover {
  border-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.65);
}
.hover\:n-border-palette-danger-pressed-weak\/70:hover {
  border-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.7);
}
.hover\:n-border-palette-danger-pressed-weak\/75:hover {
  border-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.75);
}
.hover\:n-border-palette-danger-pressed-weak\/80:hover {
  border-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.8);
}
.hover\:n-border-palette-danger-pressed-weak\/85:hover {
  border-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.85);
}
.hover\:n-border-palette-danger-pressed-weak\/90:hover {
  border-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.9);
}
.hover\:n-border-palette-danger-pressed-weak\/95:hover {
  border-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.95);
}
.hover\:n-border-palette-danger-text:hover {
  border-color:rgb(var(--theme-palette-danger-text));
}
.hover\:n-border-palette-danger-text\/0:hover {
  border-color:rgb(var(--theme-palette-danger-text) / 0);
}
.hover\:n-border-palette-danger-text\/10:hover {
  border-color:rgb(var(--theme-palette-danger-text) / 0.1);
}
.hover\:n-border-palette-danger-text\/100:hover {
  border-color:rgb(var(--theme-palette-danger-text) / 1);
}
.hover\:n-border-palette-danger-text\/15:hover {
  border-color:rgb(var(--theme-palette-danger-text) / 0.15);
}
.hover\:n-border-palette-danger-text\/20:hover {
  border-color:rgb(var(--theme-palette-danger-text) / 0.2);
}
.hover\:n-border-palette-danger-text\/25:hover {
  border-color:rgb(var(--theme-palette-danger-text) / 0.25);
}
.hover\:n-border-palette-danger-text\/30:hover {
  border-color:rgb(var(--theme-palette-danger-text) / 0.3);
}
.hover\:n-border-palette-danger-text\/35:hover {
  border-color:rgb(var(--theme-palette-danger-text) / 0.35);
}
.hover\:n-border-palette-danger-text\/40:hover {
  border-color:rgb(var(--theme-palette-danger-text) / 0.4);
}
.hover\:n-border-palette-danger-text\/45:hover {
  border-color:rgb(var(--theme-palette-danger-text) / 0.45);
}
.hover\:n-border-palette-danger-text\/5:hover {
  border-color:rgb(var(--theme-palette-danger-text) / 0.05);
}
.hover\:n-border-palette-danger-text\/50:hover {
  border-color:rgb(var(--theme-palette-danger-text) / 0.5);
}
.hover\:n-border-palette-danger-text\/55:hover {
  border-color:rgb(var(--theme-palette-danger-text) / 0.55);
}
.hover\:n-border-palette-danger-text\/60:hover {
  border-color:rgb(var(--theme-palette-danger-text) / 0.6);
}
.hover\:n-border-palette-danger-text\/65:hover {
  border-color:rgb(var(--theme-palette-danger-text) / 0.65);
}
.hover\:n-border-palette-danger-text\/70:hover {
  border-color:rgb(var(--theme-palette-danger-text) / 0.7);
}
.hover\:n-border-palette-danger-text\/75:hover {
  border-color:rgb(var(--theme-palette-danger-text) / 0.75);
}
.hover\:n-border-palette-danger-text\/80:hover {
  border-color:rgb(var(--theme-palette-danger-text) / 0.8);
}
.hover\:n-border-palette-danger-text\/85:hover {
  border-color:rgb(var(--theme-palette-danger-text) / 0.85);
}
.hover\:n-border-palette-danger-text\/90:hover {
  border-color:rgb(var(--theme-palette-danger-text) / 0.9);
}
.hover\:n-border-palette-danger-text\/95:hover {
  border-color:rgb(var(--theme-palette-danger-text) / 0.95);
}
.hover\:n-border-palette-discovery-bg-status:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-status));
}
.hover\:n-border-palette-discovery-bg-status\/0:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-status) / 0);
}
.hover\:n-border-palette-discovery-bg-status\/10:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-status) / 0.1);
}
.hover\:n-border-palette-discovery-bg-status\/100:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-status) / 1);
}
.hover\:n-border-palette-discovery-bg-status\/15:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-status) / 0.15);
}
.hover\:n-border-palette-discovery-bg-status\/20:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-status) / 0.2);
}
.hover\:n-border-palette-discovery-bg-status\/25:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-status) / 0.25);
}
.hover\:n-border-palette-discovery-bg-status\/30:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-status) / 0.3);
}
.hover\:n-border-palette-discovery-bg-status\/35:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-status) / 0.35);
}
.hover\:n-border-palette-discovery-bg-status\/40:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-status) / 0.4);
}
.hover\:n-border-palette-discovery-bg-status\/45:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-status) / 0.45);
}
.hover\:n-border-palette-discovery-bg-status\/5:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-status) / 0.05);
}
.hover\:n-border-palette-discovery-bg-status\/50:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-status) / 0.5);
}
.hover\:n-border-palette-discovery-bg-status\/55:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-status) / 0.55);
}
.hover\:n-border-palette-discovery-bg-status\/60:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-status) / 0.6);
}
.hover\:n-border-palette-discovery-bg-status\/65:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-status) / 0.65);
}
.hover\:n-border-palette-discovery-bg-status\/70:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-status) / 0.7);
}
.hover\:n-border-palette-discovery-bg-status\/75:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-status) / 0.75);
}
.hover\:n-border-palette-discovery-bg-status\/80:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-status) / 0.8);
}
.hover\:n-border-palette-discovery-bg-status\/85:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-status) / 0.85);
}
.hover\:n-border-palette-discovery-bg-status\/90:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-status) / 0.9);
}
.hover\:n-border-palette-discovery-bg-status\/95:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-status) / 0.95);
}
.hover\:n-border-palette-discovery-bg-strong:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-strong));
}
.hover\:n-border-palette-discovery-bg-strong\/0:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-strong) / 0);
}
.hover\:n-border-palette-discovery-bg-strong\/10:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.1);
}
.hover\:n-border-palette-discovery-bg-strong\/100:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-strong) / 1);
}
.hover\:n-border-palette-discovery-bg-strong\/15:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.15);
}
.hover\:n-border-palette-discovery-bg-strong\/20:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.2);
}
.hover\:n-border-palette-discovery-bg-strong\/25:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.25);
}
.hover\:n-border-palette-discovery-bg-strong\/30:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.3);
}
.hover\:n-border-palette-discovery-bg-strong\/35:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.35);
}
.hover\:n-border-palette-discovery-bg-strong\/40:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.4);
}
.hover\:n-border-palette-discovery-bg-strong\/45:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.45);
}
.hover\:n-border-palette-discovery-bg-strong\/5:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.05);
}
.hover\:n-border-palette-discovery-bg-strong\/50:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.5);
}
.hover\:n-border-palette-discovery-bg-strong\/55:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.55);
}
.hover\:n-border-palette-discovery-bg-strong\/60:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.6);
}
.hover\:n-border-palette-discovery-bg-strong\/65:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.65);
}
.hover\:n-border-palette-discovery-bg-strong\/70:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.7);
}
.hover\:n-border-palette-discovery-bg-strong\/75:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.75);
}
.hover\:n-border-palette-discovery-bg-strong\/80:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.8);
}
.hover\:n-border-palette-discovery-bg-strong\/85:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.85);
}
.hover\:n-border-palette-discovery-bg-strong\/90:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.9);
}
.hover\:n-border-palette-discovery-bg-strong\/95:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.95);
}
.hover\:n-border-palette-discovery-bg-weak:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-weak));
}
.hover\:n-border-palette-discovery-bg-weak\/0:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-weak) / 0);
}
.hover\:n-border-palette-discovery-bg-weak\/10:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.1);
}
.hover\:n-border-palette-discovery-bg-weak\/100:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-weak) / 1);
}
.hover\:n-border-palette-discovery-bg-weak\/15:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.15);
}
.hover\:n-border-palette-discovery-bg-weak\/20:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.2);
}
.hover\:n-border-palette-discovery-bg-weak\/25:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.25);
}
.hover\:n-border-palette-discovery-bg-weak\/30:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.3);
}
.hover\:n-border-palette-discovery-bg-weak\/35:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.35);
}
.hover\:n-border-palette-discovery-bg-weak\/40:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.4);
}
.hover\:n-border-palette-discovery-bg-weak\/45:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.45);
}
.hover\:n-border-palette-discovery-bg-weak\/5:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.05);
}
.hover\:n-border-palette-discovery-bg-weak\/50:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.5);
}
.hover\:n-border-palette-discovery-bg-weak\/55:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.55);
}
.hover\:n-border-palette-discovery-bg-weak\/60:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.6);
}
.hover\:n-border-palette-discovery-bg-weak\/65:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.65);
}
.hover\:n-border-palette-discovery-bg-weak\/70:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.7);
}
.hover\:n-border-palette-discovery-bg-weak\/75:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.75);
}
.hover\:n-border-palette-discovery-bg-weak\/80:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.8);
}
.hover\:n-border-palette-discovery-bg-weak\/85:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.85);
}
.hover\:n-border-palette-discovery-bg-weak\/90:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.9);
}
.hover\:n-border-palette-discovery-bg-weak\/95:hover {
  border-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.95);
}
.hover\:n-border-palette-discovery-border-strong:hover {
  border-color:rgb(var(--theme-palette-discovery-border-strong));
}
.hover\:n-border-palette-discovery-border-strong\/0:hover {
  border-color:rgb(var(--theme-palette-discovery-border-strong) / 0);
}
.hover\:n-border-palette-discovery-border-strong\/10:hover {
  border-color:rgb(var(--theme-palette-discovery-border-strong) / 0.1);
}
.hover\:n-border-palette-discovery-border-strong\/100:hover {
  border-color:rgb(var(--theme-palette-discovery-border-strong) / 1);
}
.hover\:n-border-palette-discovery-border-strong\/15:hover {
  border-color:rgb(var(--theme-palette-discovery-border-strong) / 0.15);
}
.hover\:n-border-palette-discovery-border-strong\/20:hover {
  border-color:rgb(var(--theme-palette-discovery-border-strong) / 0.2);
}
.hover\:n-border-palette-discovery-border-strong\/25:hover {
  border-color:rgb(var(--theme-palette-discovery-border-strong) / 0.25);
}
.hover\:n-border-palette-discovery-border-strong\/30:hover {
  border-color:rgb(var(--theme-palette-discovery-border-strong) / 0.3);
}
.hover\:n-border-palette-discovery-border-strong\/35:hover {
  border-color:rgb(var(--theme-palette-discovery-border-strong) / 0.35);
}
.hover\:n-border-palette-discovery-border-strong\/40:hover {
  border-color:rgb(var(--theme-palette-discovery-border-strong) / 0.4);
}
.hover\:n-border-palette-discovery-border-strong\/45:hover {
  border-color:rgb(var(--theme-palette-discovery-border-strong) / 0.45);
}
.hover\:n-border-palette-discovery-border-strong\/5:hover {
  border-color:rgb(var(--theme-palette-discovery-border-strong) / 0.05);
}
.hover\:n-border-palette-discovery-border-strong\/50:hover {
  border-color:rgb(var(--theme-palette-discovery-border-strong) / 0.5);
}
.hover\:n-border-palette-discovery-border-strong\/55:hover {
  border-color:rgb(var(--theme-palette-discovery-border-strong) / 0.55);
}
.hover\:n-border-palette-discovery-border-strong\/60:hover {
  border-color:rgb(var(--theme-palette-discovery-border-strong) / 0.6);
}
.hover\:n-border-palette-discovery-border-strong\/65:hover {
  border-color:rgb(var(--theme-palette-discovery-border-strong) / 0.65);
}
.hover\:n-border-palette-discovery-border-strong\/70:hover {
  border-color:rgb(var(--theme-palette-discovery-border-strong) / 0.7);
}
.hover\:n-border-palette-discovery-border-strong\/75:hover {
  border-color:rgb(var(--theme-palette-discovery-border-strong) / 0.75);
}
.hover\:n-border-palette-discovery-border-strong\/80:hover {
  border-color:rgb(var(--theme-palette-discovery-border-strong) / 0.8);
}
.hover\:n-border-palette-discovery-border-strong\/85:hover {
  border-color:rgb(var(--theme-palette-discovery-border-strong) / 0.85);
}
.hover\:n-border-palette-discovery-border-strong\/90:hover {
  border-color:rgb(var(--theme-palette-discovery-border-strong) / 0.9);
}
.hover\:n-border-palette-discovery-border-strong\/95:hover {
  border-color:rgb(var(--theme-palette-discovery-border-strong) / 0.95);
}
.hover\:n-border-palette-discovery-border-weak:hover {
  border-color:rgb(var(--theme-palette-discovery-border-weak));
}
.hover\:n-border-palette-discovery-border-weak\/0:hover {
  border-color:rgb(var(--theme-palette-discovery-border-weak) / 0);
}
.hover\:n-border-palette-discovery-border-weak\/10:hover {
  border-color:rgb(var(--theme-palette-discovery-border-weak) / 0.1);
}
.hover\:n-border-palette-discovery-border-weak\/100:hover {
  border-color:rgb(var(--theme-palette-discovery-border-weak) / 1);
}
.hover\:n-border-palette-discovery-border-weak\/15:hover {
  border-color:rgb(var(--theme-palette-discovery-border-weak) / 0.15);
}
.hover\:n-border-palette-discovery-border-weak\/20:hover {
  border-color:rgb(var(--theme-palette-discovery-border-weak) / 0.2);
}
.hover\:n-border-palette-discovery-border-weak\/25:hover {
  border-color:rgb(var(--theme-palette-discovery-border-weak) / 0.25);
}
.hover\:n-border-palette-discovery-border-weak\/30:hover {
  border-color:rgb(var(--theme-palette-discovery-border-weak) / 0.3);
}
.hover\:n-border-palette-discovery-border-weak\/35:hover {
  border-color:rgb(var(--theme-palette-discovery-border-weak) / 0.35);
}
.hover\:n-border-palette-discovery-border-weak\/40:hover {
  border-color:rgb(var(--theme-palette-discovery-border-weak) / 0.4);
}
.hover\:n-border-palette-discovery-border-weak\/45:hover {
  border-color:rgb(var(--theme-palette-discovery-border-weak) / 0.45);
}
.hover\:n-border-palette-discovery-border-weak\/5:hover {
  border-color:rgb(var(--theme-palette-discovery-border-weak) / 0.05);
}
.hover\:n-border-palette-discovery-border-weak\/50:hover {
  border-color:rgb(var(--theme-palette-discovery-border-weak) / 0.5);
}
.hover\:n-border-palette-discovery-border-weak\/55:hover {
  border-color:rgb(var(--theme-palette-discovery-border-weak) / 0.55);
}
.hover\:n-border-palette-discovery-border-weak\/60:hover {
  border-color:rgb(var(--theme-palette-discovery-border-weak) / 0.6);
}
.hover\:n-border-palette-discovery-border-weak\/65:hover {
  border-color:rgb(var(--theme-palette-discovery-border-weak) / 0.65);
}
.hover\:n-border-palette-discovery-border-weak\/70:hover {
  border-color:rgb(var(--theme-palette-discovery-border-weak) / 0.7);
}
.hover\:n-border-palette-discovery-border-weak\/75:hover {
  border-color:rgb(var(--theme-palette-discovery-border-weak) / 0.75);
}
.hover\:n-border-palette-discovery-border-weak\/80:hover {
  border-color:rgb(var(--theme-palette-discovery-border-weak) / 0.8);
}
.hover\:n-border-palette-discovery-border-weak\/85:hover {
  border-color:rgb(var(--theme-palette-discovery-border-weak) / 0.85);
}
.hover\:n-border-palette-discovery-border-weak\/90:hover {
  border-color:rgb(var(--theme-palette-discovery-border-weak) / 0.9);
}
.hover\:n-border-palette-discovery-border-weak\/95:hover {
  border-color:rgb(var(--theme-palette-discovery-border-weak) / 0.95);
}
.hover\:n-border-palette-discovery-icon:hover {
  border-color:rgb(var(--theme-palette-discovery-icon));
}
.hover\:n-border-palette-discovery-icon\/0:hover {
  border-color:rgb(var(--theme-palette-discovery-icon) / 0);
}
.hover\:n-border-palette-discovery-icon\/10:hover {
  border-color:rgb(var(--theme-palette-discovery-icon) / 0.1);
}
.hover\:n-border-palette-discovery-icon\/100:hover {
  border-color:rgb(var(--theme-palette-discovery-icon) / 1);
}
.hover\:n-border-palette-discovery-icon\/15:hover {
  border-color:rgb(var(--theme-palette-discovery-icon) / 0.15);
}
.hover\:n-border-palette-discovery-icon\/20:hover {
  border-color:rgb(var(--theme-palette-discovery-icon) / 0.2);
}
.hover\:n-border-palette-discovery-icon\/25:hover {
  border-color:rgb(var(--theme-palette-discovery-icon) / 0.25);
}
.hover\:n-border-palette-discovery-icon\/30:hover {
  border-color:rgb(var(--theme-palette-discovery-icon) / 0.3);
}
.hover\:n-border-palette-discovery-icon\/35:hover {
  border-color:rgb(var(--theme-palette-discovery-icon) / 0.35);
}
.hover\:n-border-palette-discovery-icon\/40:hover {
  border-color:rgb(var(--theme-palette-discovery-icon) / 0.4);
}
.hover\:n-border-palette-discovery-icon\/45:hover {
  border-color:rgb(var(--theme-palette-discovery-icon) / 0.45);
}
.hover\:n-border-palette-discovery-icon\/5:hover {
  border-color:rgb(var(--theme-palette-discovery-icon) / 0.05);
}
.hover\:n-border-palette-discovery-icon\/50:hover {
  border-color:rgb(var(--theme-palette-discovery-icon) / 0.5);
}
.hover\:n-border-palette-discovery-icon\/55:hover {
  border-color:rgb(var(--theme-palette-discovery-icon) / 0.55);
}
.hover\:n-border-palette-discovery-icon\/60:hover {
  border-color:rgb(var(--theme-palette-discovery-icon) / 0.6);
}
.hover\:n-border-palette-discovery-icon\/65:hover {
  border-color:rgb(var(--theme-palette-discovery-icon) / 0.65);
}
.hover\:n-border-palette-discovery-icon\/70:hover {
  border-color:rgb(var(--theme-palette-discovery-icon) / 0.7);
}
.hover\:n-border-palette-discovery-icon\/75:hover {
  border-color:rgb(var(--theme-palette-discovery-icon) / 0.75);
}
.hover\:n-border-palette-discovery-icon\/80:hover {
  border-color:rgb(var(--theme-palette-discovery-icon) / 0.8);
}
.hover\:n-border-palette-discovery-icon\/85:hover {
  border-color:rgb(var(--theme-palette-discovery-icon) / 0.85);
}
.hover\:n-border-palette-discovery-icon\/90:hover {
  border-color:rgb(var(--theme-palette-discovery-icon) / 0.9);
}
.hover\:n-border-palette-discovery-icon\/95:hover {
  border-color:rgb(var(--theme-palette-discovery-icon) / 0.95);
}
.hover\:n-border-palette-discovery-text:hover {
  border-color:rgb(var(--theme-palette-discovery-text));
}
.hover\:n-border-palette-discovery-text\/0:hover {
  border-color:rgb(var(--theme-palette-discovery-text) / 0);
}
.hover\:n-border-palette-discovery-text\/10:hover {
  border-color:rgb(var(--theme-palette-discovery-text) / 0.1);
}
.hover\:n-border-palette-discovery-text\/100:hover {
  border-color:rgb(var(--theme-palette-discovery-text) / 1);
}
.hover\:n-border-palette-discovery-text\/15:hover {
  border-color:rgb(var(--theme-palette-discovery-text) / 0.15);
}
.hover\:n-border-palette-discovery-text\/20:hover {
  border-color:rgb(var(--theme-palette-discovery-text) / 0.2);
}
.hover\:n-border-palette-discovery-text\/25:hover {
  border-color:rgb(var(--theme-palette-discovery-text) / 0.25);
}
.hover\:n-border-palette-discovery-text\/30:hover {
  border-color:rgb(var(--theme-palette-discovery-text) / 0.3);
}
.hover\:n-border-palette-discovery-text\/35:hover {
  border-color:rgb(var(--theme-palette-discovery-text) / 0.35);
}
.hover\:n-border-palette-discovery-text\/40:hover {
  border-color:rgb(var(--theme-palette-discovery-text) / 0.4);
}
.hover\:n-border-palette-discovery-text\/45:hover {
  border-color:rgb(var(--theme-palette-discovery-text) / 0.45);
}
.hover\:n-border-palette-discovery-text\/5:hover {
  border-color:rgb(var(--theme-palette-discovery-text) / 0.05);
}
.hover\:n-border-palette-discovery-text\/50:hover {
  border-color:rgb(var(--theme-palette-discovery-text) / 0.5);
}
.hover\:n-border-palette-discovery-text\/55:hover {
  border-color:rgb(var(--theme-palette-discovery-text) / 0.55);
}
.hover\:n-border-palette-discovery-text\/60:hover {
  border-color:rgb(var(--theme-palette-discovery-text) / 0.6);
}
.hover\:n-border-palette-discovery-text\/65:hover {
  border-color:rgb(var(--theme-palette-discovery-text) / 0.65);
}
.hover\:n-border-palette-discovery-text\/70:hover {
  border-color:rgb(var(--theme-palette-discovery-text) / 0.7);
}
.hover\:n-border-palette-discovery-text\/75:hover {
  border-color:rgb(var(--theme-palette-discovery-text) / 0.75);
}
.hover\:n-border-palette-discovery-text\/80:hover {
  border-color:rgb(var(--theme-palette-discovery-text) / 0.8);
}
.hover\:n-border-palette-discovery-text\/85:hover {
  border-color:rgb(var(--theme-palette-discovery-text) / 0.85);
}
.hover\:n-border-palette-discovery-text\/90:hover {
  border-color:rgb(var(--theme-palette-discovery-text) / 0.9);
}
.hover\:n-border-palette-discovery-text\/95:hover {
  border-color:rgb(var(--theme-palette-discovery-text) / 0.95);
}
.hover\:n-border-palette-neutral-bg-default:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-default));
}
.hover\:n-border-palette-neutral-bg-default\/0:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-default) / 0);
}
.hover\:n-border-palette-neutral-bg-default\/10:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-default) / 0.1);
}
.hover\:n-border-palette-neutral-bg-default\/100:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-default) / 1);
}
.hover\:n-border-palette-neutral-bg-default\/15:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-default) / 0.15);
}
.hover\:n-border-palette-neutral-bg-default\/20:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-default) / 0.2);
}
.hover\:n-border-palette-neutral-bg-default\/25:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-default) / 0.25);
}
.hover\:n-border-palette-neutral-bg-default\/30:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-default) / 0.3);
}
.hover\:n-border-palette-neutral-bg-default\/35:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-default) / 0.35);
}
.hover\:n-border-palette-neutral-bg-default\/40:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-default) / 0.4);
}
.hover\:n-border-palette-neutral-bg-default\/45:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-default) / 0.45);
}
.hover\:n-border-palette-neutral-bg-default\/5:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-default) / 0.05);
}
.hover\:n-border-palette-neutral-bg-default\/50:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-default) / 0.5);
}
.hover\:n-border-palette-neutral-bg-default\/55:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-default) / 0.55);
}
.hover\:n-border-palette-neutral-bg-default\/60:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-default) / 0.6);
}
.hover\:n-border-palette-neutral-bg-default\/65:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-default) / 0.65);
}
.hover\:n-border-palette-neutral-bg-default\/70:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-default) / 0.7);
}
.hover\:n-border-palette-neutral-bg-default\/75:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-default) / 0.75);
}
.hover\:n-border-palette-neutral-bg-default\/80:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-default) / 0.8);
}
.hover\:n-border-palette-neutral-bg-default\/85:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-default) / 0.85);
}
.hover\:n-border-palette-neutral-bg-default\/90:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-default) / 0.9);
}
.hover\:n-border-palette-neutral-bg-default\/95:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-default) / 0.95);
}
.hover\:n-border-palette-neutral-bg-on-bg-weak:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak));
}
.hover\:n-border-palette-neutral-bg-on-bg-weak\/0:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0);
}
.hover\:n-border-palette-neutral-bg-on-bg-weak\/10:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.1);
}
.hover\:n-border-palette-neutral-bg-on-bg-weak\/100:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 1);
}
.hover\:n-border-palette-neutral-bg-on-bg-weak\/15:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.15);
}
.hover\:n-border-palette-neutral-bg-on-bg-weak\/20:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.2);
}
.hover\:n-border-palette-neutral-bg-on-bg-weak\/25:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.25);
}
.hover\:n-border-palette-neutral-bg-on-bg-weak\/30:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.3);
}
.hover\:n-border-palette-neutral-bg-on-bg-weak\/35:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.35);
}
.hover\:n-border-palette-neutral-bg-on-bg-weak\/40:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.4);
}
.hover\:n-border-palette-neutral-bg-on-bg-weak\/45:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.45);
}
.hover\:n-border-palette-neutral-bg-on-bg-weak\/5:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.05);
}
.hover\:n-border-palette-neutral-bg-on-bg-weak\/50:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.5);
}
.hover\:n-border-palette-neutral-bg-on-bg-weak\/55:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.55);
}
.hover\:n-border-palette-neutral-bg-on-bg-weak\/60:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.6);
}
.hover\:n-border-palette-neutral-bg-on-bg-weak\/65:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.65);
}
.hover\:n-border-palette-neutral-bg-on-bg-weak\/70:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.7);
}
.hover\:n-border-palette-neutral-bg-on-bg-weak\/75:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.75);
}
.hover\:n-border-palette-neutral-bg-on-bg-weak\/80:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.8);
}
.hover\:n-border-palette-neutral-bg-on-bg-weak\/85:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.85);
}
.hover\:n-border-palette-neutral-bg-on-bg-weak\/90:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.9);
}
.hover\:n-border-palette-neutral-bg-on-bg-weak\/95:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.95);
}
.hover\:n-border-palette-neutral-bg-status:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-status));
}
.hover\:n-border-palette-neutral-bg-status\/0:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-status) / 0);
}
.hover\:n-border-palette-neutral-bg-status\/10:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-status) / 0.1);
}
.hover\:n-border-palette-neutral-bg-status\/100:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-status) / 1);
}
.hover\:n-border-palette-neutral-bg-status\/15:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-status) / 0.15);
}
.hover\:n-border-palette-neutral-bg-status\/20:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-status) / 0.2);
}
.hover\:n-border-palette-neutral-bg-status\/25:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-status) / 0.25);
}
.hover\:n-border-palette-neutral-bg-status\/30:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-status) / 0.3);
}
.hover\:n-border-palette-neutral-bg-status\/35:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-status) / 0.35);
}
.hover\:n-border-palette-neutral-bg-status\/40:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-status) / 0.4);
}
.hover\:n-border-palette-neutral-bg-status\/45:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-status) / 0.45);
}
.hover\:n-border-palette-neutral-bg-status\/5:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-status) / 0.05);
}
.hover\:n-border-palette-neutral-bg-status\/50:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-status) / 0.5);
}
.hover\:n-border-palette-neutral-bg-status\/55:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-status) / 0.55);
}
.hover\:n-border-palette-neutral-bg-status\/60:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-status) / 0.6);
}
.hover\:n-border-palette-neutral-bg-status\/65:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-status) / 0.65);
}
.hover\:n-border-palette-neutral-bg-status\/70:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-status) / 0.7);
}
.hover\:n-border-palette-neutral-bg-status\/75:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-status) / 0.75);
}
.hover\:n-border-palette-neutral-bg-status\/80:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-status) / 0.8);
}
.hover\:n-border-palette-neutral-bg-status\/85:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-status) / 0.85);
}
.hover\:n-border-palette-neutral-bg-status\/90:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-status) / 0.9);
}
.hover\:n-border-palette-neutral-bg-status\/95:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-status) / 0.95);
}
.hover\:n-border-palette-neutral-bg-strong:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-strong));
}
.hover\:n-border-palette-neutral-bg-strong\/0:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-strong) / 0);
}
.hover\:n-border-palette-neutral-bg-strong\/10:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.1);
}
.hover\:n-border-palette-neutral-bg-strong\/100:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-strong) / 1);
}
.hover\:n-border-palette-neutral-bg-strong\/15:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.15);
}
.hover\:n-border-palette-neutral-bg-strong\/20:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.2);
}
.hover\:n-border-palette-neutral-bg-strong\/25:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.25);
}
.hover\:n-border-palette-neutral-bg-strong\/30:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.3);
}
.hover\:n-border-palette-neutral-bg-strong\/35:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.35);
}
.hover\:n-border-palette-neutral-bg-strong\/40:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.4);
}
.hover\:n-border-palette-neutral-bg-strong\/45:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.45);
}
.hover\:n-border-palette-neutral-bg-strong\/5:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.05);
}
.hover\:n-border-palette-neutral-bg-strong\/50:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.5);
}
.hover\:n-border-palette-neutral-bg-strong\/55:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.55);
}
.hover\:n-border-palette-neutral-bg-strong\/60:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.6);
}
.hover\:n-border-palette-neutral-bg-strong\/65:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.65);
}
.hover\:n-border-palette-neutral-bg-strong\/70:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.7);
}
.hover\:n-border-palette-neutral-bg-strong\/75:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.75);
}
.hover\:n-border-palette-neutral-bg-strong\/80:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.8);
}
.hover\:n-border-palette-neutral-bg-strong\/85:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.85);
}
.hover\:n-border-palette-neutral-bg-strong\/90:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.9);
}
.hover\:n-border-palette-neutral-bg-strong\/95:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.95);
}
.hover\:n-border-palette-neutral-bg-stronger:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-stronger));
}
.hover\:n-border-palette-neutral-bg-stronger\/0:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0);
}
.hover\:n-border-palette-neutral-bg-stronger\/10:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.1);
}
.hover\:n-border-palette-neutral-bg-stronger\/100:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-stronger) / 1);
}
.hover\:n-border-palette-neutral-bg-stronger\/15:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.15);
}
.hover\:n-border-palette-neutral-bg-stronger\/20:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.2);
}
.hover\:n-border-palette-neutral-bg-stronger\/25:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.25);
}
.hover\:n-border-palette-neutral-bg-stronger\/30:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.3);
}
.hover\:n-border-palette-neutral-bg-stronger\/35:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.35);
}
.hover\:n-border-palette-neutral-bg-stronger\/40:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.4);
}
.hover\:n-border-palette-neutral-bg-stronger\/45:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.45);
}
.hover\:n-border-palette-neutral-bg-stronger\/5:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.05);
}
.hover\:n-border-palette-neutral-bg-stronger\/50:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.5);
}
.hover\:n-border-palette-neutral-bg-stronger\/55:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.55);
}
.hover\:n-border-palette-neutral-bg-stronger\/60:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.6);
}
.hover\:n-border-palette-neutral-bg-stronger\/65:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.65);
}
.hover\:n-border-palette-neutral-bg-stronger\/70:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.7);
}
.hover\:n-border-palette-neutral-bg-stronger\/75:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.75);
}
.hover\:n-border-palette-neutral-bg-stronger\/80:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.8);
}
.hover\:n-border-palette-neutral-bg-stronger\/85:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.85);
}
.hover\:n-border-palette-neutral-bg-stronger\/90:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.9);
}
.hover\:n-border-palette-neutral-bg-stronger\/95:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.95);
}
.hover\:n-border-palette-neutral-bg-strongest:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-strongest));
}
.hover\:n-border-palette-neutral-bg-strongest\/0:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0);
}
.hover\:n-border-palette-neutral-bg-strongest\/10:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.1);
}
.hover\:n-border-palette-neutral-bg-strongest\/100:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-strongest) / 1);
}
.hover\:n-border-palette-neutral-bg-strongest\/15:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.15);
}
.hover\:n-border-palette-neutral-bg-strongest\/20:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.2);
}
.hover\:n-border-palette-neutral-bg-strongest\/25:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.25);
}
.hover\:n-border-palette-neutral-bg-strongest\/30:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.3);
}
.hover\:n-border-palette-neutral-bg-strongest\/35:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.35);
}
.hover\:n-border-palette-neutral-bg-strongest\/40:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.4);
}
.hover\:n-border-palette-neutral-bg-strongest\/45:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.45);
}
.hover\:n-border-palette-neutral-bg-strongest\/5:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.05);
}
.hover\:n-border-palette-neutral-bg-strongest\/50:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.5);
}
.hover\:n-border-palette-neutral-bg-strongest\/55:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.55);
}
.hover\:n-border-palette-neutral-bg-strongest\/60:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.6);
}
.hover\:n-border-palette-neutral-bg-strongest\/65:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.65);
}
.hover\:n-border-palette-neutral-bg-strongest\/70:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.7);
}
.hover\:n-border-palette-neutral-bg-strongest\/75:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.75);
}
.hover\:n-border-palette-neutral-bg-strongest\/80:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.8);
}
.hover\:n-border-palette-neutral-bg-strongest\/85:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.85);
}
.hover\:n-border-palette-neutral-bg-strongest\/90:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.9);
}
.hover\:n-border-palette-neutral-bg-strongest\/95:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.95);
}
.hover\:n-border-palette-neutral-bg-weak:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-weak));
}
.hover\:n-border-palette-neutral-bg-weak\/0:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-weak) / 0);
}
.hover\:n-border-palette-neutral-bg-weak\/10:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.1);
}
.hover\:n-border-palette-neutral-bg-weak\/100:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-weak) / 1);
}
.hover\:n-border-palette-neutral-bg-weak\/15:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.15);
}
.hover\:n-border-palette-neutral-bg-weak\/20:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.2);
}
.hover\:n-border-palette-neutral-bg-weak\/25:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.25);
}
.hover\:n-border-palette-neutral-bg-weak\/30:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.3);
}
.hover\:n-border-palette-neutral-bg-weak\/35:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.35);
}
.hover\:n-border-palette-neutral-bg-weak\/40:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.4);
}
.hover\:n-border-palette-neutral-bg-weak\/45:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.45);
}
.hover\:n-border-palette-neutral-bg-weak\/5:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.05);
}
.hover\:n-border-palette-neutral-bg-weak\/50:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.5);
}
.hover\:n-border-palette-neutral-bg-weak\/55:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.55);
}
.hover\:n-border-palette-neutral-bg-weak\/60:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.6);
}
.hover\:n-border-palette-neutral-bg-weak\/65:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.65);
}
.hover\:n-border-palette-neutral-bg-weak\/70:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.7);
}
.hover\:n-border-palette-neutral-bg-weak\/75:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.75);
}
.hover\:n-border-palette-neutral-bg-weak\/80:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.8);
}
.hover\:n-border-palette-neutral-bg-weak\/85:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.85);
}
.hover\:n-border-palette-neutral-bg-weak\/90:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.9);
}
.hover\:n-border-palette-neutral-bg-weak\/95:hover {
  border-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.95);
}
.hover\:n-border-palette-neutral-border-strong:hover {
  border-color:rgb(var(--theme-palette-neutral-border-strong));
}
.hover\:n-border-palette-neutral-border-strong\/0:hover {
  border-color:rgb(var(--theme-palette-neutral-border-strong) / 0);
}
.hover\:n-border-palette-neutral-border-strong\/10:hover {
  border-color:rgb(var(--theme-palette-neutral-border-strong) / 0.1);
}
.hover\:n-border-palette-neutral-border-strong\/100:hover {
  border-color:rgb(var(--theme-palette-neutral-border-strong) / 1);
}
.hover\:n-border-palette-neutral-border-strong\/15:hover {
  border-color:rgb(var(--theme-palette-neutral-border-strong) / 0.15);
}
.hover\:n-border-palette-neutral-border-strong\/20:hover {
  border-color:rgb(var(--theme-palette-neutral-border-strong) / 0.2);
}
.hover\:n-border-palette-neutral-border-strong\/25:hover {
  border-color:rgb(var(--theme-palette-neutral-border-strong) / 0.25);
}
.hover\:n-border-palette-neutral-border-strong\/30:hover {
  border-color:rgb(var(--theme-palette-neutral-border-strong) / 0.3);
}
.hover\:n-border-palette-neutral-border-strong\/35:hover {
  border-color:rgb(var(--theme-palette-neutral-border-strong) / 0.35);
}
.hover\:n-border-palette-neutral-border-strong\/40:hover {
  border-color:rgb(var(--theme-palette-neutral-border-strong) / 0.4);
}
.hover\:n-border-palette-neutral-border-strong\/45:hover {
  border-color:rgb(var(--theme-palette-neutral-border-strong) / 0.45);
}
.hover\:n-border-palette-neutral-border-strong\/5:hover {
  border-color:rgb(var(--theme-palette-neutral-border-strong) / 0.05);
}
.hover\:n-border-palette-neutral-border-strong\/50:hover {
  border-color:rgb(var(--theme-palette-neutral-border-strong) / 0.5);
}
.hover\:n-border-palette-neutral-border-strong\/55:hover {
  border-color:rgb(var(--theme-palette-neutral-border-strong) / 0.55);
}
.hover\:n-border-palette-neutral-border-strong\/60:hover {
  border-color:rgb(var(--theme-palette-neutral-border-strong) / 0.6);
}
.hover\:n-border-palette-neutral-border-strong\/65:hover {
  border-color:rgb(var(--theme-palette-neutral-border-strong) / 0.65);
}
.hover\:n-border-palette-neutral-border-strong\/70:hover {
  border-color:rgb(var(--theme-palette-neutral-border-strong) / 0.7);
}
.hover\:n-border-palette-neutral-border-strong\/75:hover {
  border-color:rgb(var(--theme-palette-neutral-border-strong) / 0.75);
}
.hover\:n-border-palette-neutral-border-strong\/80:hover {
  border-color:rgb(var(--theme-palette-neutral-border-strong) / 0.8);
}
.hover\:n-border-palette-neutral-border-strong\/85:hover {
  border-color:rgb(var(--theme-palette-neutral-border-strong) / 0.85);
}
.hover\:n-border-palette-neutral-border-strong\/90:hover {
  border-color:rgb(var(--theme-palette-neutral-border-strong) / 0.9);
}
.hover\:n-border-palette-neutral-border-strong\/95:hover {
  border-color:rgb(var(--theme-palette-neutral-border-strong) / 0.95);
}
.hover\:n-border-palette-neutral-border-strongest:hover {
  border-color:rgb(var(--theme-palette-neutral-border-strongest));
}
.hover\:n-border-palette-neutral-border-strongest\/0:hover {
  border-color:rgb(var(--theme-palette-neutral-border-strongest) / 0);
}
.hover\:n-border-palette-neutral-border-strongest\/10:hover {
  border-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.1);
}
.hover\:n-border-palette-neutral-border-strongest\/100:hover {
  border-color:rgb(var(--theme-palette-neutral-border-strongest) / 1);
}
.hover\:n-border-palette-neutral-border-strongest\/15:hover {
  border-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.15);
}
.hover\:n-border-palette-neutral-border-strongest\/20:hover {
  border-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.2);
}
.hover\:n-border-palette-neutral-border-strongest\/25:hover {
  border-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.25);
}
.hover\:n-border-palette-neutral-border-strongest\/30:hover {
  border-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.3);
}
.hover\:n-border-palette-neutral-border-strongest\/35:hover {
  border-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.35);
}
.hover\:n-border-palette-neutral-border-strongest\/40:hover {
  border-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.4);
}
.hover\:n-border-palette-neutral-border-strongest\/45:hover {
  border-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.45);
}
.hover\:n-border-palette-neutral-border-strongest\/5:hover {
  border-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.05);
}
.hover\:n-border-palette-neutral-border-strongest\/50:hover {
  border-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.5);
}
.hover\:n-border-palette-neutral-border-strongest\/55:hover {
  border-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.55);
}
.hover\:n-border-palette-neutral-border-strongest\/60:hover {
  border-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.6);
}
.hover\:n-border-palette-neutral-border-strongest\/65:hover {
  border-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.65);
}
.hover\:n-border-palette-neutral-border-strongest\/70:hover {
  border-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.7);
}
.hover\:n-border-palette-neutral-border-strongest\/75:hover {
  border-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.75);
}
.hover\:n-border-palette-neutral-border-strongest\/80:hover {
  border-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.8);
}
.hover\:n-border-palette-neutral-border-strongest\/85:hover {
  border-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.85);
}
.hover\:n-border-palette-neutral-border-strongest\/90:hover {
  border-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.9);
}
.hover\:n-border-palette-neutral-border-strongest\/95:hover {
  border-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.95);
}
.hover\:n-border-palette-neutral-border-weak:hover {
  border-color:rgb(var(--theme-palette-neutral-border-weak));
}
.hover\:n-border-palette-neutral-border-weak\/0:hover {
  border-color:rgb(var(--theme-palette-neutral-border-weak) / 0);
}
.hover\:n-border-palette-neutral-border-weak\/10:hover {
  border-color:rgb(var(--theme-palette-neutral-border-weak) / 0.1);
}
.hover\:n-border-palette-neutral-border-weak\/100:hover {
  border-color:rgb(var(--theme-palette-neutral-border-weak) / 1);
}
.hover\:n-border-palette-neutral-border-weak\/15:hover {
  border-color:rgb(var(--theme-palette-neutral-border-weak) / 0.15);
}
.hover\:n-border-palette-neutral-border-weak\/20:hover {
  border-color:rgb(var(--theme-palette-neutral-border-weak) / 0.2);
}
.hover\:n-border-palette-neutral-border-weak\/25:hover {
  border-color:rgb(var(--theme-palette-neutral-border-weak) / 0.25);
}
.hover\:n-border-palette-neutral-border-weak\/30:hover {
  border-color:rgb(var(--theme-palette-neutral-border-weak) / 0.3);
}
.hover\:n-border-palette-neutral-border-weak\/35:hover {
  border-color:rgb(var(--theme-palette-neutral-border-weak) / 0.35);
}
.hover\:n-border-palette-neutral-border-weak\/40:hover {
  border-color:rgb(var(--theme-palette-neutral-border-weak) / 0.4);
}
.hover\:n-border-palette-neutral-border-weak\/45:hover {
  border-color:rgb(var(--theme-palette-neutral-border-weak) / 0.45);
}
.hover\:n-border-palette-neutral-border-weak\/5:hover {
  border-color:rgb(var(--theme-palette-neutral-border-weak) / 0.05);
}
.hover\:n-border-palette-neutral-border-weak\/50:hover {
  border-color:rgb(var(--theme-palette-neutral-border-weak) / 0.5);
}
.hover\:n-border-palette-neutral-border-weak\/55:hover {
  border-color:rgb(var(--theme-palette-neutral-border-weak) / 0.55);
}
.hover\:n-border-palette-neutral-border-weak\/60:hover {
  border-color:rgb(var(--theme-palette-neutral-border-weak) / 0.6);
}
.hover\:n-border-palette-neutral-border-weak\/65:hover {
  border-color:rgb(var(--theme-palette-neutral-border-weak) / 0.65);
}
.hover\:n-border-palette-neutral-border-weak\/70:hover {
  border-color:rgb(var(--theme-palette-neutral-border-weak) / 0.7);
}
.hover\:n-border-palette-neutral-border-weak\/75:hover {
  border-color:rgb(var(--theme-palette-neutral-border-weak) / 0.75);
}
.hover\:n-border-palette-neutral-border-weak\/80:hover {
  border-color:rgb(var(--theme-palette-neutral-border-weak) / 0.8);
}
.hover\:n-border-palette-neutral-border-weak\/85:hover {
  border-color:rgb(var(--theme-palette-neutral-border-weak) / 0.85);
}
.hover\:n-border-palette-neutral-border-weak\/90:hover {
  border-color:rgb(var(--theme-palette-neutral-border-weak) / 0.9);
}
.hover\:n-border-palette-neutral-border-weak\/95:hover {
  border-color:rgb(var(--theme-palette-neutral-border-weak) / 0.95);
}
.hover\:n-border-palette-neutral-hover:hover {
  border-color:rgb(var(--theme-palette-neutral-hover));
}
.hover\:n-border-palette-neutral-hover\/0:hover {
  border-color:rgb(var(--theme-palette-neutral-hover) / 0);
}
.hover\:n-border-palette-neutral-hover\/10:hover {
  border-color:rgb(var(--theme-palette-neutral-hover) / 0.1);
}
.hover\:n-border-palette-neutral-hover\/100:hover {
  border-color:rgb(var(--theme-palette-neutral-hover) / 1);
}
.hover\:n-border-palette-neutral-hover\/15:hover {
  border-color:rgb(var(--theme-palette-neutral-hover) / 0.15);
}
.hover\:n-border-palette-neutral-hover\/20:hover {
  border-color:rgb(var(--theme-palette-neutral-hover) / 0.2);
}
.hover\:n-border-palette-neutral-hover\/25:hover {
  border-color:rgb(var(--theme-palette-neutral-hover) / 0.25);
}
.hover\:n-border-palette-neutral-hover\/30:hover {
  border-color:rgb(var(--theme-palette-neutral-hover) / 0.3);
}
.hover\:n-border-palette-neutral-hover\/35:hover {
  border-color:rgb(var(--theme-palette-neutral-hover) / 0.35);
}
.hover\:n-border-palette-neutral-hover\/40:hover {
  border-color:rgb(var(--theme-palette-neutral-hover) / 0.4);
}
.hover\:n-border-palette-neutral-hover\/45:hover {
  border-color:rgb(var(--theme-palette-neutral-hover) / 0.45);
}
.hover\:n-border-palette-neutral-hover\/5:hover {
  border-color:rgb(var(--theme-palette-neutral-hover) / 0.05);
}
.hover\:n-border-palette-neutral-hover\/50:hover {
  border-color:rgb(var(--theme-palette-neutral-hover) / 0.5);
}
.hover\:n-border-palette-neutral-hover\/55:hover {
  border-color:rgb(var(--theme-palette-neutral-hover) / 0.55);
}
.hover\:n-border-palette-neutral-hover\/60:hover {
  border-color:rgb(var(--theme-palette-neutral-hover) / 0.6);
}
.hover\:n-border-palette-neutral-hover\/65:hover {
  border-color:rgb(var(--theme-palette-neutral-hover) / 0.65);
}
.hover\:n-border-palette-neutral-hover\/70:hover {
  border-color:rgb(var(--theme-palette-neutral-hover) / 0.7);
}
.hover\:n-border-palette-neutral-hover\/75:hover {
  border-color:rgb(var(--theme-palette-neutral-hover) / 0.75);
}
.hover\:n-border-palette-neutral-hover\/80:hover {
  border-color:rgb(var(--theme-palette-neutral-hover) / 0.8);
}
.hover\:n-border-palette-neutral-hover\/85:hover {
  border-color:rgb(var(--theme-palette-neutral-hover) / 0.85);
}
.hover\:n-border-palette-neutral-hover\/90:hover {
  border-color:rgb(var(--theme-palette-neutral-hover) / 0.9);
}
.hover\:n-border-palette-neutral-hover\/95:hover {
  border-color:rgb(var(--theme-palette-neutral-hover) / 0.95);
}
.hover\:n-border-palette-neutral-icon:hover {
  border-color:rgb(var(--theme-palette-neutral-icon));
}
.hover\:n-border-palette-neutral-icon\/0:hover {
  border-color:rgb(var(--theme-palette-neutral-icon) / 0);
}
.hover\:n-border-palette-neutral-icon\/10:hover {
  border-color:rgb(var(--theme-palette-neutral-icon) / 0.1);
}
.hover\:n-border-palette-neutral-icon\/100:hover {
  border-color:rgb(var(--theme-palette-neutral-icon) / 1);
}
.hover\:n-border-palette-neutral-icon\/15:hover {
  border-color:rgb(var(--theme-palette-neutral-icon) / 0.15);
}
.hover\:n-border-palette-neutral-icon\/20:hover {
  border-color:rgb(var(--theme-palette-neutral-icon) / 0.2);
}
.hover\:n-border-palette-neutral-icon\/25:hover {
  border-color:rgb(var(--theme-palette-neutral-icon) / 0.25);
}
.hover\:n-border-palette-neutral-icon\/30:hover {
  border-color:rgb(var(--theme-palette-neutral-icon) / 0.3);
}
.hover\:n-border-palette-neutral-icon\/35:hover {
  border-color:rgb(var(--theme-palette-neutral-icon) / 0.35);
}
.hover\:n-border-palette-neutral-icon\/40:hover {
  border-color:rgb(var(--theme-palette-neutral-icon) / 0.4);
}
.hover\:n-border-palette-neutral-icon\/45:hover {
  border-color:rgb(var(--theme-palette-neutral-icon) / 0.45);
}
.hover\:n-border-palette-neutral-icon\/5:hover {
  border-color:rgb(var(--theme-palette-neutral-icon) / 0.05);
}
.hover\:n-border-palette-neutral-icon\/50:hover {
  border-color:rgb(var(--theme-palette-neutral-icon) / 0.5);
}
.hover\:n-border-palette-neutral-icon\/55:hover {
  border-color:rgb(var(--theme-palette-neutral-icon) / 0.55);
}
.hover\:n-border-palette-neutral-icon\/60:hover {
  border-color:rgb(var(--theme-palette-neutral-icon) / 0.6);
}
.hover\:n-border-palette-neutral-icon\/65:hover {
  border-color:rgb(var(--theme-palette-neutral-icon) / 0.65);
}
.hover\:n-border-palette-neutral-icon\/70:hover {
  border-color:rgb(var(--theme-palette-neutral-icon) / 0.7);
}
.hover\:n-border-palette-neutral-icon\/75:hover {
  border-color:rgb(var(--theme-palette-neutral-icon) / 0.75);
}
.hover\:n-border-palette-neutral-icon\/80:hover {
  border-color:rgb(var(--theme-palette-neutral-icon) / 0.8);
}
.hover\:n-border-palette-neutral-icon\/85:hover {
  border-color:rgb(var(--theme-palette-neutral-icon) / 0.85);
}
.hover\:n-border-palette-neutral-icon\/90:hover {
  border-color:rgb(var(--theme-palette-neutral-icon) / 0.9);
}
.hover\:n-border-palette-neutral-icon\/95:hover {
  border-color:rgb(var(--theme-palette-neutral-icon) / 0.95);
}
.hover\:n-border-palette-neutral-pressed:hover {
  border-color:rgb(var(--theme-palette-neutral-pressed));
}
.hover\:n-border-palette-neutral-pressed\/0:hover {
  border-color:rgb(var(--theme-palette-neutral-pressed) / 0);
}
.hover\:n-border-palette-neutral-pressed\/10:hover {
  border-color:rgb(var(--theme-palette-neutral-pressed) / 0.1);
}
.hover\:n-border-palette-neutral-pressed\/100:hover {
  border-color:rgb(var(--theme-palette-neutral-pressed) / 1);
}
.hover\:n-border-palette-neutral-pressed\/15:hover {
  border-color:rgb(var(--theme-palette-neutral-pressed) / 0.15);
}
.hover\:n-border-palette-neutral-pressed\/20:hover {
  border-color:rgb(var(--theme-palette-neutral-pressed) / 0.2);
}
.hover\:n-border-palette-neutral-pressed\/25:hover {
  border-color:rgb(var(--theme-palette-neutral-pressed) / 0.25);
}
.hover\:n-border-palette-neutral-pressed\/30:hover {
  border-color:rgb(var(--theme-palette-neutral-pressed) / 0.3);
}
.hover\:n-border-palette-neutral-pressed\/35:hover {
  border-color:rgb(var(--theme-palette-neutral-pressed) / 0.35);
}
.hover\:n-border-palette-neutral-pressed\/40:hover {
  border-color:rgb(var(--theme-palette-neutral-pressed) / 0.4);
}
.hover\:n-border-palette-neutral-pressed\/45:hover {
  border-color:rgb(var(--theme-palette-neutral-pressed) / 0.45);
}
.hover\:n-border-palette-neutral-pressed\/5:hover {
  border-color:rgb(var(--theme-palette-neutral-pressed) / 0.05);
}
.hover\:n-border-palette-neutral-pressed\/50:hover {
  border-color:rgb(var(--theme-palette-neutral-pressed) / 0.5);
}
.hover\:n-border-palette-neutral-pressed\/55:hover {
  border-color:rgb(var(--theme-palette-neutral-pressed) / 0.55);
}
.hover\:n-border-palette-neutral-pressed\/60:hover {
  border-color:rgb(var(--theme-palette-neutral-pressed) / 0.6);
}
.hover\:n-border-palette-neutral-pressed\/65:hover {
  border-color:rgb(var(--theme-palette-neutral-pressed) / 0.65);
}
.hover\:n-border-palette-neutral-pressed\/70:hover {
  border-color:rgb(var(--theme-palette-neutral-pressed) / 0.7);
}
.hover\:n-border-palette-neutral-pressed\/75:hover {
  border-color:rgb(var(--theme-palette-neutral-pressed) / 0.75);
}
.hover\:n-border-palette-neutral-pressed\/80:hover {
  border-color:rgb(var(--theme-palette-neutral-pressed) / 0.8);
}
.hover\:n-border-palette-neutral-pressed\/85:hover {
  border-color:rgb(var(--theme-palette-neutral-pressed) / 0.85);
}
.hover\:n-border-palette-neutral-pressed\/90:hover {
  border-color:rgb(var(--theme-palette-neutral-pressed) / 0.9);
}
.hover\:n-border-palette-neutral-pressed\/95:hover {
  border-color:rgb(var(--theme-palette-neutral-pressed) / 0.95);
}
.hover\:n-border-palette-neutral-text-default:hover {
  border-color:rgb(var(--theme-palette-neutral-text-default));
}
.hover\:n-border-palette-neutral-text-default\/0:hover {
  border-color:rgb(var(--theme-palette-neutral-text-default) / 0);
}
.hover\:n-border-palette-neutral-text-default\/10:hover {
  border-color:rgb(var(--theme-palette-neutral-text-default) / 0.1);
}
.hover\:n-border-palette-neutral-text-default\/100:hover {
  border-color:rgb(var(--theme-palette-neutral-text-default) / 1);
}
.hover\:n-border-palette-neutral-text-default\/15:hover {
  border-color:rgb(var(--theme-palette-neutral-text-default) / 0.15);
}
.hover\:n-border-palette-neutral-text-default\/20:hover {
  border-color:rgb(var(--theme-palette-neutral-text-default) / 0.2);
}
.hover\:n-border-palette-neutral-text-default\/25:hover {
  border-color:rgb(var(--theme-palette-neutral-text-default) / 0.25);
}
.hover\:n-border-palette-neutral-text-default\/30:hover {
  border-color:rgb(var(--theme-palette-neutral-text-default) / 0.3);
}
.hover\:n-border-palette-neutral-text-default\/35:hover {
  border-color:rgb(var(--theme-palette-neutral-text-default) / 0.35);
}
.hover\:n-border-palette-neutral-text-default\/40:hover {
  border-color:rgb(var(--theme-palette-neutral-text-default) / 0.4);
}
.hover\:n-border-palette-neutral-text-default\/45:hover {
  border-color:rgb(var(--theme-palette-neutral-text-default) / 0.45);
}
.hover\:n-border-palette-neutral-text-default\/5:hover {
  border-color:rgb(var(--theme-palette-neutral-text-default) / 0.05);
}
.hover\:n-border-palette-neutral-text-default\/50:hover {
  border-color:rgb(var(--theme-palette-neutral-text-default) / 0.5);
}
.hover\:n-border-palette-neutral-text-default\/55:hover {
  border-color:rgb(var(--theme-palette-neutral-text-default) / 0.55);
}
.hover\:n-border-palette-neutral-text-default\/60:hover {
  border-color:rgb(var(--theme-palette-neutral-text-default) / 0.6);
}
.hover\:n-border-palette-neutral-text-default\/65:hover {
  border-color:rgb(var(--theme-palette-neutral-text-default) / 0.65);
}
.hover\:n-border-palette-neutral-text-default\/70:hover {
  border-color:rgb(var(--theme-palette-neutral-text-default) / 0.7);
}
.hover\:n-border-palette-neutral-text-default\/75:hover {
  border-color:rgb(var(--theme-palette-neutral-text-default) / 0.75);
}
.hover\:n-border-palette-neutral-text-default\/80:hover {
  border-color:rgb(var(--theme-palette-neutral-text-default) / 0.8);
}
.hover\:n-border-palette-neutral-text-default\/85:hover {
  border-color:rgb(var(--theme-palette-neutral-text-default) / 0.85);
}
.hover\:n-border-palette-neutral-text-default\/90:hover {
  border-color:rgb(var(--theme-palette-neutral-text-default) / 0.9);
}
.hover\:n-border-palette-neutral-text-default\/95:hover {
  border-color:rgb(var(--theme-palette-neutral-text-default) / 0.95);
}
.hover\:n-border-palette-neutral-text-inverse:hover {
  border-color:rgb(var(--theme-palette-neutral-text-inverse));
}
.hover\:n-border-palette-neutral-text-inverse\/0:hover {
  border-color:rgb(var(--theme-palette-neutral-text-inverse) / 0);
}
.hover\:n-border-palette-neutral-text-inverse\/10:hover {
  border-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.1);
}
.hover\:n-border-palette-neutral-text-inverse\/100:hover {
  border-color:rgb(var(--theme-palette-neutral-text-inverse) / 1);
}
.hover\:n-border-palette-neutral-text-inverse\/15:hover {
  border-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.15);
}
.hover\:n-border-palette-neutral-text-inverse\/20:hover {
  border-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.2);
}
.hover\:n-border-palette-neutral-text-inverse\/25:hover {
  border-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.25);
}
.hover\:n-border-palette-neutral-text-inverse\/30:hover {
  border-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.3);
}
.hover\:n-border-palette-neutral-text-inverse\/35:hover {
  border-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.35);
}
.hover\:n-border-palette-neutral-text-inverse\/40:hover {
  border-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.4);
}
.hover\:n-border-palette-neutral-text-inverse\/45:hover {
  border-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.45);
}
.hover\:n-border-palette-neutral-text-inverse\/5:hover {
  border-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.05);
}
.hover\:n-border-palette-neutral-text-inverse\/50:hover {
  border-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.5);
}
.hover\:n-border-palette-neutral-text-inverse\/55:hover {
  border-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.55);
}
.hover\:n-border-palette-neutral-text-inverse\/60:hover {
  border-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.6);
}
.hover\:n-border-palette-neutral-text-inverse\/65:hover {
  border-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.65);
}
.hover\:n-border-palette-neutral-text-inverse\/70:hover {
  border-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.7);
}
.hover\:n-border-palette-neutral-text-inverse\/75:hover {
  border-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.75);
}
.hover\:n-border-palette-neutral-text-inverse\/80:hover {
  border-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.8);
}
.hover\:n-border-palette-neutral-text-inverse\/85:hover {
  border-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.85);
}
.hover\:n-border-palette-neutral-text-inverse\/90:hover {
  border-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.9);
}
.hover\:n-border-palette-neutral-text-inverse\/95:hover {
  border-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.95);
}
.hover\:n-border-palette-neutral-text-weak:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weak));
}
.hover\:n-border-palette-neutral-text-weak\/0:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weak) / 0);
}
.hover\:n-border-palette-neutral-text-weak\/10:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weak) / 0.1);
}
.hover\:n-border-palette-neutral-text-weak\/100:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weak) / 1);
}
.hover\:n-border-palette-neutral-text-weak\/15:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weak) / 0.15);
}
.hover\:n-border-palette-neutral-text-weak\/20:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weak) / 0.2);
}
.hover\:n-border-palette-neutral-text-weak\/25:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weak) / 0.25);
}
.hover\:n-border-palette-neutral-text-weak\/30:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weak) / 0.3);
}
.hover\:n-border-palette-neutral-text-weak\/35:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weak) / 0.35);
}
.hover\:n-border-palette-neutral-text-weak\/40:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weak) / 0.4);
}
.hover\:n-border-palette-neutral-text-weak\/45:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weak) / 0.45);
}
.hover\:n-border-palette-neutral-text-weak\/5:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weak) / 0.05);
}
.hover\:n-border-palette-neutral-text-weak\/50:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weak) / 0.5);
}
.hover\:n-border-palette-neutral-text-weak\/55:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weak) / 0.55);
}
.hover\:n-border-palette-neutral-text-weak\/60:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weak) / 0.6);
}
.hover\:n-border-palette-neutral-text-weak\/65:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weak) / 0.65);
}
.hover\:n-border-palette-neutral-text-weak\/70:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weak) / 0.7);
}
.hover\:n-border-palette-neutral-text-weak\/75:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weak) / 0.75);
}
.hover\:n-border-palette-neutral-text-weak\/80:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weak) / 0.8);
}
.hover\:n-border-palette-neutral-text-weak\/85:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weak) / 0.85);
}
.hover\:n-border-palette-neutral-text-weak\/90:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weak) / 0.9);
}
.hover\:n-border-palette-neutral-text-weak\/95:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weak) / 0.95);
}
.hover\:n-border-palette-neutral-text-weaker:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weaker));
}
.hover\:n-border-palette-neutral-text-weaker\/0:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weaker) / 0);
}
.hover\:n-border-palette-neutral-text-weaker\/10:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.1);
}
.hover\:n-border-palette-neutral-text-weaker\/100:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weaker) / 1);
}
.hover\:n-border-palette-neutral-text-weaker\/15:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.15);
}
.hover\:n-border-palette-neutral-text-weaker\/20:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.2);
}
.hover\:n-border-palette-neutral-text-weaker\/25:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.25);
}
.hover\:n-border-palette-neutral-text-weaker\/30:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.3);
}
.hover\:n-border-palette-neutral-text-weaker\/35:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.35);
}
.hover\:n-border-palette-neutral-text-weaker\/40:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.4);
}
.hover\:n-border-palette-neutral-text-weaker\/45:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.45);
}
.hover\:n-border-palette-neutral-text-weaker\/5:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.05);
}
.hover\:n-border-palette-neutral-text-weaker\/50:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.5);
}
.hover\:n-border-palette-neutral-text-weaker\/55:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.55);
}
.hover\:n-border-palette-neutral-text-weaker\/60:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.6);
}
.hover\:n-border-palette-neutral-text-weaker\/65:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.65);
}
.hover\:n-border-palette-neutral-text-weaker\/70:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.7);
}
.hover\:n-border-palette-neutral-text-weaker\/75:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.75);
}
.hover\:n-border-palette-neutral-text-weaker\/80:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.8);
}
.hover\:n-border-palette-neutral-text-weaker\/85:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.85);
}
.hover\:n-border-palette-neutral-text-weaker\/90:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.9);
}
.hover\:n-border-palette-neutral-text-weaker\/95:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.95);
}
.hover\:n-border-palette-neutral-text-weakest:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weakest));
}
.hover\:n-border-palette-neutral-text-weakest\/0:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weakest) / 0);
}
.hover\:n-border-palette-neutral-text-weakest\/10:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.1);
}
.hover\:n-border-palette-neutral-text-weakest\/100:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weakest) / 1);
}
.hover\:n-border-palette-neutral-text-weakest\/15:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.15);
}
.hover\:n-border-palette-neutral-text-weakest\/20:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.2);
}
.hover\:n-border-palette-neutral-text-weakest\/25:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.25);
}
.hover\:n-border-palette-neutral-text-weakest\/30:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.3);
}
.hover\:n-border-palette-neutral-text-weakest\/35:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.35);
}
.hover\:n-border-palette-neutral-text-weakest\/40:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.4);
}
.hover\:n-border-palette-neutral-text-weakest\/45:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.45);
}
.hover\:n-border-palette-neutral-text-weakest\/5:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.05);
}
.hover\:n-border-palette-neutral-text-weakest\/50:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.5);
}
.hover\:n-border-palette-neutral-text-weakest\/55:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.55);
}
.hover\:n-border-palette-neutral-text-weakest\/60:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.6);
}
.hover\:n-border-palette-neutral-text-weakest\/65:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.65);
}
.hover\:n-border-palette-neutral-text-weakest\/70:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.7);
}
.hover\:n-border-palette-neutral-text-weakest\/75:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.75);
}
.hover\:n-border-palette-neutral-text-weakest\/80:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.8);
}
.hover\:n-border-palette-neutral-text-weakest\/85:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.85);
}
.hover\:n-border-palette-neutral-text-weakest\/90:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.9);
}
.hover\:n-border-palette-neutral-text-weakest\/95:hover {
  border-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.95);
}
.hover\:n-border-palette-primary-bg-selected:hover {
  border-color:rgb(var(--theme-palette-primary-bg-selected));
}
.hover\:n-border-palette-primary-bg-selected\/0:hover {
  border-color:rgb(var(--theme-palette-primary-bg-selected) / 0);
}
.hover\:n-border-palette-primary-bg-selected\/10:hover {
  border-color:rgb(var(--theme-palette-primary-bg-selected) / 0.1);
}
.hover\:n-border-palette-primary-bg-selected\/100:hover {
  border-color:rgb(var(--theme-palette-primary-bg-selected) / 1);
}
.hover\:n-border-palette-primary-bg-selected\/15:hover {
  border-color:rgb(var(--theme-palette-primary-bg-selected) / 0.15);
}
.hover\:n-border-palette-primary-bg-selected\/20:hover {
  border-color:rgb(var(--theme-palette-primary-bg-selected) / 0.2);
}
.hover\:n-border-palette-primary-bg-selected\/25:hover {
  border-color:rgb(var(--theme-palette-primary-bg-selected) / 0.25);
}
.hover\:n-border-palette-primary-bg-selected\/30:hover {
  border-color:rgb(var(--theme-palette-primary-bg-selected) / 0.3);
}
.hover\:n-border-palette-primary-bg-selected\/35:hover {
  border-color:rgb(var(--theme-palette-primary-bg-selected) / 0.35);
}
.hover\:n-border-palette-primary-bg-selected\/40:hover {
  border-color:rgb(var(--theme-palette-primary-bg-selected) / 0.4);
}
.hover\:n-border-palette-primary-bg-selected\/45:hover {
  border-color:rgb(var(--theme-palette-primary-bg-selected) / 0.45);
}
.hover\:n-border-palette-primary-bg-selected\/5:hover {
  border-color:rgb(var(--theme-palette-primary-bg-selected) / 0.05);
}
.hover\:n-border-palette-primary-bg-selected\/50:hover {
  border-color:rgb(var(--theme-palette-primary-bg-selected) / 0.5);
}
.hover\:n-border-palette-primary-bg-selected\/55:hover {
  border-color:rgb(var(--theme-palette-primary-bg-selected) / 0.55);
}
.hover\:n-border-palette-primary-bg-selected\/60:hover {
  border-color:rgb(var(--theme-palette-primary-bg-selected) / 0.6);
}
.hover\:n-border-palette-primary-bg-selected\/65:hover {
  border-color:rgb(var(--theme-palette-primary-bg-selected) / 0.65);
}
.hover\:n-border-palette-primary-bg-selected\/70:hover {
  border-color:rgb(var(--theme-palette-primary-bg-selected) / 0.7);
}
.hover\:n-border-palette-primary-bg-selected\/75:hover {
  border-color:rgb(var(--theme-palette-primary-bg-selected) / 0.75);
}
.hover\:n-border-palette-primary-bg-selected\/80:hover {
  border-color:rgb(var(--theme-palette-primary-bg-selected) / 0.8);
}
.hover\:n-border-palette-primary-bg-selected\/85:hover {
  border-color:rgb(var(--theme-palette-primary-bg-selected) / 0.85);
}
.hover\:n-border-palette-primary-bg-selected\/90:hover {
  border-color:rgb(var(--theme-palette-primary-bg-selected) / 0.9);
}
.hover\:n-border-palette-primary-bg-selected\/95:hover {
  border-color:rgb(var(--theme-palette-primary-bg-selected) / 0.95);
}
.hover\:n-border-palette-primary-bg-status:hover {
  border-color:rgb(var(--theme-palette-primary-bg-status));
}
.hover\:n-border-palette-primary-bg-status\/0:hover {
  border-color:rgb(var(--theme-palette-primary-bg-status) / 0);
}
.hover\:n-border-palette-primary-bg-status\/10:hover {
  border-color:rgb(var(--theme-palette-primary-bg-status) / 0.1);
}
.hover\:n-border-palette-primary-bg-status\/100:hover {
  border-color:rgb(var(--theme-palette-primary-bg-status) / 1);
}
.hover\:n-border-palette-primary-bg-status\/15:hover {
  border-color:rgb(var(--theme-palette-primary-bg-status) / 0.15);
}
.hover\:n-border-palette-primary-bg-status\/20:hover {
  border-color:rgb(var(--theme-palette-primary-bg-status) / 0.2);
}
.hover\:n-border-palette-primary-bg-status\/25:hover {
  border-color:rgb(var(--theme-palette-primary-bg-status) / 0.25);
}
.hover\:n-border-palette-primary-bg-status\/30:hover {
  border-color:rgb(var(--theme-palette-primary-bg-status) / 0.3);
}
.hover\:n-border-palette-primary-bg-status\/35:hover {
  border-color:rgb(var(--theme-palette-primary-bg-status) / 0.35);
}
.hover\:n-border-palette-primary-bg-status\/40:hover {
  border-color:rgb(var(--theme-palette-primary-bg-status) / 0.4);
}
.hover\:n-border-palette-primary-bg-status\/45:hover {
  border-color:rgb(var(--theme-palette-primary-bg-status) / 0.45);
}
.hover\:n-border-palette-primary-bg-status\/5:hover {
  border-color:rgb(var(--theme-palette-primary-bg-status) / 0.05);
}
.hover\:n-border-palette-primary-bg-status\/50:hover {
  border-color:rgb(var(--theme-palette-primary-bg-status) / 0.5);
}
.hover\:n-border-palette-primary-bg-status\/55:hover {
  border-color:rgb(var(--theme-palette-primary-bg-status) / 0.55);
}
.hover\:n-border-palette-primary-bg-status\/60:hover {
  border-color:rgb(var(--theme-palette-primary-bg-status) / 0.6);
}
.hover\:n-border-palette-primary-bg-status\/65:hover {
  border-color:rgb(var(--theme-palette-primary-bg-status) / 0.65);
}
.hover\:n-border-palette-primary-bg-status\/70:hover {
  border-color:rgb(var(--theme-palette-primary-bg-status) / 0.7);
}
.hover\:n-border-palette-primary-bg-status\/75:hover {
  border-color:rgb(var(--theme-palette-primary-bg-status) / 0.75);
}
.hover\:n-border-palette-primary-bg-status\/80:hover {
  border-color:rgb(var(--theme-palette-primary-bg-status) / 0.8);
}
.hover\:n-border-palette-primary-bg-status\/85:hover {
  border-color:rgb(var(--theme-palette-primary-bg-status) / 0.85);
}
.hover\:n-border-palette-primary-bg-status\/90:hover {
  border-color:rgb(var(--theme-palette-primary-bg-status) / 0.9);
}
.hover\:n-border-palette-primary-bg-status\/95:hover {
  border-color:rgb(var(--theme-palette-primary-bg-status) / 0.95);
}
.hover\:n-border-palette-primary-bg-strong:hover {
  border-color:rgb(var(--theme-palette-primary-bg-strong));
}
.hover\:n-border-palette-primary-bg-strong\/0:hover {
  border-color:rgb(var(--theme-palette-primary-bg-strong) / 0);
}
.hover\:n-border-palette-primary-bg-strong\/10:hover {
  border-color:rgb(var(--theme-palette-primary-bg-strong) / 0.1);
}
.hover\:n-border-palette-primary-bg-strong\/100:hover {
  border-color:rgb(var(--theme-palette-primary-bg-strong) / 1);
}
.hover\:n-border-palette-primary-bg-strong\/15:hover {
  border-color:rgb(var(--theme-palette-primary-bg-strong) / 0.15);
}
.hover\:n-border-palette-primary-bg-strong\/20:hover {
  border-color:rgb(var(--theme-palette-primary-bg-strong) / 0.2);
}
.hover\:n-border-palette-primary-bg-strong\/25:hover {
  border-color:rgb(var(--theme-palette-primary-bg-strong) / 0.25);
}
.hover\:n-border-palette-primary-bg-strong\/30:hover {
  border-color:rgb(var(--theme-palette-primary-bg-strong) / 0.3);
}
.hover\:n-border-palette-primary-bg-strong\/35:hover {
  border-color:rgb(var(--theme-palette-primary-bg-strong) / 0.35);
}
.hover\:n-border-palette-primary-bg-strong\/40:hover {
  border-color:rgb(var(--theme-palette-primary-bg-strong) / 0.4);
}
.hover\:n-border-palette-primary-bg-strong\/45:hover {
  border-color:rgb(var(--theme-palette-primary-bg-strong) / 0.45);
}
.hover\:n-border-palette-primary-bg-strong\/5:hover {
  border-color:rgb(var(--theme-palette-primary-bg-strong) / 0.05);
}
.hover\:n-border-palette-primary-bg-strong\/50:hover {
  border-color:rgb(var(--theme-palette-primary-bg-strong) / 0.5);
}
.hover\:n-border-palette-primary-bg-strong\/55:hover {
  border-color:rgb(var(--theme-palette-primary-bg-strong) / 0.55);
}
.hover\:n-border-palette-primary-bg-strong\/60:hover {
  border-color:rgb(var(--theme-palette-primary-bg-strong) / 0.6);
}
.hover\:n-border-palette-primary-bg-strong\/65:hover {
  border-color:rgb(var(--theme-palette-primary-bg-strong) / 0.65);
}
.hover\:n-border-palette-primary-bg-strong\/70:hover {
  border-color:rgb(var(--theme-palette-primary-bg-strong) / 0.7);
}
.hover\:n-border-palette-primary-bg-strong\/75:hover {
  border-color:rgb(var(--theme-palette-primary-bg-strong) / 0.75);
}
.hover\:n-border-palette-primary-bg-strong\/80:hover {
  border-color:rgb(var(--theme-palette-primary-bg-strong) / 0.8);
}
.hover\:n-border-palette-primary-bg-strong\/85:hover {
  border-color:rgb(var(--theme-palette-primary-bg-strong) / 0.85);
}
.hover\:n-border-palette-primary-bg-strong\/90:hover {
  border-color:rgb(var(--theme-palette-primary-bg-strong) / 0.9);
}
.hover\:n-border-palette-primary-bg-strong\/95:hover {
  border-color:rgb(var(--theme-palette-primary-bg-strong) / 0.95);
}
.hover\:n-border-palette-primary-bg-weak:hover {
  border-color:rgb(var(--theme-palette-primary-bg-weak));
}
.hover\:n-border-palette-primary-bg-weak\/0:hover {
  border-color:rgb(var(--theme-palette-primary-bg-weak) / 0);
}
.hover\:n-border-palette-primary-bg-weak\/10:hover {
  border-color:rgb(var(--theme-palette-primary-bg-weak) / 0.1);
}
.hover\:n-border-palette-primary-bg-weak\/100:hover {
  border-color:rgb(var(--theme-palette-primary-bg-weak) / 1);
}
.hover\:n-border-palette-primary-bg-weak\/15:hover {
  border-color:rgb(var(--theme-palette-primary-bg-weak) / 0.15);
}
.hover\:n-border-palette-primary-bg-weak\/20:hover {
  border-color:rgb(var(--theme-palette-primary-bg-weak) / 0.2);
}
.hover\:n-border-palette-primary-bg-weak\/25:hover {
  border-color:rgb(var(--theme-palette-primary-bg-weak) / 0.25);
}
.hover\:n-border-palette-primary-bg-weak\/30:hover {
  border-color:rgb(var(--theme-palette-primary-bg-weak) / 0.3);
}
.hover\:n-border-palette-primary-bg-weak\/35:hover {
  border-color:rgb(var(--theme-palette-primary-bg-weak) / 0.35);
}
.hover\:n-border-palette-primary-bg-weak\/40:hover {
  border-color:rgb(var(--theme-palette-primary-bg-weak) / 0.4);
}
.hover\:n-border-palette-primary-bg-weak\/45:hover {
  border-color:rgb(var(--theme-palette-primary-bg-weak) / 0.45);
}
.hover\:n-border-palette-primary-bg-weak\/5:hover {
  border-color:rgb(var(--theme-palette-primary-bg-weak) / 0.05);
}
.hover\:n-border-palette-primary-bg-weak\/50:hover {
  border-color:rgb(var(--theme-palette-primary-bg-weak) / 0.5);
}
.hover\:n-border-palette-primary-bg-weak\/55:hover {
  border-color:rgb(var(--theme-palette-primary-bg-weak) / 0.55);
}
.hover\:n-border-palette-primary-bg-weak\/60:hover {
  border-color:rgb(var(--theme-palette-primary-bg-weak) / 0.6);
}
.hover\:n-border-palette-primary-bg-weak\/65:hover {
  border-color:rgb(var(--theme-palette-primary-bg-weak) / 0.65);
}
.hover\:n-border-palette-primary-bg-weak\/70:hover {
  border-color:rgb(var(--theme-palette-primary-bg-weak) / 0.7);
}
.hover\:n-border-palette-primary-bg-weak\/75:hover {
  border-color:rgb(var(--theme-palette-primary-bg-weak) / 0.75);
}
.hover\:n-border-palette-primary-bg-weak\/80:hover {
  border-color:rgb(var(--theme-palette-primary-bg-weak) / 0.8);
}
.hover\:n-border-palette-primary-bg-weak\/85:hover {
  border-color:rgb(var(--theme-palette-primary-bg-weak) / 0.85);
}
.hover\:n-border-palette-primary-bg-weak\/90:hover {
  border-color:rgb(var(--theme-palette-primary-bg-weak) / 0.9);
}
.hover\:n-border-palette-primary-bg-weak\/95:hover {
  border-color:rgb(var(--theme-palette-primary-bg-weak) / 0.95);
}
.hover\:n-border-palette-primary-border-strong:hover {
  border-color:rgb(var(--theme-palette-primary-border-strong));
}
.hover\:n-border-palette-primary-border-strong\/0:hover {
  border-color:rgb(var(--theme-palette-primary-border-strong) / 0);
}
.hover\:n-border-palette-primary-border-strong\/10:hover {
  border-color:rgb(var(--theme-palette-primary-border-strong) / 0.1);
}
.hover\:n-border-palette-primary-border-strong\/100:hover {
  border-color:rgb(var(--theme-palette-primary-border-strong) / 1);
}
.hover\:n-border-palette-primary-border-strong\/15:hover {
  border-color:rgb(var(--theme-palette-primary-border-strong) / 0.15);
}
.hover\:n-border-palette-primary-border-strong\/20:hover {
  border-color:rgb(var(--theme-palette-primary-border-strong) / 0.2);
}
.hover\:n-border-palette-primary-border-strong\/25:hover {
  border-color:rgb(var(--theme-palette-primary-border-strong) / 0.25);
}
.hover\:n-border-palette-primary-border-strong\/30:hover {
  border-color:rgb(var(--theme-palette-primary-border-strong) / 0.3);
}
.hover\:n-border-palette-primary-border-strong\/35:hover {
  border-color:rgb(var(--theme-palette-primary-border-strong) / 0.35);
}
.hover\:n-border-palette-primary-border-strong\/40:hover {
  border-color:rgb(var(--theme-palette-primary-border-strong) / 0.4);
}
.hover\:n-border-palette-primary-border-strong\/45:hover {
  border-color:rgb(var(--theme-palette-primary-border-strong) / 0.45);
}
.hover\:n-border-palette-primary-border-strong\/5:hover {
  border-color:rgb(var(--theme-palette-primary-border-strong) / 0.05);
}
.hover\:n-border-palette-primary-border-strong\/50:hover {
  border-color:rgb(var(--theme-palette-primary-border-strong) / 0.5);
}
.hover\:n-border-palette-primary-border-strong\/55:hover {
  border-color:rgb(var(--theme-palette-primary-border-strong) / 0.55);
}
.hover\:n-border-palette-primary-border-strong\/60:hover {
  border-color:rgb(var(--theme-palette-primary-border-strong) / 0.6);
}
.hover\:n-border-palette-primary-border-strong\/65:hover {
  border-color:rgb(var(--theme-palette-primary-border-strong) / 0.65);
}
.hover\:n-border-palette-primary-border-strong\/70:hover {
  border-color:rgb(var(--theme-palette-primary-border-strong) / 0.7);
}
.hover\:n-border-palette-primary-border-strong\/75:hover {
  border-color:rgb(var(--theme-palette-primary-border-strong) / 0.75);
}
.hover\:n-border-palette-primary-border-strong\/80:hover {
  border-color:rgb(var(--theme-palette-primary-border-strong) / 0.8);
}
.hover\:n-border-palette-primary-border-strong\/85:hover {
  border-color:rgb(var(--theme-palette-primary-border-strong) / 0.85);
}
.hover\:n-border-palette-primary-border-strong\/90:hover {
  border-color:rgb(var(--theme-palette-primary-border-strong) / 0.9);
}
.hover\:n-border-palette-primary-border-strong\/95:hover {
  border-color:rgb(var(--theme-palette-primary-border-strong) / 0.95);
}
.hover\:n-border-palette-primary-border-weak:hover {
  border-color:rgb(var(--theme-palette-primary-border-weak));
}
.hover\:n-border-palette-primary-border-weak\/0:hover {
  border-color:rgb(var(--theme-palette-primary-border-weak) / 0);
}
.hover\:n-border-palette-primary-border-weak\/10:hover {
  border-color:rgb(var(--theme-palette-primary-border-weak) / 0.1);
}
.hover\:n-border-palette-primary-border-weak\/100:hover {
  border-color:rgb(var(--theme-palette-primary-border-weak) / 1);
}
.hover\:n-border-palette-primary-border-weak\/15:hover {
  border-color:rgb(var(--theme-palette-primary-border-weak) / 0.15);
}
.hover\:n-border-palette-primary-border-weak\/20:hover {
  border-color:rgb(var(--theme-palette-primary-border-weak) / 0.2);
}
.hover\:n-border-palette-primary-border-weak\/25:hover {
  border-color:rgb(var(--theme-palette-primary-border-weak) / 0.25);
}
.hover\:n-border-palette-primary-border-weak\/30:hover {
  border-color:rgb(var(--theme-palette-primary-border-weak) / 0.3);
}
.hover\:n-border-palette-primary-border-weak\/35:hover {
  border-color:rgb(var(--theme-palette-primary-border-weak) / 0.35);
}
.hover\:n-border-palette-primary-border-weak\/40:hover {
  border-color:rgb(var(--theme-palette-primary-border-weak) / 0.4);
}
.hover\:n-border-palette-primary-border-weak\/45:hover {
  border-color:rgb(var(--theme-palette-primary-border-weak) / 0.45);
}
.hover\:n-border-palette-primary-border-weak\/5:hover {
  border-color:rgb(var(--theme-palette-primary-border-weak) / 0.05);
}
.hover\:n-border-palette-primary-border-weak\/50:hover {
  border-color:rgb(var(--theme-palette-primary-border-weak) / 0.5);
}
.hover\:n-border-palette-primary-border-weak\/55:hover {
  border-color:rgb(var(--theme-palette-primary-border-weak) / 0.55);
}
.hover\:n-border-palette-primary-border-weak\/60:hover {
  border-color:rgb(var(--theme-palette-primary-border-weak) / 0.6);
}
.hover\:n-border-palette-primary-border-weak\/65:hover {
  border-color:rgb(var(--theme-palette-primary-border-weak) / 0.65);
}
.hover\:n-border-palette-primary-border-weak\/70:hover {
  border-color:rgb(var(--theme-palette-primary-border-weak) / 0.7);
}
.hover\:n-border-palette-primary-border-weak\/75:hover {
  border-color:rgb(var(--theme-palette-primary-border-weak) / 0.75);
}
.hover\:n-border-palette-primary-border-weak\/80:hover {
  border-color:rgb(var(--theme-palette-primary-border-weak) / 0.8);
}
.hover\:n-border-palette-primary-border-weak\/85:hover {
  border-color:rgb(var(--theme-palette-primary-border-weak) / 0.85);
}
.hover\:n-border-palette-primary-border-weak\/90:hover {
  border-color:rgb(var(--theme-palette-primary-border-weak) / 0.9);
}
.hover\:n-border-palette-primary-border-weak\/95:hover {
  border-color:rgb(var(--theme-palette-primary-border-weak) / 0.95);
}
.hover\:n-border-palette-primary-focus:hover {
  border-color:rgb(var(--theme-palette-primary-focus));
}
.hover\:n-border-palette-primary-focus\/0:hover {
  border-color:rgb(var(--theme-palette-primary-focus) / 0);
}
.hover\:n-border-palette-primary-focus\/10:hover {
  border-color:rgb(var(--theme-palette-primary-focus) / 0.1);
}
.hover\:n-border-palette-primary-focus\/100:hover {
  border-color:rgb(var(--theme-palette-primary-focus) / 1);
}
.hover\:n-border-palette-primary-focus\/15:hover {
  border-color:rgb(var(--theme-palette-primary-focus) / 0.15);
}
.hover\:n-border-palette-primary-focus\/20:hover {
  border-color:rgb(var(--theme-palette-primary-focus) / 0.2);
}
.hover\:n-border-palette-primary-focus\/25:hover {
  border-color:rgb(var(--theme-palette-primary-focus) / 0.25);
}
.hover\:n-border-palette-primary-focus\/30:hover {
  border-color:rgb(var(--theme-palette-primary-focus) / 0.3);
}
.hover\:n-border-palette-primary-focus\/35:hover {
  border-color:rgb(var(--theme-palette-primary-focus) / 0.35);
}
.hover\:n-border-palette-primary-focus\/40:hover {
  border-color:rgb(var(--theme-palette-primary-focus) / 0.4);
}
.hover\:n-border-palette-primary-focus\/45:hover {
  border-color:rgb(var(--theme-palette-primary-focus) / 0.45);
}
.hover\:n-border-palette-primary-focus\/5:hover {
  border-color:rgb(var(--theme-palette-primary-focus) / 0.05);
}
.hover\:n-border-palette-primary-focus\/50:hover {
  border-color:rgb(var(--theme-palette-primary-focus) / 0.5);
}
.hover\:n-border-palette-primary-focus\/55:hover {
  border-color:rgb(var(--theme-palette-primary-focus) / 0.55);
}
.hover\:n-border-palette-primary-focus\/60:hover {
  border-color:rgb(var(--theme-palette-primary-focus) / 0.6);
}
.hover\:n-border-palette-primary-focus\/65:hover {
  border-color:rgb(var(--theme-palette-primary-focus) / 0.65);
}
.hover\:n-border-palette-primary-focus\/70:hover {
  border-color:rgb(var(--theme-palette-primary-focus) / 0.7);
}
.hover\:n-border-palette-primary-focus\/75:hover {
  border-color:rgb(var(--theme-palette-primary-focus) / 0.75);
}
.hover\:n-border-palette-primary-focus\/80:hover {
  border-color:rgb(var(--theme-palette-primary-focus) / 0.8);
}
.hover\:n-border-palette-primary-focus\/85:hover {
  border-color:rgb(var(--theme-palette-primary-focus) / 0.85);
}
.hover\:n-border-palette-primary-focus\/90:hover {
  border-color:rgb(var(--theme-palette-primary-focus) / 0.9);
}
.hover\:n-border-palette-primary-focus\/95:hover {
  border-color:rgb(var(--theme-palette-primary-focus) / 0.95);
}
.hover\:n-border-palette-primary-hover-strong:hover {
  border-color:rgb(var(--theme-palette-primary-hover-strong));
}
.hover\:n-border-palette-primary-hover-strong\/0:hover {
  border-color:rgb(var(--theme-palette-primary-hover-strong) / 0);
}
.hover\:n-border-palette-primary-hover-strong\/10:hover {
  border-color:rgb(var(--theme-palette-primary-hover-strong) / 0.1);
}
.hover\:n-border-palette-primary-hover-strong\/100:hover {
  border-color:rgb(var(--theme-palette-primary-hover-strong) / 1);
}
.hover\:n-border-palette-primary-hover-strong\/15:hover {
  border-color:rgb(var(--theme-palette-primary-hover-strong) / 0.15);
}
.hover\:n-border-palette-primary-hover-strong\/20:hover {
  border-color:rgb(var(--theme-palette-primary-hover-strong) / 0.2);
}
.hover\:n-border-palette-primary-hover-strong\/25:hover {
  border-color:rgb(var(--theme-palette-primary-hover-strong) / 0.25);
}
.hover\:n-border-palette-primary-hover-strong\/30:hover {
  border-color:rgb(var(--theme-palette-primary-hover-strong) / 0.3);
}
.hover\:n-border-palette-primary-hover-strong\/35:hover {
  border-color:rgb(var(--theme-palette-primary-hover-strong) / 0.35);
}
.hover\:n-border-palette-primary-hover-strong\/40:hover {
  border-color:rgb(var(--theme-palette-primary-hover-strong) / 0.4);
}
.hover\:n-border-palette-primary-hover-strong\/45:hover {
  border-color:rgb(var(--theme-palette-primary-hover-strong) / 0.45);
}
.hover\:n-border-palette-primary-hover-strong\/5:hover {
  border-color:rgb(var(--theme-palette-primary-hover-strong) / 0.05);
}
.hover\:n-border-palette-primary-hover-strong\/50:hover {
  border-color:rgb(var(--theme-palette-primary-hover-strong) / 0.5);
}
.hover\:n-border-palette-primary-hover-strong\/55:hover {
  border-color:rgb(var(--theme-palette-primary-hover-strong) / 0.55);
}
.hover\:n-border-palette-primary-hover-strong\/60:hover {
  border-color:rgb(var(--theme-palette-primary-hover-strong) / 0.6);
}
.hover\:n-border-palette-primary-hover-strong\/65:hover {
  border-color:rgb(var(--theme-palette-primary-hover-strong) / 0.65);
}
.hover\:n-border-palette-primary-hover-strong\/70:hover {
  border-color:rgb(var(--theme-palette-primary-hover-strong) / 0.7);
}
.hover\:n-border-palette-primary-hover-strong\/75:hover {
  border-color:rgb(var(--theme-palette-primary-hover-strong) / 0.75);
}
.hover\:n-border-palette-primary-hover-strong\/80:hover {
  border-color:rgb(var(--theme-palette-primary-hover-strong) / 0.8);
}
.hover\:n-border-palette-primary-hover-strong\/85:hover {
  border-color:rgb(var(--theme-palette-primary-hover-strong) / 0.85);
}
.hover\:n-border-palette-primary-hover-strong\/90:hover {
  border-color:rgb(var(--theme-palette-primary-hover-strong) / 0.9);
}
.hover\:n-border-palette-primary-hover-strong\/95:hover {
  border-color:rgb(var(--theme-palette-primary-hover-strong) / 0.95);
}
.hover\:n-border-palette-primary-hover-weak:hover {
  border-color:rgb(var(--theme-palette-primary-hover-weak));
}
.hover\:n-border-palette-primary-hover-weak\/0:hover {
  border-color:rgb(var(--theme-palette-primary-hover-weak) / 0);
}
.hover\:n-border-palette-primary-hover-weak\/10:hover {
  border-color:rgb(var(--theme-palette-primary-hover-weak) / 0.1);
}
.hover\:n-border-palette-primary-hover-weak\/100:hover {
  border-color:rgb(var(--theme-palette-primary-hover-weak) / 1);
}
.hover\:n-border-palette-primary-hover-weak\/15:hover {
  border-color:rgb(var(--theme-palette-primary-hover-weak) / 0.15);
}
.hover\:n-border-palette-primary-hover-weak\/20:hover {
  border-color:rgb(var(--theme-palette-primary-hover-weak) / 0.2);
}
.hover\:n-border-palette-primary-hover-weak\/25:hover {
  border-color:rgb(var(--theme-palette-primary-hover-weak) / 0.25);
}
.hover\:n-border-palette-primary-hover-weak\/30:hover {
  border-color:rgb(var(--theme-palette-primary-hover-weak) / 0.3);
}
.hover\:n-border-palette-primary-hover-weak\/35:hover {
  border-color:rgb(var(--theme-palette-primary-hover-weak) / 0.35);
}
.hover\:n-border-palette-primary-hover-weak\/40:hover {
  border-color:rgb(var(--theme-palette-primary-hover-weak) / 0.4);
}
.hover\:n-border-palette-primary-hover-weak\/45:hover {
  border-color:rgb(var(--theme-palette-primary-hover-weak) / 0.45);
}
.hover\:n-border-palette-primary-hover-weak\/5:hover {
  border-color:rgb(var(--theme-palette-primary-hover-weak) / 0.05);
}
.hover\:n-border-palette-primary-hover-weak\/50:hover {
  border-color:rgb(var(--theme-palette-primary-hover-weak) / 0.5);
}
.hover\:n-border-palette-primary-hover-weak\/55:hover {
  border-color:rgb(var(--theme-palette-primary-hover-weak) / 0.55);
}
.hover\:n-border-palette-primary-hover-weak\/60:hover {
  border-color:rgb(var(--theme-palette-primary-hover-weak) / 0.6);
}
.hover\:n-border-palette-primary-hover-weak\/65:hover {
  border-color:rgb(var(--theme-palette-primary-hover-weak) / 0.65);
}
.hover\:n-border-palette-primary-hover-weak\/70:hover {
  border-color:rgb(var(--theme-palette-primary-hover-weak) / 0.7);
}
.hover\:n-border-palette-primary-hover-weak\/75:hover {
  border-color:rgb(var(--theme-palette-primary-hover-weak) / 0.75);
}
.hover\:n-border-palette-primary-hover-weak\/80:hover {
  border-color:rgb(var(--theme-palette-primary-hover-weak) / 0.8);
}
.hover\:n-border-palette-primary-hover-weak\/85:hover {
  border-color:rgb(var(--theme-palette-primary-hover-weak) / 0.85);
}
.hover\:n-border-palette-primary-hover-weak\/90:hover {
  border-color:rgb(var(--theme-palette-primary-hover-weak) / 0.9);
}
.hover\:n-border-palette-primary-hover-weak\/95:hover {
  border-color:rgb(var(--theme-palette-primary-hover-weak) / 0.95);
}
.hover\:n-border-palette-primary-icon:hover {
  border-color:rgb(var(--theme-palette-primary-icon));
}
.hover\:n-border-palette-primary-icon\/0:hover {
  border-color:rgb(var(--theme-palette-primary-icon) / 0);
}
.hover\:n-border-palette-primary-icon\/10:hover {
  border-color:rgb(var(--theme-palette-primary-icon) / 0.1);
}
.hover\:n-border-palette-primary-icon\/100:hover {
  border-color:rgb(var(--theme-palette-primary-icon) / 1);
}
.hover\:n-border-palette-primary-icon\/15:hover {
  border-color:rgb(var(--theme-palette-primary-icon) / 0.15);
}
.hover\:n-border-palette-primary-icon\/20:hover {
  border-color:rgb(var(--theme-palette-primary-icon) / 0.2);
}
.hover\:n-border-palette-primary-icon\/25:hover {
  border-color:rgb(var(--theme-palette-primary-icon) / 0.25);
}
.hover\:n-border-palette-primary-icon\/30:hover {
  border-color:rgb(var(--theme-palette-primary-icon) / 0.3);
}
.hover\:n-border-palette-primary-icon\/35:hover {
  border-color:rgb(var(--theme-palette-primary-icon) / 0.35);
}
.hover\:n-border-palette-primary-icon\/40:hover {
  border-color:rgb(var(--theme-palette-primary-icon) / 0.4);
}
.hover\:n-border-palette-primary-icon\/45:hover {
  border-color:rgb(var(--theme-palette-primary-icon) / 0.45);
}
.hover\:n-border-palette-primary-icon\/5:hover {
  border-color:rgb(var(--theme-palette-primary-icon) / 0.05);
}
.hover\:n-border-palette-primary-icon\/50:hover {
  border-color:rgb(var(--theme-palette-primary-icon) / 0.5);
}
.hover\:n-border-palette-primary-icon\/55:hover {
  border-color:rgb(var(--theme-palette-primary-icon) / 0.55);
}
.hover\:n-border-palette-primary-icon\/60:hover {
  border-color:rgb(var(--theme-palette-primary-icon) / 0.6);
}
.hover\:n-border-palette-primary-icon\/65:hover {
  border-color:rgb(var(--theme-palette-primary-icon) / 0.65);
}
.hover\:n-border-palette-primary-icon\/70:hover {
  border-color:rgb(var(--theme-palette-primary-icon) / 0.7);
}
.hover\:n-border-palette-primary-icon\/75:hover {
  border-color:rgb(var(--theme-palette-primary-icon) / 0.75);
}
.hover\:n-border-palette-primary-icon\/80:hover {
  border-color:rgb(var(--theme-palette-primary-icon) / 0.8);
}
.hover\:n-border-palette-primary-icon\/85:hover {
  border-color:rgb(var(--theme-palette-primary-icon) / 0.85);
}
.hover\:n-border-palette-primary-icon\/90:hover {
  border-color:rgb(var(--theme-palette-primary-icon) / 0.9);
}
.hover\:n-border-palette-primary-icon\/95:hover {
  border-color:rgb(var(--theme-palette-primary-icon) / 0.95);
}
.hover\:n-border-palette-primary-pressed-strong:hover {
  border-color:rgb(var(--theme-palette-primary-pressed-strong));
}
.hover\:n-border-palette-primary-pressed-strong\/0:hover {
  border-color:rgb(var(--theme-palette-primary-pressed-strong) / 0);
}
.hover\:n-border-palette-primary-pressed-strong\/10:hover {
  border-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.1);
}
.hover\:n-border-palette-primary-pressed-strong\/100:hover {
  border-color:rgb(var(--theme-palette-primary-pressed-strong) / 1);
}
.hover\:n-border-palette-primary-pressed-strong\/15:hover {
  border-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.15);
}
.hover\:n-border-palette-primary-pressed-strong\/20:hover {
  border-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.2);
}
.hover\:n-border-palette-primary-pressed-strong\/25:hover {
  border-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.25);
}
.hover\:n-border-palette-primary-pressed-strong\/30:hover {
  border-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.3);
}
.hover\:n-border-palette-primary-pressed-strong\/35:hover {
  border-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.35);
}
.hover\:n-border-palette-primary-pressed-strong\/40:hover {
  border-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.4);
}
.hover\:n-border-palette-primary-pressed-strong\/45:hover {
  border-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.45);
}
.hover\:n-border-palette-primary-pressed-strong\/5:hover {
  border-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.05);
}
.hover\:n-border-palette-primary-pressed-strong\/50:hover {
  border-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.5);
}
.hover\:n-border-palette-primary-pressed-strong\/55:hover {
  border-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.55);
}
.hover\:n-border-palette-primary-pressed-strong\/60:hover {
  border-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.6);
}
.hover\:n-border-palette-primary-pressed-strong\/65:hover {
  border-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.65);
}
.hover\:n-border-palette-primary-pressed-strong\/70:hover {
  border-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.7);
}
.hover\:n-border-palette-primary-pressed-strong\/75:hover {
  border-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.75);
}
.hover\:n-border-palette-primary-pressed-strong\/80:hover {
  border-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.8);
}
.hover\:n-border-palette-primary-pressed-strong\/85:hover {
  border-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.85);
}
.hover\:n-border-palette-primary-pressed-strong\/90:hover {
  border-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.9);
}
.hover\:n-border-palette-primary-pressed-strong\/95:hover {
  border-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.95);
}
.hover\:n-border-palette-primary-pressed-weak:hover {
  border-color:rgb(var(--theme-palette-primary-pressed-weak));
}
.hover\:n-border-palette-primary-pressed-weak\/0:hover {
  border-color:rgb(var(--theme-palette-primary-pressed-weak) / 0);
}
.hover\:n-border-palette-primary-pressed-weak\/10:hover {
  border-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.1);
}
.hover\:n-border-palette-primary-pressed-weak\/100:hover {
  border-color:rgb(var(--theme-palette-primary-pressed-weak) / 1);
}
.hover\:n-border-palette-primary-pressed-weak\/15:hover {
  border-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.15);
}
.hover\:n-border-palette-primary-pressed-weak\/20:hover {
  border-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.2);
}
.hover\:n-border-palette-primary-pressed-weak\/25:hover {
  border-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.25);
}
.hover\:n-border-palette-primary-pressed-weak\/30:hover {
  border-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.3);
}
.hover\:n-border-palette-primary-pressed-weak\/35:hover {
  border-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.35);
}
.hover\:n-border-palette-primary-pressed-weak\/40:hover {
  border-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.4);
}
.hover\:n-border-palette-primary-pressed-weak\/45:hover {
  border-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.45);
}
.hover\:n-border-palette-primary-pressed-weak\/5:hover {
  border-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.05);
}
.hover\:n-border-palette-primary-pressed-weak\/50:hover {
  border-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.5);
}
.hover\:n-border-palette-primary-pressed-weak\/55:hover {
  border-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.55);
}
.hover\:n-border-palette-primary-pressed-weak\/60:hover {
  border-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.6);
}
.hover\:n-border-palette-primary-pressed-weak\/65:hover {
  border-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.65);
}
.hover\:n-border-palette-primary-pressed-weak\/70:hover {
  border-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.7);
}
.hover\:n-border-palette-primary-pressed-weak\/75:hover {
  border-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.75);
}
.hover\:n-border-palette-primary-pressed-weak\/80:hover {
  border-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.8);
}
.hover\:n-border-palette-primary-pressed-weak\/85:hover {
  border-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.85);
}
.hover\:n-border-palette-primary-pressed-weak\/90:hover {
  border-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.9);
}
.hover\:n-border-palette-primary-pressed-weak\/95:hover {
  border-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.95);
}
.hover\:n-border-palette-primary-text:hover {
  border-color:rgb(var(--theme-palette-primary-text));
}
.hover\:n-border-palette-primary-text\/0:hover {
  border-color:rgb(var(--theme-palette-primary-text) / 0);
}
.hover\:n-border-palette-primary-text\/10:hover {
  border-color:rgb(var(--theme-palette-primary-text) / 0.1);
}
.hover\:n-border-palette-primary-text\/100:hover {
  border-color:rgb(var(--theme-palette-primary-text) / 1);
}
.hover\:n-border-palette-primary-text\/15:hover {
  border-color:rgb(var(--theme-palette-primary-text) / 0.15);
}
.hover\:n-border-palette-primary-text\/20:hover {
  border-color:rgb(var(--theme-palette-primary-text) / 0.2);
}
.hover\:n-border-palette-primary-text\/25:hover {
  border-color:rgb(var(--theme-palette-primary-text) / 0.25);
}
.hover\:n-border-palette-primary-text\/30:hover {
  border-color:rgb(var(--theme-palette-primary-text) / 0.3);
}
.hover\:n-border-palette-primary-text\/35:hover {
  border-color:rgb(var(--theme-palette-primary-text) / 0.35);
}
.hover\:n-border-palette-primary-text\/40:hover {
  border-color:rgb(var(--theme-palette-primary-text) / 0.4);
}
.hover\:n-border-palette-primary-text\/45:hover {
  border-color:rgb(var(--theme-palette-primary-text) / 0.45);
}
.hover\:n-border-palette-primary-text\/5:hover {
  border-color:rgb(var(--theme-palette-primary-text) / 0.05);
}
.hover\:n-border-palette-primary-text\/50:hover {
  border-color:rgb(var(--theme-palette-primary-text) / 0.5);
}
.hover\:n-border-palette-primary-text\/55:hover {
  border-color:rgb(var(--theme-palette-primary-text) / 0.55);
}
.hover\:n-border-palette-primary-text\/60:hover {
  border-color:rgb(var(--theme-palette-primary-text) / 0.6);
}
.hover\:n-border-palette-primary-text\/65:hover {
  border-color:rgb(var(--theme-palette-primary-text) / 0.65);
}
.hover\:n-border-palette-primary-text\/70:hover {
  border-color:rgb(var(--theme-palette-primary-text) / 0.7);
}
.hover\:n-border-palette-primary-text\/75:hover {
  border-color:rgb(var(--theme-palette-primary-text) / 0.75);
}
.hover\:n-border-palette-primary-text\/80:hover {
  border-color:rgb(var(--theme-palette-primary-text) / 0.8);
}
.hover\:n-border-palette-primary-text\/85:hover {
  border-color:rgb(var(--theme-palette-primary-text) / 0.85);
}
.hover\:n-border-palette-primary-text\/90:hover {
  border-color:rgb(var(--theme-palette-primary-text) / 0.9);
}
.hover\:n-border-palette-primary-text\/95:hover {
  border-color:rgb(var(--theme-palette-primary-text) / 0.95);
}
.hover\:n-border-palette-success-bg-status:hover {
  border-color:rgb(var(--theme-palette-success-bg-status));
}
.hover\:n-border-palette-success-bg-status\/0:hover {
  border-color:rgb(var(--theme-palette-success-bg-status) / 0);
}
.hover\:n-border-palette-success-bg-status\/10:hover {
  border-color:rgb(var(--theme-palette-success-bg-status) / 0.1);
}
.hover\:n-border-palette-success-bg-status\/100:hover {
  border-color:rgb(var(--theme-palette-success-bg-status) / 1);
}
.hover\:n-border-palette-success-bg-status\/15:hover {
  border-color:rgb(var(--theme-palette-success-bg-status) / 0.15);
}
.hover\:n-border-palette-success-bg-status\/20:hover {
  border-color:rgb(var(--theme-palette-success-bg-status) / 0.2);
}
.hover\:n-border-palette-success-bg-status\/25:hover {
  border-color:rgb(var(--theme-palette-success-bg-status) / 0.25);
}
.hover\:n-border-palette-success-bg-status\/30:hover {
  border-color:rgb(var(--theme-palette-success-bg-status) / 0.3);
}
.hover\:n-border-palette-success-bg-status\/35:hover {
  border-color:rgb(var(--theme-palette-success-bg-status) / 0.35);
}
.hover\:n-border-palette-success-bg-status\/40:hover {
  border-color:rgb(var(--theme-palette-success-bg-status) / 0.4);
}
.hover\:n-border-palette-success-bg-status\/45:hover {
  border-color:rgb(var(--theme-palette-success-bg-status) / 0.45);
}
.hover\:n-border-palette-success-bg-status\/5:hover {
  border-color:rgb(var(--theme-palette-success-bg-status) / 0.05);
}
.hover\:n-border-palette-success-bg-status\/50:hover {
  border-color:rgb(var(--theme-palette-success-bg-status) / 0.5);
}
.hover\:n-border-palette-success-bg-status\/55:hover {
  border-color:rgb(var(--theme-palette-success-bg-status) / 0.55);
}
.hover\:n-border-palette-success-bg-status\/60:hover {
  border-color:rgb(var(--theme-palette-success-bg-status) / 0.6);
}
.hover\:n-border-palette-success-bg-status\/65:hover {
  border-color:rgb(var(--theme-palette-success-bg-status) / 0.65);
}
.hover\:n-border-palette-success-bg-status\/70:hover {
  border-color:rgb(var(--theme-palette-success-bg-status) / 0.7);
}
.hover\:n-border-palette-success-bg-status\/75:hover {
  border-color:rgb(var(--theme-palette-success-bg-status) / 0.75);
}
.hover\:n-border-palette-success-bg-status\/80:hover {
  border-color:rgb(var(--theme-palette-success-bg-status) / 0.8);
}
.hover\:n-border-palette-success-bg-status\/85:hover {
  border-color:rgb(var(--theme-palette-success-bg-status) / 0.85);
}
.hover\:n-border-palette-success-bg-status\/90:hover {
  border-color:rgb(var(--theme-palette-success-bg-status) / 0.9);
}
.hover\:n-border-palette-success-bg-status\/95:hover {
  border-color:rgb(var(--theme-palette-success-bg-status) / 0.95);
}
.hover\:n-border-palette-success-bg-strong:hover {
  border-color:rgb(var(--theme-palette-success-bg-strong));
}
.hover\:n-border-palette-success-bg-strong\/0:hover {
  border-color:rgb(var(--theme-palette-success-bg-strong) / 0);
}
.hover\:n-border-palette-success-bg-strong\/10:hover {
  border-color:rgb(var(--theme-palette-success-bg-strong) / 0.1);
}
.hover\:n-border-palette-success-bg-strong\/100:hover {
  border-color:rgb(var(--theme-palette-success-bg-strong) / 1);
}
.hover\:n-border-palette-success-bg-strong\/15:hover {
  border-color:rgb(var(--theme-palette-success-bg-strong) / 0.15);
}
.hover\:n-border-palette-success-bg-strong\/20:hover {
  border-color:rgb(var(--theme-palette-success-bg-strong) / 0.2);
}
.hover\:n-border-palette-success-bg-strong\/25:hover {
  border-color:rgb(var(--theme-palette-success-bg-strong) / 0.25);
}
.hover\:n-border-palette-success-bg-strong\/30:hover {
  border-color:rgb(var(--theme-palette-success-bg-strong) / 0.3);
}
.hover\:n-border-palette-success-bg-strong\/35:hover {
  border-color:rgb(var(--theme-palette-success-bg-strong) / 0.35);
}
.hover\:n-border-palette-success-bg-strong\/40:hover {
  border-color:rgb(var(--theme-palette-success-bg-strong) / 0.4);
}
.hover\:n-border-palette-success-bg-strong\/45:hover {
  border-color:rgb(var(--theme-palette-success-bg-strong) / 0.45);
}
.hover\:n-border-palette-success-bg-strong\/5:hover {
  border-color:rgb(var(--theme-palette-success-bg-strong) / 0.05);
}
.hover\:n-border-palette-success-bg-strong\/50:hover {
  border-color:rgb(var(--theme-palette-success-bg-strong) / 0.5);
}
.hover\:n-border-palette-success-bg-strong\/55:hover {
  border-color:rgb(var(--theme-palette-success-bg-strong) / 0.55);
}
.hover\:n-border-palette-success-bg-strong\/60:hover {
  border-color:rgb(var(--theme-palette-success-bg-strong) / 0.6);
}
.hover\:n-border-palette-success-bg-strong\/65:hover {
  border-color:rgb(var(--theme-palette-success-bg-strong) / 0.65);
}
.hover\:n-border-palette-success-bg-strong\/70:hover {
  border-color:rgb(var(--theme-palette-success-bg-strong) / 0.7);
}
.hover\:n-border-palette-success-bg-strong\/75:hover {
  border-color:rgb(var(--theme-palette-success-bg-strong) / 0.75);
}
.hover\:n-border-palette-success-bg-strong\/80:hover {
  border-color:rgb(var(--theme-palette-success-bg-strong) / 0.8);
}
.hover\:n-border-palette-success-bg-strong\/85:hover {
  border-color:rgb(var(--theme-palette-success-bg-strong) / 0.85);
}
.hover\:n-border-palette-success-bg-strong\/90:hover {
  border-color:rgb(var(--theme-palette-success-bg-strong) / 0.9);
}
.hover\:n-border-palette-success-bg-strong\/95:hover {
  border-color:rgb(var(--theme-palette-success-bg-strong) / 0.95);
}
.hover\:n-border-palette-success-bg-weak:hover {
  border-color:rgb(var(--theme-palette-success-bg-weak));
}
.hover\:n-border-palette-success-bg-weak\/0:hover {
  border-color:rgb(var(--theme-palette-success-bg-weak) / 0);
}
.hover\:n-border-palette-success-bg-weak\/10:hover {
  border-color:rgb(var(--theme-palette-success-bg-weak) / 0.1);
}
.hover\:n-border-palette-success-bg-weak\/100:hover {
  border-color:rgb(var(--theme-palette-success-bg-weak) / 1);
}
.hover\:n-border-palette-success-bg-weak\/15:hover {
  border-color:rgb(var(--theme-palette-success-bg-weak) / 0.15);
}
.hover\:n-border-palette-success-bg-weak\/20:hover {
  border-color:rgb(var(--theme-palette-success-bg-weak) / 0.2);
}
.hover\:n-border-palette-success-bg-weak\/25:hover {
  border-color:rgb(var(--theme-palette-success-bg-weak) / 0.25);
}
.hover\:n-border-palette-success-bg-weak\/30:hover {
  border-color:rgb(var(--theme-palette-success-bg-weak) / 0.3);
}
.hover\:n-border-palette-success-bg-weak\/35:hover {
  border-color:rgb(var(--theme-palette-success-bg-weak) / 0.35);
}
.hover\:n-border-palette-success-bg-weak\/40:hover {
  border-color:rgb(var(--theme-palette-success-bg-weak) / 0.4);
}
.hover\:n-border-palette-success-bg-weak\/45:hover {
  border-color:rgb(var(--theme-palette-success-bg-weak) / 0.45);
}
.hover\:n-border-palette-success-bg-weak\/5:hover {
  border-color:rgb(var(--theme-palette-success-bg-weak) / 0.05);
}
.hover\:n-border-palette-success-bg-weak\/50:hover {
  border-color:rgb(var(--theme-palette-success-bg-weak) / 0.5);
}
.hover\:n-border-palette-success-bg-weak\/55:hover {
  border-color:rgb(var(--theme-palette-success-bg-weak) / 0.55);
}
.hover\:n-border-palette-success-bg-weak\/60:hover {
  border-color:rgb(var(--theme-palette-success-bg-weak) / 0.6);
}
.hover\:n-border-palette-success-bg-weak\/65:hover {
  border-color:rgb(var(--theme-palette-success-bg-weak) / 0.65);
}
.hover\:n-border-palette-success-bg-weak\/70:hover {
  border-color:rgb(var(--theme-palette-success-bg-weak) / 0.7);
}
.hover\:n-border-palette-success-bg-weak\/75:hover {
  border-color:rgb(var(--theme-palette-success-bg-weak) / 0.75);
}
.hover\:n-border-palette-success-bg-weak\/80:hover {
  border-color:rgb(var(--theme-palette-success-bg-weak) / 0.8);
}
.hover\:n-border-palette-success-bg-weak\/85:hover {
  border-color:rgb(var(--theme-palette-success-bg-weak) / 0.85);
}
.hover\:n-border-palette-success-bg-weak\/90:hover {
  border-color:rgb(var(--theme-palette-success-bg-weak) / 0.9);
}
.hover\:n-border-palette-success-bg-weak\/95:hover {
  border-color:rgb(var(--theme-palette-success-bg-weak) / 0.95);
}
.hover\:n-border-palette-success-border-strong:hover {
  border-color:rgb(var(--theme-palette-success-border-strong));
}
.hover\:n-border-palette-success-border-strong\/0:hover {
  border-color:rgb(var(--theme-palette-success-border-strong) / 0);
}
.hover\:n-border-palette-success-border-strong\/10:hover {
  border-color:rgb(var(--theme-palette-success-border-strong) / 0.1);
}
.hover\:n-border-palette-success-border-strong\/100:hover {
  border-color:rgb(var(--theme-palette-success-border-strong) / 1);
}
.hover\:n-border-palette-success-border-strong\/15:hover {
  border-color:rgb(var(--theme-palette-success-border-strong) / 0.15);
}
.hover\:n-border-palette-success-border-strong\/20:hover {
  border-color:rgb(var(--theme-palette-success-border-strong) / 0.2);
}
.hover\:n-border-palette-success-border-strong\/25:hover {
  border-color:rgb(var(--theme-palette-success-border-strong) / 0.25);
}
.hover\:n-border-palette-success-border-strong\/30:hover {
  border-color:rgb(var(--theme-palette-success-border-strong) / 0.3);
}
.hover\:n-border-palette-success-border-strong\/35:hover {
  border-color:rgb(var(--theme-palette-success-border-strong) / 0.35);
}
.hover\:n-border-palette-success-border-strong\/40:hover {
  border-color:rgb(var(--theme-palette-success-border-strong) / 0.4);
}
.hover\:n-border-palette-success-border-strong\/45:hover {
  border-color:rgb(var(--theme-palette-success-border-strong) / 0.45);
}
.hover\:n-border-palette-success-border-strong\/5:hover {
  border-color:rgb(var(--theme-palette-success-border-strong) / 0.05);
}
.hover\:n-border-palette-success-border-strong\/50:hover {
  border-color:rgb(var(--theme-palette-success-border-strong) / 0.5);
}
.hover\:n-border-palette-success-border-strong\/55:hover {
  border-color:rgb(var(--theme-palette-success-border-strong) / 0.55);
}
.hover\:n-border-palette-success-border-strong\/60:hover {
  border-color:rgb(var(--theme-palette-success-border-strong) / 0.6);
}
.hover\:n-border-palette-success-border-strong\/65:hover {
  border-color:rgb(var(--theme-palette-success-border-strong) / 0.65);
}
.hover\:n-border-palette-success-border-strong\/70:hover {
  border-color:rgb(var(--theme-palette-success-border-strong) / 0.7);
}
.hover\:n-border-palette-success-border-strong\/75:hover {
  border-color:rgb(var(--theme-palette-success-border-strong) / 0.75);
}
.hover\:n-border-palette-success-border-strong\/80:hover {
  border-color:rgb(var(--theme-palette-success-border-strong) / 0.8);
}
.hover\:n-border-palette-success-border-strong\/85:hover {
  border-color:rgb(var(--theme-palette-success-border-strong) / 0.85);
}
.hover\:n-border-palette-success-border-strong\/90:hover {
  border-color:rgb(var(--theme-palette-success-border-strong) / 0.9);
}
.hover\:n-border-palette-success-border-strong\/95:hover {
  border-color:rgb(var(--theme-palette-success-border-strong) / 0.95);
}
.hover\:n-border-palette-success-border-weak:hover {
  border-color:rgb(var(--theme-palette-success-border-weak));
}
.hover\:n-border-palette-success-border-weak\/0:hover {
  border-color:rgb(var(--theme-palette-success-border-weak) / 0);
}
.hover\:n-border-palette-success-border-weak\/10:hover {
  border-color:rgb(var(--theme-palette-success-border-weak) / 0.1);
}
.hover\:n-border-palette-success-border-weak\/100:hover {
  border-color:rgb(var(--theme-palette-success-border-weak) / 1);
}
.hover\:n-border-palette-success-border-weak\/15:hover {
  border-color:rgb(var(--theme-palette-success-border-weak) / 0.15);
}
.hover\:n-border-palette-success-border-weak\/20:hover {
  border-color:rgb(var(--theme-palette-success-border-weak) / 0.2);
}
.hover\:n-border-palette-success-border-weak\/25:hover {
  border-color:rgb(var(--theme-palette-success-border-weak) / 0.25);
}
.hover\:n-border-palette-success-border-weak\/30:hover {
  border-color:rgb(var(--theme-palette-success-border-weak) / 0.3);
}
.hover\:n-border-palette-success-border-weak\/35:hover {
  border-color:rgb(var(--theme-palette-success-border-weak) / 0.35);
}
.hover\:n-border-palette-success-border-weak\/40:hover {
  border-color:rgb(var(--theme-palette-success-border-weak) / 0.4);
}
.hover\:n-border-palette-success-border-weak\/45:hover {
  border-color:rgb(var(--theme-palette-success-border-weak) / 0.45);
}
.hover\:n-border-palette-success-border-weak\/5:hover {
  border-color:rgb(var(--theme-palette-success-border-weak) / 0.05);
}
.hover\:n-border-palette-success-border-weak\/50:hover {
  border-color:rgb(var(--theme-palette-success-border-weak) / 0.5);
}
.hover\:n-border-palette-success-border-weak\/55:hover {
  border-color:rgb(var(--theme-palette-success-border-weak) / 0.55);
}
.hover\:n-border-palette-success-border-weak\/60:hover {
  border-color:rgb(var(--theme-palette-success-border-weak) / 0.6);
}
.hover\:n-border-palette-success-border-weak\/65:hover {
  border-color:rgb(var(--theme-palette-success-border-weak) / 0.65);
}
.hover\:n-border-palette-success-border-weak\/70:hover {
  border-color:rgb(var(--theme-palette-success-border-weak) / 0.7);
}
.hover\:n-border-palette-success-border-weak\/75:hover {
  border-color:rgb(var(--theme-palette-success-border-weak) / 0.75);
}
.hover\:n-border-palette-success-border-weak\/80:hover {
  border-color:rgb(var(--theme-palette-success-border-weak) / 0.8);
}
.hover\:n-border-palette-success-border-weak\/85:hover {
  border-color:rgb(var(--theme-palette-success-border-weak) / 0.85);
}
.hover\:n-border-palette-success-border-weak\/90:hover {
  border-color:rgb(var(--theme-palette-success-border-weak) / 0.9);
}
.hover\:n-border-palette-success-border-weak\/95:hover {
  border-color:rgb(var(--theme-palette-success-border-weak) / 0.95);
}
.hover\:n-border-palette-success-icon:hover {
  border-color:rgb(var(--theme-palette-success-icon));
}
.hover\:n-border-palette-success-icon\/0:hover {
  border-color:rgb(var(--theme-palette-success-icon) / 0);
}
.hover\:n-border-palette-success-icon\/10:hover {
  border-color:rgb(var(--theme-palette-success-icon) / 0.1);
}
.hover\:n-border-palette-success-icon\/100:hover {
  border-color:rgb(var(--theme-palette-success-icon) / 1);
}
.hover\:n-border-palette-success-icon\/15:hover {
  border-color:rgb(var(--theme-palette-success-icon) / 0.15);
}
.hover\:n-border-palette-success-icon\/20:hover {
  border-color:rgb(var(--theme-palette-success-icon) / 0.2);
}
.hover\:n-border-palette-success-icon\/25:hover {
  border-color:rgb(var(--theme-palette-success-icon) / 0.25);
}
.hover\:n-border-palette-success-icon\/30:hover {
  border-color:rgb(var(--theme-palette-success-icon) / 0.3);
}
.hover\:n-border-palette-success-icon\/35:hover {
  border-color:rgb(var(--theme-palette-success-icon) / 0.35);
}
.hover\:n-border-palette-success-icon\/40:hover {
  border-color:rgb(var(--theme-palette-success-icon) / 0.4);
}
.hover\:n-border-palette-success-icon\/45:hover {
  border-color:rgb(var(--theme-palette-success-icon) / 0.45);
}
.hover\:n-border-palette-success-icon\/5:hover {
  border-color:rgb(var(--theme-palette-success-icon) / 0.05);
}
.hover\:n-border-palette-success-icon\/50:hover {
  border-color:rgb(var(--theme-palette-success-icon) / 0.5);
}
.hover\:n-border-palette-success-icon\/55:hover {
  border-color:rgb(var(--theme-palette-success-icon) / 0.55);
}
.hover\:n-border-palette-success-icon\/60:hover {
  border-color:rgb(var(--theme-palette-success-icon) / 0.6);
}
.hover\:n-border-palette-success-icon\/65:hover {
  border-color:rgb(var(--theme-palette-success-icon) / 0.65);
}
.hover\:n-border-palette-success-icon\/70:hover {
  border-color:rgb(var(--theme-palette-success-icon) / 0.7);
}
.hover\:n-border-palette-success-icon\/75:hover {
  border-color:rgb(var(--theme-palette-success-icon) / 0.75);
}
.hover\:n-border-palette-success-icon\/80:hover {
  border-color:rgb(var(--theme-palette-success-icon) / 0.8);
}
.hover\:n-border-palette-success-icon\/85:hover {
  border-color:rgb(var(--theme-palette-success-icon) / 0.85);
}
.hover\:n-border-palette-success-icon\/90:hover {
  border-color:rgb(var(--theme-palette-success-icon) / 0.9);
}
.hover\:n-border-palette-success-icon\/95:hover {
  border-color:rgb(var(--theme-palette-success-icon) / 0.95);
}
.hover\:n-border-palette-success-text:hover {
  border-color:rgb(var(--theme-palette-success-text));
}
.hover\:n-border-palette-success-text\/0:hover {
  border-color:rgb(var(--theme-palette-success-text) / 0);
}
.hover\:n-border-palette-success-text\/10:hover {
  border-color:rgb(var(--theme-palette-success-text) / 0.1);
}
.hover\:n-border-palette-success-text\/100:hover {
  border-color:rgb(var(--theme-palette-success-text) / 1);
}
.hover\:n-border-palette-success-text\/15:hover {
  border-color:rgb(var(--theme-palette-success-text) / 0.15);
}
.hover\:n-border-palette-success-text\/20:hover {
  border-color:rgb(var(--theme-palette-success-text) / 0.2);
}
.hover\:n-border-palette-success-text\/25:hover {
  border-color:rgb(var(--theme-palette-success-text) / 0.25);
}
.hover\:n-border-palette-success-text\/30:hover {
  border-color:rgb(var(--theme-palette-success-text) / 0.3);
}
.hover\:n-border-palette-success-text\/35:hover {
  border-color:rgb(var(--theme-palette-success-text) / 0.35);
}
.hover\:n-border-palette-success-text\/40:hover {
  border-color:rgb(var(--theme-palette-success-text) / 0.4);
}
.hover\:n-border-palette-success-text\/45:hover {
  border-color:rgb(var(--theme-palette-success-text) / 0.45);
}
.hover\:n-border-palette-success-text\/5:hover {
  border-color:rgb(var(--theme-palette-success-text) / 0.05);
}
.hover\:n-border-palette-success-text\/50:hover {
  border-color:rgb(var(--theme-palette-success-text) / 0.5);
}
.hover\:n-border-palette-success-text\/55:hover {
  border-color:rgb(var(--theme-palette-success-text) / 0.55);
}
.hover\:n-border-palette-success-text\/60:hover {
  border-color:rgb(var(--theme-palette-success-text) / 0.6);
}
.hover\:n-border-palette-success-text\/65:hover {
  border-color:rgb(var(--theme-palette-success-text) / 0.65);
}
.hover\:n-border-palette-success-text\/70:hover {
  border-color:rgb(var(--theme-palette-success-text) / 0.7);
}
.hover\:n-border-palette-success-text\/75:hover {
  border-color:rgb(var(--theme-palette-success-text) / 0.75);
}
.hover\:n-border-palette-success-text\/80:hover {
  border-color:rgb(var(--theme-palette-success-text) / 0.8);
}
.hover\:n-border-palette-success-text\/85:hover {
  border-color:rgb(var(--theme-palette-success-text) / 0.85);
}
.hover\:n-border-palette-success-text\/90:hover {
  border-color:rgb(var(--theme-palette-success-text) / 0.9);
}
.hover\:n-border-palette-success-text\/95:hover {
  border-color:rgb(var(--theme-palette-success-text) / 0.95);
}
.hover\:n-border-palette-warning-bg-status:hover {
  border-color:rgb(var(--theme-palette-warning-bg-status));
}
.hover\:n-border-palette-warning-bg-status\/0:hover {
  border-color:rgb(var(--theme-palette-warning-bg-status) / 0);
}
.hover\:n-border-palette-warning-bg-status\/10:hover {
  border-color:rgb(var(--theme-palette-warning-bg-status) / 0.1);
}
.hover\:n-border-palette-warning-bg-status\/100:hover {
  border-color:rgb(var(--theme-palette-warning-bg-status) / 1);
}
.hover\:n-border-palette-warning-bg-status\/15:hover {
  border-color:rgb(var(--theme-palette-warning-bg-status) / 0.15);
}
.hover\:n-border-palette-warning-bg-status\/20:hover {
  border-color:rgb(var(--theme-palette-warning-bg-status) / 0.2);
}
.hover\:n-border-palette-warning-bg-status\/25:hover {
  border-color:rgb(var(--theme-palette-warning-bg-status) / 0.25);
}
.hover\:n-border-palette-warning-bg-status\/30:hover {
  border-color:rgb(var(--theme-palette-warning-bg-status) / 0.3);
}
.hover\:n-border-palette-warning-bg-status\/35:hover {
  border-color:rgb(var(--theme-palette-warning-bg-status) / 0.35);
}
.hover\:n-border-palette-warning-bg-status\/40:hover {
  border-color:rgb(var(--theme-palette-warning-bg-status) / 0.4);
}
.hover\:n-border-palette-warning-bg-status\/45:hover {
  border-color:rgb(var(--theme-palette-warning-bg-status) / 0.45);
}
.hover\:n-border-palette-warning-bg-status\/5:hover {
  border-color:rgb(var(--theme-palette-warning-bg-status) / 0.05);
}
.hover\:n-border-palette-warning-bg-status\/50:hover {
  border-color:rgb(var(--theme-palette-warning-bg-status) / 0.5);
}
.hover\:n-border-palette-warning-bg-status\/55:hover {
  border-color:rgb(var(--theme-palette-warning-bg-status) / 0.55);
}
.hover\:n-border-palette-warning-bg-status\/60:hover {
  border-color:rgb(var(--theme-palette-warning-bg-status) / 0.6);
}
.hover\:n-border-palette-warning-bg-status\/65:hover {
  border-color:rgb(var(--theme-palette-warning-bg-status) / 0.65);
}
.hover\:n-border-palette-warning-bg-status\/70:hover {
  border-color:rgb(var(--theme-palette-warning-bg-status) / 0.7);
}
.hover\:n-border-palette-warning-bg-status\/75:hover {
  border-color:rgb(var(--theme-palette-warning-bg-status) / 0.75);
}
.hover\:n-border-palette-warning-bg-status\/80:hover {
  border-color:rgb(var(--theme-palette-warning-bg-status) / 0.8);
}
.hover\:n-border-palette-warning-bg-status\/85:hover {
  border-color:rgb(var(--theme-palette-warning-bg-status) / 0.85);
}
.hover\:n-border-palette-warning-bg-status\/90:hover {
  border-color:rgb(var(--theme-palette-warning-bg-status) / 0.9);
}
.hover\:n-border-palette-warning-bg-status\/95:hover {
  border-color:rgb(var(--theme-palette-warning-bg-status) / 0.95);
}
.hover\:n-border-palette-warning-bg-strong:hover {
  border-color:rgb(var(--theme-palette-warning-bg-strong));
}
.hover\:n-border-palette-warning-bg-strong\/0:hover {
  border-color:rgb(var(--theme-palette-warning-bg-strong) / 0);
}
.hover\:n-border-palette-warning-bg-strong\/10:hover {
  border-color:rgb(var(--theme-palette-warning-bg-strong) / 0.1);
}
.hover\:n-border-palette-warning-bg-strong\/100:hover {
  border-color:rgb(var(--theme-palette-warning-bg-strong) / 1);
}
.hover\:n-border-palette-warning-bg-strong\/15:hover {
  border-color:rgb(var(--theme-palette-warning-bg-strong) / 0.15);
}
.hover\:n-border-palette-warning-bg-strong\/20:hover {
  border-color:rgb(var(--theme-palette-warning-bg-strong) / 0.2);
}
.hover\:n-border-palette-warning-bg-strong\/25:hover {
  border-color:rgb(var(--theme-palette-warning-bg-strong) / 0.25);
}
.hover\:n-border-palette-warning-bg-strong\/30:hover {
  border-color:rgb(var(--theme-palette-warning-bg-strong) / 0.3);
}
.hover\:n-border-palette-warning-bg-strong\/35:hover {
  border-color:rgb(var(--theme-palette-warning-bg-strong) / 0.35);
}
.hover\:n-border-palette-warning-bg-strong\/40:hover {
  border-color:rgb(var(--theme-palette-warning-bg-strong) / 0.4);
}
.hover\:n-border-palette-warning-bg-strong\/45:hover {
  border-color:rgb(var(--theme-palette-warning-bg-strong) / 0.45);
}
.hover\:n-border-palette-warning-bg-strong\/5:hover {
  border-color:rgb(var(--theme-palette-warning-bg-strong) / 0.05);
}
.hover\:n-border-palette-warning-bg-strong\/50:hover {
  border-color:rgb(var(--theme-palette-warning-bg-strong) / 0.5);
}
.hover\:n-border-palette-warning-bg-strong\/55:hover {
  border-color:rgb(var(--theme-palette-warning-bg-strong) / 0.55);
}
.hover\:n-border-palette-warning-bg-strong\/60:hover {
  border-color:rgb(var(--theme-palette-warning-bg-strong) / 0.6);
}
.hover\:n-border-palette-warning-bg-strong\/65:hover {
  border-color:rgb(var(--theme-palette-warning-bg-strong) / 0.65);
}
.hover\:n-border-palette-warning-bg-strong\/70:hover {
  border-color:rgb(var(--theme-palette-warning-bg-strong) / 0.7);
}
.hover\:n-border-palette-warning-bg-strong\/75:hover {
  border-color:rgb(var(--theme-palette-warning-bg-strong) / 0.75);
}
.hover\:n-border-palette-warning-bg-strong\/80:hover {
  border-color:rgb(var(--theme-palette-warning-bg-strong) / 0.8);
}
.hover\:n-border-palette-warning-bg-strong\/85:hover {
  border-color:rgb(var(--theme-palette-warning-bg-strong) / 0.85);
}
.hover\:n-border-palette-warning-bg-strong\/90:hover {
  border-color:rgb(var(--theme-palette-warning-bg-strong) / 0.9);
}
.hover\:n-border-palette-warning-bg-strong\/95:hover {
  border-color:rgb(var(--theme-palette-warning-bg-strong) / 0.95);
}
.hover\:n-border-palette-warning-bg-weak:hover {
  border-color:rgb(var(--theme-palette-warning-bg-weak));
}
.hover\:n-border-palette-warning-bg-weak\/0:hover {
  border-color:rgb(var(--theme-palette-warning-bg-weak) / 0);
}
.hover\:n-border-palette-warning-bg-weak\/10:hover {
  border-color:rgb(var(--theme-palette-warning-bg-weak) / 0.1);
}
.hover\:n-border-palette-warning-bg-weak\/100:hover {
  border-color:rgb(var(--theme-palette-warning-bg-weak) / 1);
}
.hover\:n-border-palette-warning-bg-weak\/15:hover {
  border-color:rgb(var(--theme-palette-warning-bg-weak) / 0.15);
}
.hover\:n-border-palette-warning-bg-weak\/20:hover {
  border-color:rgb(var(--theme-palette-warning-bg-weak) / 0.2);
}
.hover\:n-border-palette-warning-bg-weak\/25:hover {
  border-color:rgb(var(--theme-palette-warning-bg-weak) / 0.25);
}
.hover\:n-border-palette-warning-bg-weak\/30:hover {
  border-color:rgb(var(--theme-palette-warning-bg-weak) / 0.3);
}
.hover\:n-border-palette-warning-bg-weak\/35:hover {
  border-color:rgb(var(--theme-palette-warning-bg-weak) / 0.35);
}
.hover\:n-border-palette-warning-bg-weak\/40:hover {
  border-color:rgb(var(--theme-palette-warning-bg-weak) / 0.4);
}
.hover\:n-border-palette-warning-bg-weak\/45:hover {
  border-color:rgb(var(--theme-palette-warning-bg-weak) / 0.45);
}
.hover\:n-border-palette-warning-bg-weak\/5:hover {
  border-color:rgb(var(--theme-palette-warning-bg-weak) / 0.05);
}
.hover\:n-border-palette-warning-bg-weak\/50:hover {
  border-color:rgb(var(--theme-palette-warning-bg-weak) / 0.5);
}
.hover\:n-border-palette-warning-bg-weak\/55:hover {
  border-color:rgb(var(--theme-palette-warning-bg-weak) / 0.55);
}
.hover\:n-border-palette-warning-bg-weak\/60:hover {
  border-color:rgb(var(--theme-palette-warning-bg-weak) / 0.6);
}
.hover\:n-border-palette-warning-bg-weak\/65:hover {
  border-color:rgb(var(--theme-palette-warning-bg-weak) / 0.65);
}
.hover\:n-border-palette-warning-bg-weak\/70:hover {
  border-color:rgb(var(--theme-palette-warning-bg-weak) / 0.7);
}
.hover\:n-border-palette-warning-bg-weak\/75:hover {
  border-color:rgb(var(--theme-palette-warning-bg-weak) / 0.75);
}
.hover\:n-border-palette-warning-bg-weak\/80:hover {
  border-color:rgb(var(--theme-palette-warning-bg-weak) / 0.8);
}
.hover\:n-border-palette-warning-bg-weak\/85:hover {
  border-color:rgb(var(--theme-palette-warning-bg-weak) / 0.85);
}
.hover\:n-border-palette-warning-bg-weak\/90:hover {
  border-color:rgb(var(--theme-palette-warning-bg-weak) / 0.9);
}
.hover\:n-border-palette-warning-bg-weak\/95:hover {
  border-color:rgb(var(--theme-palette-warning-bg-weak) / 0.95);
}
.hover\:n-border-palette-warning-border-strong:hover {
  border-color:rgb(var(--theme-palette-warning-border-strong));
}
.hover\:n-border-palette-warning-border-strong\/0:hover {
  border-color:rgb(var(--theme-palette-warning-border-strong) / 0);
}
.hover\:n-border-palette-warning-border-strong\/10:hover {
  border-color:rgb(var(--theme-palette-warning-border-strong) / 0.1);
}
.hover\:n-border-palette-warning-border-strong\/100:hover {
  border-color:rgb(var(--theme-palette-warning-border-strong) / 1);
}
.hover\:n-border-palette-warning-border-strong\/15:hover {
  border-color:rgb(var(--theme-palette-warning-border-strong) / 0.15);
}
.hover\:n-border-palette-warning-border-strong\/20:hover {
  border-color:rgb(var(--theme-palette-warning-border-strong) / 0.2);
}
.hover\:n-border-palette-warning-border-strong\/25:hover {
  border-color:rgb(var(--theme-palette-warning-border-strong) / 0.25);
}
.hover\:n-border-palette-warning-border-strong\/30:hover {
  border-color:rgb(var(--theme-palette-warning-border-strong) / 0.3);
}
.hover\:n-border-palette-warning-border-strong\/35:hover {
  border-color:rgb(var(--theme-palette-warning-border-strong) / 0.35);
}
.hover\:n-border-palette-warning-border-strong\/40:hover {
  border-color:rgb(var(--theme-palette-warning-border-strong) / 0.4);
}
.hover\:n-border-palette-warning-border-strong\/45:hover {
  border-color:rgb(var(--theme-palette-warning-border-strong) / 0.45);
}
.hover\:n-border-palette-warning-border-strong\/5:hover {
  border-color:rgb(var(--theme-palette-warning-border-strong) / 0.05);
}
.hover\:n-border-palette-warning-border-strong\/50:hover {
  border-color:rgb(var(--theme-palette-warning-border-strong) / 0.5);
}
.hover\:n-border-palette-warning-border-strong\/55:hover {
  border-color:rgb(var(--theme-palette-warning-border-strong) / 0.55);
}
.hover\:n-border-palette-warning-border-strong\/60:hover {
  border-color:rgb(var(--theme-palette-warning-border-strong) / 0.6);
}
.hover\:n-border-palette-warning-border-strong\/65:hover {
  border-color:rgb(var(--theme-palette-warning-border-strong) / 0.65);
}
.hover\:n-border-palette-warning-border-strong\/70:hover {
  border-color:rgb(var(--theme-palette-warning-border-strong) / 0.7);
}
.hover\:n-border-palette-warning-border-strong\/75:hover {
  border-color:rgb(var(--theme-palette-warning-border-strong) / 0.75);
}
.hover\:n-border-palette-warning-border-strong\/80:hover {
  border-color:rgb(var(--theme-palette-warning-border-strong) / 0.8);
}
.hover\:n-border-palette-warning-border-strong\/85:hover {
  border-color:rgb(var(--theme-palette-warning-border-strong) / 0.85);
}
.hover\:n-border-palette-warning-border-strong\/90:hover {
  border-color:rgb(var(--theme-palette-warning-border-strong) / 0.9);
}
.hover\:n-border-palette-warning-border-strong\/95:hover {
  border-color:rgb(var(--theme-palette-warning-border-strong) / 0.95);
}
.hover\:n-border-palette-warning-border-weak:hover {
  border-color:rgb(var(--theme-palette-warning-border-weak));
}
.hover\:n-border-palette-warning-border-weak\/0:hover {
  border-color:rgb(var(--theme-palette-warning-border-weak) / 0);
}
.hover\:n-border-palette-warning-border-weak\/10:hover {
  border-color:rgb(var(--theme-palette-warning-border-weak) / 0.1);
}
.hover\:n-border-palette-warning-border-weak\/100:hover {
  border-color:rgb(var(--theme-palette-warning-border-weak) / 1);
}
.hover\:n-border-palette-warning-border-weak\/15:hover {
  border-color:rgb(var(--theme-palette-warning-border-weak) / 0.15);
}
.hover\:n-border-palette-warning-border-weak\/20:hover {
  border-color:rgb(var(--theme-palette-warning-border-weak) / 0.2);
}
.hover\:n-border-palette-warning-border-weak\/25:hover {
  border-color:rgb(var(--theme-palette-warning-border-weak) / 0.25);
}
.hover\:n-border-palette-warning-border-weak\/30:hover {
  border-color:rgb(var(--theme-palette-warning-border-weak) / 0.3);
}
.hover\:n-border-palette-warning-border-weak\/35:hover {
  border-color:rgb(var(--theme-palette-warning-border-weak) / 0.35);
}
.hover\:n-border-palette-warning-border-weak\/40:hover {
  border-color:rgb(var(--theme-palette-warning-border-weak) / 0.4);
}
.hover\:n-border-palette-warning-border-weak\/45:hover {
  border-color:rgb(var(--theme-palette-warning-border-weak) / 0.45);
}
.hover\:n-border-palette-warning-border-weak\/5:hover {
  border-color:rgb(var(--theme-palette-warning-border-weak) / 0.05);
}
.hover\:n-border-palette-warning-border-weak\/50:hover {
  border-color:rgb(var(--theme-palette-warning-border-weak) / 0.5);
}
.hover\:n-border-palette-warning-border-weak\/55:hover {
  border-color:rgb(var(--theme-palette-warning-border-weak) / 0.55);
}
.hover\:n-border-palette-warning-border-weak\/60:hover {
  border-color:rgb(var(--theme-palette-warning-border-weak) / 0.6);
}
.hover\:n-border-palette-warning-border-weak\/65:hover {
  border-color:rgb(var(--theme-palette-warning-border-weak) / 0.65);
}
.hover\:n-border-palette-warning-border-weak\/70:hover {
  border-color:rgb(var(--theme-palette-warning-border-weak) / 0.7);
}
.hover\:n-border-palette-warning-border-weak\/75:hover {
  border-color:rgb(var(--theme-palette-warning-border-weak) / 0.75);
}
.hover\:n-border-palette-warning-border-weak\/80:hover {
  border-color:rgb(var(--theme-palette-warning-border-weak) / 0.8);
}
.hover\:n-border-palette-warning-border-weak\/85:hover {
  border-color:rgb(var(--theme-palette-warning-border-weak) / 0.85);
}
.hover\:n-border-palette-warning-border-weak\/90:hover {
  border-color:rgb(var(--theme-palette-warning-border-weak) / 0.9);
}
.hover\:n-border-palette-warning-border-weak\/95:hover {
  border-color:rgb(var(--theme-palette-warning-border-weak) / 0.95);
}
.hover\:n-border-palette-warning-icon:hover {
  border-color:rgb(var(--theme-palette-warning-icon));
}
.hover\:n-border-palette-warning-icon\/0:hover {
  border-color:rgb(var(--theme-palette-warning-icon) / 0);
}
.hover\:n-border-palette-warning-icon\/10:hover {
  border-color:rgb(var(--theme-palette-warning-icon) / 0.1);
}
.hover\:n-border-palette-warning-icon\/100:hover {
  border-color:rgb(var(--theme-palette-warning-icon) / 1);
}
.hover\:n-border-palette-warning-icon\/15:hover {
  border-color:rgb(var(--theme-palette-warning-icon) / 0.15);
}
.hover\:n-border-palette-warning-icon\/20:hover {
  border-color:rgb(var(--theme-palette-warning-icon) / 0.2);
}
.hover\:n-border-palette-warning-icon\/25:hover {
  border-color:rgb(var(--theme-palette-warning-icon) / 0.25);
}
.hover\:n-border-palette-warning-icon\/30:hover {
  border-color:rgb(var(--theme-palette-warning-icon) / 0.3);
}
.hover\:n-border-palette-warning-icon\/35:hover {
  border-color:rgb(var(--theme-palette-warning-icon) / 0.35);
}
.hover\:n-border-palette-warning-icon\/40:hover {
  border-color:rgb(var(--theme-palette-warning-icon) / 0.4);
}
.hover\:n-border-palette-warning-icon\/45:hover {
  border-color:rgb(var(--theme-palette-warning-icon) / 0.45);
}
.hover\:n-border-palette-warning-icon\/5:hover {
  border-color:rgb(var(--theme-palette-warning-icon) / 0.05);
}
.hover\:n-border-palette-warning-icon\/50:hover {
  border-color:rgb(var(--theme-palette-warning-icon) / 0.5);
}
.hover\:n-border-palette-warning-icon\/55:hover {
  border-color:rgb(var(--theme-palette-warning-icon) / 0.55);
}
.hover\:n-border-palette-warning-icon\/60:hover {
  border-color:rgb(var(--theme-palette-warning-icon) / 0.6);
}
.hover\:n-border-palette-warning-icon\/65:hover {
  border-color:rgb(var(--theme-palette-warning-icon) / 0.65);
}
.hover\:n-border-palette-warning-icon\/70:hover {
  border-color:rgb(var(--theme-palette-warning-icon) / 0.7);
}
.hover\:n-border-palette-warning-icon\/75:hover {
  border-color:rgb(var(--theme-palette-warning-icon) / 0.75);
}
.hover\:n-border-palette-warning-icon\/80:hover {
  border-color:rgb(var(--theme-palette-warning-icon) / 0.8);
}
.hover\:n-border-palette-warning-icon\/85:hover {
  border-color:rgb(var(--theme-palette-warning-icon) / 0.85);
}
.hover\:n-border-palette-warning-icon\/90:hover {
  border-color:rgb(var(--theme-palette-warning-icon) / 0.9);
}
.hover\:n-border-palette-warning-icon\/95:hover {
  border-color:rgb(var(--theme-palette-warning-icon) / 0.95);
}
.hover\:n-border-palette-warning-text:hover {
  border-color:rgb(var(--theme-palette-warning-text));
}
.hover\:n-border-palette-warning-text\/0:hover {
  border-color:rgb(var(--theme-palette-warning-text) / 0);
}
.hover\:n-border-palette-warning-text\/10:hover {
  border-color:rgb(var(--theme-palette-warning-text) / 0.1);
}
.hover\:n-border-palette-warning-text\/100:hover {
  border-color:rgb(var(--theme-palette-warning-text) / 1);
}
.hover\:n-border-palette-warning-text\/15:hover {
  border-color:rgb(var(--theme-palette-warning-text) / 0.15);
}
.hover\:n-border-palette-warning-text\/20:hover {
  border-color:rgb(var(--theme-palette-warning-text) / 0.2);
}
.hover\:n-border-palette-warning-text\/25:hover {
  border-color:rgb(var(--theme-palette-warning-text) / 0.25);
}
.hover\:n-border-palette-warning-text\/30:hover {
  border-color:rgb(var(--theme-palette-warning-text) / 0.3);
}
.hover\:n-border-palette-warning-text\/35:hover {
  border-color:rgb(var(--theme-palette-warning-text) / 0.35);
}
.hover\:n-border-palette-warning-text\/40:hover {
  border-color:rgb(var(--theme-palette-warning-text) / 0.4);
}
.hover\:n-border-palette-warning-text\/45:hover {
  border-color:rgb(var(--theme-palette-warning-text) / 0.45);
}
.hover\:n-border-palette-warning-text\/5:hover {
  border-color:rgb(var(--theme-palette-warning-text) / 0.05);
}
.hover\:n-border-palette-warning-text\/50:hover {
  border-color:rgb(var(--theme-palette-warning-text) / 0.5);
}
.hover\:n-border-palette-warning-text\/55:hover {
  border-color:rgb(var(--theme-palette-warning-text) / 0.55);
}
.hover\:n-border-palette-warning-text\/60:hover {
  border-color:rgb(var(--theme-palette-warning-text) / 0.6);
}
.hover\:n-border-palette-warning-text\/65:hover {
  border-color:rgb(var(--theme-palette-warning-text) / 0.65);
}
.hover\:n-border-palette-warning-text\/70:hover {
  border-color:rgb(var(--theme-palette-warning-text) / 0.7);
}
.hover\:n-border-palette-warning-text\/75:hover {
  border-color:rgb(var(--theme-palette-warning-text) / 0.75);
}
.hover\:n-border-palette-warning-text\/80:hover {
  border-color:rgb(var(--theme-palette-warning-text) / 0.8);
}
.hover\:n-border-palette-warning-text\/85:hover {
  border-color:rgb(var(--theme-palette-warning-text) / 0.85);
}
.hover\:n-border-palette-warning-text\/90:hover {
  border-color:rgb(var(--theme-palette-warning-text) / 0.9);
}
.hover\:n-border-palette-warning-text\/95:hover {
  border-color:rgb(var(--theme-palette-warning-text) / 0.95);
}
.hover\:n-bg-dark-danger-bg-status:hover {
  --tw-bg-opacity:1;
  background-color:rgb(255 170 151 / var(--tw-bg-opacity));
}
.hover\:n-bg-dark-danger-bg-status\/0:hover {
  background-color:rgb(255 170 151 / 0);
}
.hover\:n-bg-dark-danger-bg-status\/10:hover {
  background-color:rgb(255 170 151 / 0.1);
}
.hover\:n-bg-dark-danger-bg-status\/100:hover {
  background-color:rgb(255 170 151 / 1);
}
.hover\:n-bg-dark-danger-bg-status\/15:hover {
  background-color:rgb(255 170 151 / 0.15);
}
.hover\:n-bg-dark-danger-bg-status\/20:hover {
  background-color:rgb(255 170 151 / 0.2);
}
.hover\:n-bg-dark-danger-bg-status\/25:hover {
  background-color:rgb(255 170 151 / 0.25);
}
.hover\:n-bg-dark-danger-bg-status\/30:hover {
  background-color:rgb(255 170 151 / 0.3);
}
.hover\:n-bg-dark-danger-bg-status\/35:hover {
  background-color:rgb(255 170 151 / 0.35);
}
.hover\:n-bg-dark-danger-bg-status\/40:hover {
  background-color:rgb(255 170 151 / 0.4);
}
.hover\:n-bg-dark-danger-bg-status\/45:hover {
  background-color:rgb(255 170 151 / 0.45);
}
.hover\:n-bg-dark-danger-bg-status\/5:hover {
  background-color:rgb(255 170 151 / 0.05);
}
.hover\:n-bg-dark-danger-bg-status\/50:hover {
  background-color:rgb(255 170 151 / 0.5);
}
.hover\:n-bg-dark-danger-bg-status\/55:hover {
  background-color:rgb(255 170 151 / 0.55);
}
.hover\:n-bg-dark-danger-bg-status\/60:hover {
  background-color:rgb(255 170 151 / 0.6);
}
.hover\:n-bg-dark-danger-bg-status\/65:hover {
  background-color:rgb(255 170 151 / 0.65);
}
.hover\:n-bg-dark-danger-bg-status\/70:hover {
  background-color:rgb(255 170 151 / 0.7);
}
.hover\:n-bg-dark-danger-bg-status\/75:hover {
  background-color:rgb(255 170 151 / 0.75);
}
.hover\:n-bg-dark-danger-bg-status\/80:hover {
  background-color:rgb(255 170 151 / 0.8);
}
.hover\:n-bg-dark-danger-bg-status\/85:hover {
  background-color:rgb(255 170 151 / 0.85);
}
.hover\:n-bg-dark-danger-bg-status\/90:hover {
  background-color:rgb(255 170 151 / 0.9);
}
.hover\:n-bg-dark-danger-bg-status\/95:hover {
  background-color:rgb(255 170 151 / 0.95);
}
.hover\:n-bg-dark-danger-bg-strong:hover {
  --tw-bg-opacity:1;
  background-color:rgb(255 170 151 / var(--tw-bg-opacity));
}
.hover\:n-bg-dark-danger-bg-strong\/0:hover {
  background-color:rgb(255 170 151 / 0);
}
.hover\:n-bg-dark-danger-bg-strong\/10:hover {
  background-color:rgb(255 170 151 / 0.1);
}
.hover\:n-bg-dark-danger-bg-strong\/100:hover {
  background-color:rgb(255 170 151 / 1);
}
.hover\:n-bg-dark-danger-bg-strong\/15:hover {
  background-color:rgb(255 170 151 / 0.15);
}
.hover\:n-bg-dark-danger-bg-strong\/20:hover {
  background-color:rgb(255 170 151 / 0.2);
}
.hover\:n-bg-dark-danger-bg-strong\/25:hover {
  background-color:rgb(255 170 151 / 0.25);
}
.hover\:n-bg-dark-danger-bg-strong\/30:hover {
  background-color:rgb(255 170 151 / 0.3);
}
.hover\:n-bg-dark-danger-bg-strong\/35:hover {
  background-color:rgb(255 170 151 / 0.35);
}
.hover\:n-bg-dark-danger-bg-strong\/40:hover {
  background-color:rgb(255 170 151 / 0.4);
}
.hover\:n-bg-dark-danger-bg-strong\/45:hover {
  background-color:rgb(255 170 151 / 0.45);
}
.hover\:n-bg-dark-danger-bg-strong\/5:hover {
  background-color:rgb(255 170 151 / 0.05);
}
.hover\:n-bg-dark-danger-bg-strong\/50:hover {
  background-color:rgb(255 170 151 / 0.5);
}
.hover\:n-bg-dark-danger-bg-strong\/55:hover {
  background-color:rgb(255 170 151 / 0.55);
}
.hover\:n-bg-dark-danger-bg-strong\/60:hover {
  background-color:rgb(255 170 151 / 0.6);
}
.hover\:n-bg-dark-danger-bg-strong\/65:hover {
  background-color:rgb(255 170 151 / 0.65);
}
.hover\:n-bg-dark-danger-bg-strong\/70:hover {
  background-color:rgb(255 170 151 / 0.7);
}
.hover\:n-bg-dark-danger-bg-strong\/75:hover {
  background-color:rgb(255 170 151 / 0.75);
}
.hover\:n-bg-dark-danger-bg-strong\/80:hover {
  background-color:rgb(255 170 151 / 0.8);
}
.hover\:n-bg-dark-danger-bg-strong\/85:hover {
  background-color:rgb(255 170 151 / 0.85);
}
.hover\:n-bg-dark-danger-bg-strong\/90:hover {
  background-color:rgb(255 170 151 / 0.9);
}
.hover\:n-bg-dark-danger-bg-strong\/95:hover {
  background-color:rgb(255 170 151 / 0.95);
}
.hover\:n-bg-dark-danger-bg-weak:hover {
  --tw-bg-opacity:1;
  background-color:rgb(67 37 32 / var(--tw-bg-opacity));
}
.hover\:n-bg-dark-danger-bg-weak\/0:hover {
  background-color:rgb(67 37 32 / 0);
}
.hover\:n-bg-dark-danger-bg-weak\/10:hover {
  background-color:rgb(67 37 32 / 0.1);
}
.hover\:n-bg-dark-danger-bg-weak\/100:hover {
  background-color:rgb(67 37 32 / 1);
}
.hover\:n-bg-dark-danger-bg-weak\/15:hover {
  background-color:rgb(67 37 32 / 0.15);
}
.hover\:n-bg-dark-danger-bg-weak\/20:hover {
  background-color:rgb(67 37 32 / 0.2);
}
.hover\:n-bg-dark-danger-bg-weak\/25:hover {
  background-color:rgb(67 37 32 / 0.25);
}
.hover\:n-bg-dark-danger-bg-weak\/30:hover {
  background-color:rgb(67 37 32 / 0.3);
}
.hover\:n-bg-dark-danger-bg-weak\/35:hover {
  background-color:rgb(67 37 32 / 0.35);
}
.hover\:n-bg-dark-danger-bg-weak\/40:hover {
  background-color:rgb(67 37 32 / 0.4);
}
.hover\:n-bg-dark-danger-bg-weak\/45:hover {
  background-color:rgb(67 37 32 / 0.45);
}
.hover\:n-bg-dark-danger-bg-weak\/5:hover {
  background-color:rgb(67 37 32 / 0.05);
}
.hover\:n-bg-dark-danger-bg-weak\/50:hover {
  background-color:rgb(67 37 32 / 0.5);
}
.hover\:n-bg-dark-danger-bg-weak\/55:hover {
  background-color:rgb(67 37 32 / 0.55);
}
.hover\:n-bg-dark-danger-bg-weak\/60:hover {
  background-color:rgb(67 37 32 / 0.6);
}
.hover\:n-bg-dark-danger-bg-weak\/65:hover {
  background-color:rgb(67 37 32 / 0.65);
}
.hover\:n-bg-dark-danger-bg-weak\/70:hover {
  background-color:rgb(67 37 32 / 0.7);
}
.hover\:n-bg-dark-danger-bg-weak\/75:hover {
  background-color:rgb(67 37 32 / 0.75);
}
.hover\:n-bg-dark-danger-bg-weak\/80:hover {
  background-color:rgb(67 37 32 / 0.8);
}
.hover\:n-bg-dark-danger-bg-weak\/85:hover {
  background-color:rgb(67 37 32 / 0.85);
}
.hover\:n-bg-dark-danger-bg-weak\/90:hover {
  background-color:rgb(67 37 32 / 0.9);
}
.hover\:n-bg-dark-danger-bg-weak\/95:hover {
  background-color:rgb(67 37 32 / 0.95);
}
.hover\:n-bg-dark-danger-border-strong:hover {
  --tw-bg-opacity:1;
  background-color:rgb(255 170 151 / var(--tw-bg-opacity));
}
.hover\:n-bg-dark-danger-border-strong\/0:hover {
  background-color:rgb(255 170 151 / 0);
}
.hover\:n-bg-dark-danger-border-strong\/10:hover {
  background-color:rgb(255 170 151 / 0.1);
}
.hover\:n-bg-dark-danger-border-strong\/100:hover {
  background-color:rgb(255 170 151 / 1);
}
.hover\:n-bg-dark-danger-border-strong\/15:hover {
  background-color:rgb(255 170 151 / 0.15);
}
.hover\:n-bg-dark-danger-border-strong\/20:hover {
  background-color:rgb(255 170 151 / 0.2);
}
.hover\:n-bg-dark-danger-border-strong\/25:hover {
  background-color:rgb(255 170 151 / 0.25);
}
.hover\:n-bg-dark-danger-border-strong\/30:hover {
  background-color:rgb(255 170 151 / 0.3);
}
.hover\:n-bg-dark-danger-border-strong\/35:hover {
  background-color:rgb(255 170 151 / 0.35);
}
.hover\:n-bg-dark-danger-border-strong\/40:hover {
  background-color:rgb(255 170 151 / 0.4);
}
.hover\:n-bg-dark-danger-border-strong\/45:hover {
  background-color:rgb(255 170 151 / 0.45);
}
.hover\:n-bg-dark-danger-border-strong\/5:hover {
  background-color:rgb(255 170 151 / 0.05);
}
.hover\:n-bg-dark-danger-border-strong\/50:hover {
  background-color:rgb(255 170 151 / 0.5);
}
.hover\:n-bg-dark-danger-border-strong\/55:hover {
  background-color:rgb(255 170 151 / 0.55);
}
.hover\:n-bg-dark-danger-border-strong\/60:hover {
  background-color:rgb(255 170 151 / 0.6);
}
.hover\:n-bg-dark-danger-border-strong\/65:hover {
  background-color:rgb(255 170 151 / 0.65);
}
.hover\:n-bg-dark-danger-border-strong\/70:hover {
  background-color:rgb(255 170 151 / 0.7);
}
.hover\:n-bg-dark-danger-border-strong\/75:hover {
  background-color:rgb(255 170 151 / 0.75);
}
.hover\:n-bg-dark-danger-border-strong\/80:hover {
  background-color:rgb(255 170 151 / 0.8);
}
.hover\:n-bg-dark-danger-border-strong\/85:hover {
  background-color:rgb(255 170 151 / 0.85);
}
.hover\:n-bg-dark-danger-border-strong\/90:hover {
  background-color:rgb(255 170 151 / 0.9);
}
.hover\:n-bg-dark-danger-border-strong\/95:hover {
  background-color:rgb(255 170 151 / 0.95);
}
.hover\:n-bg-dark-danger-border-weak:hover {
  --tw-bg-opacity:1;
  background-color:rgb(115 14 0 / var(--tw-bg-opacity));
}
.hover\:n-bg-dark-danger-border-weak\/0:hover {
  background-color:rgb(115 14 0 / 0);
}
.hover\:n-bg-dark-danger-border-weak\/10:hover {
  background-color:rgb(115 14 0 / 0.1);
}
.hover\:n-bg-dark-danger-border-weak\/100:hover {
  background-color:rgb(115 14 0 / 1);
}
.hover\:n-bg-dark-danger-border-weak\/15:hover {
  background-color:rgb(115 14 0 / 0.15);
}
.hover\:n-bg-dark-danger-border-weak\/20:hover {
  background-color:rgb(115 14 0 / 0.2);
}
.hover\:n-bg-dark-danger-border-weak\/25:hover {
  background-color:rgb(115 14 0 / 0.25);
}
.hover\:n-bg-dark-danger-border-weak\/30:hover {
  background-color:rgb(115 14 0 / 0.3);
}
.hover\:n-bg-dark-danger-border-weak\/35:hover {
  background-color:rgb(115 14 0 / 0.35);
}
.hover\:n-bg-dark-danger-border-weak\/40:hover {
  background-color:rgb(115 14 0 / 0.4);
}
.hover\:n-bg-dark-danger-border-weak\/45:hover {
  background-color:rgb(115 14 0 / 0.45);
}
.hover\:n-bg-dark-danger-border-weak\/5:hover {
  background-color:rgb(115 14 0 / 0.05);
}
.hover\:n-bg-dark-danger-border-weak\/50:hover {
  background-color:rgb(115 14 0 / 0.5);
}
.hover\:n-bg-dark-danger-border-weak\/55:hover {
  background-color:rgb(115 14 0 / 0.55);
}
.hover\:n-bg-dark-danger-border-weak\/60:hover {
  background-color:rgb(115 14 0 / 0.6);
}
.hover\:n-bg-dark-danger-border-weak\/65:hover {
  background-color:rgb(115 14 0 / 0.65);
}
.hover\:n-bg-dark-danger-border-weak\/70:hover {
  background-color:rgb(115 14 0 / 0.7);
}
.hover\:n-bg-dark-danger-border-weak\/75:hover {
  background-color:rgb(115 14 0 / 0.75);
}
.hover\:n-bg-dark-danger-border-weak\/80:hover {
  background-color:rgb(115 14 0 / 0.8);
}
.hover\:n-bg-dark-danger-border-weak\/85:hover {
  background-color:rgb(115 14 0 / 0.85);
}
.hover\:n-bg-dark-danger-border-weak\/90:hover {
  background-color:rgb(115 14 0 / 0.9);
}
.hover\:n-bg-dark-danger-border-weak\/95:hover {
  background-color:rgb(115 14 0 / 0.95);
}
.hover\:n-bg-dark-danger-hover-strong:hover {
  --tw-bg-opacity:1;
  background-color:rgb(249 103 70 / var(--tw-bg-opacity));
}
.hover\:n-bg-dark-danger-hover-strong\/0:hover {
  background-color:rgb(249 103 70 / 0);
}
.hover\:n-bg-dark-danger-hover-strong\/10:hover {
  background-color:rgb(249 103 70 / 0.1);
}
.hover\:n-bg-dark-danger-hover-strong\/100:hover {
  background-color:rgb(249 103 70 / 1);
}
.hover\:n-bg-dark-danger-hover-strong\/15:hover {
  background-color:rgb(249 103 70 / 0.15);
}
.hover\:n-bg-dark-danger-hover-strong\/20:hover {
  background-color:rgb(249 103 70 / 0.2);
}
.hover\:n-bg-dark-danger-hover-strong\/25:hover {
  background-color:rgb(249 103 70 / 0.25);
}
.hover\:n-bg-dark-danger-hover-strong\/30:hover {
  background-color:rgb(249 103 70 / 0.3);
}
.hover\:n-bg-dark-danger-hover-strong\/35:hover {
  background-color:rgb(249 103 70 / 0.35);
}
.hover\:n-bg-dark-danger-hover-strong\/40:hover {
  background-color:rgb(249 103 70 / 0.4);
}
.hover\:n-bg-dark-danger-hover-strong\/45:hover {
  background-color:rgb(249 103 70 / 0.45);
}
.hover\:n-bg-dark-danger-hover-strong\/5:hover {
  background-color:rgb(249 103 70 / 0.05);
}
.hover\:n-bg-dark-danger-hover-strong\/50:hover {
  background-color:rgb(249 103 70 / 0.5);
}
.hover\:n-bg-dark-danger-hover-strong\/55:hover {
  background-color:rgb(249 103 70 / 0.55);
}
.hover\:n-bg-dark-danger-hover-strong\/60:hover {
  background-color:rgb(249 103 70 / 0.6);
}
.hover\:n-bg-dark-danger-hover-strong\/65:hover {
  background-color:rgb(249 103 70 / 0.65);
}
.hover\:n-bg-dark-danger-hover-strong\/70:hover {
  background-color:rgb(249 103 70 / 0.7);
}
.hover\:n-bg-dark-danger-hover-strong\/75:hover {
  background-color:rgb(249 103 70 / 0.75);
}
.hover\:n-bg-dark-danger-hover-strong\/80:hover {
  background-color:rgb(249 103 70 / 0.8);
}
.hover\:n-bg-dark-danger-hover-strong\/85:hover {
  background-color:rgb(249 103 70 / 0.85);
}
.hover\:n-bg-dark-danger-hover-strong\/90:hover {
  background-color:rgb(249 103 70 / 0.9);
}
.hover\:n-bg-dark-danger-hover-strong\/95:hover {
  background-color:rgb(249 103 70 / 0.95);
}
.hover\:n-bg-dark-danger-hover-weak:hover {
  --tw-bg-opacity:1;
  background-color:rgb(255 170 151 / var(--tw-bg-opacity));
}
.hover\:n-bg-dark-danger-hover-weak\/0:hover {
  background-color:rgb(255 170 151 / 0);
}
.hover\:n-bg-dark-danger-hover-weak\/10:hover {
  background-color:rgb(255 170 151 / 0.1);
}
.hover\:n-bg-dark-danger-hover-weak\/100:hover {
  background-color:rgb(255 170 151 / 1);
}
.hover\:n-bg-dark-danger-hover-weak\/15:hover {
  background-color:rgb(255 170 151 / 0.15);
}
.hover\:n-bg-dark-danger-hover-weak\/20:hover {
  background-color:rgb(255 170 151 / 0.2);
}
.hover\:n-bg-dark-danger-hover-weak\/25:hover {
  background-color:rgb(255 170 151 / 0.25);
}
.hover\:n-bg-dark-danger-hover-weak\/30:hover {
  background-color:rgb(255 170 151 / 0.3);
}
.hover\:n-bg-dark-danger-hover-weak\/35:hover {
  background-color:rgb(255 170 151 / 0.35);
}
.hover\:n-bg-dark-danger-hover-weak\/40:hover {
  background-color:rgb(255 170 151 / 0.4);
}
.hover\:n-bg-dark-danger-hover-weak\/45:hover {
  background-color:rgb(255 170 151 / 0.45);
}
.hover\:n-bg-dark-danger-hover-weak\/5:hover {
  background-color:rgb(255 170 151 / 0.05);
}
.hover\:n-bg-dark-danger-hover-weak\/50:hover {
  background-color:rgb(255 170 151 / 0.5);
}
.hover\:n-bg-dark-danger-hover-weak\/55:hover {
  background-color:rgb(255 170 151 / 0.55);
}
.hover\:n-bg-dark-danger-hover-weak\/60:hover {
  background-color:rgb(255 170 151 / 0.6);
}
.hover\:n-bg-dark-danger-hover-weak\/65:hover {
  background-color:rgb(255 170 151 / 0.65);
}
.hover\:n-bg-dark-danger-hover-weak\/70:hover {
  background-color:rgb(255 170 151 / 0.7);
}
.hover\:n-bg-dark-danger-hover-weak\/75:hover {
  background-color:rgb(255 170 151 / 0.75);
}
.hover\:n-bg-dark-danger-hover-weak\/80:hover {
  background-color:rgb(255 170 151 / 0.8);
}
.hover\:n-bg-dark-danger-hover-weak\/85:hover {
  background-color:rgb(255 170 151 / 0.85);
}
.hover\:n-bg-dark-danger-hover-weak\/90:hover {
  background-color:rgb(255 170 151 / 0.9);
}
.hover\:n-bg-dark-danger-hover-weak\/95:hover {
  background-color:rgb(255 170 151 / 0.95);
}
.hover\:n-bg-dark-danger-icon:hover {
  --tw-bg-opacity:1;
  background-color:rgb(255 170 151 / var(--tw-bg-opacity));
}
.hover\:n-bg-dark-danger-icon\/0:hover {
  background-color:rgb(255 170 151 / 0);
}
.hover\:n-bg-dark-danger-icon\/10:hover {
  background-color:rgb(255 170 151 / 0.1);
}
.hover\:n-bg-dark-danger-icon\/100:hover {
  background-color:rgb(255 170 151 / 1);
}
.hover\:n-bg-dark-danger-icon\/15:hover {
  background-color:rgb(255 170 151 / 0.15);
}
.hover\:n-bg-dark-danger-icon\/20:hover {
  background-color:rgb(255 170 151 / 0.2);
}
.hover\:n-bg-dark-danger-icon\/25:hover {
  background-color:rgb(255 170 151 / 0.25);
}
.hover\:n-bg-dark-danger-icon\/30:hover {
  background-color:rgb(255 170 151 / 0.3);
}
.hover\:n-bg-dark-danger-icon\/35:hover {
  background-color:rgb(255 170 151 / 0.35);
}
.hover\:n-bg-dark-danger-icon\/40:hover {
  background-color:rgb(255 170 151 / 0.4);
}
.hover\:n-bg-dark-danger-icon\/45:hover {
  background-color:rgb(255 170 151 / 0.45);
}
.hover\:n-bg-dark-danger-icon\/5:hover {
  background-color:rgb(255 170 151 / 0.05);
}
.hover\:n-bg-dark-danger-icon\/50:hover {
  background-color:rgb(255 170 151 / 0.5);
}
.hover\:n-bg-dark-danger-icon\/55:hover {
  background-color:rgb(255 170 151 / 0.55);
}
.hover\:n-bg-dark-danger-icon\/60:hover {
  background-color:rgb(255 170 151 / 0.6);
}
.hover\:n-bg-dark-danger-icon\/65:hover {
  background-color:rgb(255 170 151 / 0.65);
}
.hover\:n-bg-dark-danger-icon\/70:hover {
  background-color:rgb(255 170 151 / 0.7);
}
.hover\:n-bg-dark-danger-icon\/75:hover {
  background-color:rgb(255 170 151 / 0.75);
}
.hover\:n-bg-dark-danger-icon\/80:hover {
  background-color:rgb(255 170 151 / 0.8);
}
.hover\:n-bg-dark-danger-icon\/85:hover {
  background-color:rgb(255 170 151 / 0.85);
}
.hover\:n-bg-dark-danger-icon\/90:hover {
  background-color:rgb(255 170 151 / 0.9);
}
.hover\:n-bg-dark-danger-icon\/95:hover {
  background-color:rgb(255 170 151 / 0.95);
}
.hover\:n-bg-dark-danger-pressed-strong:hover {
  --tw-bg-opacity:1;
  background-color:rgb(232 78 44 / var(--tw-bg-opacity));
}
.hover\:n-bg-dark-danger-pressed-strong\/0:hover {
  background-color:rgb(232 78 44 / 0);
}
.hover\:n-bg-dark-danger-pressed-strong\/10:hover {
  background-color:rgb(232 78 44 / 0.1);
}
.hover\:n-bg-dark-danger-pressed-strong\/100:hover {
  background-color:rgb(232 78 44 / 1);
}
.hover\:n-bg-dark-danger-pressed-strong\/15:hover {
  background-color:rgb(232 78 44 / 0.15);
}
.hover\:n-bg-dark-danger-pressed-strong\/20:hover {
  background-color:rgb(232 78 44 / 0.2);
}
.hover\:n-bg-dark-danger-pressed-strong\/25:hover {
  background-color:rgb(232 78 44 / 0.25);
}
.hover\:n-bg-dark-danger-pressed-strong\/30:hover {
  background-color:rgb(232 78 44 / 0.3);
}
.hover\:n-bg-dark-danger-pressed-strong\/35:hover {
  background-color:rgb(232 78 44 / 0.35);
}
.hover\:n-bg-dark-danger-pressed-strong\/40:hover {
  background-color:rgb(232 78 44 / 0.4);
}
.hover\:n-bg-dark-danger-pressed-strong\/45:hover {
  background-color:rgb(232 78 44 / 0.45);
}
.hover\:n-bg-dark-danger-pressed-strong\/5:hover {
  background-color:rgb(232 78 44 / 0.05);
}
.hover\:n-bg-dark-danger-pressed-strong\/50:hover {
  background-color:rgb(232 78 44 / 0.5);
}
.hover\:n-bg-dark-danger-pressed-strong\/55:hover {
  background-color:rgb(232 78 44 / 0.55);
}
.hover\:n-bg-dark-danger-pressed-strong\/60:hover {
  background-color:rgb(232 78 44 / 0.6);
}
.hover\:n-bg-dark-danger-pressed-strong\/65:hover {
  background-color:rgb(232 78 44 / 0.65);
}
.hover\:n-bg-dark-danger-pressed-strong\/70:hover {
  background-color:rgb(232 78 44 / 0.7);
}
.hover\:n-bg-dark-danger-pressed-strong\/75:hover {
  background-color:rgb(232 78 44 / 0.75);
}
.hover\:n-bg-dark-danger-pressed-strong\/80:hover {
  background-color:rgb(232 78 44 / 0.8);
}
.hover\:n-bg-dark-danger-pressed-strong\/85:hover {
  background-color:rgb(232 78 44 / 0.85);
}
.hover\:n-bg-dark-danger-pressed-strong\/90:hover {
  background-color:rgb(232 78 44 / 0.9);
}
.hover\:n-bg-dark-danger-pressed-strong\/95:hover {
  background-color:rgb(232 78 44 / 0.95);
}
.hover\:n-bg-dark-danger-pressed-weak:hover {
  --tw-bg-opacity:1;
  background-color:rgb(255 170 151 / var(--tw-bg-opacity));
}
.hover\:n-bg-dark-danger-pressed-weak\/0:hover {
  background-color:rgb(255 170 151 / 0);
}
.hover\:n-bg-dark-danger-pressed-weak\/10:hover {
  background-color:rgb(255 170 151 / 0.1);
}
.hover\:n-bg-dark-danger-pressed-weak\/100:hover {
  background-color:rgb(255 170 151 / 1);
}
.hover\:n-bg-dark-danger-pressed-weak\/15:hover {
  background-color:rgb(255 170 151 / 0.15);
}
.hover\:n-bg-dark-danger-pressed-weak\/20:hover {
  background-color:rgb(255 170 151 / 0.2);
}
.hover\:n-bg-dark-danger-pressed-weak\/25:hover {
  background-color:rgb(255 170 151 / 0.25);
}
.hover\:n-bg-dark-danger-pressed-weak\/30:hover {
  background-color:rgb(255 170 151 / 0.3);
}
.hover\:n-bg-dark-danger-pressed-weak\/35:hover {
  background-color:rgb(255 170 151 / 0.35);
}
.hover\:n-bg-dark-danger-pressed-weak\/40:hover {
  background-color:rgb(255 170 151 / 0.4);
}
.hover\:n-bg-dark-danger-pressed-weak\/45:hover {
  background-color:rgb(255 170 151 / 0.45);
}
.hover\:n-bg-dark-danger-pressed-weak\/5:hover {
  background-color:rgb(255 170 151 / 0.05);
}
.hover\:n-bg-dark-danger-pressed-weak\/50:hover {
  background-color:rgb(255 170 151 / 0.5);
}
.hover\:n-bg-dark-danger-pressed-weak\/55:hover {
  background-color:rgb(255 170 151 / 0.55);
}
.hover\:n-bg-dark-danger-pressed-weak\/60:hover {
  background-color:rgb(255 170 151 / 0.6);
}
.hover\:n-bg-dark-danger-pressed-weak\/65:hover {
  background-color:rgb(255 170 151 / 0.65);
}
.hover\:n-bg-dark-danger-pressed-weak\/70:hover {
  background-color:rgb(255 170 151 / 0.7);
}
.hover\:n-bg-dark-danger-pressed-weak\/75:hover {
  background-color:rgb(255 170 151 / 0.75);
}
.hover\:n-bg-dark-danger-pressed-weak\/80:hover {
  background-color:rgb(255 170 151 / 0.8);
}
.hover\:n-bg-dark-danger-pressed-weak\/85:hover {
  background-color:rgb(255 170 151 / 0.85);
}
.hover\:n-bg-dark-danger-pressed-weak\/90:hover {
  background-color:rgb(255 170 151 / 0.9);
}
.hover\:n-bg-dark-danger-pressed-weak\/95:hover {
  background-color:rgb(255 170 151 / 0.95);
}
.hover\:n-bg-dark-danger-text:hover {
  --tw-bg-opacity:1;
  background-color:rgb(255 170 151 / var(--tw-bg-opacity));
}
.hover\:n-bg-dark-danger-text\/0:hover {
  background-color:rgb(255 170 151 / 0);
}
.hover\:n-bg-dark-danger-text\/10:hover {
  background-color:rgb(255 170 151 / 0.1);
}
.hover\:n-bg-dark-danger-text\/100:hover {
  background-color:rgb(255 170 151 / 1);
}
.hover\:n-bg-dark-danger-text\/15:hover {
  background-color:rgb(255 170 151 / 0.15);
}
.hover\:n-bg-dark-danger-text\/20:hover {
  background-color:rgb(255 170 151 / 0.2);
}
.hover\:n-bg-dark-danger-text\/25:hover {
  background-color:rgb(255 170 151 / 0.25);
}
.hover\:n-bg-dark-danger-text\/30:hover {
  background-color:rgb(255 170 151 / 0.3);
}
.hover\:n-bg-dark-danger-text\/35:hover {
  background-color:rgb(255 170 151 / 0.35);
}
.hover\:n-bg-dark-danger-text\/40:hover {
  background-color:rgb(255 170 151 / 0.4);
}
.hover\:n-bg-dark-danger-text\/45:hover {
  background-color:rgb(255 170 151 / 0.45);
}
.hover\:n-bg-dark-danger-text\/5:hover {
  background-color:rgb(255 170 151 / 0.05);
}
.hover\:n-bg-dark-danger-text\/50:hover {
  background-color:rgb(255 170 151 / 0.5);
}
.hover\:n-bg-dark-danger-text\/55:hover {
  background-color:rgb(255 170 151 / 0.55);
}
.hover\:n-bg-dark-danger-text\/60:hover {
  background-color:rgb(255 170 151 / 0.6);
}
.hover\:n-bg-dark-danger-text\/65:hover {
  background-color:rgb(255 170 151 / 0.65);
}
.hover\:n-bg-dark-danger-text\/70:hover {
  background-color:rgb(255 170 151 / 0.7);
}
.hover\:n-bg-dark-danger-text\/75:hover {
  background-color:rgb(255 170 151 / 0.75);
}
.hover\:n-bg-dark-danger-text\/80:hover {
  background-color:rgb(255 170 151 / 0.8);
}
.hover\:n-bg-dark-danger-text\/85:hover {
  background-color:rgb(255 170 151 / 0.85);
}
.hover\:n-bg-dark-danger-text\/90:hover {
  background-color:rgb(255 170 151 / 0.9);
}
.hover\:n-bg-dark-danger-text\/95:hover {
  background-color:rgb(255 170 151 / 0.95);
}
.hover\:n-bg-dark-discovery-bg-status:hover {
  --tw-bg-opacity:1;
  background-color:rgb(204 180 255 / var(--tw-bg-opacity));
}
.hover\:n-bg-dark-discovery-bg-status\/0:hover {
  background-color:rgb(204 180 255 / 0);
}
.hover\:n-bg-dark-discovery-bg-status\/10:hover {
  background-color:rgb(204 180 255 / 0.1);
}
.hover\:n-bg-dark-discovery-bg-status\/100:hover {
  background-color:rgb(204 180 255 / 1);
}
.hover\:n-bg-dark-discovery-bg-status\/15:hover {
  background-color:rgb(204 180 255 / 0.15);
}
.hover\:n-bg-dark-discovery-bg-status\/20:hover {
  background-color:rgb(204 180 255 / 0.2);
}
.hover\:n-bg-dark-discovery-bg-status\/25:hover {
  background-color:rgb(204 180 255 / 0.25);
}
.hover\:n-bg-dark-discovery-bg-status\/30:hover {
  background-color:rgb(204 180 255 / 0.3);
}
.hover\:n-bg-dark-discovery-bg-status\/35:hover {
  background-color:rgb(204 180 255 / 0.35);
}
.hover\:n-bg-dark-discovery-bg-status\/40:hover {
  background-color:rgb(204 180 255 / 0.4);
}
.hover\:n-bg-dark-discovery-bg-status\/45:hover {
  background-color:rgb(204 180 255 / 0.45);
}
.hover\:n-bg-dark-discovery-bg-status\/5:hover {
  background-color:rgb(204 180 255 / 0.05);
}
.hover\:n-bg-dark-discovery-bg-status\/50:hover {
  background-color:rgb(204 180 255 / 0.5);
}
.hover\:n-bg-dark-discovery-bg-status\/55:hover {
  background-color:rgb(204 180 255 / 0.55);
}
.hover\:n-bg-dark-discovery-bg-status\/60:hover {
  background-color:rgb(204 180 255 / 0.6);
}
.hover\:n-bg-dark-discovery-bg-status\/65:hover {
  background-color:rgb(204 180 255 / 0.65);
}
.hover\:n-bg-dark-discovery-bg-status\/70:hover {
  background-color:rgb(204 180 255 / 0.7);
}
.hover\:n-bg-dark-discovery-bg-status\/75:hover {
  background-color:rgb(204 180 255 / 0.75);
}
.hover\:n-bg-dark-discovery-bg-status\/80:hover {
  background-color:rgb(204 180 255 / 0.8);
}
.hover\:n-bg-dark-discovery-bg-status\/85:hover {
  background-color:rgb(204 180 255 / 0.85);
}
.hover\:n-bg-dark-discovery-bg-status\/90:hover {
  background-color:rgb(204 180 255 / 0.9);
}
.hover\:n-bg-dark-discovery-bg-status\/95:hover {
  background-color:rgb(204 180 255 / 0.95);
}
.hover\:n-bg-dark-discovery-bg-strong:hover {
  --tw-bg-opacity:1;
  background-color:rgb(204 180 255 / var(--tw-bg-opacity));
}
.hover\:n-bg-dark-discovery-bg-strong\/0:hover {
  background-color:rgb(204 180 255 / 0);
}
.hover\:n-bg-dark-discovery-bg-strong\/10:hover {
  background-color:rgb(204 180 255 / 0.1);
}
.hover\:n-bg-dark-discovery-bg-strong\/100:hover {
  background-color:rgb(204 180 255 / 1);
}
.hover\:n-bg-dark-discovery-bg-strong\/15:hover {
  background-color:rgb(204 180 255 / 0.15);
}
.hover\:n-bg-dark-discovery-bg-strong\/20:hover {
  background-color:rgb(204 180 255 / 0.2);
}
.hover\:n-bg-dark-discovery-bg-strong\/25:hover {
  background-color:rgb(204 180 255 / 0.25);
}
.hover\:n-bg-dark-discovery-bg-strong\/30:hover {
  background-color:rgb(204 180 255 / 0.3);
}
.hover\:n-bg-dark-discovery-bg-strong\/35:hover {
  background-color:rgb(204 180 255 / 0.35);
}
.hover\:n-bg-dark-discovery-bg-strong\/40:hover {
  background-color:rgb(204 180 255 / 0.4);
}
.hover\:n-bg-dark-discovery-bg-strong\/45:hover {
  background-color:rgb(204 180 255 / 0.45);
}
.hover\:n-bg-dark-discovery-bg-strong\/5:hover {
  background-color:rgb(204 180 255 / 0.05);
}
.hover\:n-bg-dark-discovery-bg-strong\/50:hover {
  background-color:rgb(204 180 255 / 0.5);
}
.hover\:n-bg-dark-discovery-bg-strong\/55:hover {
  background-color:rgb(204 180 255 / 0.55);
}
.hover\:n-bg-dark-discovery-bg-strong\/60:hover {
  background-color:rgb(204 180 255 / 0.6);
}
.hover\:n-bg-dark-discovery-bg-strong\/65:hover {
  background-color:rgb(204 180 255 / 0.65);
}
.hover\:n-bg-dark-discovery-bg-strong\/70:hover {
  background-color:rgb(204 180 255 / 0.7);
}
.hover\:n-bg-dark-discovery-bg-strong\/75:hover {
  background-color:rgb(204 180 255 / 0.75);
}
.hover\:n-bg-dark-discovery-bg-strong\/80:hover {
  background-color:rgb(204 180 255 / 0.8);
}
.hover\:n-bg-dark-discovery-bg-strong\/85:hover {
  background-color:rgb(204 180 255 / 0.85);
}
.hover\:n-bg-dark-discovery-bg-strong\/90:hover {
  background-color:rgb(204 180 255 / 0.9);
}
.hover\:n-bg-dark-discovery-bg-strong\/95:hover {
  background-color:rgb(204 180 255 / 0.95);
}
.hover\:n-bg-dark-discovery-bg-weak:hover {
  --tw-bg-opacity:1;
  background-color:rgb(44 42 52 / var(--tw-bg-opacity));
}
.hover\:n-bg-dark-discovery-bg-weak\/0:hover {
  background-color:rgb(44 42 52 / 0);
}
.hover\:n-bg-dark-discovery-bg-weak\/10:hover {
  background-color:rgb(44 42 52 / 0.1);
}
.hover\:n-bg-dark-discovery-bg-weak\/100:hover {
  background-color:rgb(44 42 52 / 1);
}
.hover\:n-bg-dark-discovery-bg-weak\/15:hover {
  background-color:rgb(44 42 52 / 0.15);
}
.hover\:n-bg-dark-discovery-bg-weak\/20:hover {
  background-color:rgb(44 42 52 / 0.2);
}
.hover\:n-bg-dark-discovery-bg-weak\/25:hover {
  background-color:rgb(44 42 52 / 0.25);
}
.hover\:n-bg-dark-discovery-bg-weak\/30:hover {
  background-color:rgb(44 42 52 / 0.3);
}
.hover\:n-bg-dark-discovery-bg-weak\/35:hover {
  background-color:rgb(44 42 52 / 0.35);
}
.hover\:n-bg-dark-discovery-bg-weak\/40:hover {
  background-color:rgb(44 42 52 / 0.4);
}
.hover\:n-bg-dark-discovery-bg-weak\/45:hover {
  background-color:rgb(44 42 52 / 0.45);
}
.hover\:n-bg-dark-discovery-bg-weak\/5:hover {
  background-color:rgb(44 42 52 / 0.05);
}
.hover\:n-bg-dark-discovery-bg-weak\/50:hover {
  background-color:rgb(44 42 52 / 0.5);
}
.hover\:n-bg-dark-discovery-bg-weak\/55:hover {
  background-color:rgb(44 42 52 / 0.55);
}
.hover\:n-bg-dark-discovery-bg-weak\/60:hover {
  background-color:rgb(44 42 52 / 0.6);
}
.hover\:n-bg-dark-discovery-bg-weak\/65:hover {
  background-color:rgb(44 42 52 / 0.65);
}
.hover\:n-bg-dark-discovery-bg-weak\/70:hover {
  background-color:rgb(44 42 52 / 0.7);
}
.hover\:n-bg-dark-discovery-bg-weak\/75:hover {
  background-color:rgb(44 42 52 / 0.75);
}
.hover\:n-bg-dark-discovery-bg-weak\/80:hover {
  background-color:rgb(44 42 52 / 0.8);
}
.hover\:n-bg-dark-discovery-bg-weak\/85:hover {
  background-color:rgb(44 42 52 / 0.85);
}
.hover\:n-bg-dark-discovery-bg-weak\/90:hover {
  background-color:rgb(44 42 52 / 0.9);
}
.hover\:n-bg-dark-discovery-bg-weak\/95:hover {
  background-color:rgb(44 42 52 / 0.95);
}
.hover\:n-bg-dark-discovery-border-strong:hover {
  --tw-bg-opacity:1;
  background-color:rgb(204 180 255 / var(--tw-bg-opacity));
}
.hover\:n-bg-dark-discovery-border-strong\/0:hover {
  background-color:rgb(204 180 255 / 0);
}
.hover\:n-bg-dark-discovery-border-strong\/10:hover {
  background-color:rgb(204 180 255 / 0.1);
}
.hover\:n-bg-dark-discovery-border-strong\/100:hover {
  background-color:rgb(204 180 255 / 1);
}
.hover\:n-bg-dark-discovery-border-strong\/15:hover {
  background-color:rgb(204 180 255 / 0.15);
}
.hover\:n-bg-dark-discovery-border-strong\/20:hover {
  background-color:rgb(204 180 255 / 0.2);
}
.hover\:n-bg-dark-discovery-border-strong\/25:hover {
  background-color:rgb(204 180 255 / 0.25);
}
.hover\:n-bg-dark-discovery-border-strong\/30:hover {
  background-color:rgb(204 180 255 / 0.3);
}
.hover\:n-bg-dark-discovery-border-strong\/35:hover {
  background-color:rgb(204 180 255 / 0.35);
}
.hover\:n-bg-dark-discovery-border-strong\/40:hover {
  background-color:rgb(204 180 255 / 0.4);
}
.hover\:n-bg-dark-discovery-border-strong\/45:hover {
  background-color:rgb(204 180 255 / 0.45);
}
.hover\:n-bg-dark-discovery-border-strong\/5:hover {
  background-color:rgb(204 180 255 / 0.05);
}
.hover\:n-bg-dark-discovery-border-strong\/50:hover {
  background-color:rgb(204 180 255 / 0.5);
}
.hover\:n-bg-dark-discovery-border-strong\/55:hover {
  background-color:rgb(204 180 255 / 0.55);
}
.hover\:n-bg-dark-discovery-border-strong\/60:hover {
  background-color:rgb(204 180 255 / 0.6);
}
.hover\:n-bg-dark-discovery-border-strong\/65:hover {
  background-color:rgb(204 180 255 / 0.65);
}
.hover\:n-bg-dark-discovery-border-strong\/70:hover {
  background-color:rgb(204 180 255 / 0.7);
}
.hover\:n-bg-dark-discovery-border-strong\/75:hover {
  background-color:rgb(204 180 255 / 0.75);
}
.hover\:n-bg-dark-discovery-border-strong\/80:hover {
  background-color:rgb(204 180 255 / 0.8);
}
.hover\:n-bg-dark-discovery-border-strong\/85:hover {
  background-color:rgb(204 180 255 / 0.85);
}
.hover\:n-bg-dark-discovery-border-strong\/90:hover {
  background-color:rgb(204 180 255 / 0.9);
}
.hover\:n-bg-dark-discovery-border-strong\/95:hover {
  background-color:rgb(204 180 255 / 0.95);
}
.hover\:n-bg-dark-discovery-border-weak:hover {
  --tw-bg-opacity:1;
  background-color:rgb(75 40 148 / var(--tw-bg-opacity));
}
.hover\:n-bg-dark-discovery-border-weak\/0:hover {
  background-color:rgb(75 40 148 / 0);
}
.hover\:n-bg-dark-discovery-border-weak\/10:hover {
  background-color:rgb(75 40 148 / 0.1);
}
.hover\:n-bg-dark-discovery-border-weak\/100:hover {
  background-color:rgb(75 40 148 / 1);
}
.hover\:n-bg-dark-discovery-border-weak\/15:hover {
  background-color:rgb(75 40 148 / 0.15);
}
.hover\:n-bg-dark-discovery-border-weak\/20:hover {
  background-color:rgb(75 40 148 / 0.2);
}
.hover\:n-bg-dark-discovery-border-weak\/25:hover {
  background-color:rgb(75 40 148 / 0.25);
}
.hover\:n-bg-dark-discovery-border-weak\/30:hover {
  background-color:rgb(75 40 148 / 0.3);
}
.hover\:n-bg-dark-discovery-border-weak\/35:hover {
  background-color:rgb(75 40 148 / 0.35);
}
.hover\:n-bg-dark-discovery-border-weak\/40:hover {
  background-color:rgb(75 40 148 / 0.4);
}
.hover\:n-bg-dark-discovery-border-weak\/45:hover {
  background-color:rgb(75 40 148 / 0.45);
}
.hover\:n-bg-dark-discovery-border-weak\/5:hover {
  background-color:rgb(75 40 148 / 0.05);
}
.hover\:n-bg-dark-discovery-border-weak\/50:hover {
  background-color:rgb(75 40 148 / 0.5);
}
.hover\:n-bg-dark-discovery-border-weak\/55:hover {
  background-color:rgb(75 40 148 / 0.55);
}
.hover\:n-bg-dark-discovery-border-weak\/60:hover {
  background-color:rgb(75 40 148 / 0.6);
}
.hover\:n-bg-dark-discovery-border-weak\/65:hover {
  background-color:rgb(75 40 148 / 0.65);
}
.hover\:n-bg-dark-discovery-border-weak\/70:hover {
  background-color:rgb(75 40 148 / 0.7);
}
.hover\:n-bg-dark-discovery-border-weak\/75:hover {
  background-color:rgb(75 40 148 / 0.75);
}
.hover\:n-bg-dark-discovery-border-weak\/80:hover {
  background-color:rgb(75 40 148 / 0.8);
}
.hover\:n-bg-dark-discovery-border-weak\/85:hover {
  background-color:rgb(75 40 148 / 0.85);
}
.hover\:n-bg-dark-discovery-border-weak\/90:hover {
  background-color:rgb(75 40 148 / 0.9);
}
.hover\:n-bg-dark-discovery-border-weak\/95:hover {
  background-color:rgb(75 40 148 / 0.95);
}
.hover\:n-bg-dark-discovery-icon:hover {
  --tw-bg-opacity:1;
  background-color:rgb(204 180 255 / var(--tw-bg-opacity));
}
.hover\:n-bg-dark-discovery-icon\/0:hover {
  background-color:rgb(204 180 255 / 0);
}
.hover\:n-bg-dark-discovery-icon\/10:hover {
  background-color:rgb(204 180 255 / 0.1);
}
.hover\:n-bg-dark-discovery-icon\/100:hover {
  background-color:rgb(204 180 255 / 1);
}
.hover\:n-bg-dark-discovery-icon\/15:hover {
  background-color:rgb(204 180 255 / 0.15);
}
.hover\:n-bg-dark-discovery-icon\/20:hover {
  background-color:rgb(204 180 255 / 0.2);
}
.hover\:n-bg-dark-discovery-icon\/25:hover {
  background-color:rgb(204 180 255 / 0.25);
}
.hover\:n-bg-dark-discovery-icon\/30:hover {
  background-color:rgb(204 180 255 / 0.3);
}
.hover\:n-bg-dark-discovery-icon\/35:hover {
  background-color:rgb(204 180 255 / 0.35);
}
.hover\:n-bg-dark-discovery-icon\/40:hover {
  background-color:rgb(204 180 255 / 0.4);
}
.hover\:n-bg-dark-discovery-icon\/45:hover {
  background-color:rgb(204 180 255 / 0.45);
}
.hover\:n-bg-dark-discovery-icon\/5:hover {
  background-color:rgb(204 180 255 / 0.05);
}
.hover\:n-bg-dark-discovery-icon\/50:hover {
  background-color:rgb(204 180 255 / 0.5);
}
.hover\:n-bg-dark-discovery-icon\/55:hover {
  background-color:rgb(204 180 255 / 0.55);
}
.hover\:n-bg-dark-discovery-icon\/60:hover {
  background-color:rgb(204 180 255 / 0.6);
}
.hover\:n-bg-dark-discovery-icon\/65:hover {
  background-color:rgb(204 180 255 / 0.65);
}
.hover\:n-bg-dark-discovery-icon\/70:hover {
  background-color:rgb(204 180 255 / 0.7);
}
.hover\:n-bg-dark-discovery-icon\/75:hover {
  background-color:rgb(204 180 255 / 0.75);
}
.hover\:n-bg-dark-discovery-icon\/80:hover {
  background-color:rgb(204 180 255 / 0.8);
}
.hover\:n-bg-dark-discovery-icon\/85:hover {
  background-color:rgb(204 180 255 / 0.85);
}
.hover\:n-bg-dark-discovery-icon\/90:hover {
  background-color:rgb(204 180 255 / 0.9);
}
.hover\:n-bg-dark-discovery-icon\/95:hover {
  background-color:rgb(204 180 255 / 0.95);
}
.hover\:n-bg-dark-discovery-text:hover {
  --tw-bg-opacity:1;
  background-color:rgb(204 180 255 / var(--tw-bg-opacity));
}
.hover\:n-bg-dark-discovery-text\/0:hover {
  background-color:rgb(204 180 255 / 0);
}
.hover\:n-bg-dark-discovery-text\/10:hover {
  background-color:rgb(204 180 255 / 0.1);
}
.hover\:n-bg-dark-discovery-text\/100:hover {
  background-color:rgb(204 180 255 / 1);
}
.hover\:n-bg-dark-discovery-text\/15:hover {
  background-color:rgb(204 180 255 / 0.15);
}
.hover\:n-bg-dark-discovery-text\/20:hover {
  background-color:rgb(204 180 255 / 0.2);
}
.hover\:n-bg-dark-discovery-text\/25:hover {
  background-color:rgb(204 180 255 / 0.25);
}
.hover\:n-bg-dark-discovery-text\/30:hover {
  background-color:rgb(204 180 255 / 0.3);
}
.hover\:n-bg-dark-discovery-text\/35:hover {
  background-color:rgb(204 180 255 / 0.35);
}
.hover\:n-bg-dark-discovery-text\/40:hover {
  background-color:rgb(204 180 255 / 0.4);
}
.hover\:n-bg-dark-discovery-text\/45:hover {
  background-color:rgb(204 180 255 / 0.45);
}
.hover\:n-bg-dark-discovery-text\/5:hover {
  background-color:rgb(204 180 255 / 0.05);
}
.hover\:n-bg-dark-discovery-text\/50:hover {
  background-color:rgb(204 180 255 / 0.5);
}
.hover\:n-bg-dark-discovery-text\/55:hover {
  background-color:rgb(204 180 255 / 0.55);
}
.hover\:n-bg-dark-discovery-text\/60:hover {
  background-color:rgb(204 180 255 / 0.6);
}
.hover\:n-bg-dark-discovery-text\/65:hover {
  background-color:rgb(204 180 255 / 0.65);
}
.hover\:n-bg-dark-discovery-text\/70:hover {
  background-color:rgb(204 180 255 / 0.7);
}
.hover\:n-bg-dark-discovery-text\/75:hover {
  background-color:rgb(204 180 255 / 0.75);
}
.hover\:n-bg-dark-discovery-text\/80:hover {
  background-color:rgb(204 180 255 / 0.8);
}
.hover\:n-bg-dark-discovery-text\/85:hover {
  background-color:rgb(204 180 255 / 0.85);
}
.hover\:n-bg-dark-discovery-text\/90:hover {
  background-color:rgb(204 180 255 / 0.9);
}
.hover\:n-bg-dark-discovery-text\/95:hover {
  background-color:rgb(204 180 255 / 0.95);
}
.hover\:n-bg-dark-neutral-bg-default:hover {
  --tw-bg-opacity:1;
  background-color:rgb(26 27 29 / var(--tw-bg-opacity));
}
.hover\:n-bg-dark-neutral-bg-default\/0:hover {
  background-color:rgb(26 27 29 / 0);
}
.hover\:n-bg-dark-neutral-bg-default\/10:hover {
  background-color:rgb(26 27 29 / 0.1);
}
.hover\:n-bg-dark-neutral-bg-default\/100:hover {
  background-color:rgb(26 27 29 / 1);
}
.hover\:n-bg-dark-neutral-bg-default\/15:hover {
  background-color:rgb(26 27 29 / 0.15);
}
.hover\:n-bg-dark-neutral-bg-default\/20:hover {
  background-color:rgb(26 27 29 / 0.2);
}
.hover\:n-bg-dark-neutral-bg-default\/25:hover {
  background-color:rgb(26 27 29 / 0.25);
}
.hover\:n-bg-dark-neutral-bg-default\/30:hover {
  background-color:rgb(26 27 29 / 0.3);
}
.hover\:n-bg-dark-neutral-bg-default\/35:hover {
  background-color:rgb(26 27 29 / 0.35);
}
.hover\:n-bg-dark-neutral-bg-default\/40:hover {
  background-color:rgb(26 27 29 / 0.4);
}
.hover\:n-bg-dark-neutral-bg-default\/45:hover {
  background-color:rgb(26 27 29 / 0.45);
}
.hover\:n-bg-dark-neutral-bg-default\/5:hover {
  background-color:rgb(26 27 29 / 0.05);
}
.hover\:n-bg-dark-neutral-bg-default\/50:hover {
  background-color:rgb(26 27 29 / 0.5);
}
.hover\:n-bg-dark-neutral-bg-default\/55:hover {
  background-color:rgb(26 27 29 / 0.55);
}
.hover\:n-bg-dark-neutral-bg-default\/60:hover {
  background-color:rgb(26 27 29 / 0.6);
}
.hover\:n-bg-dark-neutral-bg-default\/65:hover {
  background-color:rgb(26 27 29 / 0.65);
}
.hover\:n-bg-dark-neutral-bg-default\/70:hover {
  background-color:rgb(26 27 29 / 0.7);
}
.hover\:n-bg-dark-neutral-bg-default\/75:hover {
  background-color:rgb(26 27 29 / 0.75);
}
.hover\:n-bg-dark-neutral-bg-default\/80:hover {
  background-color:rgb(26 27 29 / 0.8);
}
.hover\:n-bg-dark-neutral-bg-default\/85:hover {
  background-color:rgb(26 27 29 / 0.85);
}
.hover\:n-bg-dark-neutral-bg-default\/90:hover {
  background-color:rgb(26 27 29 / 0.9);
}
.hover\:n-bg-dark-neutral-bg-default\/95:hover {
  background-color:rgb(26 27 29 / 0.95);
}
.hover\:n-bg-dark-neutral-bg-on-bg-weak:hover {
  --tw-bg-opacity:1;
  background-color:rgb(129 135 144 / var(--tw-bg-opacity));
}
.hover\:n-bg-dark-neutral-bg-on-bg-weak\/0:hover {
  background-color:rgb(129 135 144 / 0);
}
.hover\:n-bg-dark-neutral-bg-on-bg-weak\/10:hover {
  background-color:rgb(129 135 144 / 0.1);
}
.hover\:n-bg-dark-neutral-bg-on-bg-weak\/100:hover {
  background-color:rgb(129 135 144 / 1);
}
.hover\:n-bg-dark-neutral-bg-on-bg-weak\/15:hover {
  background-color:rgb(129 135 144 / 0.15);
}
.hover\:n-bg-dark-neutral-bg-on-bg-weak\/20:hover {
  background-color:rgb(129 135 144 / 0.2);
}
.hover\:n-bg-dark-neutral-bg-on-bg-weak\/25:hover {
  background-color:rgb(129 135 144 / 0.25);
}
.hover\:n-bg-dark-neutral-bg-on-bg-weak\/30:hover {
  background-color:rgb(129 135 144 / 0.3);
}
.hover\:n-bg-dark-neutral-bg-on-bg-weak\/35:hover {
  background-color:rgb(129 135 144 / 0.35);
}
.hover\:n-bg-dark-neutral-bg-on-bg-weak\/40:hover {
  background-color:rgb(129 135 144 / 0.4);
}
.hover\:n-bg-dark-neutral-bg-on-bg-weak\/45:hover {
  background-color:rgb(129 135 144 / 0.45);
}
.hover\:n-bg-dark-neutral-bg-on-bg-weak\/5:hover {
  background-color:rgb(129 135 144 / 0.05);
}
.hover\:n-bg-dark-neutral-bg-on-bg-weak\/50:hover {
  background-color:rgb(129 135 144 / 0.5);
}
.hover\:n-bg-dark-neutral-bg-on-bg-weak\/55:hover {
  background-color:rgb(129 135 144 / 0.55);
}
.hover\:n-bg-dark-neutral-bg-on-bg-weak\/60:hover {
  background-color:rgb(129 135 144 / 0.6);
}
.hover\:n-bg-dark-neutral-bg-on-bg-weak\/65:hover {
  background-color:rgb(129 135 144 / 0.65);
}
.hover\:n-bg-dark-neutral-bg-on-bg-weak\/70:hover {
  background-color:rgb(129 135 144 / 0.7);
}
.hover\:n-bg-dark-neutral-bg-on-bg-weak\/75:hover {
  background-color:rgb(129 135 144 / 0.75);
}
.hover\:n-bg-dark-neutral-bg-on-bg-weak\/80:hover {
  background-color:rgb(129 135 144 / 0.8);
}
.hover\:n-bg-dark-neutral-bg-on-bg-weak\/85:hover {
  background-color:rgb(129 135 144 / 0.85);
}
.hover\:n-bg-dark-neutral-bg-on-bg-weak\/90:hover {
  background-color:rgb(129 135 144 / 0.9);
}
.hover\:n-bg-dark-neutral-bg-on-bg-weak\/95:hover {
  background-color:rgb(129 135 144 / 0.95);
}
.hover\:n-bg-dark-neutral-bg-status:hover {
  --tw-bg-opacity:1;
  background-color:rgb(168 172 178 / var(--tw-bg-opacity));
}
.hover\:n-bg-dark-neutral-bg-status\/0:hover {
  background-color:rgb(168 172 178 / 0);
}
.hover\:n-bg-dark-neutral-bg-status\/10:hover {
  background-color:rgb(168 172 178 / 0.1);
}
.hover\:n-bg-dark-neutral-bg-status\/100:hover {
  background-color:rgb(168 172 178 / 1);
}
.hover\:n-bg-dark-neutral-bg-status\/15:hover {
  background-color:rgb(168 172 178 / 0.15);
}
.hover\:n-bg-dark-neutral-bg-status\/20:hover {
  background-color:rgb(168 172 178 / 0.2);
}
.hover\:n-bg-dark-neutral-bg-status\/25:hover {
  background-color:rgb(168 172 178 / 0.25);
}
.hover\:n-bg-dark-neutral-bg-status\/30:hover {
  background-color:rgb(168 172 178 / 0.3);
}
.hover\:n-bg-dark-neutral-bg-status\/35:hover {
  background-color:rgb(168 172 178 / 0.35);
}
.hover\:n-bg-dark-neutral-bg-status\/40:hover {
  background-color:rgb(168 172 178 / 0.4);
}
.hover\:n-bg-dark-neutral-bg-status\/45:hover {
  background-color:rgb(168 172 178 / 0.45);
}
.hover\:n-bg-dark-neutral-bg-status\/5:hover {
  background-color:rgb(168 172 178 / 0.05);
}
.hover\:n-bg-dark-neutral-bg-status\/50:hover {
  background-color:rgb(168 172 178 / 0.5);
}
.hover\:n-bg-dark-neutral-bg-status\/55:hover {
  background-color:rgb(168 172 178 / 0.55);
}
.hover\:n-bg-dark-neutral-bg-status\/60:hover {
  background-color:rgb(168 172 178 / 0.6);
}
.hover\:n-bg-dark-neutral-bg-status\/65:hover {
  background-color:rgb(168 172 178 / 0.65);
}
.hover\:n-bg-dark-neutral-bg-status\/70:hover {
  background-color:rgb(168 172 178 / 0.7);
}
.hover\:n-bg-dark-neutral-bg-status\/75:hover {
  background-color:rgb(168 172 178 / 0.75);
}
.hover\:n-bg-dark-neutral-bg-status\/80:hover {
  background-color:rgb(168 172 178 / 0.8);
}
.hover\:n-bg-dark-neutral-bg-status\/85:hover {
  background-color:rgb(168 172 178 / 0.85);
}
.hover\:n-bg-dark-neutral-bg-status\/90:hover {
  background-color:rgb(168 172 178 / 0.9);
}
.hover\:n-bg-dark-neutral-bg-status\/95:hover {
  background-color:rgb(168 172 178 / 0.95);
}
.hover\:n-bg-dark-neutral-bg-strong:hover {
  --tw-bg-opacity:1;
  background-color:rgb(60 63 68 / var(--tw-bg-opacity));
}
.hover\:n-bg-dark-neutral-bg-strong\/0:hover {
  background-color:rgb(60 63 68 / 0);
}
.hover\:n-bg-dark-neutral-bg-strong\/10:hover {
  background-color:rgb(60 63 68 / 0.1);
}
.hover\:n-bg-dark-neutral-bg-strong\/100:hover {
  background-color:rgb(60 63 68 / 1);
}
.hover\:n-bg-dark-neutral-bg-strong\/15:hover {
  background-color:rgb(60 63 68 / 0.15);
}
.hover\:n-bg-dark-neutral-bg-strong\/20:hover {
  background-color:rgb(60 63 68 / 0.2);
}
.hover\:n-bg-dark-neutral-bg-strong\/25:hover {
  background-color:rgb(60 63 68 / 0.25);
}
.hover\:n-bg-dark-neutral-bg-strong\/30:hover {
  background-color:rgb(60 63 68 / 0.3);
}
.hover\:n-bg-dark-neutral-bg-strong\/35:hover {
  background-color:rgb(60 63 68 / 0.35);
}
.hover\:n-bg-dark-neutral-bg-strong\/40:hover {
  background-color:rgb(60 63 68 / 0.4);
}
.hover\:n-bg-dark-neutral-bg-strong\/45:hover {
  background-color:rgb(60 63 68 / 0.45);
}
.hover\:n-bg-dark-neutral-bg-strong\/5:hover {
  background-color:rgb(60 63 68 / 0.05);
}
.hover\:n-bg-dark-neutral-bg-strong\/50:hover {
  background-color:rgb(60 63 68 / 0.5);
}
.hover\:n-bg-dark-neutral-bg-strong\/55:hover {
  background-color:rgb(60 63 68 / 0.55);
}
.hover\:n-bg-dark-neutral-bg-strong\/60:hover {
  background-color:rgb(60 63 68 / 0.6);
}
.hover\:n-bg-dark-neutral-bg-strong\/65:hover {
  background-color:rgb(60 63 68 / 0.65);
}
.hover\:n-bg-dark-neutral-bg-strong\/70:hover {
  background-color:rgb(60 63 68 / 0.7);
}
.hover\:n-bg-dark-neutral-bg-strong\/75:hover {
  background-color:rgb(60 63 68 / 0.75);
}
.hover\:n-bg-dark-neutral-bg-strong\/80:hover {
  background-color:rgb(60 63 68 / 0.8);
}
.hover\:n-bg-dark-neutral-bg-strong\/85:hover {
  background-color:rgb(60 63 68 / 0.85);
}
.hover\:n-bg-dark-neutral-bg-strong\/90:hover {
  background-color:rgb(60 63 68 / 0.9);
}
.hover\:n-bg-dark-neutral-bg-strong\/95:hover {
  background-color:rgb(60 63 68 / 0.95);
}
.hover\:n-bg-dark-neutral-bg-stronger:hover {
  --tw-bg-opacity:1;
  background-color:rgb(111 117 126 / var(--tw-bg-opacity));
}
.hover\:n-bg-dark-neutral-bg-stronger\/0:hover {
  background-color:rgb(111 117 126 / 0);
}
.hover\:n-bg-dark-neutral-bg-stronger\/10:hover {
  background-color:rgb(111 117 126 / 0.1);
}
.hover\:n-bg-dark-neutral-bg-stronger\/100:hover {
  background-color:rgb(111 117 126 / 1);
}
.hover\:n-bg-dark-neutral-bg-stronger\/15:hover {
  background-color:rgb(111 117 126 / 0.15);
}
.hover\:n-bg-dark-neutral-bg-stronger\/20:hover {
  background-color:rgb(111 117 126 / 0.2);
}
.hover\:n-bg-dark-neutral-bg-stronger\/25:hover {
  background-color:rgb(111 117 126 / 0.25);
}
.hover\:n-bg-dark-neutral-bg-stronger\/30:hover {
  background-color:rgb(111 117 126 / 0.3);
}
.hover\:n-bg-dark-neutral-bg-stronger\/35:hover {
  background-color:rgb(111 117 126 / 0.35);
}
.hover\:n-bg-dark-neutral-bg-stronger\/40:hover {
  background-color:rgb(111 117 126 / 0.4);
}
.hover\:n-bg-dark-neutral-bg-stronger\/45:hover {
  background-color:rgb(111 117 126 / 0.45);
}
.hover\:n-bg-dark-neutral-bg-stronger\/5:hover {
  background-color:rgb(111 117 126 / 0.05);
}
.hover\:n-bg-dark-neutral-bg-stronger\/50:hover {
  background-color:rgb(111 117 126 / 0.5);
}
.hover\:n-bg-dark-neutral-bg-stronger\/55:hover {
  background-color:rgb(111 117 126 / 0.55);
}
.hover\:n-bg-dark-neutral-bg-stronger\/60:hover {
  background-color:rgb(111 117 126 / 0.6);
}
.hover\:n-bg-dark-neutral-bg-stronger\/65:hover {
  background-color:rgb(111 117 126 / 0.65);
}
.hover\:n-bg-dark-neutral-bg-stronger\/70:hover {
  background-color:rgb(111 117 126 / 0.7);
}
.hover\:n-bg-dark-neutral-bg-stronger\/75:hover {
  background-color:rgb(111 117 126 / 0.75);
}
.hover\:n-bg-dark-neutral-bg-stronger\/80:hover {
  background-color:rgb(111 117 126 / 0.8);
}
.hover\:n-bg-dark-neutral-bg-stronger\/85:hover {
  background-color:rgb(111 117 126 / 0.85);
}
.hover\:n-bg-dark-neutral-bg-stronger\/90:hover {
  background-color:rgb(111 117 126 / 0.9);
}
.hover\:n-bg-dark-neutral-bg-stronger\/95:hover {
  background-color:rgb(111 117 126 / 0.95);
}
.hover\:n-bg-dark-neutral-bg-strongest:hover {
  --tw-bg-opacity:1;
  background-color:rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:n-bg-dark-neutral-bg-strongest\/0:hover {
  background-color:rgb(255 255 255 / 0);
}
.hover\:n-bg-dark-neutral-bg-strongest\/10:hover {
  background-color:rgb(255 255 255 / 0.1);
}
.hover\:n-bg-dark-neutral-bg-strongest\/100:hover {
  background-color:rgb(255 255 255 / 1);
}
.hover\:n-bg-dark-neutral-bg-strongest\/15:hover {
  background-color:rgb(255 255 255 / 0.15);
}
.hover\:n-bg-dark-neutral-bg-strongest\/20:hover {
  background-color:rgb(255 255 255 / 0.2);
}
.hover\:n-bg-dark-neutral-bg-strongest\/25:hover {
  background-color:rgb(255 255 255 / 0.25);
}
.hover\:n-bg-dark-neutral-bg-strongest\/30:hover {
  background-color:rgb(255 255 255 / 0.3);
}
.hover\:n-bg-dark-neutral-bg-strongest\/35:hover {
  background-color:rgb(255 255 255 / 0.35);
}
.hover\:n-bg-dark-neutral-bg-strongest\/40:hover {
  background-color:rgb(255 255 255 / 0.4);
}
.hover\:n-bg-dark-neutral-bg-strongest\/45:hover {
  background-color:rgb(255 255 255 / 0.45);
}
.hover\:n-bg-dark-neutral-bg-strongest\/5:hover {
  background-color:rgb(255 255 255 / 0.05);
}
.hover\:n-bg-dark-neutral-bg-strongest\/50:hover {
  background-color:rgb(255 255 255 / 0.5);
}
.hover\:n-bg-dark-neutral-bg-strongest\/55:hover {
  background-color:rgb(255 255 255 / 0.55);
}
.hover\:n-bg-dark-neutral-bg-strongest\/60:hover {
  background-color:rgb(255 255 255 / 0.6);
}
.hover\:n-bg-dark-neutral-bg-strongest\/65:hover {
  background-color:rgb(255 255 255 / 0.65);
}
.hover\:n-bg-dark-neutral-bg-strongest\/70:hover {
  background-color:rgb(255 255 255 / 0.7);
}
.hover\:n-bg-dark-neutral-bg-strongest\/75:hover {
  background-color:rgb(255 255 255 / 0.75);
}
.hover\:n-bg-dark-neutral-bg-strongest\/80:hover {
  background-color:rgb(255 255 255 / 0.8);
}
.hover\:n-bg-dark-neutral-bg-strongest\/85:hover {
  background-color:rgb(255 255 255 / 0.85);
}
.hover\:n-bg-dark-neutral-bg-strongest\/90:hover {
  background-color:rgb(255 255 255 / 0.9);
}
.hover\:n-bg-dark-neutral-bg-strongest\/95:hover {
  background-color:rgb(255 255 255 / 0.95);
}
.hover\:n-bg-dark-neutral-bg-weak:hover {
  --tw-bg-opacity:1;
  background-color:rgb(33 35 37 / var(--tw-bg-opacity));
}
.hover\:n-bg-dark-neutral-bg-weak\/0:hover {
  background-color:rgb(33 35 37 / 0);
}
.hover\:n-bg-dark-neutral-bg-weak\/10:hover {
  background-color:rgb(33 35 37 / 0.1);
}
.hover\:n-bg-dark-neutral-bg-weak\/100:hover {
  background-color:rgb(33 35 37 / 1);
}
.hover\:n-bg-dark-neutral-bg-weak\/15:hover {
  background-color:rgb(33 35 37 / 0.15);
}
.hover\:n-bg-dark-neutral-bg-weak\/20:hover {
  background-color:rgb(33 35 37 / 0.2);
}
.hover\:n-bg-dark-neutral-bg-weak\/25:hover {
  background-color:rgb(33 35 37 / 0.25);
}
.hover\:n-bg-dark-neutral-bg-weak\/30:hover {
  background-color:rgb(33 35 37 / 0.3);
}
.hover\:n-bg-dark-neutral-bg-weak\/35:hover {
  background-color:rgb(33 35 37 / 0.35);
}
.hover\:n-bg-dark-neutral-bg-weak\/40:hover {
  background-color:rgb(33 35 37 / 0.4);
}
.hover\:n-bg-dark-neutral-bg-weak\/45:hover {
  background-color:rgb(33 35 37 / 0.45);
}
.hover\:n-bg-dark-neutral-bg-weak\/5:hover {
  background-color:rgb(33 35 37 / 0.05);
}
.hover\:n-bg-dark-neutral-bg-weak\/50:hover {
  background-color:rgb(33 35 37 / 0.5);
}
.hover\:n-bg-dark-neutral-bg-weak\/55:hover {
  background-color:rgb(33 35 37 / 0.55);
}
.hover\:n-bg-dark-neutral-bg-weak\/60:hover {
  background-color:rgb(33 35 37 / 0.6);
}
.hover\:n-bg-dark-neutral-bg-weak\/65:hover {
  background-color:rgb(33 35 37 / 0.65);
}
.hover\:n-bg-dark-neutral-bg-weak\/70:hover {
  background-color:rgb(33 35 37 / 0.7);
}
.hover\:n-bg-dark-neutral-bg-weak\/75:hover {
  background-color:rgb(33 35 37 / 0.75);
}
.hover\:n-bg-dark-neutral-bg-weak\/80:hover {
  background-color:rgb(33 35 37 / 0.8);
}
.hover\:n-bg-dark-neutral-bg-weak\/85:hover {
  background-color:rgb(33 35 37 / 0.85);
}
.hover\:n-bg-dark-neutral-bg-weak\/90:hover {
  background-color:rgb(33 35 37 / 0.9);
}
.hover\:n-bg-dark-neutral-bg-weak\/95:hover {
  background-color:rgb(33 35 37 / 0.95);
}
.hover\:n-bg-dark-neutral-border-strong:hover {
  --tw-bg-opacity:1;
  background-color:rgb(111 117 126 / var(--tw-bg-opacity));
}
.hover\:n-bg-dark-neutral-border-strong\/0:hover {
  background-color:rgb(111 117 126 / 0);
}
.hover\:n-bg-dark-neutral-border-strong\/10:hover {
  background-color:rgb(111 117 126 / 0.1);
}
.hover\:n-bg-dark-neutral-border-strong\/100:hover {
  background-color:rgb(111 117 126 / 1);
}
.hover\:n-bg-dark-neutral-border-strong\/15:hover {
  background-color:rgb(111 117 126 / 0.15);
}
.hover\:n-bg-dark-neutral-border-strong\/20:hover {
  background-color:rgb(111 117 126 / 0.2);
}
.hover\:n-bg-dark-neutral-border-strong\/25:hover {
  background-color:rgb(111 117 126 / 0.25);
}
.hover\:n-bg-dark-neutral-border-strong\/30:hover {
  background-color:rgb(111 117 126 / 0.3);
}
.hover\:n-bg-dark-neutral-border-strong\/35:hover {
  background-color:rgb(111 117 126 / 0.35);
}
.hover\:n-bg-dark-neutral-border-strong\/40:hover {
  background-color:rgb(111 117 126 / 0.4);
}
.hover\:n-bg-dark-neutral-border-strong\/45:hover {
  background-color:rgb(111 117 126 / 0.45);
}
.hover\:n-bg-dark-neutral-border-strong\/5:hover {
  background-color:rgb(111 117 126 / 0.05);
}
.hover\:n-bg-dark-neutral-border-strong\/50:hover {
  background-color:rgb(111 117 126 / 0.5);
}
.hover\:n-bg-dark-neutral-border-strong\/55:hover {
  background-color:rgb(111 117 126 / 0.55);
}
.hover\:n-bg-dark-neutral-border-strong\/60:hover {
  background-color:rgb(111 117 126 / 0.6);
}
.hover\:n-bg-dark-neutral-border-strong\/65:hover {
  background-color:rgb(111 117 126 / 0.65);
}
.hover\:n-bg-dark-neutral-border-strong\/70:hover {
  background-color:rgb(111 117 126 / 0.7);
}
.hover\:n-bg-dark-neutral-border-strong\/75:hover {
  background-color:rgb(111 117 126 / 0.75);
}
.hover\:n-bg-dark-neutral-border-strong\/80:hover {
  background-color:rgb(111 117 126 / 0.8);
}
.hover\:n-bg-dark-neutral-border-strong\/85:hover {
  background-color:rgb(111 117 126 / 0.85);
}
.hover\:n-bg-dark-neutral-border-strong\/90:hover {
  background-color:rgb(111 117 126 / 0.9);
}
.hover\:n-bg-dark-neutral-border-strong\/95:hover {
  background-color:rgb(111 117 126 / 0.95);
}
.hover\:n-bg-dark-neutral-border-strongest:hover {
  --tw-bg-opacity:1;
  background-color:rgb(187 190 195 / var(--tw-bg-opacity));
}
.hover\:n-bg-dark-neutral-border-strongest\/0:hover {
  background-color:rgb(187 190 195 / 0);
}
.hover\:n-bg-dark-neutral-border-strongest\/10:hover {
  background-color:rgb(187 190 195 / 0.1);
}
.hover\:n-bg-dark-neutral-border-strongest\/100:hover {
  background-color:rgb(187 190 195 / 1);
}
.hover\:n-bg-dark-neutral-border-strongest\/15:hover {
  background-color:rgb(187 190 195 / 0.15);
}
.hover\:n-bg-dark-neutral-border-strongest\/20:hover {
  background-color:rgb(187 190 195 / 0.2);
}
.hover\:n-bg-dark-neutral-border-strongest\/25:hover {
  background-color:rgb(187 190 195 / 0.25);
}
.hover\:n-bg-dark-neutral-border-strongest\/30:hover {
  background-color:rgb(187 190 195 / 0.3);
}
.hover\:n-bg-dark-neutral-border-strongest\/35:hover {
  background-color:rgb(187 190 195 / 0.35);
}
.hover\:n-bg-dark-neutral-border-strongest\/40:hover {
  background-color:rgb(187 190 195 / 0.4);
}
.hover\:n-bg-dark-neutral-border-strongest\/45:hover {
  background-color:rgb(187 190 195 / 0.45);
}
.hover\:n-bg-dark-neutral-border-strongest\/5:hover {
  background-color:rgb(187 190 195 / 0.05);
}
.hover\:n-bg-dark-neutral-border-strongest\/50:hover {
  background-color:rgb(187 190 195 / 0.5);
}
.hover\:n-bg-dark-neutral-border-strongest\/55:hover {
  background-color:rgb(187 190 195 / 0.55);
}
.hover\:n-bg-dark-neutral-border-strongest\/60:hover {
  background-color:rgb(187 190 195 / 0.6);
}
.hover\:n-bg-dark-neutral-border-strongest\/65:hover {
  background-color:rgb(187 190 195 / 0.65);
}
.hover\:n-bg-dark-neutral-border-strongest\/70:hover {
  background-color:rgb(187 190 195 / 0.7);
}
.hover\:n-bg-dark-neutral-border-strongest\/75:hover {
  background-color:rgb(187 190 195 / 0.75);
}
.hover\:n-bg-dark-neutral-border-strongest\/80:hover {
  background-color:rgb(187 190 195 / 0.8);
}
.hover\:n-bg-dark-neutral-border-strongest\/85:hover {
  background-color:rgb(187 190 195 / 0.85);
}
.hover\:n-bg-dark-neutral-border-strongest\/90:hover {
  background-color:rgb(187 190 195 / 0.9);
}
.hover\:n-bg-dark-neutral-border-strongest\/95:hover {
  background-color:rgb(187 190 195 / 0.95);
}
.hover\:n-bg-dark-neutral-border-weak:hover {
  --tw-bg-opacity:1;
  background-color:rgb(60 63 68 / var(--tw-bg-opacity));
}
.hover\:n-bg-dark-neutral-border-weak\/0:hover {
  background-color:rgb(60 63 68 / 0);
}
.hover\:n-bg-dark-neutral-border-weak\/10:hover {
  background-color:rgb(60 63 68 / 0.1);
}
.hover\:n-bg-dark-neutral-border-weak\/100:hover {
  background-color:rgb(60 63 68 / 1);
}
.hover\:n-bg-dark-neutral-border-weak\/15:hover {
  background-color:rgb(60 63 68 / 0.15);
}
.hover\:n-bg-dark-neutral-border-weak\/20:hover {
  background-color:rgb(60 63 68 / 0.2);
}
.hover\:n-bg-dark-neutral-border-weak\/25:hover {
  background-color:rgb(60 63 68 / 0.25);
}
.hover\:n-bg-dark-neutral-border-weak\/30:hover {
  background-color:rgb(60 63 68 / 0.3);
}
.hover\:n-bg-dark-neutral-border-weak\/35:hover {
  background-color:rgb(60 63 68 / 0.35);
}
.hover\:n-bg-dark-neutral-border-weak\/40:hover {
  background-color:rgb(60 63 68 / 0.4);
}
.hover\:n-bg-dark-neutral-border-weak\/45:hover {
  background-color:rgb(60 63 68 / 0.45);
}
.hover\:n-bg-dark-neutral-border-weak\/5:hover {
  background-color:rgb(60 63 68 / 0.05);
}
.hover\:n-bg-dark-neutral-border-weak\/50:hover {
  background-color:rgb(60 63 68 / 0.5);
}
.hover\:n-bg-dark-neutral-border-weak\/55:hover {
  background-color:rgb(60 63 68 / 0.55);
}
.hover\:n-bg-dark-neutral-border-weak\/60:hover {
  background-color:rgb(60 63 68 / 0.6);
}
.hover\:n-bg-dark-neutral-border-weak\/65:hover {
  background-color:rgb(60 63 68 / 0.65);
}
.hover\:n-bg-dark-neutral-border-weak\/70:hover {
  background-color:rgb(60 63 68 / 0.7);
}
.hover\:n-bg-dark-neutral-border-weak\/75:hover {
  background-color:rgb(60 63 68 / 0.75);
}
.hover\:n-bg-dark-neutral-border-weak\/80:hover {
  background-color:rgb(60 63 68 / 0.8);
}
.hover\:n-bg-dark-neutral-border-weak\/85:hover {
  background-color:rgb(60 63 68 / 0.85);
}
.hover\:n-bg-dark-neutral-border-weak\/90:hover {
  background-color:rgb(60 63 68 / 0.9);
}
.hover\:n-bg-dark-neutral-border-weak\/95:hover {
  background-color:rgb(60 63 68 / 0.95);
}
.hover\:n-bg-dark-neutral-hover:hover {
  --tw-bg-opacity:1;
  background-color:rgb(149 154 161 / var(--tw-bg-opacity));
}
.hover\:n-bg-dark-neutral-hover\/0:hover {
  background-color:rgb(149 154 161 / 0);
}
.hover\:n-bg-dark-neutral-hover\/10:hover {
  background-color:rgb(149 154 161 / 0.1);
}
.hover\:n-bg-dark-neutral-hover\/100:hover {
  background-color:rgb(149 154 161 / 1);
}
.hover\:n-bg-dark-neutral-hover\/15:hover {
  background-color:rgb(149 154 161 / 0.15);
}
.hover\:n-bg-dark-neutral-hover\/20:hover {
  background-color:rgb(149 154 161 / 0.2);
}
.hover\:n-bg-dark-neutral-hover\/25:hover {
  background-color:rgb(149 154 161 / 0.25);
}
.hover\:n-bg-dark-neutral-hover\/30:hover {
  background-color:rgb(149 154 161 / 0.3);
}
.hover\:n-bg-dark-neutral-hover\/35:hover {
  background-color:rgb(149 154 161 / 0.35);
}
.hover\:n-bg-dark-neutral-hover\/40:hover {
  background-color:rgb(149 154 161 / 0.4);
}
.hover\:n-bg-dark-neutral-hover\/45:hover {
  background-color:rgb(149 154 161 / 0.45);
}
.hover\:n-bg-dark-neutral-hover\/5:hover {
  background-color:rgb(149 154 161 / 0.05);
}
.hover\:n-bg-dark-neutral-hover\/50:hover {
  background-color:rgb(149 154 161 / 0.5);
}
.hover\:n-bg-dark-neutral-hover\/55:hover {
  background-color:rgb(149 154 161 / 0.55);
}
.hover\:n-bg-dark-neutral-hover\/60:hover {
  background-color:rgb(149 154 161 / 0.6);
}
.hover\:n-bg-dark-neutral-hover\/65:hover {
  background-color:rgb(149 154 161 / 0.65);
}
.hover\:n-bg-dark-neutral-hover\/70:hover {
  background-color:rgb(149 154 161 / 0.7);
}
.hover\:n-bg-dark-neutral-hover\/75:hover {
  background-color:rgb(149 154 161 / 0.75);
}
.hover\:n-bg-dark-neutral-hover\/80:hover {
  background-color:rgb(149 154 161 / 0.8);
}
.hover\:n-bg-dark-neutral-hover\/85:hover {
  background-color:rgb(149 154 161 / 0.85);
}
.hover\:n-bg-dark-neutral-hover\/90:hover {
  background-color:rgb(149 154 161 / 0.9);
}
.hover\:n-bg-dark-neutral-hover\/95:hover {
  background-color:rgb(149 154 161 / 0.95);
}
.hover\:n-bg-dark-neutral-icon:hover {
  --tw-bg-opacity:1;
  background-color:rgb(207 209 212 / var(--tw-bg-opacity));
}
.hover\:n-bg-dark-neutral-icon\/0:hover {
  background-color:rgb(207 209 212 / 0);
}
.hover\:n-bg-dark-neutral-icon\/10:hover {
  background-color:rgb(207 209 212 / 0.1);
}
.hover\:n-bg-dark-neutral-icon\/100:hover {
  background-color:rgb(207 209 212 / 1);
}
.hover\:n-bg-dark-neutral-icon\/15:hover {
  background-color:rgb(207 209 212 / 0.15);
}
.hover\:n-bg-dark-neutral-icon\/20:hover {
  background-color:rgb(207 209 212 / 0.2);
}
.hover\:n-bg-dark-neutral-icon\/25:hover {
  background-color:rgb(207 209 212 / 0.25);
}
.hover\:n-bg-dark-neutral-icon\/30:hover {
  background-color:rgb(207 209 212 / 0.3);
}
.hover\:n-bg-dark-neutral-icon\/35:hover {
  background-color:rgb(207 209 212 / 0.35);
}
.hover\:n-bg-dark-neutral-icon\/40:hover {
  background-color:rgb(207 209 212 / 0.4);
}
.hover\:n-bg-dark-neutral-icon\/45:hover {
  background-color:rgb(207 209 212 / 0.45);
}
.hover\:n-bg-dark-neutral-icon\/5:hover {
  background-color:rgb(207 209 212 / 0.05);
}
.hover\:n-bg-dark-neutral-icon\/50:hover {
  background-color:rgb(207 209 212 / 0.5);
}
.hover\:n-bg-dark-neutral-icon\/55:hover {
  background-color:rgb(207 209 212 / 0.55);
}
.hover\:n-bg-dark-neutral-icon\/60:hover {
  background-color:rgb(207 209 212 / 0.6);
}
.hover\:n-bg-dark-neutral-icon\/65:hover {
  background-color:rgb(207 209 212 / 0.65);
}
.hover\:n-bg-dark-neutral-icon\/70:hover {
  background-color:rgb(207 209 212 / 0.7);
}
.hover\:n-bg-dark-neutral-icon\/75:hover {
  background-color:rgb(207 209 212 / 0.75);
}
.hover\:n-bg-dark-neutral-icon\/80:hover {
  background-color:rgb(207 209 212 / 0.8);
}
.hover\:n-bg-dark-neutral-icon\/85:hover {
  background-color:rgb(207 209 212 / 0.85);
}
.hover\:n-bg-dark-neutral-icon\/90:hover {
  background-color:rgb(207 209 212 / 0.9);
}
.hover\:n-bg-dark-neutral-icon\/95:hover {
  background-color:rgb(207 209 212 / 0.95);
}
.hover\:n-bg-dark-neutral-pressed:hover {
  --tw-bg-opacity:1;
  background-color:rgb(149 154 161 / var(--tw-bg-opacity));
}
.hover\:n-bg-dark-neutral-pressed\/0:hover {
  background-color:rgb(149 154 161 / 0);
}
.hover\:n-bg-dark-neutral-pressed\/10:hover {
  background-color:rgb(149 154 161 / 0.1);
}
.hover\:n-bg-dark-neutral-pressed\/100:hover {
  background-color:rgb(149 154 161 / 1);
}
.hover\:n-bg-dark-neutral-pressed\/15:hover {
  background-color:rgb(149 154 161 / 0.15);
}
.hover\:n-bg-dark-neutral-pressed\/20:hover {
  background-color:rgb(149 154 161 / 0.2);
}
.hover\:n-bg-dark-neutral-pressed\/25:hover {
  background-color:rgb(149 154 161 / 0.25);
}
.hover\:n-bg-dark-neutral-pressed\/30:hover {
  background-color:rgb(149 154 161 / 0.3);
}
.hover\:n-bg-dark-neutral-pressed\/35:hover {
  background-color:rgb(149 154 161 / 0.35);
}
.hover\:n-bg-dark-neutral-pressed\/40:hover {
  background-color:rgb(149 154 161 / 0.4);
}
.hover\:n-bg-dark-neutral-pressed\/45:hover {
  background-color:rgb(149 154 161 / 0.45);
}
.hover\:n-bg-dark-neutral-pressed\/5:hover {
  background-color:rgb(149 154 161 / 0.05);
}
.hover\:n-bg-dark-neutral-pressed\/50:hover {
  background-color:rgb(149 154 161 / 0.5);
}
.hover\:n-bg-dark-neutral-pressed\/55:hover {
  background-color:rgb(149 154 161 / 0.55);
}
.hover\:n-bg-dark-neutral-pressed\/60:hover {
  background-color:rgb(149 154 161 / 0.6);
}
.hover\:n-bg-dark-neutral-pressed\/65:hover {
  background-color:rgb(149 154 161 / 0.65);
}
.hover\:n-bg-dark-neutral-pressed\/70:hover {
  background-color:rgb(149 154 161 / 0.7);
}
.hover\:n-bg-dark-neutral-pressed\/75:hover {
  background-color:rgb(149 154 161 / 0.75);
}
.hover\:n-bg-dark-neutral-pressed\/80:hover {
  background-color:rgb(149 154 161 / 0.8);
}
.hover\:n-bg-dark-neutral-pressed\/85:hover {
  background-color:rgb(149 154 161 / 0.85);
}
.hover\:n-bg-dark-neutral-pressed\/90:hover {
  background-color:rgb(149 154 161 / 0.9);
}
.hover\:n-bg-dark-neutral-pressed\/95:hover {
  background-color:rgb(149 154 161 / 0.95);
}
.hover\:n-bg-dark-neutral-text-default:hover {
  --tw-bg-opacity:1;
  background-color:rgb(245 246 246 / var(--tw-bg-opacity));
}
.hover\:n-bg-dark-neutral-text-default\/0:hover {
  background-color:rgb(245 246 246 / 0);
}
.hover\:n-bg-dark-neutral-text-default\/10:hover {
  background-color:rgb(245 246 246 / 0.1);
}
.hover\:n-bg-dark-neutral-text-default\/100:hover {
  background-color:rgb(245 246 246 / 1);
}
.hover\:n-bg-dark-neutral-text-default\/15:hover {
  background-color:rgb(245 246 246 / 0.15);
}
.hover\:n-bg-dark-neutral-text-default\/20:hover {
  background-color:rgb(245 246 246 / 0.2);
}
.hover\:n-bg-dark-neutral-text-default\/25:hover {
  background-color:rgb(245 246 246 / 0.25);
}
.hover\:n-bg-dark-neutral-text-default\/30:hover {
  background-color:rgb(245 246 246 / 0.3);
}
.hover\:n-bg-dark-neutral-text-default\/35:hover {
  background-color:rgb(245 246 246 / 0.35);
}
.hover\:n-bg-dark-neutral-text-default\/40:hover {
  background-color:rgb(245 246 246 / 0.4);
}
.hover\:n-bg-dark-neutral-text-default\/45:hover {
  background-color:rgb(245 246 246 / 0.45);
}
.hover\:n-bg-dark-neutral-text-default\/5:hover {
  background-color:rgb(245 246 246 / 0.05);
}
.hover\:n-bg-dark-neutral-text-default\/50:hover {
  background-color:rgb(245 246 246 / 0.5);
}
.hover\:n-bg-dark-neutral-text-default\/55:hover {
  background-color:rgb(245 246 246 / 0.55);
}
.hover\:n-bg-dark-neutral-text-default\/60:hover {
  background-color:rgb(245 246 246 / 0.6);
}
.hover\:n-bg-dark-neutral-text-default\/65:hover {
  background-color:rgb(245 246 246 / 0.65);
}
.hover\:n-bg-dark-neutral-text-default\/70:hover {
  background-color:rgb(245 246 246 / 0.7);
}
.hover\:n-bg-dark-neutral-text-default\/75:hover {
  background-color:rgb(245 246 246 / 0.75);
}
.hover\:n-bg-dark-neutral-text-default\/80:hover {
  background-color:rgb(245 246 246 / 0.8);
}
.hover\:n-bg-dark-neutral-text-default\/85:hover {
  background-color:rgb(245 246 246 / 0.85);
}
.hover\:n-bg-dark-neutral-text-default\/90:hover {
  background-color:rgb(245 246 246 / 0.9);
}
.hover\:n-bg-dark-neutral-text-default\/95:hover {
  background-color:rgb(245 246 246 / 0.95);
}
.hover\:n-bg-dark-neutral-text-inverse:hover {
  --tw-bg-opacity:1;
  background-color:rgb(26 27 29 / var(--tw-bg-opacity));
}
.hover\:n-bg-dark-neutral-text-inverse\/0:hover {
  background-color:rgb(26 27 29 / 0);
}
.hover\:n-bg-dark-neutral-text-inverse\/10:hover {
  background-color:rgb(26 27 29 / 0.1);
}
.hover\:n-bg-dark-neutral-text-inverse\/100:hover {
  background-color:rgb(26 27 29 / 1);
}
.hover\:n-bg-dark-neutral-text-inverse\/15:hover {
  background-color:rgb(26 27 29 / 0.15);
}
.hover\:n-bg-dark-neutral-text-inverse\/20:hover {
  background-color:rgb(26 27 29 / 0.2);
}
.hover\:n-bg-dark-neutral-text-inverse\/25:hover {
  background-color:rgb(26 27 29 / 0.25);
}
.hover\:n-bg-dark-neutral-text-inverse\/30:hover {
  background-color:rgb(26 27 29 / 0.3);
}
.hover\:n-bg-dark-neutral-text-inverse\/35:hover {
  background-color:rgb(26 27 29 / 0.35);
}
.hover\:n-bg-dark-neutral-text-inverse\/40:hover {
  background-color:rgb(26 27 29 / 0.4);
}
.hover\:n-bg-dark-neutral-text-inverse\/45:hover {
  background-color:rgb(26 27 29 / 0.45);
}
.hover\:n-bg-dark-neutral-text-inverse\/5:hover {
  background-color:rgb(26 27 29 / 0.05);
}
.hover\:n-bg-dark-neutral-text-inverse\/50:hover {
  background-color:rgb(26 27 29 / 0.5);
}
.hover\:n-bg-dark-neutral-text-inverse\/55:hover {
  background-color:rgb(26 27 29 / 0.55);
}
.hover\:n-bg-dark-neutral-text-inverse\/60:hover {
  background-color:rgb(26 27 29 / 0.6);
}
.hover\:n-bg-dark-neutral-text-inverse\/65:hover {
  background-color:rgb(26 27 29 / 0.65);
}
.hover\:n-bg-dark-neutral-text-inverse\/70:hover {
  background-color:rgb(26 27 29 / 0.7);
}
.hover\:n-bg-dark-neutral-text-inverse\/75:hover {
  background-color:rgb(26 27 29 / 0.75);
}
.hover\:n-bg-dark-neutral-text-inverse\/80:hover {
  background-color:rgb(26 27 29 / 0.8);
}
.hover\:n-bg-dark-neutral-text-inverse\/85:hover {
  background-color:rgb(26 27 29 / 0.85);
}
.hover\:n-bg-dark-neutral-text-inverse\/90:hover {
  background-color:rgb(26 27 29 / 0.9);
}
.hover\:n-bg-dark-neutral-text-inverse\/95:hover {
  background-color:rgb(26 27 29 / 0.95);
}
.hover\:n-bg-dark-neutral-text-weak:hover {
  --tw-bg-opacity:1;
  background-color:rgb(207 209 212 / var(--tw-bg-opacity));
}
.hover\:n-bg-dark-neutral-text-weak\/0:hover {
  background-color:rgb(207 209 212 / 0);
}
.hover\:n-bg-dark-neutral-text-weak\/10:hover {
  background-color:rgb(207 209 212 / 0.1);
}
.hover\:n-bg-dark-neutral-text-weak\/100:hover {
  background-color:rgb(207 209 212 / 1);
}
.hover\:n-bg-dark-neutral-text-weak\/15:hover {
  background-color:rgb(207 209 212 / 0.15);
}
.hover\:n-bg-dark-neutral-text-weak\/20:hover {
  background-color:rgb(207 209 212 / 0.2);
}
.hover\:n-bg-dark-neutral-text-weak\/25:hover {
  background-color:rgb(207 209 212 / 0.25);
}
.hover\:n-bg-dark-neutral-text-weak\/30:hover {
  background-color:rgb(207 209 212 / 0.3);
}
.hover\:n-bg-dark-neutral-text-weak\/35:hover {
  background-color:rgb(207 209 212 / 0.35);
}
.hover\:n-bg-dark-neutral-text-weak\/40:hover {
  background-color:rgb(207 209 212 / 0.4);
}
.hover\:n-bg-dark-neutral-text-weak\/45:hover {
  background-color:rgb(207 209 212 / 0.45);
}
.hover\:n-bg-dark-neutral-text-weak\/5:hover {
  background-color:rgb(207 209 212 / 0.05);
}
.hover\:n-bg-dark-neutral-text-weak\/50:hover {
  background-color:rgb(207 209 212 / 0.5);
}
.hover\:n-bg-dark-neutral-text-weak\/55:hover {
  background-color:rgb(207 209 212 / 0.55);
}
.hover\:n-bg-dark-neutral-text-weak\/60:hover {
  background-color:rgb(207 209 212 / 0.6);
}
.hover\:n-bg-dark-neutral-text-weak\/65:hover {
  background-color:rgb(207 209 212 / 0.65);
}
.hover\:n-bg-dark-neutral-text-weak\/70:hover {
  background-color:rgb(207 209 212 / 0.7);
}
.hover\:n-bg-dark-neutral-text-weak\/75:hover {
  background-color:rgb(207 209 212 / 0.75);
}
.hover\:n-bg-dark-neutral-text-weak\/80:hover {
  background-color:rgb(207 209 212 / 0.8);
}
.hover\:n-bg-dark-neutral-text-weak\/85:hover {
  background-color:rgb(207 209 212 / 0.85);
}
.hover\:n-bg-dark-neutral-text-weak\/90:hover {
  background-color:rgb(207 209 212 / 0.9);
}
.hover\:n-bg-dark-neutral-text-weak\/95:hover {
  background-color:rgb(207 209 212 / 0.95);
}
.hover\:n-bg-dark-neutral-text-weaker:hover {
  --tw-bg-opacity:1;
  background-color:rgb(168 172 178 / var(--tw-bg-opacity));
}
.hover\:n-bg-dark-neutral-text-weaker\/0:hover {
  background-color:rgb(168 172 178 / 0);
}
.hover\:n-bg-dark-neutral-text-weaker\/10:hover {
  background-color:rgb(168 172 178 / 0.1);
}
.hover\:n-bg-dark-neutral-text-weaker\/100:hover {
  background-color:rgb(168 172 178 / 1);
}
.hover\:n-bg-dark-neutral-text-weaker\/15:hover {
  background-color:rgb(168 172 178 / 0.15);
}
.hover\:n-bg-dark-neutral-text-weaker\/20:hover {
  background-color:rgb(168 172 178 / 0.2);
}
.hover\:n-bg-dark-neutral-text-weaker\/25:hover {
  background-color:rgb(168 172 178 / 0.25);
}
.hover\:n-bg-dark-neutral-text-weaker\/30:hover {
  background-color:rgb(168 172 178 / 0.3);
}
.hover\:n-bg-dark-neutral-text-weaker\/35:hover {
  background-color:rgb(168 172 178 / 0.35);
}
.hover\:n-bg-dark-neutral-text-weaker\/40:hover {
  background-color:rgb(168 172 178 / 0.4);
}
.hover\:n-bg-dark-neutral-text-weaker\/45:hover {
  background-color:rgb(168 172 178 / 0.45);
}
.hover\:n-bg-dark-neutral-text-weaker\/5:hover {
  background-color:rgb(168 172 178 / 0.05);
}
.hover\:n-bg-dark-neutral-text-weaker\/50:hover {
  background-color:rgb(168 172 178 / 0.5);
}
.hover\:n-bg-dark-neutral-text-weaker\/55:hover {
  background-color:rgb(168 172 178 / 0.55);
}
.hover\:n-bg-dark-neutral-text-weaker\/60:hover {
  background-color:rgb(168 172 178 / 0.6);
}
.hover\:n-bg-dark-neutral-text-weaker\/65:hover {
  background-color:rgb(168 172 178 / 0.65);
}
.hover\:n-bg-dark-neutral-text-weaker\/70:hover {
  background-color:rgb(168 172 178 / 0.7);
}
.hover\:n-bg-dark-neutral-text-weaker\/75:hover {
  background-color:rgb(168 172 178 / 0.75);
}
.hover\:n-bg-dark-neutral-text-weaker\/80:hover {
  background-color:rgb(168 172 178 / 0.8);
}
.hover\:n-bg-dark-neutral-text-weaker\/85:hover {
  background-color:rgb(168 172 178 / 0.85);
}
.hover\:n-bg-dark-neutral-text-weaker\/90:hover {
  background-color:rgb(168 172 178 / 0.9);
}
.hover\:n-bg-dark-neutral-text-weaker\/95:hover {
  background-color:rgb(168 172 178 / 0.95);
}
.hover\:n-bg-dark-neutral-text-weakest:hover {
  --tw-bg-opacity:1;
  background-color:rgb(129 135 144 / var(--tw-bg-opacity));
}
.hover\:n-bg-dark-neutral-text-weakest\/0:hover {
  background-color:rgb(129 135 144 / 0);
}
.hover\:n-bg-dark-neutral-text-weakest\/10:hover {
  background-color:rgb(129 135 144 / 0.1);
}
.hover\:n-bg-dark-neutral-text-weakest\/100:hover {
  background-color:rgb(129 135 144 / 1);
}
.hover\:n-bg-dark-neutral-text-weakest\/15:hover {
  background-color:rgb(129 135 144 / 0.15);
}
.hover\:n-bg-dark-neutral-text-weakest\/20:hover {
  background-color:rgb(129 135 144 / 0.2);
}
.hover\:n-bg-dark-neutral-text-weakest\/25:hover {
  background-color:rgb(129 135 144 / 0.25);
}
.hover\:n-bg-dark-neutral-text-weakest\/30:hover {
  background-color:rgb(129 135 144 / 0.3);
}
.hover\:n-bg-dark-neutral-text-weakest\/35:hover {
  background-color:rgb(129 135 144 / 0.35);
}
.hover\:n-bg-dark-neutral-text-weakest\/40:hover {
  background-color:rgb(129 135 144 / 0.4);
}
.hover\:n-bg-dark-neutral-text-weakest\/45:hover {
  background-color:rgb(129 135 144 / 0.45);
}
.hover\:n-bg-dark-neutral-text-weakest\/5:hover {
  background-color:rgb(129 135 144 / 0.05);
}
.hover\:n-bg-dark-neutral-text-weakest\/50:hover {
  background-color:rgb(129 135 144 / 0.5);
}
.hover\:n-bg-dark-neutral-text-weakest\/55:hover {
  background-color:rgb(129 135 144 / 0.55);
}
.hover\:n-bg-dark-neutral-text-weakest\/60:hover {
  background-color:rgb(129 135 144 / 0.6);
}
.hover\:n-bg-dark-neutral-text-weakest\/65:hover {
  background-color:rgb(129 135 144 / 0.65);
}
.hover\:n-bg-dark-neutral-text-weakest\/70:hover {
  background-color:rgb(129 135 144 / 0.7);
}
.hover\:n-bg-dark-neutral-text-weakest\/75:hover {
  background-color:rgb(129 135 144 / 0.75);
}
.hover\:n-bg-dark-neutral-text-weakest\/80:hover {
  background-color:rgb(129 135 144 / 0.8);
}
.hover\:n-bg-dark-neutral-text-weakest\/85:hover {
  background-color:rgb(129 135 144 / 0.85);
}
.hover\:n-bg-dark-neutral-text-weakest\/90:hover {
  background-color:rgb(129 135 144 / 0.9);
}
.hover\:n-bg-dark-neutral-text-weakest\/95:hover {
  background-color:rgb(129 135 144 / 0.95);
}
.hover\:n-bg-dark-primary-bg-selected:hover {
  --tw-bg-opacity:1;
  background-color:rgb(38 47 49 / var(--tw-bg-opacity));
}
.hover\:n-bg-dark-primary-bg-selected\/0:hover {
  background-color:rgb(38 47 49 / 0);
}
.hover\:n-bg-dark-primary-bg-selected\/10:hover {
  background-color:rgb(38 47 49 / 0.1);
}
.hover\:n-bg-dark-primary-bg-selected\/100:hover {
  background-color:rgb(38 47 49 / 1);
}
.hover\:n-bg-dark-primary-bg-selected\/15:hover {
  background-color:rgb(38 47 49 / 0.15);
}
.hover\:n-bg-dark-primary-bg-selected\/20:hover {
  background-color:rgb(38 47 49 / 0.2);
}
.hover\:n-bg-dark-primary-bg-selected\/25:hover {
  background-color:rgb(38 47 49 / 0.25);
}
.hover\:n-bg-dark-primary-bg-selected\/30:hover {
  background-color:rgb(38 47 49 / 0.3);
}
.hover\:n-bg-dark-primary-bg-selected\/35:hover {
  background-color:rgb(38 47 49 / 0.35);
}
.hover\:n-bg-dark-primary-bg-selected\/40:hover {
  background-color:rgb(38 47 49 / 0.4);
}
.hover\:n-bg-dark-primary-bg-selected\/45:hover {
  background-color:rgb(38 47 49 / 0.45);
}
.hover\:n-bg-dark-primary-bg-selected\/5:hover {
  background-color:rgb(38 47 49 / 0.05);
}
.hover\:n-bg-dark-primary-bg-selected\/50:hover {
  background-color:rgb(38 47 49 / 0.5);
}
.hover\:n-bg-dark-primary-bg-selected\/55:hover {
  background-color:rgb(38 47 49 / 0.55);
}
.hover\:n-bg-dark-primary-bg-selected\/60:hover {
  background-color:rgb(38 47 49 / 0.6);
}
.hover\:n-bg-dark-primary-bg-selected\/65:hover {
  background-color:rgb(38 47 49 / 0.65);
}
.hover\:n-bg-dark-primary-bg-selected\/70:hover {
  background-color:rgb(38 47 49 / 0.7);
}
.hover\:n-bg-dark-primary-bg-selected\/75:hover {
  background-color:rgb(38 47 49 / 0.75);
}
.hover\:n-bg-dark-primary-bg-selected\/80:hover {
  background-color:rgb(38 47 49 / 0.8);
}
.hover\:n-bg-dark-primary-bg-selected\/85:hover {
  background-color:rgb(38 47 49 / 0.85);
}
.hover\:n-bg-dark-primary-bg-selected\/90:hover {
  background-color:rgb(38 47 49 / 0.9);
}
.hover\:n-bg-dark-primary-bg-selected\/95:hover {
  background-color:rgb(38 47 49 / 0.95);
}
.hover\:n-bg-dark-primary-bg-status:hover {
  --tw-bg-opacity:1;
  background-color:rgb(143 227 232 / var(--tw-bg-opacity));
}
.hover\:n-bg-dark-primary-bg-status\/0:hover {
  background-color:rgb(143 227 232 / 0);
}
.hover\:n-bg-dark-primary-bg-status\/10:hover {
  background-color:rgb(143 227 232 / 0.1);
}
.hover\:n-bg-dark-primary-bg-status\/100:hover {
  background-color:rgb(143 227 232 / 1);
}
.hover\:n-bg-dark-primary-bg-status\/15:hover {
  background-color:rgb(143 227 232 / 0.15);
}
.hover\:n-bg-dark-primary-bg-status\/20:hover {
  background-color:rgb(143 227 232 / 0.2);
}
.hover\:n-bg-dark-primary-bg-status\/25:hover {
  background-color:rgb(143 227 232 / 0.25);
}
.hover\:n-bg-dark-primary-bg-status\/30:hover {
  background-color:rgb(143 227 232 / 0.3);
}
.hover\:n-bg-dark-primary-bg-status\/35:hover {
  background-color:rgb(143 227 232 / 0.35);
}
.hover\:n-bg-dark-primary-bg-status\/40:hover {
  background-color:rgb(143 227 232 / 0.4);
}
.hover\:n-bg-dark-primary-bg-status\/45:hover {
  background-color:rgb(143 227 232 / 0.45);
}
.hover\:n-bg-dark-primary-bg-status\/5:hover {
  background-color:rgb(143 227 232 / 0.05);
}
.hover\:n-bg-dark-primary-bg-status\/50:hover {
  background-color:rgb(143 227 232 / 0.5);
}
.hover\:n-bg-dark-primary-bg-status\/55:hover {
  background-color:rgb(143 227 232 / 0.55);
}
.hover\:n-bg-dark-primary-bg-status\/60:hover {
  background-color:rgb(143 227 232 / 0.6);
}
.hover\:n-bg-dark-primary-bg-status\/65:hover {
  background-color:rgb(143 227 232 / 0.65);
}
.hover\:n-bg-dark-primary-bg-status\/70:hover {
  background-color:rgb(143 227 232 / 0.7);
}
.hover\:n-bg-dark-primary-bg-status\/75:hover {
  background-color:rgb(143 227 232 / 0.75);
}
.hover\:n-bg-dark-primary-bg-status\/80:hover {
  background-color:rgb(143 227 232 / 0.8);
}
.hover\:n-bg-dark-primary-bg-status\/85:hover {
  background-color:rgb(143 227 232 / 0.85);
}
.hover\:n-bg-dark-primary-bg-status\/90:hover {
  background-color:rgb(143 227 232 / 0.9);
}
.hover\:n-bg-dark-primary-bg-status\/95:hover {
  background-color:rgb(143 227 232 / 0.95);
}
.hover\:n-bg-dark-primary-bg-strong:hover {
  --tw-bg-opacity:1;
  background-color:rgb(143 227 232 / var(--tw-bg-opacity));
}
.hover\:n-bg-dark-primary-bg-strong\/0:hover {
  background-color:rgb(143 227 232 / 0);
}
.hover\:n-bg-dark-primary-bg-strong\/10:hover {
  background-color:rgb(143 227 232 / 0.1);
}
.hover\:n-bg-dark-primary-bg-strong\/100:hover {
  background-color:rgb(143 227 232 / 1);
}
.hover\:n-bg-dark-primary-bg-strong\/15:hover {
  background-color:rgb(143 227 232 / 0.15);
}
.hover\:n-bg-dark-primary-bg-strong\/20:hover {
  background-color:rgb(143 227 232 / 0.2);
}
.hover\:n-bg-dark-primary-bg-strong\/25:hover {
  background-color:rgb(143 227 232 / 0.25);
}
.hover\:n-bg-dark-primary-bg-strong\/30:hover {
  background-color:rgb(143 227 232 / 0.3);
}
.hover\:n-bg-dark-primary-bg-strong\/35:hover {
  background-color:rgb(143 227 232 / 0.35);
}
.hover\:n-bg-dark-primary-bg-strong\/40:hover {
  background-color:rgb(143 227 232 / 0.4);
}
.hover\:n-bg-dark-primary-bg-strong\/45:hover {
  background-color:rgb(143 227 232 / 0.45);
}
.hover\:n-bg-dark-primary-bg-strong\/5:hover {
  background-color:rgb(143 227 232 / 0.05);
}
.hover\:n-bg-dark-primary-bg-strong\/50:hover {
  background-color:rgb(143 227 232 / 0.5);
}
.hover\:n-bg-dark-primary-bg-strong\/55:hover {
  background-color:rgb(143 227 232 / 0.55);
}
.hover\:n-bg-dark-primary-bg-strong\/60:hover {
  background-color:rgb(143 227 232 / 0.6);
}
.hover\:n-bg-dark-primary-bg-strong\/65:hover {
  background-color:rgb(143 227 232 / 0.65);
}
.hover\:n-bg-dark-primary-bg-strong\/70:hover {
  background-color:rgb(143 227 232 / 0.7);
}
.hover\:n-bg-dark-primary-bg-strong\/75:hover {
  background-color:rgb(143 227 232 / 0.75);
}
.hover\:n-bg-dark-primary-bg-strong\/80:hover {
  background-color:rgb(143 227 232 / 0.8);
}
.hover\:n-bg-dark-primary-bg-strong\/85:hover {
  background-color:rgb(143 227 232 / 0.85);
}
.hover\:n-bg-dark-primary-bg-strong\/90:hover {
  background-color:rgb(143 227 232 / 0.9);
}
.hover\:n-bg-dark-primary-bg-strong\/95:hover {
  background-color:rgb(143 227 232 / 0.95);
}
.hover\:n-bg-dark-primary-bg-weak:hover {
  --tw-bg-opacity:1;
  background-color:rgb(38 47 49 / var(--tw-bg-opacity));
}
.hover\:n-bg-dark-primary-bg-weak\/0:hover {
  background-color:rgb(38 47 49 / 0);
}
.hover\:n-bg-dark-primary-bg-weak\/10:hover {
  background-color:rgb(38 47 49 / 0.1);
}
.hover\:n-bg-dark-primary-bg-weak\/100:hover {
  background-color:rgb(38 47 49 / 1);
}
.hover\:n-bg-dark-primary-bg-weak\/15:hover {
  background-color:rgb(38 47 49 / 0.15);
}
.hover\:n-bg-dark-primary-bg-weak\/20:hover {
  background-color:rgb(38 47 49 / 0.2);
}
.hover\:n-bg-dark-primary-bg-weak\/25:hover {
  background-color:rgb(38 47 49 / 0.25);
}
.hover\:n-bg-dark-primary-bg-weak\/30:hover {
  background-color:rgb(38 47 49 / 0.3);
}
.hover\:n-bg-dark-primary-bg-weak\/35:hover {
  background-color:rgb(38 47 49 / 0.35);
}
.hover\:n-bg-dark-primary-bg-weak\/40:hover {
  background-color:rgb(38 47 49 / 0.4);
}
.hover\:n-bg-dark-primary-bg-weak\/45:hover {
  background-color:rgb(38 47 49 / 0.45);
}
.hover\:n-bg-dark-primary-bg-weak\/5:hover {
  background-color:rgb(38 47 49 / 0.05);
}
.hover\:n-bg-dark-primary-bg-weak\/50:hover {
  background-color:rgb(38 47 49 / 0.5);
}
.hover\:n-bg-dark-primary-bg-weak\/55:hover {
  background-color:rgb(38 47 49 / 0.55);
}
.hover\:n-bg-dark-primary-bg-weak\/60:hover {
  background-color:rgb(38 47 49 / 0.6);
}
.hover\:n-bg-dark-primary-bg-weak\/65:hover {
  background-color:rgb(38 47 49 / 0.65);
}
.hover\:n-bg-dark-primary-bg-weak\/70:hover {
  background-color:rgb(38 47 49 / 0.7);
}
.hover\:n-bg-dark-primary-bg-weak\/75:hover {
  background-color:rgb(38 47 49 / 0.75);
}
.hover\:n-bg-dark-primary-bg-weak\/80:hover {
  background-color:rgb(38 47 49 / 0.8);
}
.hover\:n-bg-dark-primary-bg-weak\/85:hover {
  background-color:rgb(38 47 49 / 0.85);
}
.hover\:n-bg-dark-primary-bg-weak\/90:hover {
  background-color:rgb(38 47 49 / 0.9);
}
.hover\:n-bg-dark-primary-bg-weak\/95:hover {
  background-color:rgb(38 47 49 / 0.95);
}
.hover\:n-bg-dark-primary-border-strong:hover {
  --tw-bg-opacity:1;
  background-color:rgb(143 227 232 / var(--tw-bg-opacity));
}
.hover\:n-bg-dark-primary-border-strong\/0:hover {
  background-color:rgb(143 227 232 / 0);
}
.hover\:n-bg-dark-primary-border-strong\/10:hover {
  background-color:rgb(143 227 232 / 0.1);
}
.hover\:n-bg-dark-primary-border-strong\/100:hover {
  background-color:rgb(143 227 232 / 1);
}
.hover\:n-bg-dark-primary-border-strong\/15:hover {
  background-color:rgb(143 227 232 / 0.15);
}
.hover\:n-bg-dark-primary-border-strong\/20:hover {
  background-color:rgb(143 227 232 / 0.2);
}
.hover\:n-bg-dark-primary-border-strong\/25:hover {
  background-color:rgb(143 227 232 / 0.25);
}
.hover\:n-bg-dark-primary-border-strong\/30:hover {
  background-color:rgb(143 227 232 / 0.3);
}
.hover\:n-bg-dark-primary-border-strong\/35:hover {
  background-color:rgb(143 227 232 / 0.35);
}
.hover\:n-bg-dark-primary-border-strong\/40:hover {
  background-color:rgb(143 227 232 / 0.4);
}
.hover\:n-bg-dark-primary-border-strong\/45:hover {
  background-color:rgb(143 227 232 / 0.45);
}
.hover\:n-bg-dark-primary-border-strong\/5:hover {
  background-color:rgb(143 227 232 / 0.05);
}
.hover\:n-bg-dark-primary-border-strong\/50:hover {
  background-color:rgb(143 227 232 / 0.5);
}
.hover\:n-bg-dark-primary-border-strong\/55:hover {
  background-color:rgb(143 227 232 / 0.55);
}
.hover\:n-bg-dark-primary-border-strong\/60:hover {
  background-color:rgb(143 227 232 / 0.6);
}
.hover\:n-bg-dark-primary-border-strong\/65:hover {
  background-color:rgb(143 227 232 / 0.65);
}
.hover\:n-bg-dark-primary-border-strong\/70:hover {
  background-color:rgb(143 227 232 / 0.7);
}
.hover\:n-bg-dark-primary-border-strong\/75:hover {
  background-color:rgb(143 227 232 / 0.75);
}
.hover\:n-bg-dark-primary-border-strong\/80:hover {
  background-color:rgb(143 227 232 / 0.8);
}
.hover\:n-bg-dark-primary-border-strong\/85:hover {
  background-color:rgb(143 227 232 / 0.85);
}
.hover\:n-bg-dark-primary-border-strong\/90:hover {
  background-color:rgb(143 227 232 / 0.9);
}
.hover\:n-bg-dark-primary-border-strong\/95:hover {
  background-color:rgb(143 227 232 / 0.95);
}
.hover\:n-bg-dark-primary-border-weak:hover {
  --tw-bg-opacity:1;
  background-color:rgb(2 80 123 / var(--tw-bg-opacity));
}
.hover\:n-bg-dark-primary-border-weak\/0:hover {
  background-color:rgb(2 80 123 / 0);
}
.hover\:n-bg-dark-primary-border-weak\/10:hover {
  background-color:rgb(2 80 123 / 0.1);
}
.hover\:n-bg-dark-primary-border-weak\/100:hover {
  background-color:rgb(2 80 123 / 1);
}
.hover\:n-bg-dark-primary-border-weak\/15:hover {
  background-color:rgb(2 80 123 / 0.15);
}
.hover\:n-bg-dark-primary-border-weak\/20:hover {
  background-color:rgb(2 80 123 / 0.2);
}
.hover\:n-bg-dark-primary-border-weak\/25:hover {
  background-color:rgb(2 80 123 / 0.25);
}
.hover\:n-bg-dark-primary-border-weak\/30:hover {
  background-color:rgb(2 80 123 / 0.3);
}
.hover\:n-bg-dark-primary-border-weak\/35:hover {
  background-color:rgb(2 80 123 / 0.35);
}
.hover\:n-bg-dark-primary-border-weak\/40:hover {
  background-color:rgb(2 80 123 / 0.4);
}
.hover\:n-bg-dark-primary-border-weak\/45:hover {
  background-color:rgb(2 80 123 / 0.45);
}
.hover\:n-bg-dark-primary-border-weak\/5:hover {
  background-color:rgb(2 80 123 / 0.05);
}
.hover\:n-bg-dark-primary-border-weak\/50:hover {
  background-color:rgb(2 80 123 / 0.5);
}
.hover\:n-bg-dark-primary-border-weak\/55:hover {
  background-color:rgb(2 80 123 / 0.55);
}
.hover\:n-bg-dark-primary-border-weak\/60:hover {
  background-color:rgb(2 80 123 / 0.6);
}
.hover\:n-bg-dark-primary-border-weak\/65:hover {
  background-color:rgb(2 80 123 / 0.65);
}
.hover\:n-bg-dark-primary-border-weak\/70:hover {
  background-color:rgb(2 80 123 / 0.7);
}
.hover\:n-bg-dark-primary-border-weak\/75:hover {
  background-color:rgb(2 80 123 / 0.75);
}
.hover\:n-bg-dark-primary-border-weak\/80:hover {
  background-color:rgb(2 80 123 / 0.8);
}
.hover\:n-bg-dark-primary-border-weak\/85:hover {
  background-color:rgb(2 80 123 / 0.85);
}
.hover\:n-bg-dark-primary-border-weak\/90:hover {
  background-color:rgb(2 80 123 / 0.9);
}
.hover\:n-bg-dark-primary-border-weak\/95:hover {
  background-color:rgb(2 80 123 / 0.95);
}
.hover\:n-bg-dark-primary-focus:hover {
  --tw-bg-opacity:1;
  background-color:rgb(93 179 191 / var(--tw-bg-opacity));
}
.hover\:n-bg-dark-primary-focus\/0:hover {
  background-color:rgb(93 179 191 / 0);
}
.hover\:n-bg-dark-primary-focus\/10:hover {
  background-color:rgb(93 179 191 / 0.1);
}
.hover\:n-bg-dark-primary-focus\/100:hover {
  background-color:rgb(93 179 191 / 1);
}
.hover\:n-bg-dark-primary-focus\/15:hover {
  background-color:rgb(93 179 191 / 0.15);
}
.hover\:n-bg-dark-primary-focus\/20:hover {
  background-color:rgb(93 179 191 / 0.2);
}
.hover\:n-bg-dark-primary-focus\/25:hover {
  background-color:rgb(93 179 191 / 0.25);
}
.hover\:n-bg-dark-primary-focus\/30:hover {
  background-color:rgb(93 179 191 / 0.3);
}
.hover\:n-bg-dark-primary-focus\/35:hover {
  background-color:rgb(93 179 191 / 0.35);
}
.hover\:n-bg-dark-primary-focus\/40:hover {
  background-color:rgb(93 179 191 / 0.4);
}
.hover\:n-bg-dark-primary-focus\/45:hover {
  background-color:rgb(93 179 191 / 0.45);
}
.hover\:n-bg-dark-primary-focus\/5:hover {
  background-color:rgb(93 179 191 / 0.05);
}
.hover\:n-bg-dark-primary-focus\/50:hover {
  background-color:rgb(93 179 191 / 0.5);
}
.hover\:n-bg-dark-primary-focus\/55:hover {
  background-color:rgb(93 179 191 / 0.55);
}
.hover\:n-bg-dark-primary-focus\/60:hover {
  background-color:rgb(93 179 191 / 0.6);
}
.hover\:n-bg-dark-primary-focus\/65:hover {
  background-color:rgb(93 179 191 / 0.65);
}
.hover\:n-bg-dark-primary-focus\/70:hover {
  background-color:rgb(93 179 191 / 0.7);
}
.hover\:n-bg-dark-primary-focus\/75:hover {
  background-color:rgb(93 179 191 / 0.75);
}
.hover\:n-bg-dark-primary-focus\/80:hover {
  background-color:rgb(93 179 191 / 0.8);
}
.hover\:n-bg-dark-primary-focus\/85:hover {
  background-color:rgb(93 179 191 / 0.85);
}
.hover\:n-bg-dark-primary-focus\/90:hover {
  background-color:rgb(93 179 191 / 0.9);
}
.hover\:n-bg-dark-primary-focus\/95:hover {
  background-color:rgb(93 179 191 / 0.95);
}
.hover\:n-bg-dark-primary-hover-strong:hover {
  --tw-bg-opacity:1;
  background-color:rgb(93 179 191 / var(--tw-bg-opacity));
}
.hover\:n-bg-dark-primary-hover-strong\/0:hover {
  background-color:rgb(93 179 191 / 0);
}
.hover\:n-bg-dark-primary-hover-strong\/10:hover {
  background-color:rgb(93 179 191 / 0.1);
}
.hover\:n-bg-dark-primary-hover-strong\/100:hover {
  background-color:rgb(93 179 191 / 1);
}
.hover\:n-bg-dark-primary-hover-strong\/15:hover {
  background-color:rgb(93 179 191 / 0.15);
}
.hover\:n-bg-dark-primary-hover-strong\/20:hover {
  background-color:rgb(93 179 191 / 0.2);
}
.hover\:n-bg-dark-primary-hover-strong\/25:hover {
  background-color:rgb(93 179 191 / 0.25);
}
.hover\:n-bg-dark-primary-hover-strong\/30:hover {
  background-color:rgb(93 179 191 / 0.3);
}
.hover\:n-bg-dark-primary-hover-strong\/35:hover {
  background-color:rgb(93 179 191 / 0.35);
}
.hover\:n-bg-dark-primary-hover-strong\/40:hover {
  background-color:rgb(93 179 191 / 0.4);
}
.hover\:n-bg-dark-primary-hover-strong\/45:hover {
  background-color:rgb(93 179 191 / 0.45);
}
.hover\:n-bg-dark-primary-hover-strong\/5:hover {
  background-color:rgb(93 179 191 / 0.05);
}
.hover\:n-bg-dark-primary-hover-strong\/50:hover {
  background-color:rgb(93 179 191 / 0.5);
}
.hover\:n-bg-dark-primary-hover-strong\/55:hover {
  background-color:rgb(93 179 191 / 0.55);
}
.hover\:n-bg-dark-primary-hover-strong\/60:hover {
  background-color:rgb(93 179 191 / 0.6);
}
.hover\:n-bg-dark-primary-hover-strong\/65:hover {
  background-color:rgb(93 179 191 / 0.65);
}
.hover\:n-bg-dark-primary-hover-strong\/70:hover {
  background-color:rgb(93 179 191 / 0.7);
}
.hover\:n-bg-dark-primary-hover-strong\/75:hover {
  background-color:rgb(93 179 191 / 0.75);
}
.hover\:n-bg-dark-primary-hover-strong\/80:hover {
  background-color:rgb(93 179 191 / 0.8);
}
.hover\:n-bg-dark-primary-hover-strong\/85:hover {
  background-color:rgb(93 179 191 / 0.85);
}
.hover\:n-bg-dark-primary-hover-strong\/90:hover {
  background-color:rgb(93 179 191 / 0.9);
}
.hover\:n-bg-dark-primary-hover-strong\/95:hover {
  background-color:rgb(93 179 191 / 0.95);
}
.hover\:n-bg-dark-primary-hover-weak:hover {
  --tw-bg-opacity:1;
  background-color:rgb(143 227 232 / var(--tw-bg-opacity));
}
.hover\:n-bg-dark-primary-hover-weak\/0:hover {
  background-color:rgb(143 227 232 / 0);
}
.hover\:n-bg-dark-primary-hover-weak\/10:hover {
  background-color:rgb(143 227 232 / 0.1);
}
.hover\:n-bg-dark-primary-hover-weak\/100:hover {
  background-color:rgb(143 227 232 / 1);
}
.hover\:n-bg-dark-primary-hover-weak\/15:hover {
  background-color:rgb(143 227 232 / 0.15);
}
.hover\:n-bg-dark-primary-hover-weak\/20:hover {
  background-color:rgb(143 227 232 / 0.2);
}
.hover\:n-bg-dark-primary-hover-weak\/25:hover {
  background-color:rgb(143 227 232 / 0.25);
}
.hover\:n-bg-dark-primary-hover-weak\/30:hover {
  background-color:rgb(143 227 232 / 0.3);
}
.hover\:n-bg-dark-primary-hover-weak\/35:hover {
  background-color:rgb(143 227 232 / 0.35);
}
.hover\:n-bg-dark-primary-hover-weak\/40:hover {
  background-color:rgb(143 227 232 / 0.4);
}
.hover\:n-bg-dark-primary-hover-weak\/45:hover {
  background-color:rgb(143 227 232 / 0.45);
}
.hover\:n-bg-dark-primary-hover-weak\/5:hover {
  background-color:rgb(143 227 232 / 0.05);
}
.hover\:n-bg-dark-primary-hover-weak\/50:hover {
  background-color:rgb(143 227 232 / 0.5);
}
.hover\:n-bg-dark-primary-hover-weak\/55:hover {
  background-color:rgb(143 227 232 / 0.55);
}
.hover\:n-bg-dark-primary-hover-weak\/60:hover {
  background-color:rgb(143 227 232 / 0.6);
}
.hover\:n-bg-dark-primary-hover-weak\/65:hover {
  background-color:rgb(143 227 232 / 0.65);
}
.hover\:n-bg-dark-primary-hover-weak\/70:hover {
  background-color:rgb(143 227 232 / 0.7);
}
.hover\:n-bg-dark-primary-hover-weak\/75:hover {
  background-color:rgb(143 227 232 / 0.75);
}
.hover\:n-bg-dark-primary-hover-weak\/80:hover {
  background-color:rgb(143 227 232 / 0.8);
}
.hover\:n-bg-dark-primary-hover-weak\/85:hover {
  background-color:rgb(143 227 232 / 0.85);
}
.hover\:n-bg-dark-primary-hover-weak\/90:hover {
  background-color:rgb(143 227 232 / 0.9);
}
.hover\:n-bg-dark-primary-hover-weak\/95:hover {
  background-color:rgb(143 227 232 / 0.95);
}
.hover\:n-bg-dark-primary-icon:hover {
  --tw-bg-opacity:1;
  background-color:rgb(143 227 232 / var(--tw-bg-opacity));
}
.hover\:n-bg-dark-primary-icon\/0:hover {
  background-color:rgb(143 227 232 / 0);
}
.hover\:n-bg-dark-primary-icon\/10:hover {
  background-color:rgb(143 227 232 / 0.1);
}
.hover\:n-bg-dark-primary-icon\/100:hover {
  background-color:rgb(143 227 232 / 1);
}
.hover\:n-bg-dark-primary-icon\/15:hover {
  background-color:rgb(143 227 232 / 0.15);
}
.hover\:n-bg-dark-primary-icon\/20:hover {
  background-color:rgb(143 227 232 / 0.2);
}
.hover\:n-bg-dark-primary-icon\/25:hover {
  background-color:rgb(143 227 232 / 0.25);
}
.hover\:n-bg-dark-primary-icon\/30:hover {
  background-color:rgb(143 227 232 / 0.3);
}
.hover\:n-bg-dark-primary-icon\/35:hover {
  background-color:rgb(143 227 232 / 0.35);
}
.hover\:n-bg-dark-primary-icon\/40:hover {
  background-color:rgb(143 227 232 / 0.4);
}
.hover\:n-bg-dark-primary-icon\/45:hover {
  background-color:rgb(143 227 232 / 0.45);
}
.hover\:n-bg-dark-primary-icon\/5:hover {
  background-color:rgb(143 227 232 / 0.05);
}
.hover\:n-bg-dark-primary-icon\/50:hover {
  background-color:rgb(143 227 232 / 0.5);
}
.hover\:n-bg-dark-primary-icon\/55:hover {
  background-color:rgb(143 227 232 / 0.55);
}
.hover\:n-bg-dark-primary-icon\/60:hover {
  background-color:rgb(143 227 232 / 0.6);
}
.hover\:n-bg-dark-primary-icon\/65:hover {
  background-color:rgb(143 227 232 / 0.65);
}
.hover\:n-bg-dark-primary-icon\/70:hover {
  background-color:rgb(143 227 232 / 0.7);
}
.hover\:n-bg-dark-primary-icon\/75:hover {
  background-color:rgb(143 227 232 / 0.75);
}
.hover\:n-bg-dark-primary-icon\/80:hover {
  background-color:rgb(143 227 232 / 0.8);
}
.hover\:n-bg-dark-primary-icon\/85:hover {
  background-color:rgb(143 227 232 / 0.85);
}
.hover\:n-bg-dark-primary-icon\/90:hover {
  background-color:rgb(143 227 232 / 0.9);
}
.hover\:n-bg-dark-primary-icon\/95:hover {
  background-color:rgb(143 227 232 / 0.95);
}
.hover\:n-bg-dark-primary-pressed-strong:hover {
  --tw-bg-opacity:1;
  background-color:rgb(76 153 164 / var(--tw-bg-opacity));
}
.hover\:n-bg-dark-primary-pressed-strong\/0:hover {
  background-color:rgb(76 153 164 / 0);
}
.hover\:n-bg-dark-primary-pressed-strong\/10:hover {
  background-color:rgb(76 153 164 / 0.1);
}
.hover\:n-bg-dark-primary-pressed-strong\/100:hover {
  background-color:rgb(76 153 164 / 1);
}
.hover\:n-bg-dark-primary-pressed-strong\/15:hover {
  background-color:rgb(76 153 164 / 0.15);
}
.hover\:n-bg-dark-primary-pressed-strong\/20:hover {
  background-color:rgb(76 153 164 / 0.2);
}
.hover\:n-bg-dark-primary-pressed-strong\/25:hover {
  background-color:rgb(76 153 164 / 0.25);
}
.hover\:n-bg-dark-primary-pressed-strong\/30:hover {
  background-color:rgb(76 153 164 / 0.3);
}
.hover\:n-bg-dark-primary-pressed-strong\/35:hover {
  background-color:rgb(76 153 164 / 0.35);
}
.hover\:n-bg-dark-primary-pressed-strong\/40:hover {
  background-color:rgb(76 153 164 / 0.4);
}
.hover\:n-bg-dark-primary-pressed-strong\/45:hover {
  background-color:rgb(76 153 164 / 0.45);
}
.hover\:n-bg-dark-primary-pressed-strong\/5:hover {
  background-color:rgb(76 153 164 / 0.05);
}
.hover\:n-bg-dark-primary-pressed-strong\/50:hover {
  background-color:rgb(76 153 164 / 0.5);
}
.hover\:n-bg-dark-primary-pressed-strong\/55:hover {
  background-color:rgb(76 153 164 / 0.55);
}
.hover\:n-bg-dark-primary-pressed-strong\/60:hover {
  background-color:rgb(76 153 164 / 0.6);
}
.hover\:n-bg-dark-primary-pressed-strong\/65:hover {
  background-color:rgb(76 153 164 / 0.65);
}
.hover\:n-bg-dark-primary-pressed-strong\/70:hover {
  background-color:rgb(76 153 164 / 0.7);
}
.hover\:n-bg-dark-primary-pressed-strong\/75:hover {
  background-color:rgb(76 153 164 / 0.75);
}
.hover\:n-bg-dark-primary-pressed-strong\/80:hover {
  background-color:rgb(76 153 164 / 0.8);
}
.hover\:n-bg-dark-primary-pressed-strong\/85:hover {
  background-color:rgb(76 153 164 / 0.85);
}
.hover\:n-bg-dark-primary-pressed-strong\/90:hover {
  background-color:rgb(76 153 164 / 0.9);
}
.hover\:n-bg-dark-primary-pressed-strong\/95:hover {
  background-color:rgb(76 153 164 / 0.95);
}
.hover\:n-bg-dark-primary-pressed-weak:hover {
  --tw-bg-opacity:1;
  background-color:rgb(143 227 232 / var(--tw-bg-opacity));
}
.hover\:n-bg-dark-primary-pressed-weak\/0:hover {
  background-color:rgb(143 227 232 / 0);
}
.hover\:n-bg-dark-primary-pressed-weak\/10:hover {
  background-color:rgb(143 227 232 / 0.1);
}
.hover\:n-bg-dark-primary-pressed-weak\/100:hover {
  background-color:rgb(143 227 232 / 1);
}
.hover\:n-bg-dark-primary-pressed-weak\/15:hover {
  background-color:rgb(143 227 232 / 0.15);
}
.hover\:n-bg-dark-primary-pressed-weak\/20:hover {
  background-color:rgb(143 227 232 / 0.2);
}
.hover\:n-bg-dark-primary-pressed-weak\/25:hover {
  background-color:rgb(143 227 232 / 0.25);
}
.hover\:n-bg-dark-primary-pressed-weak\/30:hover {
  background-color:rgb(143 227 232 / 0.3);
}
.hover\:n-bg-dark-primary-pressed-weak\/35:hover {
  background-color:rgb(143 227 232 / 0.35);
}
.hover\:n-bg-dark-primary-pressed-weak\/40:hover {
  background-color:rgb(143 227 232 / 0.4);
}
.hover\:n-bg-dark-primary-pressed-weak\/45:hover {
  background-color:rgb(143 227 232 / 0.45);
}
.hover\:n-bg-dark-primary-pressed-weak\/5:hover {
  background-color:rgb(143 227 232 / 0.05);
}
.hover\:n-bg-dark-primary-pressed-weak\/50:hover {
  background-color:rgb(143 227 232 / 0.5);
}
.hover\:n-bg-dark-primary-pressed-weak\/55:hover {
  background-color:rgb(143 227 232 / 0.55);
}
.hover\:n-bg-dark-primary-pressed-weak\/60:hover {
  background-color:rgb(143 227 232 / 0.6);
}
.hover\:n-bg-dark-primary-pressed-weak\/65:hover {
  background-color:rgb(143 227 232 / 0.65);
}
.hover\:n-bg-dark-primary-pressed-weak\/70:hover {
  background-color:rgb(143 227 232 / 0.7);
}
.hover\:n-bg-dark-primary-pressed-weak\/75:hover {
  background-color:rgb(143 227 232 / 0.75);
}
.hover\:n-bg-dark-primary-pressed-weak\/80:hover {
  background-color:rgb(143 227 232 / 0.8);
}
.hover\:n-bg-dark-primary-pressed-weak\/85:hover {
  background-color:rgb(143 227 232 / 0.85);
}
.hover\:n-bg-dark-primary-pressed-weak\/90:hover {
  background-color:rgb(143 227 232 / 0.9);
}
.hover\:n-bg-dark-primary-pressed-weak\/95:hover {
  background-color:rgb(143 227 232 / 0.95);
}
.hover\:n-bg-dark-primary-text:hover {
  --tw-bg-opacity:1;
  background-color:rgb(143 227 232 / var(--tw-bg-opacity));
}
.hover\:n-bg-dark-primary-text\/0:hover {
  background-color:rgb(143 227 232 / 0);
}
.hover\:n-bg-dark-primary-text\/10:hover {
  background-color:rgb(143 227 232 / 0.1);
}
.hover\:n-bg-dark-primary-text\/100:hover {
  background-color:rgb(143 227 232 / 1);
}
.hover\:n-bg-dark-primary-text\/15:hover {
  background-color:rgb(143 227 232 / 0.15);
}
.hover\:n-bg-dark-primary-text\/20:hover {
  background-color:rgb(143 227 232 / 0.2);
}
.hover\:n-bg-dark-primary-text\/25:hover {
  background-color:rgb(143 227 232 / 0.25);
}
.hover\:n-bg-dark-primary-text\/30:hover {
  background-color:rgb(143 227 232 / 0.3);
}
.hover\:n-bg-dark-primary-text\/35:hover {
  background-color:rgb(143 227 232 / 0.35);
}
.hover\:n-bg-dark-primary-text\/40:hover {
  background-color:rgb(143 227 232 / 0.4);
}
.hover\:n-bg-dark-primary-text\/45:hover {
  background-color:rgb(143 227 232 / 0.45);
}
.hover\:n-bg-dark-primary-text\/5:hover {
  background-color:rgb(143 227 232 / 0.05);
}
.hover\:n-bg-dark-primary-text\/50:hover {
  background-color:rgb(143 227 232 / 0.5);
}
.hover\:n-bg-dark-primary-text\/55:hover {
  background-color:rgb(143 227 232 / 0.55);
}
.hover\:n-bg-dark-primary-text\/60:hover {
  background-color:rgb(143 227 232 / 0.6);
}
.hover\:n-bg-dark-primary-text\/65:hover {
  background-color:rgb(143 227 232 / 0.65);
}
.hover\:n-bg-dark-primary-text\/70:hover {
  background-color:rgb(143 227 232 / 0.7);
}
.hover\:n-bg-dark-primary-text\/75:hover {
  background-color:rgb(143 227 232 / 0.75);
}
.hover\:n-bg-dark-primary-text\/80:hover {
  background-color:rgb(143 227 232 / 0.8);
}
.hover\:n-bg-dark-primary-text\/85:hover {
  background-color:rgb(143 227 232 / 0.85);
}
.hover\:n-bg-dark-primary-text\/90:hover {
  background-color:rgb(143 227 232 / 0.9);
}
.hover\:n-bg-dark-primary-text\/95:hover {
  background-color:rgb(143 227 232 / 0.95);
}
.hover\:n-bg-dark-success-bg-status:hover {
  --tw-bg-opacity:1;
  background-color:rgb(144 203 98 / var(--tw-bg-opacity));
}
.hover\:n-bg-dark-success-bg-status\/0:hover {
  background-color:rgb(144 203 98 / 0);
}
.hover\:n-bg-dark-success-bg-status\/10:hover {
  background-color:rgb(144 203 98 / 0.1);
}
.hover\:n-bg-dark-success-bg-status\/100:hover {
  background-color:rgb(144 203 98 / 1);
}
.hover\:n-bg-dark-success-bg-status\/15:hover {
  background-color:rgb(144 203 98 / 0.15);
}
.hover\:n-bg-dark-success-bg-status\/20:hover {
  background-color:rgb(144 203 98 / 0.2);
}
.hover\:n-bg-dark-success-bg-status\/25:hover {
  background-color:rgb(144 203 98 / 0.25);
}
.hover\:n-bg-dark-success-bg-status\/30:hover {
  background-color:rgb(144 203 98 / 0.3);
}
.hover\:n-bg-dark-success-bg-status\/35:hover {
  background-color:rgb(144 203 98 / 0.35);
}
.hover\:n-bg-dark-success-bg-status\/40:hover {
  background-color:rgb(144 203 98 / 0.4);
}
.hover\:n-bg-dark-success-bg-status\/45:hover {
  background-color:rgb(144 203 98 / 0.45);
}
.hover\:n-bg-dark-success-bg-status\/5:hover {
  background-color:rgb(144 203 98 / 0.05);
}
.hover\:n-bg-dark-success-bg-status\/50:hover {
  background-color:rgb(144 203 98 / 0.5);
}
.hover\:n-bg-dark-success-bg-status\/55:hover {
  background-color:rgb(144 203 98 / 0.55);
}
.hover\:n-bg-dark-success-bg-status\/60:hover {
  background-color:rgb(144 203 98 / 0.6);
}
.hover\:n-bg-dark-success-bg-status\/65:hover {
  background-color:rgb(144 203 98 / 0.65);
}
.hover\:n-bg-dark-success-bg-status\/70:hover {
  background-color:rgb(144 203 98 / 0.7);
}
.hover\:n-bg-dark-success-bg-status\/75:hover {
  background-color:rgb(144 203 98 / 0.75);
}
.hover\:n-bg-dark-success-bg-status\/80:hover {
  background-color:rgb(144 203 98 / 0.8);
}
.hover\:n-bg-dark-success-bg-status\/85:hover {
  background-color:rgb(144 203 98 / 0.85);
}
.hover\:n-bg-dark-success-bg-status\/90:hover {
  background-color:rgb(144 203 98 / 0.9);
}
.hover\:n-bg-dark-success-bg-status\/95:hover {
  background-color:rgb(144 203 98 / 0.95);
}
.hover\:n-bg-dark-success-bg-strong:hover {
  --tw-bg-opacity:1;
  background-color:rgb(144 203 98 / var(--tw-bg-opacity));
}
.hover\:n-bg-dark-success-bg-strong\/0:hover {
  background-color:rgb(144 203 98 / 0);
}
.hover\:n-bg-dark-success-bg-strong\/10:hover {
  background-color:rgb(144 203 98 / 0.1);
}
.hover\:n-bg-dark-success-bg-strong\/100:hover {
  background-color:rgb(144 203 98 / 1);
}
.hover\:n-bg-dark-success-bg-strong\/15:hover {
  background-color:rgb(144 203 98 / 0.15);
}
.hover\:n-bg-dark-success-bg-strong\/20:hover {
  background-color:rgb(144 203 98 / 0.2);
}
.hover\:n-bg-dark-success-bg-strong\/25:hover {
  background-color:rgb(144 203 98 / 0.25);
}
.hover\:n-bg-dark-success-bg-strong\/30:hover {
  background-color:rgb(144 203 98 / 0.3);
}
.hover\:n-bg-dark-success-bg-strong\/35:hover {
  background-color:rgb(144 203 98 / 0.35);
}
.hover\:n-bg-dark-success-bg-strong\/40:hover {
  background-color:rgb(144 203 98 / 0.4);
}
.hover\:n-bg-dark-success-bg-strong\/45:hover {
  background-color:rgb(144 203 98 / 0.45);
}
.hover\:n-bg-dark-success-bg-strong\/5:hover {
  background-color:rgb(144 203 98 / 0.05);
}
.hover\:n-bg-dark-success-bg-strong\/50:hover {
  background-color:rgb(144 203 98 / 0.5);
}
.hover\:n-bg-dark-success-bg-strong\/55:hover {
  background-color:rgb(144 203 98 / 0.55);
}
.hover\:n-bg-dark-success-bg-strong\/60:hover {
  background-color:rgb(144 203 98 / 0.6);
}
.hover\:n-bg-dark-success-bg-strong\/65:hover {
  background-color:rgb(144 203 98 / 0.65);
}
.hover\:n-bg-dark-success-bg-strong\/70:hover {
  background-color:rgb(144 203 98 / 0.7);
}
.hover\:n-bg-dark-success-bg-strong\/75:hover {
  background-color:rgb(144 203 98 / 0.75);
}
.hover\:n-bg-dark-success-bg-strong\/80:hover {
  background-color:rgb(144 203 98 / 0.8);
}
.hover\:n-bg-dark-success-bg-strong\/85:hover {
  background-color:rgb(144 203 98 / 0.85);
}
.hover\:n-bg-dark-success-bg-strong\/90:hover {
  background-color:rgb(144 203 98 / 0.9);
}
.hover\:n-bg-dark-success-bg-strong\/95:hover {
  background-color:rgb(144 203 98 / 0.95);
}
.hover\:n-bg-dark-success-bg-weak:hover {
  --tw-bg-opacity:1;
  background-color:rgb(38 45 36 / var(--tw-bg-opacity));
}
.hover\:n-bg-dark-success-bg-weak\/0:hover {
  background-color:rgb(38 45 36 / 0);
}
.hover\:n-bg-dark-success-bg-weak\/10:hover {
  background-color:rgb(38 45 36 / 0.1);
}
.hover\:n-bg-dark-success-bg-weak\/100:hover {
  background-color:rgb(38 45 36 / 1);
}
.hover\:n-bg-dark-success-bg-weak\/15:hover {
  background-color:rgb(38 45 36 / 0.15);
}
.hover\:n-bg-dark-success-bg-weak\/20:hover {
  background-color:rgb(38 45 36 / 0.2);
}
.hover\:n-bg-dark-success-bg-weak\/25:hover {
  background-color:rgb(38 45 36 / 0.25);
}
.hover\:n-bg-dark-success-bg-weak\/30:hover {
  background-color:rgb(38 45 36 / 0.3);
}
.hover\:n-bg-dark-success-bg-weak\/35:hover {
  background-color:rgb(38 45 36 / 0.35);
}
.hover\:n-bg-dark-success-bg-weak\/40:hover {
  background-color:rgb(38 45 36 / 0.4);
}
.hover\:n-bg-dark-success-bg-weak\/45:hover {
  background-color:rgb(38 45 36 / 0.45);
}
.hover\:n-bg-dark-success-bg-weak\/5:hover {
  background-color:rgb(38 45 36 / 0.05);
}
.hover\:n-bg-dark-success-bg-weak\/50:hover {
  background-color:rgb(38 45 36 / 0.5);
}
.hover\:n-bg-dark-success-bg-weak\/55:hover {
  background-color:rgb(38 45 36 / 0.55);
}
.hover\:n-bg-dark-success-bg-weak\/60:hover {
  background-color:rgb(38 45 36 / 0.6);
}
.hover\:n-bg-dark-success-bg-weak\/65:hover {
  background-color:rgb(38 45 36 / 0.65);
}
.hover\:n-bg-dark-success-bg-weak\/70:hover {
  background-color:rgb(38 45 36 / 0.7);
}
.hover\:n-bg-dark-success-bg-weak\/75:hover {
  background-color:rgb(38 45 36 / 0.75);
}
.hover\:n-bg-dark-success-bg-weak\/80:hover {
  background-color:rgb(38 45 36 / 0.8);
}
.hover\:n-bg-dark-success-bg-weak\/85:hover {
  background-color:rgb(38 45 36 / 0.85);
}
.hover\:n-bg-dark-success-bg-weak\/90:hover {
  background-color:rgb(38 45 36 / 0.9);
}
.hover\:n-bg-dark-success-bg-weak\/95:hover {
  background-color:rgb(38 45 36 / 0.95);
}
.hover\:n-bg-dark-success-border-strong:hover {
  --tw-bg-opacity:1;
  background-color:rgb(144 203 98 / var(--tw-bg-opacity));
}
.hover\:n-bg-dark-success-border-strong\/0:hover {
  background-color:rgb(144 203 98 / 0);
}
.hover\:n-bg-dark-success-border-strong\/10:hover {
  background-color:rgb(144 203 98 / 0.1);
}
.hover\:n-bg-dark-success-border-strong\/100:hover {
  background-color:rgb(144 203 98 / 1);
}
.hover\:n-bg-dark-success-border-strong\/15:hover {
  background-color:rgb(144 203 98 / 0.15);
}
.hover\:n-bg-dark-success-border-strong\/20:hover {
  background-color:rgb(144 203 98 / 0.2);
}
.hover\:n-bg-dark-success-border-strong\/25:hover {
  background-color:rgb(144 203 98 / 0.25);
}
.hover\:n-bg-dark-success-border-strong\/30:hover {
  background-color:rgb(144 203 98 / 0.3);
}
.hover\:n-bg-dark-success-border-strong\/35:hover {
  background-color:rgb(144 203 98 / 0.35);
}
.hover\:n-bg-dark-success-border-strong\/40:hover {
  background-color:rgb(144 203 98 / 0.4);
}
.hover\:n-bg-dark-success-border-strong\/45:hover {
  background-color:rgb(144 203 98 / 0.45);
}
.hover\:n-bg-dark-success-border-strong\/5:hover {
  background-color:rgb(144 203 98 / 0.05);
}
.hover\:n-bg-dark-success-border-strong\/50:hover {
  background-color:rgb(144 203 98 / 0.5);
}
.hover\:n-bg-dark-success-border-strong\/55:hover {
  background-color:rgb(144 203 98 / 0.55);
}
.hover\:n-bg-dark-success-border-strong\/60:hover {
  background-color:rgb(144 203 98 / 0.6);
}
.hover\:n-bg-dark-success-border-strong\/65:hover {
  background-color:rgb(144 203 98 / 0.65);
}
.hover\:n-bg-dark-success-border-strong\/70:hover {
  background-color:rgb(144 203 98 / 0.7);
}
.hover\:n-bg-dark-success-border-strong\/75:hover {
  background-color:rgb(144 203 98 / 0.75);
}
.hover\:n-bg-dark-success-border-strong\/80:hover {
  background-color:rgb(144 203 98 / 0.8);
}
.hover\:n-bg-dark-success-border-strong\/85:hover {
  background-color:rgb(144 203 98 / 0.85);
}
.hover\:n-bg-dark-success-border-strong\/90:hover {
  background-color:rgb(144 203 98 / 0.9);
}
.hover\:n-bg-dark-success-border-strong\/95:hover {
  background-color:rgb(144 203 98 / 0.95);
}
.hover\:n-bg-dark-success-border-weak:hover {
  --tw-bg-opacity:1;
  background-color:rgb(41 97 39 / var(--tw-bg-opacity));
}
.hover\:n-bg-dark-success-border-weak\/0:hover {
  background-color:rgb(41 97 39 / 0);
}
.hover\:n-bg-dark-success-border-weak\/10:hover {
  background-color:rgb(41 97 39 / 0.1);
}
.hover\:n-bg-dark-success-border-weak\/100:hover {
  background-color:rgb(41 97 39 / 1);
}
.hover\:n-bg-dark-success-border-weak\/15:hover {
  background-color:rgb(41 97 39 / 0.15);
}
.hover\:n-bg-dark-success-border-weak\/20:hover {
  background-color:rgb(41 97 39 / 0.2);
}
.hover\:n-bg-dark-success-border-weak\/25:hover {
  background-color:rgb(41 97 39 / 0.25);
}
.hover\:n-bg-dark-success-border-weak\/30:hover {
  background-color:rgb(41 97 39 / 0.3);
}
.hover\:n-bg-dark-success-border-weak\/35:hover {
  background-color:rgb(41 97 39 / 0.35);
}
.hover\:n-bg-dark-success-border-weak\/40:hover {
  background-color:rgb(41 97 39 / 0.4);
}
.hover\:n-bg-dark-success-border-weak\/45:hover {
  background-color:rgb(41 97 39 / 0.45);
}
.hover\:n-bg-dark-success-border-weak\/5:hover {
  background-color:rgb(41 97 39 / 0.05);
}
.hover\:n-bg-dark-success-border-weak\/50:hover {
  background-color:rgb(41 97 39 / 0.5);
}
.hover\:n-bg-dark-success-border-weak\/55:hover {
  background-color:rgb(41 97 39 / 0.55);
}
.hover\:n-bg-dark-success-border-weak\/60:hover {
  background-color:rgb(41 97 39 / 0.6);
}
.hover\:n-bg-dark-success-border-weak\/65:hover {
  background-color:rgb(41 97 39 / 0.65);
}
.hover\:n-bg-dark-success-border-weak\/70:hover {
  background-color:rgb(41 97 39 / 0.7);
}
.hover\:n-bg-dark-success-border-weak\/75:hover {
  background-color:rgb(41 97 39 / 0.75);
}
.hover\:n-bg-dark-success-border-weak\/80:hover {
  background-color:rgb(41 97 39 / 0.8);
}
.hover\:n-bg-dark-success-border-weak\/85:hover {
  background-color:rgb(41 97 39 / 0.85);
}
.hover\:n-bg-dark-success-border-weak\/90:hover {
  background-color:rgb(41 97 39 / 0.9);
}
.hover\:n-bg-dark-success-border-weak\/95:hover {
  background-color:rgb(41 97 39 / 0.95);
}
.hover\:n-bg-dark-success-icon:hover {
  --tw-bg-opacity:1;
  background-color:rgb(144 203 98 / var(--tw-bg-opacity));
}
.hover\:n-bg-dark-success-icon\/0:hover {
  background-color:rgb(144 203 98 / 0);
}
.hover\:n-bg-dark-success-icon\/10:hover {
  background-color:rgb(144 203 98 / 0.1);
}
.hover\:n-bg-dark-success-icon\/100:hover {
  background-color:rgb(144 203 98 / 1);
}
.hover\:n-bg-dark-success-icon\/15:hover {
  background-color:rgb(144 203 98 / 0.15);
}
.hover\:n-bg-dark-success-icon\/20:hover {
  background-color:rgb(144 203 98 / 0.2);
}
.hover\:n-bg-dark-success-icon\/25:hover {
  background-color:rgb(144 203 98 / 0.25);
}
.hover\:n-bg-dark-success-icon\/30:hover {
  background-color:rgb(144 203 98 / 0.3);
}
.hover\:n-bg-dark-success-icon\/35:hover {
  background-color:rgb(144 203 98 / 0.35);
}
.hover\:n-bg-dark-success-icon\/40:hover {
  background-color:rgb(144 203 98 / 0.4);
}
.hover\:n-bg-dark-success-icon\/45:hover {
  background-color:rgb(144 203 98 / 0.45);
}
.hover\:n-bg-dark-success-icon\/5:hover {
  background-color:rgb(144 203 98 / 0.05);
}
.hover\:n-bg-dark-success-icon\/50:hover {
  background-color:rgb(144 203 98 / 0.5);
}
.hover\:n-bg-dark-success-icon\/55:hover {
  background-color:rgb(144 203 98 / 0.55);
}
.hover\:n-bg-dark-success-icon\/60:hover {
  background-color:rgb(144 203 98 / 0.6);
}
.hover\:n-bg-dark-success-icon\/65:hover {
  background-color:rgb(144 203 98 / 0.65);
}
.hover\:n-bg-dark-success-icon\/70:hover {
  background-color:rgb(144 203 98 / 0.7);
}
.hover\:n-bg-dark-success-icon\/75:hover {
  background-color:rgb(144 203 98 / 0.75);
}
.hover\:n-bg-dark-success-icon\/80:hover {
  background-color:rgb(144 203 98 / 0.8);
}
.hover\:n-bg-dark-success-icon\/85:hover {
  background-color:rgb(144 203 98 / 0.85);
}
.hover\:n-bg-dark-success-icon\/90:hover {
  background-color:rgb(144 203 98 / 0.9);
}
.hover\:n-bg-dark-success-icon\/95:hover {
  background-color:rgb(144 203 98 / 0.95);
}
.hover\:n-bg-dark-success-text:hover {
  --tw-bg-opacity:1;
  background-color:rgb(144 203 98 / var(--tw-bg-opacity));
}
.hover\:n-bg-dark-success-text\/0:hover {
  background-color:rgb(144 203 98 / 0);
}
.hover\:n-bg-dark-success-text\/10:hover {
  background-color:rgb(144 203 98 / 0.1);
}
.hover\:n-bg-dark-success-text\/100:hover {
  background-color:rgb(144 203 98 / 1);
}
.hover\:n-bg-dark-success-text\/15:hover {
  background-color:rgb(144 203 98 / 0.15);
}
.hover\:n-bg-dark-success-text\/20:hover {
  background-color:rgb(144 203 98 / 0.2);
}
.hover\:n-bg-dark-success-text\/25:hover {
  background-color:rgb(144 203 98 / 0.25);
}
.hover\:n-bg-dark-success-text\/30:hover {
  background-color:rgb(144 203 98 / 0.3);
}
.hover\:n-bg-dark-success-text\/35:hover {
  background-color:rgb(144 203 98 / 0.35);
}
.hover\:n-bg-dark-success-text\/40:hover {
  background-color:rgb(144 203 98 / 0.4);
}
.hover\:n-bg-dark-success-text\/45:hover {
  background-color:rgb(144 203 98 / 0.45);
}
.hover\:n-bg-dark-success-text\/5:hover {
  background-color:rgb(144 203 98 / 0.05);
}
.hover\:n-bg-dark-success-text\/50:hover {
  background-color:rgb(144 203 98 / 0.5);
}
.hover\:n-bg-dark-success-text\/55:hover {
  background-color:rgb(144 203 98 / 0.55);
}
.hover\:n-bg-dark-success-text\/60:hover {
  background-color:rgb(144 203 98 / 0.6);
}
.hover\:n-bg-dark-success-text\/65:hover {
  background-color:rgb(144 203 98 / 0.65);
}
.hover\:n-bg-dark-success-text\/70:hover {
  background-color:rgb(144 203 98 / 0.7);
}
.hover\:n-bg-dark-success-text\/75:hover {
  background-color:rgb(144 203 98 / 0.75);
}
.hover\:n-bg-dark-success-text\/80:hover {
  background-color:rgb(144 203 98 / 0.8);
}
.hover\:n-bg-dark-success-text\/85:hover {
  background-color:rgb(144 203 98 / 0.85);
}
.hover\:n-bg-dark-success-text\/90:hover {
  background-color:rgb(144 203 98 / 0.9);
}
.hover\:n-bg-dark-success-text\/95:hover {
  background-color:rgb(144 203 98 / 0.95);
}
.hover\:n-bg-dark-warning-bg-status:hover {
  --tw-bg-opacity:1;
  background-color:rgb(255 214 0 / var(--tw-bg-opacity));
}
.hover\:n-bg-dark-warning-bg-status\/0:hover {
  background-color:rgb(255 214 0 / 0);
}
.hover\:n-bg-dark-warning-bg-status\/10:hover {
  background-color:rgb(255 214 0 / 0.1);
}
.hover\:n-bg-dark-warning-bg-status\/100:hover {
  background-color:rgb(255 214 0 / 1);
}
.hover\:n-bg-dark-warning-bg-status\/15:hover {
  background-color:rgb(255 214 0 / 0.15);
}
.hover\:n-bg-dark-warning-bg-status\/20:hover {
  background-color:rgb(255 214 0 / 0.2);
}
.hover\:n-bg-dark-warning-bg-status\/25:hover {
  background-color:rgb(255 214 0 / 0.25);
}
.hover\:n-bg-dark-warning-bg-status\/30:hover {
  background-color:rgb(255 214 0 / 0.3);
}
.hover\:n-bg-dark-warning-bg-status\/35:hover {
  background-color:rgb(255 214 0 / 0.35);
}
.hover\:n-bg-dark-warning-bg-status\/40:hover {
  background-color:rgb(255 214 0 / 0.4);
}
.hover\:n-bg-dark-warning-bg-status\/45:hover {
  background-color:rgb(255 214 0 / 0.45);
}
.hover\:n-bg-dark-warning-bg-status\/5:hover {
  background-color:rgb(255 214 0 / 0.05);
}
.hover\:n-bg-dark-warning-bg-status\/50:hover {
  background-color:rgb(255 214 0 / 0.5);
}
.hover\:n-bg-dark-warning-bg-status\/55:hover {
  background-color:rgb(255 214 0 / 0.55);
}
.hover\:n-bg-dark-warning-bg-status\/60:hover {
  background-color:rgb(255 214 0 / 0.6);
}
.hover\:n-bg-dark-warning-bg-status\/65:hover {
  background-color:rgb(255 214 0 / 0.65);
}
.hover\:n-bg-dark-warning-bg-status\/70:hover {
  background-color:rgb(255 214 0 / 0.7);
}
.hover\:n-bg-dark-warning-bg-status\/75:hover {
  background-color:rgb(255 214 0 / 0.75);
}
.hover\:n-bg-dark-warning-bg-status\/80:hover {
  background-color:rgb(255 214 0 / 0.8);
}
.hover\:n-bg-dark-warning-bg-status\/85:hover {
  background-color:rgb(255 214 0 / 0.85);
}
.hover\:n-bg-dark-warning-bg-status\/90:hover {
  background-color:rgb(255 214 0 / 0.9);
}
.hover\:n-bg-dark-warning-bg-status\/95:hover {
  background-color:rgb(255 214 0 / 0.95);
}
.hover\:n-bg-dark-warning-bg-strong:hover {
  --tw-bg-opacity:1;
  background-color:rgb(255 214 0 / var(--tw-bg-opacity));
}
.hover\:n-bg-dark-warning-bg-strong\/0:hover {
  background-color:rgb(255 214 0 / 0);
}
.hover\:n-bg-dark-warning-bg-strong\/10:hover {
  background-color:rgb(255 214 0 / 0.1);
}
.hover\:n-bg-dark-warning-bg-strong\/100:hover {
  background-color:rgb(255 214 0 / 1);
}
.hover\:n-bg-dark-warning-bg-strong\/15:hover {
  background-color:rgb(255 214 0 / 0.15);
}
.hover\:n-bg-dark-warning-bg-strong\/20:hover {
  background-color:rgb(255 214 0 / 0.2);
}
.hover\:n-bg-dark-warning-bg-strong\/25:hover {
  background-color:rgb(255 214 0 / 0.25);
}
.hover\:n-bg-dark-warning-bg-strong\/30:hover {
  background-color:rgb(255 214 0 / 0.3);
}
.hover\:n-bg-dark-warning-bg-strong\/35:hover {
  background-color:rgb(255 214 0 / 0.35);
}
.hover\:n-bg-dark-warning-bg-strong\/40:hover {
  background-color:rgb(255 214 0 / 0.4);
}
.hover\:n-bg-dark-warning-bg-strong\/45:hover {
  background-color:rgb(255 214 0 / 0.45);
}
.hover\:n-bg-dark-warning-bg-strong\/5:hover {
  background-color:rgb(255 214 0 / 0.05);
}
.hover\:n-bg-dark-warning-bg-strong\/50:hover {
  background-color:rgb(255 214 0 / 0.5);
}
.hover\:n-bg-dark-warning-bg-strong\/55:hover {
  background-color:rgb(255 214 0 / 0.55);
}
.hover\:n-bg-dark-warning-bg-strong\/60:hover {
  background-color:rgb(255 214 0 / 0.6);
}
.hover\:n-bg-dark-warning-bg-strong\/65:hover {
  background-color:rgb(255 214 0 / 0.65);
}
.hover\:n-bg-dark-warning-bg-strong\/70:hover {
  background-color:rgb(255 214 0 / 0.7);
}
.hover\:n-bg-dark-warning-bg-strong\/75:hover {
  background-color:rgb(255 214 0 / 0.75);
}
.hover\:n-bg-dark-warning-bg-strong\/80:hover {
  background-color:rgb(255 214 0 / 0.8);
}
.hover\:n-bg-dark-warning-bg-strong\/85:hover {
  background-color:rgb(255 214 0 / 0.85);
}
.hover\:n-bg-dark-warning-bg-strong\/90:hover {
  background-color:rgb(255 214 0 / 0.9);
}
.hover\:n-bg-dark-warning-bg-strong\/95:hover {
  background-color:rgb(255 214 0 / 0.95);
}
.hover\:n-bg-dark-warning-bg-weak:hover {
  --tw-bg-opacity:1;
  background-color:rgb(49 46 26 / var(--tw-bg-opacity));
}
.hover\:n-bg-dark-warning-bg-weak\/0:hover {
  background-color:rgb(49 46 26 / 0);
}
.hover\:n-bg-dark-warning-bg-weak\/10:hover {
  background-color:rgb(49 46 26 / 0.1);
}
.hover\:n-bg-dark-warning-bg-weak\/100:hover {
  background-color:rgb(49 46 26 / 1);
}
.hover\:n-bg-dark-warning-bg-weak\/15:hover {
  background-color:rgb(49 46 26 / 0.15);
}
.hover\:n-bg-dark-warning-bg-weak\/20:hover {
  background-color:rgb(49 46 26 / 0.2);
}
.hover\:n-bg-dark-warning-bg-weak\/25:hover {
  background-color:rgb(49 46 26 / 0.25);
}
.hover\:n-bg-dark-warning-bg-weak\/30:hover {
  background-color:rgb(49 46 26 / 0.3);
}
.hover\:n-bg-dark-warning-bg-weak\/35:hover {
  background-color:rgb(49 46 26 / 0.35);
}
.hover\:n-bg-dark-warning-bg-weak\/40:hover {
  background-color:rgb(49 46 26 / 0.4);
}
.hover\:n-bg-dark-warning-bg-weak\/45:hover {
  background-color:rgb(49 46 26 / 0.45);
}
.hover\:n-bg-dark-warning-bg-weak\/5:hover {
  background-color:rgb(49 46 26 / 0.05);
}
.hover\:n-bg-dark-warning-bg-weak\/50:hover {
  background-color:rgb(49 46 26 / 0.5);
}
.hover\:n-bg-dark-warning-bg-weak\/55:hover {
  background-color:rgb(49 46 26 / 0.55);
}
.hover\:n-bg-dark-warning-bg-weak\/60:hover {
  background-color:rgb(49 46 26 / 0.6);
}
.hover\:n-bg-dark-warning-bg-weak\/65:hover {
  background-color:rgb(49 46 26 / 0.65);
}
.hover\:n-bg-dark-warning-bg-weak\/70:hover {
  background-color:rgb(49 46 26 / 0.7);
}
.hover\:n-bg-dark-warning-bg-weak\/75:hover {
  background-color:rgb(49 46 26 / 0.75);
}
.hover\:n-bg-dark-warning-bg-weak\/80:hover {
  background-color:rgb(49 46 26 / 0.8);
}
.hover\:n-bg-dark-warning-bg-weak\/85:hover {
  background-color:rgb(49 46 26 / 0.85);
}
.hover\:n-bg-dark-warning-bg-weak\/90:hover {
  background-color:rgb(49 46 26 / 0.9);
}
.hover\:n-bg-dark-warning-bg-weak\/95:hover {
  background-color:rgb(49 46 26 / 0.95);
}
.hover\:n-bg-dark-warning-border-strong:hover {
  --tw-bg-opacity:1;
  background-color:rgb(255 214 0 / var(--tw-bg-opacity));
}
.hover\:n-bg-dark-warning-border-strong\/0:hover {
  background-color:rgb(255 214 0 / 0);
}
.hover\:n-bg-dark-warning-border-strong\/10:hover {
  background-color:rgb(255 214 0 / 0.1);
}
.hover\:n-bg-dark-warning-border-strong\/100:hover {
  background-color:rgb(255 214 0 / 1);
}
.hover\:n-bg-dark-warning-border-strong\/15:hover {
  background-color:rgb(255 214 0 / 0.15);
}
.hover\:n-bg-dark-warning-border-strong\/20:hover {
  background-color:rgb(255 214 0 / 0.2);
}
.hover\:n-bg-dark-warning-border-strong\/25:hover {
  background-color:rgb(255 214 0 / 0.25);
}
.hover\:n-bg-dark-warning-border-strong\/30:hover {
  background-color:rgb(255 214 0 / 0.3);
}
.hover\:n-bg-dark-warning-border-strong\/35:hover {
  background-color:rgb(255 214 0 / 0.35);
}
.hover\:n-bg-dark-warning-border-strong\/40:hover {
  background-color:rgb(255 214 0 / 0.4);
}
.hover\:n-bg-dark-warning-border-strong\/45:hover {
  background-color:rgb(255 214 0 / 0.45);
}
.hover\:n-bg-dark-warning-border-strong\/5:hover {
  background-color:rgb(255 214 0 / 0.05);
}
.hover\:n-bg-dark-warning-border-strong\/50:hover {
  background-color:rgb(255 214 0 / 0.5);
}
.hover\:n-bg-dark-warning-border-strong\/55:hover {
  background-color:rgb(255 214 0 / 0.55);
}
.hover\:n-bg-dark-warning-border-strong\/60:hover {
  background-color:rgb(255 214 0 / 0.6);
}
.hover\:n-bg-dark-warning-border-strong\/65:hover {
  background-color:rgb(255 214 0 / 0.65);
}
.hover\:n-bg-dark-warning-border-strong\/70:hover {
  background-color:rgb(255 214 0 / 0.7);
}
.hover\:n-bg-dark-warning-border-strong\/75:hover {
  background-color:rgb(255 214 0 / 0.75);
}
.hover\:n-bg-dark-warning-border-strong\/80:hover {
  background-color:rgb(255 214 0 / 0.8);
}
.hover\:n-bg-dark-warning-border-strong\/85:hover {
  background-color:rgb(255 214 0 / 0.85);
}
.hover\:n-bg-dark-warning-border-strong\/90:hover {
  background-color:rgb(255 214 0 / 0.9);
}
.hover\:n-bg-dark-warning-border-strong\/95:hover {
  background-color:rgb(255 214 0 / 0.95);
}
.hover\:n-bg-dark-warning-border-weak:hover {
  --tw-bg-opacity:1;
  background-color:rgb(118 85 0 / var(--tw-bg-opacity));
}
.hover\:n-bg-dark-warning-border-weak\/0:hover {
  background-color:rgb(118 85 0 / 0);
}
.hover\:n-bg-dark-warning-border-weak\/10:hover {
  background-color:rgb(118 85 0 / 0.1);
}
.hover\:n-bg-dark-warning-border-weak\/100:hover {
  background-color:rgb(118 85 0 / 1);
}
.hover\:n-bg-dark-warning-border-weak\/15:hover {
  background-color:rgb(118 85 0 / 0.15);
}
.hover\:n-bg-dark-warning-border-weak\/20:hover {
  background-color:rgb(118 85 0 / 0.2);
}
.hover\:n-bg-dark-warning-border-weak\/25:hover {
  background-color:rgb(118 85 0 / 0.25);
}
.hover\:n-bg-dark-warning-border-weak\/30:hover {
  background-color:rgb(118 85 0 / 0.3);
}
.hover\:n-bg-dark-warning-border-weak\/35:hover {
  background-color:rgb(118 85 0 / 0.35);
}
.hover\:n-bg-dark-warning-border-weak\/40:hover {
  background-color:rgb(118 85 0 / 0.4);
}
.hover\:n-bg-dark-warning-border-weak\/45:hover {
  background-color:rgb(118 85 0 / 0.45);
}
.hover\:n-bg-dark-warning-border-weak\/5:hover {
  background-color:rgb(118 85 0 / 0.05);
}
.hover\:n-bg-dark-warning-border-weak\/50:hover {
  background-color:rgb(118 85 0 / 0.5);
}
.hover\:n-bg-dark-warning-border-weak\/55:hover {
  background-color:rgb(118 85 0 / 0.55);
}
.hover\:n-bg-dark-warning-border-weak\/60:hover {
  background-color:rgb(118 85 0 / 0.6);
}
.hover\:n-bg-dark-warning-border-weak\/65:hover {
  background-color:rgb(118 85 0 / 0.65);
}
.hover\:n-bg-dark-warning-border-weak\/70:hover {
  background-color:rgb(118 85 0 / 0.7);
}
.hover\:n-bg-dark-warning-border-weak\/75:hover {
  background-color:rgb(118 85 0 / 0.75);
}
.hover\:n-bg-dark-warning-border-weak\/80:hover {
  background-color:rgb(118 85 0 / 0.8);
}
.hover\:n-bg-dark-warning-border-weak\/85:hover {
  background-color:rgb(118 85 0 / 0.85);
}
.hover\:n-bg-dark-warning-border-weak\/90:hover {
  background-color:rgb(118 85 0 / 0.9);
}
.hover\:n-bg-dark-warning-border-weak\/95:hover {
  background-color:rgb(118 85 0 / 0.95);
}
.hover\:n-bg-dark-warning-icon:hover {
  --tw-bg-opacity:1;
  background-color:rgb(255 214 0 / var(--tw-bg-opacity));
}
.hover\:n-bg-dark-warning-icon\/0:hover {
  background-color:rgb(255 214 0 / 0);
}
.hover\:n-bg-dark-warning-icon\/10:hover {
  background-color:rgb(255 214 0 / 0.1);
}
.hover\:n-bg-dark-warning-icon\/100:hover {
  background-color:rgb(255 214 0 / 1);
}
.hover\:n-bg-dark-warning-icon\/15:hover {
  background-color:rgb(255 214 0 / 0.15);
}
.hover\:n-bg-dark-warning-icon\/20:hover {
  background-color:rgb(255 214 0 / 0.2);
}
.hover\:n-bg-dark-warning-icon\/25:hover {
  background-color:rgb(255 214 0 / 0.25);
}
.hover\:n-bg-dark-warning-icon\/30:hover {
  background-color:rgb(255 214 0 / 0.3);
}
.hover\:n-bg-dark-warning-icon\/35:hover {
  background-color:rgb(255 214 0 / 0.35);
}
.hover\:n-bg-dark-warning-icon\/40:hover {
  background-color:rgb(255 214 0 / 0.4);
}
.hover\:n-bg-dark-warning-icon\/45:hover {
  background-color:rgb(255 214 0 / 0.45);
}
.hover\:n-bg-dark-warning-icon\/5:hover {
  background-color:rgb(255 214 0 / 0.05);
}
.hover\:n-bg-dark-warning-icon\/50:hover {
  background-color:rgb(255 214 0 / 0.5);
}
.hover\:n-bg-dark-warning-icon\/55:hover {
  background-color:rgb(255 214 0 / 0.55);
}
.hover\:n-bg-dark-warning-icon\/60:hover {
  background-color:rgb(255 214 0 / 0.6);
}
.hover\:n-bg-dark-warning-icon\/65:hover {
  background-color:rgb(255 214 0 / 0.65);
}
.hover\:n-bg-dark-warning-icon\/70:hover {
  background-color:rgb(255 214 0 / 0.7);
}
.hover\:n-bg-dark-warning-icon\/75:hover {
  background-color:rgb(255 214 0 / 0.75);
}
.hover\:n-bg-dark-warning-icon\/80:hover {
  background-color:rgb(255 214 0 / 0.8);
}
.hover\:n-bg-dark-warning-icon\/85:hover {
  background-color:rgb(255 214 0 / 0.85);
}
.hover\:n-bg-dark-warning-icon\/90:hover {
  background-color:rgb(255 214 0 / 0.9);
}
.hover\:n-bg-dark-warning-icon\/95:hover {
  background-color:rgb(255 214 0 / 0.95);
}
.hover\:n-bg-dark-warning-text:hover {
  --tw-bg-opacity:1;
  background-color:rgb(255 214 0 / var(--tw-bg-opacity));
}
.hover\:n-bg-dark-warning-text\/0:hover {
  background-color:rgb(255 214 0 / 0);
}
.hover\:n-bg-dark-warning-text\/10:hover {
  background-color:rgb(255 214 0 / 0.1);
}
.hover\:n-bg-dark-warning-text\/100:hover {
  background-color:rgb(255 214 0 / 1);
}
.hover\:n-bg-dark-warning-text\/15:hover {
  background-color:rgb(255 214 0 / 0.15);
}
.hover\:n-bg-dark-warning-text\/20:hover {
  background-color:rgb(255 214 0 / 0.2);
}
.hover\:n-bg-dark-warning-text\/25:hover {
  background-color:rgb(255 214 0 / 0.25);
}
.hover\:n-bg-dark-warning-text\/30:hover {
  background-color:rgb(255 214 0 / 0.3);
}
.hover\:n-bg-dark-warning-text\/35:hover {
  background-color:rgb(255 214 0 / 0.35);
}
.hover\:n-bg-dark-warning-text\/40:hover {
  background-color:rgb(255 214 0 / 0.4);
}
.hover\:n-bg-dark-warning-text\/45:hover {
  background-color:rgb(255 214 0 / 0.45);
}
.hover\:n-bg-dark-warning-text\/5:hover {
  background-color:rgb(255 214 0 / 0.05);
}
.hover\:n-bg-dark-warning-text\/50:hover {
  background-color:rgb(255 214 0 / 0.5);
}
.hover\:n-bg-dark-warning-text\/55:hover {
  background-color:rgb(255 214 0 / 0.55);
}
.hover\:n-bg-dark-warning-text\/60:hover {
  background-color:rgb(255 214 0 / 0.6);
}
.hover\:n-bg-dark-warning-text\/65:hover {
  background-color:rgb(255 214 0 / 0.65);
}
.hover\:n-bg-dark-warning-text\/70:hover {
  background-color:rgb(255 214 0 / 0.7);
}
.hover\:n-bg-dark-warning-text\/75:hover {
  background-color:rgb(255 214 0 / 0.75);
}
.hover\:n-bg-dark-warning-text\/80:hover {
  background-color:rgb(255 214 0 / 0.8);
}
.hover\:n-bg-dark-warning-text\/85:hover {
  background-color:rgb(255 214 0 / 0.85);
}
.hover\:n-bg-dark-warning-text\/90:hover {
  background-color:rgb(255 214 0 / 0.9);
}
.hover\:n-bg-dark-warning-text\/95:hover {
  background-color:rgb(255 214 0 / 0.95);
}
.hover\:n-bg-light-danger-bg-status:hover {
  --tw-bg-opacity:1;
  background-color:rgb(232 78 44 / var(--tw-bg-opacity));
}
.hover\:n-bg-light-danger-bg-status\/0:hover {
  background-color:rgb(232 78 44 / 0);
}
.hover\:n-bg-light-danger-bg-status\/10:hover {
  background-color:rgb(232 78 44 / 0.1);
}
.hover\:n-bg-light-danger-bg-status\/100:hover {
  background-color:rgb(232 78 44 / 1);
}
.hover\:n-bg-light-danger-bg-status\/15:hover {
  background-color:rgb(232 78 44 / 0.15);
}
.hover\:n-bg-light-danger-bg-status\/20:hover {
  background-color:rgb(232 78 44 / 0.2);
}
.hover\:n-bg-light-danger-bg-status\/25:hover {
  background-color:rgb(232 78 44 / 0.25);
}
.hover\:n-bg-light-danger-bg-status\/30:hover {
  background-color:rgb(232 78 44 / 0.3);
}
.hover\:n-bg-light-danger-bg-status\/35:hover {
  background-color:rgb(232 78 44 / 0.35);
}
.hover\:n-bg-light-danger-bg-status\/40:hover {
  background-color:rgb(232 78 44 / 0.4);
}
.hover\:n-bg-light-danger-bg-status\/45:hover {
  background-color:rgb(232 78 44 / 0.45);
}
.hover\:n-bg-light-danger-bg-status\/5:hover {
  background-color:rgb(232 78 44 / 0.05);
}
.hover\:n-bg-light-danger-bg-status\/50:hover {
  background-color:rgb(232 78 44 / 0.5);
}
.hover\:n-bg-light-danger-bg-status\/55:hover {
  background-color:rgb(232 78 44 / 0.55);
}
.hover\:n-bg-light-danger-bg-status\/60:hover {
  background-color:rgb(232 78 44 / 0.6);
}
.hover\:n-bg-light-danger-bg-status\/65:hover {
  background-color:rgb(232 78 44 / 0.65);
}
.hover\:n-bg-light-danger-bg-status\/70:hover {
  background-color:rgb(232 78 44 / 0.7);
}
.hover\:n-bg-light-danger-bg-status\/75:hover {
  background-color:rgb(232 78 44 / 0.75);
}
.hover\:n-bg-light-danger-bg-status\/80:hover {
  background-color:rgb(232 78 44 / 0.8);
}
.hover\:n-bg-light-danger-bg-status\/85:hover {
  background-color:rgb(232 78 44 / 0.85);
}
.hover\:n-bg-light-danger-bg-status\/90:hover {
  background-color:rgb(232 78 44 / 0.9);
}
.hover\:n-bg-light-danger-bg-status\/95:hover {
  background-color:rgb(232 78 44 / 0.95);
}
.hover\:n-bg-light-danger-bg-strong:hover {
  --tw-bg-opacity:1;
  background-color:rgb(187 45 0 / var(--tw-bg-opacity));
}
.hover\:n-bg-light-danger-bg-strong\/0:hover {
  background-color:rgb(187 45 0 / 0);
}
.hover\:n-bg-light-danger-bg-strong\/10:hover {
  background-color:rgb(187 45 0 / 0.1);
}
.hover\:n-bg-light-danger-bg-strong\/100:hover {
  background-color:rgb(187 45 0 / 1);
}
.hover\:n-bg-light-danger-bg-strong\/15:hover {
  background-color:rgb(187 45 0 / 0.15);
}
.hover\:n-bg-light-danger-bg-strong\/20:hover {
  background-color:rgb(187 45 0 / 0.2);
}
.hover\:n-bg-light-danger-bg-strong\/25:hover {
  background-color:rgb(187 45 0 / 0.25);
}
.hover\:n-bg-light-danger-bg-strong\/30:hover {
  background-color:rgb(187 45 0 / 0.3);
}
.hover\:n-bg-light-danger-bg-strong\/35:hover {
  background-color:rgb(187 45 0 / 0.35);
}
.hover\:n-bg-light-danger-bg-strong\/40:hover {
  background-color:rgb(187 45 0 / 0.4);
}
.hover\:n-bg-light-danger-bg-strong\/45:hover {
  background-color:rgb(187 45 0 / 0.45);
}
.hover\:n-bg-light-danger-bg-strong\/5:hover {
  background-color:rgb(187 45 0 / 0.05);
}
.hover\:n-bg-light-danger-bg-strong\/50:hover {
  background-color:rgb(187 45 0 / 0.5);
}
.hover\:n-bg-light-danger-bg-strong\/55:hover {
  background-color:rgb(187 45 0 / 0.55);
}
.hover\:n-bg-light-danger-bg-strong\/60:hover {
  background-color:rgb(187 45 0 / 0.6);
}
.hover\:n-bg-light-danger-bg-strong\/65:hover {
  background-color:rgb(187 45 0 / 0.65);
}
.hover\:n-bg-light-danger-bg-strong\/70:hover {
  background-color:rgb(187 45 0 / 0.7);
}
.hover\:n-bg-light-danger-bg-strong\/75:hover {
  background-color:rgb(187 45 0 / 0.75);
}
.hover\:n-bg-light-danger-bg-strong\/80:hover {
  background-color:rgb(187 45 0 / 0.8);
}
.hover\:n-bg-light-danger-bg-strong\/85:hover {
  background-color:rgb(187 45 0 / 0.85);
}
.hover\:n-bg-light-danger-bg-strong\/90:hover {
  background-color:rgb(187 45 0 / 0.9);
}
.hover\:n-bg-light-danger-bg-strong\/95:hover {
  background-color:rgb(187 45 0 / 0.95);
}
.hover\:n-bg-light-danger-bg-weak:hover {
  --tw-bg-opacity:1;
  background-color:rgb(255 233 231 / var(--tw-bg-opacity));
}
.hover\:n-bg-light-danger-bg-weak\/0:hover {
  background-color:rgb(255 233 231 / 0);
}
.hover\:n-bg-light-danger-bg-weak\/10:hover {
  background-color:rgb(255 233 231 / 0.1);
}
.hover\:n-bg-light-danger-bg-weak\/100:hover {
  background-color:rgb(255 233 231 / 1);
}
.hover\:n-bg-light-danger-bg-weak\/15:hover {
  background-color:rgb(255 233 231 / 0.15);
}
.hover\:n-bg-light-danger-bg-weak\/20:hover {
  background-color:rgb(255 233 231 / 0.2);
}
.hover\:n-bg-light-danger-bg-weak\/25:hover {
  background-color:rgb(255 233 231 / 0.25);
}
.hover\:n-bg-light-danger-bg-weak\/30:hover {
  background-color:rgb(255 233 231 / 0.3);
}
.hover\:n-bg-light-danger-bg-weak\/35:hover {
  background-color:rgb(255 233 231 / 0.35);
}
.hover\:n-bg-light-danger-bg-weak\/40:hover {
  background-color:rgb(255 233 231 / 0.4);
}
.hover\:n-bg-light-danger-bg-weak\/45:hover {
  background-color:rgb(255 233 231 / 0.45);
}
.hover\:n-bg-light-danger-bg-weak\/5:hover {
  background-color:rgb(255 233 231 / 0.05);
}
.hover\:n-bg-light-danger-bg-weak\/50:hover {
  background-color:rgb(255 233 231 / 0.5);
}
.hover\:n-bg-light-danger-bg-weak\/55:hover {
  background-color:rgb(255 233 231 / 0.55);
}
.hover\:n-bg-light-danger-bg-weak\/60:hover {
  background-color:rgb(255 233 231 / 0.6);
}
.hover\:n-bg-light-danger-bg-weak\/65:hover {
  background-color:rgb(255 233 231 / 0.65);
}
.hover\:n-bg-light-danger-bg-weak\/70:hover {
  background-color:rgb(255 233 231 / 0.7);
}
.hover\:n-bg-light-danger-bg-weak\/75:hover {
  background-color:rgb(255 233 231 / 0.75);
}
.hover\:n-bg-light-danger-bg-weak\/80:hover {
  background-color:rgb(255 233 231 / 0.8);
}
.hover\:n-bg-light-danger-bg-weak\/85:hover {
  background-color:rgb(255 233 231 / 0.85);
}
.hover\:n-bg-light-danger-bg-weak\/90:hover {
  background-color:rgb(255 233 231 / 0.9);
}
.hover\:n-bg-light-danger-bg-weak\/95:hover {
  background-color:rgb(255 233 231 / 0.95);
}
.hover\:n-bg-light-danger-border-strong:hover {
  --tw-bg-opacity:1;
  background-color:rgb(187 45 0 / var(--tw-bg-opacity));
}
.hover\:n-bg-light-danger-border-strong\/0:hover {
  background-color:rgb(187 45 0 / 0);
}
.hover\:n-bg-light-danger-border-strong\/10:hover {
  background-color:rgb(187 45 0 / 0.1);
}
.hover\:n-bg-light-danger-border-strong\/100:hover {
  background-color:rgb(187 45 0 / 1);
}
.hover\:n-bg-light-danger-border-strong\/15:hover {
  background-color:rgb(187 45 0 / 0.15);
}
.hover\:n-bg-light-danger-border-strong\/20:hover {
  background-color:rgb(187 45 0 / 0.2);
}
.hover\:n-bg-light-danger-border-strong\/25:hover {
  background-color:rgb(187 45 0 / 0.25);
}
.hover\:n-bg-light-danger-border-strong\/30:hover {
  background-color:rgb(187 45 0 / 0.3);
}
.hover\:n-bg-light-danger-border-strong\/35:hover {
  background-color:rgb(187 45 0 / 0.35);
}
.hover\:n-bg-light-danger-border-strong\/40:hover {
  background-color:rgb(187 45 0 / 0.4);
}
.hover\:n-bg-light-danger-border-strong\/45:hover {
  background-color:rgb(187 45 0 / 0.45);
}
.hover\:n-bg-light-danger-border-strong\/5:hover {
  background-color:rgb(187 45 0 / 0.05);
}
.hover\:n-bg-light-danger-border-strong\/50:hover {
  background-color:rgb(187 45 0 / 0.5);
}
.hover\:n-bg-light-danger-border-strong\/55:hover {
  background-color:rgb(187 45 0 / 0.55);
}
.hover\:n-bg-light-danger-border-strong\/60:hover {
  background-color:rgb(187 45 0 / 0.6);
}
.hover\:n-bg-light-danger-border-strong\/65:hover {
  background-color:rgb(187 45 0 / 0.65);
}
.hover\:n-bg-light-danger-border-strong\/70:hover {
  background-color:rgb(187 45 0 / 0.7);
}
.hover\:n-bg-light-danger-border-strong\/75:hover {
  background-color:rgb(187 45 0 / 0.75);
}
.hover\:n-bg-light-danger-border-strong\/80:hover {
  background-color:rgb(187 45 0 / 0.8);
}
.hover\:n-bg-light-danger-border-strong\/85:hover {
  background-color:rgb(187 45 0 / 0.85);
}
.hover\:n-bg-light-danger-border-strong\/90:hover {
  background-color:rgb(187 45 0 / 0.9);
}
.hover\:n-bg-light-danger-border-strong\/95:hover {
  background-color:rgb(187 45 0 / 0.95);
}
.hover\:n-bg-light-danger-border-weak:hover {
  --tw-bg-opacity:1;
  background-color:rgb(255 170 151 / var(--tw-bg-opacity));
}
.hover\:n-bg-light-danger-border-weak\/0:hover {
  background-color:rgb(255 170 151 / 0);
}
.hover\:n-bg-light-danger-border-weak\/10:hover {
  background-color:rgb(255 170 151 / 0.1);
}
.hover\:n-bg-light-danger-border-weak\/100:hover {
  background-color:rgb(255 170 151 / 1);
}
.hover\:n-bg-light-danger-border-weak\/15:hover {
  background-color:rgb(255 170 151 / 0.15);
}
.hover\:n-bg-light-danger-border-weak\/20:hover {
  background-color:rgb(255 170 151 / 0.2);
}
.hover\:n-bg-light-danger-border-weak\/25:hover {
  background-color:rgb(255 170 151 / 0.25);
}
.hover\:n-bg-light-danger-border-weak\/30:hover {
  background-color:rgb(255 170 151 / 0.3);
}
.hover\:n-bg-light-danger-border-weak\/35:hover {
  background-color:rgb(255 170 151 / 0.35);
}
.hover\:n-bg-light-danger-border-weak\/40:hover {
  background-color:rgb(255 170 151 / 0.4);
}
.hover\:n-bg-light-danger-border-weak\/45:hover {
  background-color:rgb(255 170 151 / 0.45);
}
.hover\:n-bg-light-danger-border-weak\/5:hover {
  background-color:rgb(255 170 151 / 0.05);
}
.hover\:n-bg-light-danger-border-weak\/50:hover {
  background-color:rgb(255 170 151 / 0.5);
}
.hover\:n-bg-light-danger-border-weak\/55:hover {
  background-color:rgb(255 170 151 / 0.55);
}
.hover\:n-bg-light-danger-border-weak\/60:hover {
  background-color:rgb(255 170 151 / 0.6);
}
.hover\:n-bg-light-danger-border-weak\/65:hover {
  background-color:rgb(255 170 151 / 0.65);
}
.hover\:n-bg-light-danger-border-weak\/70:hover {
  background-color:rgb(255 170 151 / 0.7);
}
.hover\:n-bg-light-danger-border-weak\/75:hover {
  background-color:rgb(255 170 151 / 0.75);
}
.hover\:n-bg-light-danger-border-weak\/80:hover {
  background-color:rgb(255 170 151 / 0.8);
}
.hover\:n-bg-light-danger-border-weak\/85:hover {
  background-color:rgb(255 170 151 / 0.85);
}
.hover\:n-bg-light-danger-border-weak\/90:hover {
  background-color:rgb(255 170 151 / 0.9);
}
.hover\:n-bg-light-danger-border-weak\/95:hover {
  background-color:rgb(255 170 151 / 0.95);
}
.hover\:n-bg-light-danger-hover-strong:hover {
  --tw-bg-opacity:1;
  background-color:rgb(150 18 0 / var(--tw-bg-opacity));
}
.hover\:n-bg-light-danger-hover-strong\/0:hover {
  background-color:rgb(150 18 0 / 0);
}
.hover\:n-bg-light-danger-hover-strong\/10:hover {
  background-color:rgb(150 18 0 / 0.1);
}
.hover\:n-bg-light-danger-hover-strong\/100:hover {
  background-color:rgb(150 18 0 / 1);
}
.hover\:n-bg-light-danger-hover-strong\/15:hover {
  background-color:rgb(150 18 0 / 0.15);
}
.hover\:n-bg-light-danger-hover-strong\/20:hover {
  background-color:rgb(150 18 0 / 0.2);
}
.hover\:n-bg-light-danger-hover-strong\/25:hover {
  background-color:rgb(150 18 0 / 0.25);
}
.hover\:n-bg-light-danger-hover-strong\/30:hover {
  background-color:rgb(150 18 0 / 0.3);
}
.hover\:n-bg-light-danger-hover-strong\/35:hover {
  background-color:rgb(150 18 0 / 0.35);
}
.hover\:n-bg-light-danger-hover-strong\/40:hover {
  background-color:rgb(150 18 0 / 0.4);
}
.hover\:n-bg-light-danger-hover-strong\/45:hover {
  background-color:rgb(150 18 0 / 0.45);
}
.hover\:n-bg-light-danger-hover-strong\/5:hover {
  background-color:rgb(150 18 0 / 0.05);
}
.hover\:n-bg-light-danger-hover-strong\/50:hover {
  background-color:rgb(150 18 0 / 0.5);
}
.hover\:n-bg-light-danger-hover-strong\/55:hover {
  background-color:rgb(150 18 0 / 0.55);
}
.hover\:n-bg-light-danger-hover-strong\/60:hover {
  background-color:rgb(150 18 0 / 0.6);
}
.hover\:n-bg-light-danger-hover-strong\/65:hover {
  background-color:rgb(150 18 0 / 0.65);
}
.hover\:n-bg-light-danger-hover-strong\/70:hover {
  background-color:rgb(150 18 0 / 0.7);
}
.hover\:n-bg-light-danger-hover-strong\/75:hover {
  background-color:rgb(150 18 0 / 0.75);
}
.hover\:n-bg-light-danger-hover-strong\/80:hover {
  background-color:rgb(150 18 0 / 0.8);
}
.hover\:n-bg-light-danger-hover-strong\/85:hover {
  background-color:rgb(150 18 0 / 0.85);
}
.hover\:n-bg-light-danger-hover-strong\/90:hover {
  background-color:rgb(150 18 0 / 0.9);
}
.hover\:n-bg-light-danger-hover-strong\/95:hover {
  background-color:rgb(150 18 0 / 0.95);
}
.hover\:n-bg-light-danger-hover-weak:hover {
  --tw-bg-opacity:1;
  background-color:rgb(212 51 0 / var(--tw-bg-opacity));
}
.hover\:n-bg-light-danger-hover-weak\/0:hover {
  background-color:rgb(212 51 0 / 0);
}
.hover\:n-bg-light-danger-hover-weak\/10:hover {
  background-color:rgb(212 51 0 / 0.1);
}
.hover\:n-bg-light-danger-hover-weak\/100:hover {
  background-color:rgb(212 51 0 / 1);
}
.hover\:n-bg-light-danger-hover-weak\/15:hover {
  background-color:rgb(212 51 0 / 0.15);
}
.hover\:n-bg-light-danger-hover-weak\/20:hover {
  background-color:rgb(212 51 0 / 0.2);
}
.hover\:n-bg-light-danger-hover-weak\/25:hover {
  background-color:rgb(212 51 0 / 0.25);
}
.hover\:n-bg-light-danger-hover-weak\/30:hover {
  background-color:rgb(212 51 0 / 0.3);
}
.hover\:n-bg-light-danger-hover-weak\/35:hover {
  background-color:rgb(212 51 0 / 0.35);
}
.hover\:n-bg-light-danger-hover-weak\/40:hover {
  background-color:rgb(212 51 0 / 0.4);
}
.hover\:n-bg-light-danger-hover-weak\/45:hover {
  background-color:rgb(212 51 0 / 0.45);
}
.hover\:n-bg-light-danger-hover-weak\/5:hover {
  background-color:rgb(212 51 0 / 0.05);
}
.hover\:n-bg-light-danger-hover-weak\/50:hover {
  background-color:rgb(212 51 0 / 0.5);
}
.hover\:n-bg-light-danger-hover-weak\/55:hover {
  background-color:rgb(212 51 0 / 0.55);
}
.hover\:n-bg-light-danger-hover-weak\/60:hover {
  background-color:rgb(212 51 0 / 0.6);
}
.hover\:n-bg-light-danger-hover-weak\/65:hover {
  background-color:rgb(212 51 0 / 0.65);
}
.hover\:n-bg-light-danger-hover-weak\/70:hover {
  background-color:rgb(212 51 0 / 0.7);
}
.hover\:n-bg-light-danger-hover-weak\/75:hover {
  background-color:rgb(212 51 0 / 0.75);
}
.hover\:n-bg-light-danger-hover-weak\/80:hover {
  background-color:rgb(212 51 0 / 0.8);
}
.hover\:n-bg-light-danger-hover-weak\/85:hover {
  background-color:rgb(212 51 0 / 0.85);
}
.hover\:n-bg-light-danger-hover-weak\/90:hover {
  background-color:rgb(212 51 0 / 0.9);
}
.hover\:n-bg-light-danger-hover-weak\/95:hover {
  background-color:rgb(212 51 0 / 0.95);
}
.hover\:n-bg-light-danger-icon:hover {
  --tw-bg-opacity:1;
  background-color:rgb(187 45 0 / var(--tw-bg-opacity));
}
.hover\:n-bg-light-danger-icon\/0:hover {
  background-color:rgb(187 45 0 / 0);
}
.hover\:n-bg-light-danger-icon\/10:hover {
  background-color:rgb(187 45 0 / 0.1);
}
.hover\:n-bg-light-danger-icon\/100:hover {
  background-color:rgb(187 45 0 / 1);
}
.hover\:n-bg-light-danger-icon\/15:hover {
  background-color:rgb(187 45 0 / 0.15);
}
.hover\:n-bg-light-danger-icon\/20:hover {
  background-color:rgb(187 45 0 / 0.2);
}
.hover\:n-bg-light-danger-icon\/25:hover {
  background-color:rgb(187 45 0 / 0.25);
}
.hover\:n-bg-light-danger-icon\/30:hover {
  background-color:rgb(187 45 0 / 0.3);
}
.hover\:n-bg-light-danger-icon\/35:hover {
  background-color:rgb(187 45 0 / 0.35);
}
.hover\:n-bg-light-danger-icon\/40:hover {
  background-color:rgb(187 45 0 / 0.4);
}
.hover\:n-bg-light-danger-icon\/45:hover {
  background-color:rgb(187 45 0 / 0.45);
}
.hover\:n-bg-light-danger-icon\/5:hover {
  background-color:rgb(187 45 0 / 0.05);
}
.hover\:n-bg-light-danger-icon\/50:hover {
  background-color:rgb(187 45 0 / 0.5);
}
.hover\:n-bg-light-danger-icon\/55:hover {
  background-color:rgb(187 45 0 / 0.55);
}
.hover\:n-bg-light-danger-icon\/60:hover {
  background-color:rgb(187 45 0 / 0.6);
}
.hover\:n-bg-light-danger-icon\/65:hover {
  background-color:rgb(187 45 0 / 0.65);
}
.hover\:n-bg-light-danger-icon\/70:hover {
  background-color:rgb(187 45 0 / 0.7);
}
.hover\:n-bg-light-danger-icon\/75:hover {
  background-color:rgb(187 45 0 / 0.75);
}
.hover\:n-bg-light-danger-icon\/80:hover {
  background-color:rgb(187 45 0 / 0.8);
}
.hover\:n-bg-light-danger-icon\/85:hover {
  background-color:rgb(187 45 0 / 0.85);
}
.hover\:n-bg-light-danger-icon\/90:hover {
  background-color:rgb(187 45 0 / 0.9);
}
.hover\:n-bg-light-danger-icon\/95:hover {
  background-color:rgb(187 45 0 / 0.95);
}
.hover\:n-bg-light-danger-pressed-strong:hover {
  --tw-bg-opacity:1;
  background-color:rgb(115 14 0 / var(--tw-bg-opacity));
}
.hover\:n-bg-light-danger-pressed-strong\/0:hover {
  background-color:rgb(115 14 0 / 0);
}
.hover\:n-bg-light-danger-pressed-strong\/10:hover {
  background-color:rgb(115 14 0 / 0.1);
}
.hover\:n-bg-light-danger-pressed-strong\/100:hover {
  background-color:rgb(115 14 0 / 1);
}
.hover\:n-bg-light-danger-pressed-strong\/15:hover {
  background-color:rgb(115 14 0 / 0.15);
}
.hover\:n-bg-light-danger-pressed-strong\/20:hover {
  background-color:rgb(115 14 0 / 0.2);
}
.hover\:n-bg-light-danger-pressed-strong\/25:hover {
  background-color:rgb(115 14 0 / 0.25);
}
.hover\:n-bg-light-danger-pressed-strong\/30:hover {
  background-color:rgb(115 14 0 / 0.3);
}
.hover\:n-bg-light-danger-pressed-strong\/35:hover {
  background-color:rgb(115 14 0 / 0.35);
}
.hover\:n-bg-light-danger-pressed-strong\/40:hover {
  background-color:rgb(115 14 0 / 0.4);
}
.hover\:n-bg-light-danger-pressed-strong\/45:hover {
  background-color:rgb(115 14 0 / 0.45);
}
.hover\:n-bg-light-danger-pressed-strong\/5:hover {
  background-color:rgb(115 14 0 / 0.05);
}
.hover\:n-bg-light-danger-pressed-strong\/50:hover {
  background-color:rgb(115 14 0 / 0.5);
}
.hover\:n-bg-light-danger-pressed-strong\/55:hover {
  background-color:rgb(115 14 0 / 0.55);
}
.hover\:n-bg-light-danger-pressed-strong\/60:hover {
  background-color:rgb(115 14 0 / 0.6);
}
.hover\:n-bg-light-danger-pressed-strong\/65:hover {
  background-color:rgb(115 14 0 / 0.65);
}
.hover\:n-bg-light-danger-pressed-strong\/70:hover {
  background-color:rgb(115 14 0 / 0.7);
}
.hover\:n-bg-light-danger-pressed-strong\/75:hover {
  background-color:rgb(115 14 0 / 0.75);
}
.hover\:n-bg-light-danger-pressed-strong\/80:hover {
  background-color:rgb(115 14 0 / 0.8);
}
.hover\:n-bg-light-danger-pressed-strong\/85:hover {
  background-color:rgb(115 14 0 / 0.85);
}
.hover\:n-bg-light-danger-pressed-strong\/90:hover {
  background-color:rgb(115 14 0 / 0.9);
}
.hover\:n-bg-light-danger-pressed-strong\/95:hover {
  background-color:rgb(115 14 0 / 0.95);
}
.hover\:n-bg-light-danger-pressed-weak:hover {
  --tw-bg-opacity:1;
  background-color:rgb(212 51 0 / var(--tw-bg-opacity));
}
.hover\:n-bg-light-danger-pressed-weak\/0:hover {
  background-color:rgb(212 51 0 / 0);
}
.hover\:n-bg-light-danger-pressed-weak\/10:hover {
  background-color:rgb(212 51 0 / 0.1);
}
.hover\:n-bg-light-danger-pressed-weak\/100:hover {
  background-color:rgb(212 51 0 / 1);
}
.hover\:n-bg-light-danger-pressed-weak\/15:hover {
  background-color:rgb(212 51 0 / 0.15);
}
.hover\:n-bg-light-danger-pressed-weak\/20:hover {
  background-color:rgb(212 51 0 / 0.2);
}
.hover\:n-bg-light-danger-pressed-weak\/25:hover {
  background-color:rgb(212 51 0 / 0.25);
}
.hover\:n-bg-light-danger-pressed-weak\/30:hover {
  background-color:rgb(212 51 0 / 0.3);
}
.hover\:n-bg-light-danger-pressed-weak\/35:hover {
  background-color:rgb(212 51 0 / 0.35);
}
.hover\:n-bg-light-danger-pressed-weak\/40:hover {
  background-color:rgb(212 51 0 / 0.4);
}
.hover\:n-bg-light-danger-pressed-weak\/45:hover {
  background-color:rgb(212 51 0 / 0.45);
}
.hover\:n-bg-light-danger-pressed-weak\/5:hover {
  background-color:rgb(212 51 0 / 0.05);
}
.hover\:n-bg-light-danger-pressed-weak\/50:hover {
  background-color:rgb(212 51 0 / 0.5);
}
.hover\:n-bg-light-danger-pressed-weak\/55:hover {
  background-color:rgb(212 51 0 / 0.55);
}
.hover\:n-bg-light-danger-pressed-weak\/60:hover {
  background-color:rgb(212 51 0 / 0.6);
}
.hover\:n-bg-light-danger-pressed-weak\/65:hover {
  background-color:rgb(212 51 0 / 0.65);
}
.hover\:n-bg-light-danger-pressed-weak\/70:hover {
  background-color:rgb(212 51 0 / 0.7);
}
.hover\:n-bg-light-danger-pressed-weak\/75:hover {
  background-color:rgb(212 51 0 / 0.75);
}
.hover\:n-bg-light-danger-pressed-weak\/80:hover {
  background-color:rgb(212 51 0 / 0.8);
}
.hover\:n-bg-light-danger-pressed-weak\/85:hover {
  background-color:rgb(212 51 0 / 0.85);
}
.hover\:n-bg-light-danger-pressed-weak\/90:hover {
  background-color:rgb(212 51 0 / 0.9);
}
.hover\:n-bg-light-danger-pressed-weak\/95:hover {
  background-color:rgb(212 51 0 / 0.95);
}
.hover\:n-bg-light-danger-text:hover {
  --tw-bg-opacity:1;
  background-color:rgb(187 45 0 / var(--tw-bg-opacity));
}
.hover\:n-bg-light-danger-text\/0:hover {
  background-color:rgb(187 45 0 / 0);
}
.hover\:n-bg-light-danger-text\/10:hover {
  background-color:rgb(187 45 0 / 0.1);
}
.hover\:n-bg-light-danger-text\/100:hover {
  background-color:rgb(187 45 0 / 1);
}
.hover\:n-bg-light-danger-text\/15:hover {
  background-color:rgb(187 45 0 / 0.15);
}
.hover\:n-bg-light-danger-text\/20:hover {
  background-color:rgb(187 45 0 / 0.2);
}
.hover\:n-bg-light-danger-text\/25:hover {
  background-color:rgb(187 45 0 / 0.25);
}
.hover\:n-bg-light-danger-text\/30:hover {
  background-color:rgb(187 45 0 / 0.3);
}
.hover\:n-bg-light-danger-text\/35:hover {
  background-color:rgb(187 45 0 / 0.35);
}
.hover\:n-bg-light-danger-text\/40:hover {
  background-color:rgb(187 45 0 / 0.4);
}
.hover\:n-bg-light-danger-text\/45:hover {
  background-color:rgb(187 45 0 / 0.45);
}
.hover\:n-bg-light-danger-text\/5:hover {
  background-color:rgb(187 45 0 / 0.05);
}
.hover\:n-bg-light-danger-text\/50:hover {
  background-color:rgb(187 45 0 / 0.5);
}
.hover\:n-bg-light-danger-text\/55:hover {
  background-color:rgb(187 45 0 / 0.55);
}
.hover\:n-bg-light-danger-text\/60:hover {
  background-color:rgb(187 45 0 / 0.6);
}
.hover\:n-bg-light-danger-text\/65:hover {
  background-color:rgb(187 45 0 / 0.65);
}
.hover\:n-bg-light-danger-text\/70:hover {
  background-color:rgb(187 45 0 / 0.7);
}
.hover\:n-bg-light-danger-text\/75:hover {
  background-color:rgb(187 45 0 / 0.75);
}
.hover\:n-bg-light-danger-text\/80:hover {
  background-color:rgb(187 45 0 / 0.8);
}
.hover\:n-bg-light-danger-text\/85:hover {
  background-color:rgb(187 45 0 / 0.85);
}
.hover\:n-bg-light-danger-text\/90:hover {
  background-color:rgb(187 45 0 / 0.9);
}
.hover\:n-bg-light-danger-text\/95:hover {
  background-color:rgb(187 45 0 / 0.95);
}
.hover\:n-bg-light-discovery-bg-status:hover {
  --tw-bg-opacity:1;
  background-color:rgb(117 78 200 / var(--tw-bg-opacity));
}
.hover\:n-bg-light-discovery-bg-status\/0:hover {
  background-color:rgb(117 78 200 / 0);
}
.hover\:n-bg-light-discovery-bg-status\/10:hover {
  background-color:rgb(117 78 200 / 0.1);
}
.hover\:n-bg-light-discovery-bg-status\/100:hover {
  background-color:rgb(117 78 200 / 1);
}
.hover\:n-bg-light-discovery-bg-status\/15:hover {
  background-color:rgb(117 78 200 / 0.15);
}
.hover\:n-bg-light-discovery-bg-status\/20:hover {
  background-color:rgb(117 78 200 / 0.2);
}
.hover\:n-bg-light-discovery-bg-status\/25:hover {
  background-color:rgb(117 78 200 / 0.25);
}
.hover\:n-bg-light-discovery-bg-status\/30:hover {
  background-color:rgb(117 78 200 / 0.3);
}
.hover\:n-bg-light-discovery-bg-status\/35:hover {
  background-color:rgb(117 78 200 / 0.35);
}
.hover\:n-bg-light-discovery-bg-status\/40:hover {
  background-color:rgb(117 78 200 / 0.4);
}
.hover\:n-bg-light-discovery-bg-status\/45:hover {
  background-color:rgb(117 78 200 / 0.45);
}
.hover\:n-bg-light-discovery-bg-status\/5:hover {
  background-color:rgb(117 78 200 / 0.05);
}
.hover\:n-bg-light-discovery-bg-status\/50:hover {
  background-color:rgb(117 78 200 / 0.5);
}
.hover\:n-bg-light-discovery-bg-status\/55:hover {
  background-color:rgb(117 78 200 / 0.55);
}
.hover\:n-bg-light-discovery-bg-status\/60:hover {
  background-color:rgb(117 78 200 / 0.6);
}
.hover\:n-bg-light-discovery-bg-status\/65:hover {
  background-color:rgb(117 78 200 / 0.65);
}
.hover\:n-bg-light-discovery-bg-status\/70:hover {
  background-color:rgb(117 78 200 / 0.7);
}
.hover\:n-bg-light-discovery-bg-status\/75:hover {
  background-color:rgb(117 78 200 / 0.75);
}
.hover\:n-bg-light-discovery-bg-status\/80:hover {
  background-color:rgb(117 78 200 / 0.8);
}
.hover\:n-bg-light-discovery-bg-status\/85:hover {
  background-color:rgb(117 78 200 / 0.85);
}
.hover\:n-bg-light-discovery-bg-status\/90:hover {
  background-color:rgb(117 78 200 / 0.9);
}
.hover\:n-bg-light-discovery-bg-status\/95:hover {
  background-color:rgb(117 78 200 / 0.95);
}
.hover\:n-bg-light-discovery-bg-strong:hover {
  --tw-bg-opacity:1;
  background-color:rgb(90 52 170 / var(--tw-bg-opacity));
}
.hover\:n-bg-light-discovery-bg-strong\/0:hover {
  background-color:rgb(90 52 170 / 0);
}
.hover\:n-bg-light-discovery-bg-strong\/10:hover {
  background-color:rgb(90 52 170 / 0.1);
}
.hover\:n-bg-light-discovery-bg-strong\/100:hover {
  background-color:rgb(90 52 170 / 1);
}
.hover\:n-bg-light-discovery-bg-strong\/15:hover {
  background-color:rgb(90 52 170 / 0.15);
}
.hover\:n-bg-light-discovery-bg-strong\/20:hover {
  background-color:rgb(90 52 170 / 0.2);
}
.hover\:n-bg-light-discovery-bg-strong\/25:hover {
  background-color:rgb(90 52 170 / 0.25);
}
.hover\:n-bg-light-discovery-bg-strong\/30:hover {
  background-color:rgb(90 52 170 / 0.3);
}
.hover\:n-bg-light-discovery-bg-strong\/35:hover {
  background-color:rgb(90 52 170 / 0.35);
}
.hover\:n-bg-light-discovery-bg-strong\/40:hover {
  background-color:rgb(90 52 170 / 0.4);
}
.hover\:n-bg-light-discovery-bg-strong\/45:hover {
  background-color:rgb(90 52 170 / 0.45);
}
.hover\:n-bg-light-discovery-bg-strong\/5:hover {
  background-color:rgb(90 52 170 / 0.05);
}
.hover\:n-bg-light-discovery-bg-strong\/50:hover {
  background-color:rgb(90 52 170 / 0.5);
}
.hover\:n-bg-light-discovery-bg-strong\/55:hover {
  background-color:rgb(90 52 170 / 0.55);
}
.hover\:n-bg-light-discovery-bg-strong\/60:hover {
  background-color:rgb(90 52 170 / 0.6);
}
.hover\:n-bg-light-discovery-bg-strong\/65:hover {
  background-color:rgb(90 52 170 / 0.65);
}
.hover\:n-bg-light-discovery-bg-strong\/70:hover {
  background-color:rgb(90 52 170 / 0.7);
}
.hover\:n-bg-light-discovery-bg-strong\/75:hover {
  background-color:rgb(90 52 170 / 0.75);
}
.hover\:n-bg-light-discovery-bg-strong\/80:hover {
  background-color:rgb(90 52 170 / 0.8);
}
.hover\:n-bg-light-discovery-bg-strong\/85:hover {
  background-color:rgb(90 52 170 / 0.85);
}
.hover\:n-bg-light-discovery-bg-strong\/90:hover {
  background-color:rgb(90 52 170 / 0.9);
}
.hover\:n-bg-light-discovery-bg-strong\/95:hover {
  background-color:rgb(90 52 170 / 0.95);
}
.hover\:n-bg-light-discovery-bg-weak:hover {
  --tw-bg-opacity:1;
  background-color:rgb(233 222 255 / var(--tw-bg-opacity));
}
.hover\:n-bg-light-discovery-bg-weak\/0:hover {
  background-color:rgb(233 222 255 / 0);
}
.hover\:n-bg-light-discovery-bg-weak\/10:hover {
  background-color:rgb(233 222 255 / 0.1);
}
.hover\:n-bg-light-discovery-bg-weak\/100:hover {
  background-color:rgb(233 222 255 / 1);
}
.hover\:n-bg-light-discovery-bg-weak\/15:hover {
  background-color:rgb(233 222 255 / 0.15);
}
.hover\:n-bg-light-discovery-bg-weak\/20:hover {
  background-color:rgb(233 222 255 / 0.2);
}
.hover\:n-bg-light-discovery-bg-weak\/25:hover {
  background-color:rgb(233 222 255 / 0.25);
}
.hover\:n-bg-light-discovery-bg-weak\/30:hover {
  background-color:rgb(233 222 255 / 0.3);
}
.hover\:n-bg-light-discovery-bg-weak\/35:hover {
  background-color:rgb(233 222 255 / 0.35);
}
.hover\:n-bg-light-discovery-bg-weak\/40:hover {
  background-color:rgb(233 222 255 / 0.4);
}
.hover\:n-bg-light-discovery-bg-weak\/45:hover {
  background-color:rgb(233 222 255 / 0.45);
}
.hover\:n-bg-light-discovery-bg-weak\/5:hover {
  background-color:rgb(233 222 255 / 0.05);
}
.hover\:n-bg-light-discovery-bg-weak\/50:hover {
  background-color:rgb(233 222 255 / 0.5);
}
.hover\:n-bg-light-discovery-bg-weak\/55:hover {
  background-color:rgb(233 222 255 / 0.55);
}
.hover\:n-bg-light-discovery-bg-weak\/60:hover {
  background-color:rgb(233 222 255 / 0.6);
}
.hover\:n-bg-light-discovery-bg-weak\/65:hover {
  background-color:rgb(233 222 255 / 0.65);
}
.hover\:n-bg-light-discovery-bg-weak\/70:hover {
  background-color:rgb(233 222 255 / 0.7);
}
.hover\:n-bg-light-discovery-bg-weak\/75:hover {
  background-color:rgb(233 222 255 / 0.75);
}
.hover\:n-bg-light-discovery-bg-weak\/80:hover {
  background-color:rgb(233 222 255 / 0.8);
}
.hover\:n-bg-light-discovery-bg-weak\/85:hover {
  background-color:rgb(233 222 255 / 0.85);
}
.hover\:n-bg-light-discovery-bg-weak\/90:hover {
  background-color:rgb(233 222 255 / 0.9);
}
.hover\:n-bg-light-discovery-bg-weak\/95:hover {
  background-color:rgb(233 222 255 / 0.95);
}
.hover\:n-bg-light-discovery-border-strong:hover {
  --tw-bg-opacity:1;
  background-color:rgb(90 52 170 / var(--tw-bg-opacity));
}
.hover\:n-bg-light-discovery-border-strong\/0:hover {
  background-color:rgb(90 52 170 / 0);
}
.hover\:n-bg-light-discovery-border-strong\/10:hover {
  background-color:rgb(90 52 170 / 0.1);
}
.hover\:n-bg-light-discovery-border-strong\/100:hover {
  background-color:rgb(90 52 170 / 1);
}
.hover\:n-bg-light-discovery-border-strong\/15:hover {
  background-color:rgb(90 52 170 / 0.15);
}
.hover\:n-bg-light-discovery-border-strong\/20:hover {
  background-color:rgb(90 52 170 / 0.2);
}
.hover\:n-bg-light-discovery-border-strong\/25:hover {
  background-color:rgb(90 52 170 / 0.25);
}
.hover\:n-bg-light-discovery-border-strong\/30:hover {
  background-color:rgb(90 52 170 / 0.3);
}
.hover\:n-bg-light-discovery-border-strong\/35:hover {
  background-color:rgb(90 52 170 / 0.35);
}
.hover\:n-bg-light-discovery-border-strong\/40:hover {
  background-color:rgb(90 52 170 / 0.4);
}
.hover\:n-bg-light-discovery-border-strong\/45:hover {
  background-color:rgb(90 52 170 / 0.45);
}
.hover\:n-bg-light-discovery-border-strong\/5:hover {
  background-color:rgb(90 52 170 / 0.05);
}
.hover\:n-bg-light-discovery-border-strong\/50:hover {
  background-color:rgb(90 52 170 / 0.5);
}
.hover\:n-bg-light-discovery-border-strong\/55:hover {
  background-color:rgb(90 52 170 / 0.55);
}
.hover\:n-bg-light-discovery-border-strong\/60:hover {
  background-color:rgb(90 52 170 / 0.6);
}
.hover\:n-bg-light-discovery-border-strong\/65:hover {
  background-color:rgb(90 52 170 / 0.65);
}
.hover\:n-bg-light-discovery-border-strong\/70:hover {
  background-color:rgb(90 52 170 / 0.7);
}
.hover\:n-bg-light-discovery-border-strong\/75:hover {
  background-color:rgb(90 52 170 / 0.75);
}
.hover\:n-bg-light-discovery-border-strong\/80:hover {
  background-color:rgb(90 52 170 / 0.8);
}
.hover\:n-bg-light-discovery-border-strong\/85:hover {
  background-color:rgb(90 52 170 / 0.85);
}
.hover\:n-bg-light-discovery-border-strong\/90:hover {
  background-color:rgb(90 52 170 / 0.9);
}
.hover\:n-bg-light-discovery-border-strong\/95:hover {
  background-color:rgb(90 52 170 / 0.95);
}
.hover\:n-bg-light-discovery-border-weak:hover {
  --tw-bg-opacity:1;
  background-color:rgb(179 142 255 / var(--tw-bg-opacity));
}
.hover\:n-bg-light-discovery-border-weak\/0:hover {
  background-color:rgb(179 142 255 / 0);
}
.hover\:n-bg-light-discovery-border-weak\/10:hover {
  background-color:rgb(179 142 255 / 0.1);
}
.hover\:n-bg-light-discovery-border-weak\/100:hover {
  background-color:rgb(179 142 255 / 1);
}
.hover\:n-bg-light-discovery-border-weak\/15:hover {
  background-color:rgb(179 142 255 / 0.15);
}
.hover\:n-bg-light-discovery-border-weak\/20:hover {
  background-color:rgb(179 142 255 / 0.2);
}
.hover\:n-bg-light-discovery-border-weak\/25:hover {
  background-color:rgb(179 142 255 / 0.25);
}
.hover\:n-bg-light-discovery-border-weak\/30:hover {
  background-color:rgb(179 142 255 / 0.3);
}
.hover\:n-bg-light-discovery-border-weak\/35:hover {
  background-color:rgb(179 142 255 / 0.35);
}
.hover\:n-bg-light-discovery-border-weak\/40:hover {
  background-color:rgb(179 142 255 / 0.4);
}
.hover\:n-bg-light-discovery-border-weak\/45:hover {
  background-color:rgb(179 142 255 / 0.45);
}
.hover\:n-bg-light-discovery-border-weak\/5:hover {
  background-color:rgb(179 142 255 / 0.05);
}
.hover\:n-bg-light-discovery-border-weak\/50:hover {
  background-color:rgb(179 142 255 / 0.5);
}
.hover\:n-bg-light-discovery-border-weak\/55:hover {
  background-color:rgb(179 142 255 / 0.55);
}
.hover\:n-bg-light-discovery-border-weak\/60:hover {
  background-color:rgb(179 142 255 / 0.6);
}
.hover\:n-bg-light-discovery-border-weak\/65:hover {
  background-color:rgb(179 142 255 / 0.65);
}
.hover\:n-bg-light-discovery-border-weak\/70:hover {
  background-color:rgb(179 142 255 / 0.7);
}
.hover\:n-bg-light-discovery-border-weak\/75:hover {
  background-color:rgb(179 142 255 / 0.75);
}
.hover\:n-bg-light-discovery-border-weak\/80:hover {
  background-color:rgb(179 142 255 / 0.8);
}
.hover\:n-bg-light-discovery-border-weak\/85:hover {
  background-color:rgb(179 142 255 / 0.85);
}
.hover\:n-bg-light-discovery-border-weak\/90:hover {
  background-color:rgb(179 142 255 / 0.9);
}
.hover\:n-bg-light-discovery-border-weak\/95:hover {
  background-color:rgb(179 142 255 / 0.95);
}
.hover\:n-bg-light-discovery-icon:hover {
  --tw-bg-opacity:1;
  background-color:rgb(90 52 170 / var(--tw-bg-opacity));
}
.hover\:n-bg-light-discovery-icon\/0:hover {
  background-color:rgb(90 52 170 / 0);
}
.hover\:n-bg-light-discovery-icon\/10:hover {
  background-color:rgb(90 52 170 / 0.1);
}
.hover\:n-bg-light-discovery-icon\/100:hover {
  background-color:rgb(90 52 170 / 1);
}
.hover\:n-bg-light-discovery-icon\/15:hover {
  background-color:rgb(90 52 170 / 0.15);
}
.hover\:n-bg-light-discovery-icon\/20:hover {
  background-color:rgb(90 52 170 / 0.2);
}
.hover\:n-bg-light-discovery-icon\/25:hover {
  background-color:rgb(90 52 170 / 0.25);
}
.hover\:n-bg-light-discovery-icon\/30:hover {
  background-color:rgb(90 52 170 / 0.3);
}
.hover\:n-bg-light-discovery-icon\/35:hover {
  background-color:rgb(90 52 170 / 0.35);
}
.hover\:n-bg-light-discovery-icon\/40:hover {
  background-color:rgb(90 52 170 / 0.4);
}
.hover\:n-bg-light-discovery-icon\/45:hover {
  background-color:rgb(90 52 170 / 0.45);
}
.hover\:n-bg-light-discovery-icon\/5:hover {
  background-color:rgb(90 52 170 / 0.05);
}
.hover\:n-bg-light-discovery-icon\/50:hover {
  background-color:rgb(90 52 170 / 0.5);
}
.hover\:n-bg-light-discovery-icon\/55:hover {
  background-color:rgb(90 52 170 / 0.55);
}
.hover\:n-bg-light-discovery-icon\/60:hover {
  background-color:rgb(90 52 170 / 0.6);
}
.hover\:n-bg-light-discovery-icon\/65:hover {
  background-color:rgb(90 52 170 / 0.65);
}
.hover\:n-bg-light-discovery-icon\/70:hover {
  background-color:rgb(90 52 170 / 0.7);
}
.hover\:n-bg-light-discovery-icon\/75:hover {
  background-color:rgb(90 52 170 / 0.75);
}
.hover\:n-bg-light-discovery-icon\/80:hover {
  background-color:rgb(90 52 170 / 0.8);
}
.hover\:n-bg-light-discovery-icon\/85:hover {
  background-color:rgb(90 52 170 / 0.85);
}
.hover\:n-bg-light-discovery-icon\/90:hover {
  background-color:rgb(90 52 170 / 0.9);
}
.hover\:n-bg-light-discovery-icon\/95:hover {
  background-color:rgb(90 52 170 / 0.95);
}
.hover\:n-bg-light-discovery-text:hover {
  --tw-bg-opacity:1;
  background-color:rgb(90 52 170 / var(--tw-bg-opacity));
}
.hover\:n-bg-light-discovery-text\/0:hover {
  background-color:rgb(90 52 170 / 0);
}
.hover\:n-bg-light-discovery-text\/10:hover {
  background-color:rgb(90 52 170 / 0.1);
}
.hover\:n-bg-light-discovery-text\/100:hover {
  background-color:rgb(90 52 170 / 1);
}
.hover\:n-bg-light-discovery-text\/15:hover {
  background-color:rgb(90 52 170 / 0.15);
}
.hover\:n-bg-light-discovery-text\/20:hover {
  background-color:rgb(90 52 170 / 0.2);
}
.hover\:n-bg-light-discovery-text\/25:hover {
  background-color:rgb(90 52 170 / 0.25);
}
.hover\:n-bg-light-discovery-text\/30:hover {
  background-color:rgb(90 52 170 / 0.3);
}
.hover\:n-bg-light-discovery-text\/35:hover {
  background-color:rgb(90 52 170 / 0.35);
}
.hover\:n-bg-light-discovery-text\/40:hover {
  background-color:rgb(90 52 170 / 0.4);
}
.hover\:n-bg-light-discovery-text\/45:hover {
  background-color:rgb(90 52 170 / 0.45);
}
.hover\:n-bg-light-discovery-text\/5:hover {
  background-color:rgb(90 52 170 / 0.05);
}
.hover\:n-bg-light-discovery-text\/50:hover {
  background-color:rgb(90 52 170 / 0.5);
}
.hover\:n-bg-light-discovery-text\/55:hover {
  background-color:rgb(90 52 170 / 0.55);
}
.hover\:n-bg-light-discovery-text\/60:hover {
  background-color:rgb(90 52 170 / 0.6);
}
.hover\:n-bg-light-discovery-text\/65:hover {
  background-color:rgb(90 52 170 / 0.65);
}
.hover\:n-bg-light-discovery-text\/70:hover {
  background-color:rgb(90 52 170 / 0.7);
}
.hover\:n-bg-light-discovery-text\/75:hover {
  background-color:rgb(90 52 170 / 0.75);
}
.hover\:n-bg-light-discovery-text\/80:hover {
  background-color:rgb(90 52 170 / 0.8);
}
.hover\:n-bg-light-discovery-text\/85:hover {
  background-color:rgb(90 52 170 / 0.85);
}
.hover\:n-bg-light-discovery-text\/90:hover {
  background-color:rgb(90 52 170 / 0.9);
}
.hover\:n-bg-light-discovery-text\/95:hover {
  background-color:rgb(90 52 170 / 0.95);
}
.hover\:n-bg-light-neutral-bg-default:hover {
  --tw-bg-opacity:1;
  background-color:rgb(245 246 246 / var(--tw-bg-opacity));
}
.hover\:n-bg-light-neutral-bg-default\/0:hover {
  background-color:rgb(245 246 246 / 0);
}
.hover\:n-bg-light-neutral-bg-default\/10:hover {
  background-color:rgb(245 246 246 / 0.1);
}
.hover\:n-bg-light-neutral-bg-default\/100:hover {
  background-color:rgb(245 246 246 / 1);
}
.hover\:n-bg-light-neutral-bg-default\/15:hover {
  background-color:rgb(245 246 246 / 0.15);
}
.hover\:n-bg-light-neutral-bg-default\/20:hover {
  background-color:rgb(245 246 246 / 0.2);
}
.hover\:n-bg-light-neutral-bg-default\/25:hover {
  background-color:rgb(245 246 246 / 0.25);
}
.hover\:n-bg-light-neutral-bg-default\/30:hover {
  background-color:rgb(245 246 246 / 0.3);
}
.hover\:n-bg-light-neutral-bg-default\/35:hover {
  background-color:rgb(245 246 246 / 0.35);
}
.hover\:n-bg-light-neutral-bg-default\/40:hover {
  background-color:rgb(245 246 246 / 0.4);
}
.hover\:n-bg-light-neutral-bg-default\/45:hover {
  background-color:rgb(245 246 246 / 0.45);
}
.hover\:n-bg-light-neutral-bg-default\/5:hover {
  background-color:rgb(245 246 246 / 0.05);
}
.hover\:n-bg-light-neutral-bg-default\/50:hover {
  background-color:rgb(245 246 246 / 0.5);
}
.hover\:n-bg-light-neutral-bg-default\/55:hover {
  background-color:rgb(245 246 246 / 0.55);
}
.hover\:n-bg-light-neutral-bg-default\/60:hover {
  background-color:rgb(245 246 246 / 0.6);
}
.hover\:n-bg-light-neutral-bg-default\/65:hover {
  background-color:rgb(245 246 246 / 0.65);
}
.hover\:n-bg-light-neutral-bg-default\/70:hover {
  background-color:rgb(245 246 246 / 0.7);
}
.hover\:n-bg-light-neutral-bg-default\/75:hover {
  background-color:rgb(245 246 246 / 0.75);
}
.hover\:n-bg-light-neutral-bg-default\/80:hover {
  background-color:rgb(245 246 246 / 0.8);
}
.hover\:n-bg-light-neutral-bg-default\/85:hover {
  background-color:rgb(245 246 246 / 0.85);
}
.hover\:n-bg-light-neutral-bg-default\/90:hover {
  background-color:rgb(245 246 246 / 0.9);
}
.hover\:n-bg-light-neutral-bg-default\/95:hover {
  background-color:rgb(245 246 246 / 0.95);
}
.hover\:n-bg-light-neutral-bg-on-bg-weak:hover {
  --tw-bg-opacity:1;
  background-color:rgb(245 246 246 / var(--tw-bg-opacity));
}
.hover\:n-bg-light-neutral-bg-on-bg-weak\/0:hover {
  background-color:rgb(245 246 246 / 0);
}
.hover\:n-bg-light-neutral-bg-on-bg-weak\/10:hover {
  background-color:rgb(245 246 246 / 0.1);
}
.hover\:n-bg-light-neutral-bg-on-bg-weak\/100:hover {
  background-color:rgb(245 246 246 / 1);
}
.hover\:n-bg-light-neutral-bg-on-bg-weak\/15:hover {
  background-color:rgb(245 246 246 / 0.15);
}
.hover\:n-bg-light-neutral-bg-on-bg-weak\/20:hover {
  background-color:rgb(245 246 246 / 0.2);
}
.hover\:n-bg-light-neutral-bg-on-bg-weak\/25:hover {
  background-color:rgb(245 246 246 / 0.25);
}
.hover\:n-bg-light-neutral-bg-on-bg-weak\/30:hover {
  background-color:rgb(245 246 246 / 0.3);
}
.hover\:n-bg-light-neutral-bg-on-bg-weak\/35:hover {
  background-color:rgb(245 246 246 / 0.35);
}
.hover\:n-bg-light-neutral-bg-on-bg-weak\/40:hover {
  background-color:rgb(245 246 246 / 0.4);
}
.hover\:n-bg-light-neutral-bg-on-bg-weak\/45:hover {
  background-color:rgb(245 246 246 / 0.45);
}
.hover\:n-bg-light-neutral-bg-on-bg-weak\/5:hover {
  background-color:rgb(245 246 246 / 0.05);
}
.hover\:n-bg-light-neutral-bg-on-bg-weak\/50:hover {
  background-color:rgb(245 246 246 / 0.5);
}
.hover\:n-bg-light-neutral-bg-on-bg-weak\/55:hover {
  background-color:rgb(245 246 246 / 0.55);
}
.hover\:n-bg-light-neutral-bg-on-bg-weak\/60:hover {
  background-color:rgb(245 246 246 / 0.6);
}
.hover\:n-bg-light-neutral-bg-on-bg-weak\/65:hover {
  background-color:rgb(245 246 246 / 0.65);
}
.hover\:n-bg-light-neutral-bg-on-bg-weak\/70:hover {
  background-color:rgb(245 246 246 / 0.7);
}
.hover\:n-bg-light-neutral-bg-on-bg-weak\/75:hover {
  background-color:rgb(245 246 246 / 0.75);
}
.hover\:n-bg-light-neutral-bg-on-bg-weak\/80:hover {
  background-color:rgb(245 246 246 / 0.8);
}
.hover\:n-bg-light-neutral-bg-on-bg-weak\/85:hover {
  background-color:rgb(245 246 246 / 0.85);
}
.hover\:n-bg-light-neutral-bg-on-bg-weak\/90:hover {
  background-color:rgb(245 246 246 / 0.9);
}
.hover\:n-bg-light-neutral-bg-on-bg-weak\/95:hover {
  background-color:rgb(245 246 246 / 0.95);
}
.hover\:n-bg-light-neutral-bg-status:hover {
  --tw-bg-opacity:1;
  background-color:rgb(168 172 178 / var(--tw-bg-opacity));
}
.hover\:n-bg-light-neutral-bg-status\/0:hover {
  background-color:rgb(168 172 178 / 0);
}
.hover\:n-bg-light-neutral-bg-status\/10:hover {
  background-color:rgb(168 172 178 / 0.1);
}
.hover\:n-bg-light-neutral-bg-status\/100:hover {
  background-color:rgb(168 172 178 / 1);
}
.hover\:n-bg-light-neutral-bg-status\/15:hover {
  background-color:rgb(168 172 178 / 0.15);
}
.hover\:n-bg-light-neutral-bg-status\/20:hover {
  background-color:rgb(168 172 178 / 0.2);
}
.hover\:n-bg-light-neutral-bg-status\/25:hover {
  background-color:rgb(168 172 178 / 0.25);
}
.hover\:n-bg-light-neutral-bg-status\/30:hover {
  background-color:rgb(168 172 178 / 0.3);
}
.hover\:n-bg-light-neutral-bg-status\/35:hover {
  background-color:rgb(168 172 178 / 0.35);
}
.hover\:n-bg-light-neutral-bg-status\/40:hover {
  background-color:rgb(168 172 178 / 0.4);
}
.hover\:n-bg-light-neutral-bg-status\/45:hover {
  background-color:rgb(168 172 178 / 0.45);
}
.hover\:n-bg-light-neutral-bg-status\/5:hover {
  background-color:rgb(168 172 178 / 0.05);
}
.hover\:n-bg-light-neutral-bg-status\/50:hover {
  background-color:rgb(168 172 178 / 0.5);
}
.hover\:n-bg-light-neutral-bg-status\/55:hover {
  background-color:rgb(168 172 178 / 0.55);
}
.hover\:n-bg-light-neutral-bg-status\/60:hover {
  background-color:rgb(168 172 178 / 0.6);
}
.hover\:n-bg-light-neutral-bg-status\/65:hover {
  background-color:rgb(168 172 178 / 0.65);
}
.hover\:n-bg-light-neutral-bg-status\/70:hover {
  background-color:rgb(168 172 178 / 0.7);
}
.hover\:n-bg-light-neutral-bg-status\/75:hover {
  background-color:rgb(168 172 178 / 0.75);
}
.hover\:n-bg-light-neutral-bg-status\/80:hover {
  background-color:rgb(168 172 178 / 0.8);
}
.hover\:n-bg-light-neutral-bg-status\/85:hover {
  background-color:rgb(168 172 178 / 0.85);
}
.hover\:n-bg-light-neutral-bg-status\/90:hover {
  background-color:rgb(168 172 178 / 0.9);
}
.hover\:n-bg-light-neutral-bg-status\/95:hover {
  background-color:rgb(168 172 178 / 0.95);
}
.hover\:n-bg-light-neutral-bg-strong:hover {
  --tw-bg-opacity:1;
  background-color:rgb(226 227 229 / var(--tw-bg-opacity));
}
.hover\:n-bg-light-neutral-bg-strong\/0:hover {
  background-color:rgb(226 227 229 / 0);
}
.hover\:n-bg-light-neutral-bg-strong\/10:hover {
  background-color:rgb(226 227 229 / 0.1);
}
.hover\:n-bg-light-neutral-bg-strong\/100:hover {
  background-color:rgb(226 227 229 / 1);
}
.hover\:n-bg-light-neutral-bg-strong\/15:hover {
  background-color:rgb(226 227 229 / 0.15);
}
.hover\:n-bg-light-neutral-bg-strong\/20:hover {
  background-color:rgb(226 227 229 / 0.2);
}
.hover\:n-bg-light-neutral-bg-strong\/25:hover {
  background-color:rgb(226 227 229 / 0.25);
}
.hover\:n-bg-light-neutral-bg-strong\/30:hover {
  background-color:rgb(226 227 229 / 0.3);
}
.hover\:n-bg-light-neutral-bg-strong\/35:hover {
  background-color:rgb(226 227 229 / 0.35);
}
.hover\:n-bg-light-neutral-bg-strong\/40:hover {
  background-color:rgb(226 227 229 / 0.4);
}
.hover\:n-bg-light-neutral-bg-strong\/45:hover {
  background-color:rgb(226 227 229 / 0.45);
}
.hover\:n-bg-light-neutral-bg-strong\/5:hover {
  background-color:rgb(226 227 229 / 0.05);
}
.hover\:n-bg-light-neutral-bg-strong\/50:hover {
  background-color:rgb(226 227 229 / 0.5);
}
.hover\:n-bg-light-neutral-bg-strong\/55:hover {
  background-color:rgb(226 227 229 / 0.55);
}
.hover\:n-bg-light-neutral-bg-strong\/60:hover {
  background-color:rgb(226 227 229 / 0.6);
}
.hover\:n-bg-light-neutral-bg-strong\/65:hover {
  background-color:rgb(226 227 229 / 0.65);
}
.hover\:n-bg-light-neutral-bg-strong\/70:hover {
  background-color:rgb(226 227 229 / 0.7);
}
.hover\:n-bg-light-neutral-bg-strong\/75:hover {
  background-color:rgb(226 227 229 / 0.75);
}
.hover\:n-bg-light-neutral-bg-strong\/80:hover {
  background-color:rgb(226 227 229 / 0.8);
}
.hover\:n-bg-light-neutral-bg-strong\/85:hover {
  background-color:rgb(226 227 229 / 0.85);
}
.hover\:n-bg-light-neutral-bg-strong\/90:hover {
  background-color:rgb(226 227 229 / 0.9);
}
.hover\:n-bg-light-neutral-bg-strong\/95:hover {
  background-color:rgb(226 227 229 / 0.95);
}
.hover\:n-bg-light-neutral-bg-stronger:hover {
  --tw-bg-opacity:1;
  background-color:rgb(168 172 178 / var(--tw-bg-opacity));
}
.hover\:n-bg-light-neutral-bg-stronger\/0:hover {
  background-color:rgb(168 172 178 / 0);
}
.hover\:n-bg-light-neutral-bg-stronger\/10:hover {
  background-color:rgb(168 172 178 / 0.1);
}
.hover\:n-bg-light-neutral-bg-stronger\/100:hover {
  background-color:rgb(168 172 178 / 1);
}
.hover\:n-bg-light-neutral-bg-stronger\/15:hover {
  background-color:rgb(168 172 178 / 0.15);
}
.hover\:n-bg-light-neutral-bg-stronger\/20:hover {
  background-color:rgb(168 172 178 / 0.2);
}
.hover\:n-bg-light-neutral-bg-stronger\/25:hover {
  background-color:rgb(168 172 178 / 0.25);
}
.hover\:n-bg-light-neutral-bg-stronger\/30:hover {
  background-color:rgb(168 172 178 / 0.3);
}
.hover\:n-bg-light-neutral-bg-stronger\/35:hover {
  background-color:rgb(168 172 178 / 0.35);
}
.hover\:n-bg-light-neutral-bg-stronger\/40:hover {
  background-color:rgb(168 172 178 / 0.4);
}
.hover\:n-bg-light-neutral-bg-stronger\/45:hover {
  background-color:rgb(168 172 178 / 0.45);
}
.hover\:n-bg-light-neutral-bg-stronger\/5:hover {
  background-color:rgb(168 172 178 / 0.05);
}
.hover\:n-bg-light-neutral-bg-stronger\/50:hover {
  background-color:rgb(168 172 178 / 0.5);
}
.hover\:n-bg-light-neutral-bg-stronger\/55:hover {
  background-color:rgb(168 172 178 / 0.55);
}
.hover\:n-bg-light-neutral-bg-stronger\/60:hover {
  background-color:rgb(168 172 178 / 0.6);
}
.hover\:n-bg-light-neutral-bg-stronger\/65:hover {
  background-color:rgb(168 172 178 / 0.65);
}
.hover\:n-bg-light-neutral-bg-stronger\/70:hover {
  background-color:rgb(168 172 178 / 0.7);
}
.hover\:n-bg-light-neutral-bg-stronger\/75:hover {
  background-color:rgb(168 172 178 / 0.75);
}
.hover\:n-bg-light-neutral-bg-stronger\/80:hover {
  background-color:rgb(168 172 178 / 0.8);
}
.hover\:n-bg-light-neutral-bg-stronger\/85:hover {
  background-color:rgb(168 172 178 / 0.85);
}
.hover\:n-bg-light-neutral-bg-stronger\/90:hover {
  background-color:rgb(168 172 178 / 0.9);
}
.hover\:n-bg-light-neutral-bg-stronger\/95:hover {
  background-color:rgb(168 172 178 / 0.95);
}
.hover\:n-bg-light-neutral-bg-strongest:hover {
  --tw-bg-opacity:1;
  background-color:rgb(60 63 68 / var(--tw-bg-opacity));
}
.hover\:n-bg-light-neutral-bg-strongest\/0:hover {
  background-color:rgb(60 63 68 / 0);
}
.hover\:n-bg-light-neutral-bg-strongest\/10:hover {
  background-color:rgb(60 63 68 / 0.1);
}
.hover\:n-bg-light-neutral-bg-strongest\/100:hover {
  background-color:rgb(60 63 68 / 1);
}
.hover\:n-bg-light-neutral-bg-strongest\/15:hover {
  background-color:rgb(60 63 68 / 0.15);
}
.hover\:n-bg-light-neutral-bg-strongest\/20:hover {
  background-color:rgb(60 63 68 / 0.2);
}
.hover\:n-bg-light-neutral-bg-strongest\/25:hover {
  background-color:rgb(60 63 68 / 0.25);
}
.hover\:n-bg-light-neutral-bg-strongest\/30:hover {
  background-color:rgb(60 63 68 / 0.3);
}
.hover\:n-bg-light-neutral-bg-strongest\/35:hover {
  background-color:rgb(60 63 68 / 0.35);
}
.hover\:n-bg-light-neutral-bg-strongest\/40:hover {
  background-color:rgb(60 63 68 / 0.4);
}
.hover\:n-bg-light-neutral-bg-strongest\/45:hover {
  background-color:rgb(60 63 68 / 0.45);
}
.hover\:n-bg-light-neutral-bg-strongest\/5:hover {
  background-color:rgb(60 63 68 / 0.05);
}
.hover\:n-bg-light-neutral-bg-strongest\/50:hover {
  background-color:rgb(60 63 68 / 0.5);
}
.hover\:n-bg-light-neutral-bg-strongest\/55:hover {
  background-color:rgb(60 63 68 / 0.55);
}
.hover\:n-bg-light-neutral-bg-strongest\/60:hover {
  background-color:rgb(60 63 68 / 0.6);
}
.hover\:n-bg-light-neutral-bg-strongest\/65:hover {
  background-color:rgb(60 63 68 / 0.65);
}
.hover\:n-bg-light-neutral-bg-strongest\/70:hover {
  background-color:rgb(60 63 68 / 0.7);
}
.hover\:n-bg-light-neutral-bg-strongest\/75:hover {
  background-color:rgb(60 63 68 / 0.75);
}
.hover\:n-bg-light-neutral-bg-strongest\/80:hover {
  background-color:rgb(60 63 68 / 0.8);
}
.hover\:n-bg-light-neutral-bg-strongest\/85:hover {
  background-color:rgb(60 63 68 / 0.85);
}
.hover\:n-bg-light-neutral-bg-strongest\/90:hover {
  background-color:rgb(60 63 68 / 0.9);
}
.hover\:n-bg-light-neutral-bg-strongest\/95:hover {
  background-color:rgb(60 63 68 / 0.95);
}
.hover\:n-bg-light-neutral-bg-weak:hover {
  --tw-bg-opacity:1;
  background-color:rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:n-bg-light-neutral-bg-weak\/0:hover {
  background-color:rgb(255 255 255 / 0);
}
.hover\:n-bg-light-neutral-bg-weak\/10:hover {
  background-color:rgb(255 255 255 / 0.1);
}
.hover\:n-bg-light-neutral-bg-weak\/100:hover {
  background-color:rgb(255 255 255 / 1);
}
.hover\:n-bg-light-neutral-bg-weak\/15:hover {
  background-color:rgb(255 255 255 / 0.15);
}
.hover\:n-bg-light-neutral-bg-weak\/20:hover {
  background-color:rgb(255 255 255 / 0.2);
}
.hover\:n-bg-light-neutral-bg-weak\/25:hover {
  background-color:rgb(255 255 255 / 0.25);
}
.hover\:n-bg-light-neutral-bg-weak\/30:hover {
  background-color:rgb(255 255 255 / 0.3);
}
.hover\:n-bg-light-neutral-bg-weak\/35:hover {
  background-color:rgb(255 255 255 / 0.35);
}
.hover\:n-bg-light-neutral-bg-weak\/40:hover {
  background-color:rgb(255 255 255 / 0.4);
}
.hover\:n-bg-light-neutral-bg-weak\/45:hover {
  background-color:rgb(255 255 255 / 0.45);
}
.hover\:n-bg-light-neutral-bg-weak\/5:hover {
  background-color:rgb(255 255 255 / 0.05);
}
.hover\:n-bg-light-neutral-bg-weak\/50:hover {
  background-color:rgb(255 255 255 / 0.5);
}
.hover\:n-bg-light-neutral-bg-weak\/55:hover {
  background-color:rgb(255 255 255 / 0.55);
}
.hover\:n-bg-light-neutral-bg-weak\/60:hover {
  background-color:rgb(255 255 255 / 0.6);
}
.hover\:n-bg-light-neutral-bg-weak\/65:hover {
  background-color:rgb(255 255 255 / 0.65);
}
.hover\:n-bg-light-neutral-bg-weak\/70:hover {
  background-color:rgb(255 255 255 / 0.7);
}
.hover\:n-bg-light-neutral-bg-weak\/75:hover {
  background-color:rgb(255 255 255 / 0.75);
}
.hover\:n-bg-light-neutral-bg-weak\/80:hover {
  background-color:rgb(255 255 255 / 0.8);
}
.hover\:n-bg-light-neutral-bg-weak\/85:hover {
  background-color:rgb(255 255 255 / 0.85);
}
.hover\:n-bg-light-neutral-bg-weak\/90:hover {
  background-color:rgb(255 255 255 / 0.9);
}
.hover\:n-bg-light-neutral-bg-weak\/95:hover {
  background-color:rgb(255 255 255 / 0.95);
}
.hover\:n-bg-light-neutral-border-strong:hover {
  --tw-bg-opacity:1;
  background-color:rgb(187 190 195 / var(--tw-bg-opacity));
}
.hover\:n-bg-light-neutral-border-strong\/0:hover {
  background-color:rgb(187 190 195 / 0);
}
.hover\:n-bg-light-neutral-border-strong\/10:hover {
  background-color:rgb(187 190 195 / 0.1);
}
.hover\:n-bg-light-neutral-border-strong\/100:hover {
  background-color:rgb(187 190 195 / 1);
}
.hover\:n-bg-light-neutral-border-strong\/15:hover {
  background-color:rgb(187 190 195 / 0.15);
}
.hover\:n-bg-light-neutral-border-strong\/20:hover {
  background-color:rgb(187 190 195 / 0.2);
}
.hover\:n-bg-light-neutral-border-strong\/25:hover {
  background-color:rgb(187 190 195 / 0.25);
}
.hover\:n-bg-light-neutral-border-strong\/30:hover {
  background-color:rgb(187 190 195 / 0.3);
}
.hover\:n-bg-light-neutral-border-strong\/35:hover {
  background-color:rgb(187 190 195 / 0.35);
}
.hover\:n-bg-light-neutral-border-strong\/40:hover {
  background-color:rgb(187 190 195 / 0.4);
}
.hover\:n-bg-light-neutral-border-strong\/45:hover {
  background-color:rgb(187 190 195 / 0.45);
}
.hover\:n-bg-light-neutral-border-strong\/5:hover {
  background-color:rgb(187 190 195 / 0.05);
}
.hover\:n-bg-light-neutral-border-strong\/50:hover {
  background-color:rgb(187 190 195 / 0.5);
}
.hover\:n-bg-light-neutral-border-strong\/55:hover {
  background-color:rgb(187 190 195 / 0.55);
}
.hover\:n-bg-light-neutral-border-strong\/60:hover {
  background-color:rgb(187 190 195 / 0.6);
}
.hover\:n-bg-light-neutral-border-strong\/65:hover {
  background-color:rgb(187 190 195 / 0.65);
}
.hover\:n-bg-light-neutral-border-strong\/70:hover {
  background-color:rgb(187 190 195 / 0.7);
}
.hover\:n-bg-light-neutral-border-strong\/75:hover {
  background-color:rgb(187 190 195 / 0.75);
}
.hover\:n-bg-light-neutral-border-strong\/80:hover {
  background-color:rgb(187 190 195 / 0.8);
}
.hover\:n-bg-light-neutral-border-strong\/85:hover {
  background-color:rgb(187 190 195 / 0.85);
}
.hover\:n-bg-light-neutral-border-strong\/90:hover {
  background-color:rgb(187 190 195 / 0.9);
}
.hover\:n-bg-light-neutral-border-strong\/95:hover {
  background-color:rgb(187 190 195 / 0.95);
}
.hover\:n-bg-light-neutral-border-strongest:hover {
  --tw-bg-opacity:1;
  background-color:rgb(111 117 126 / var(--tw-bg-opacity));
}
.hover\:n-bg-light-neutral-border-strongest\/0:hover {
  background-color:rgb(111 117 126 / 0);
}
.hover\:n-bg-light-neutral-border-strongest\/10:hover {
  background-color:rgb(111 117 126 / 0.1);
}
.hover\:n-bg-light-neutral-border-strongest\/100:hover {
  background-color:rgb(111 117 126 / 1);
}
.hover\:n-bg-light-neutral-border-strongest\/15:hover {
  background-color:rgb(111 117 126 / 0.15);
}
.hover\:n-bg-light-neutral-border-strongest\/20:hover {
  background-color:rgb(111 117 126 / 0.2);
}
.hover\:n-bg-light-neutral-border-strongest\/25:hover {
  background-color:rgb(111 117 126 / 0.25);
}
.hover\:n-bg-light-neutral-border-strongest\/30:hover {
  background-color:rgb(111 117 126 / 0.3);
}
.hover\:n-bg-light-neutral-border-strongest\/35:hover {
  background-color:rgb(111 117 126 / 0.35);
}
.hover\:n-bg-light-neutral-border-strongest\/40:hover {
  background-color:rgb(111 117 126 / 0.4);
}
.hover\:n-bg-light-neutral-border-strongest\/45:hover {
  background-color:rgb(111 117 126 / 0.45);
}
.hover\:n-bg-light-neutral-border-strongest\/5:hover {
  background-color:rgb(111 117 126 / 0.05);
}
.hover\:n-bg-light-neutral-border-strongest\/50:hover {
  background-color:rgb(111 117 126 / 0.5);
}
.hover\:n-bg-light-neutral-border-strongest\/55:hover {
  background-color:rgb(111 117 126 / 0.55);
}
.hover\:n-bg-light-neutral-border-strongest\/60:hover {
  background-color:rgb(111 117 126 / 0.6);
}
.hover\:n-bg-light-neutral-border-strongest\/65:hover {
  background-color:rgb(111 117 126 / 0.65);
}
.hover\:n-bg-light-neutral-border-strongest\/70:hover {
  background-color:rgb(111 117 126 / 0.7);
}
.hover\:n-bg-light-neutral-border-strongest\/75:hover {
  background-color:rgb(111 117 126 / 0.75);
}
.hover\:n-bg-light-neutral-border-strongest\/80:hover {
  background-color:rgb(111 117 126 / 0.8);
}
.hover\:n-bg-light-neutral-border-strongest\/85:hover {
  background-color:rgb(111 117 126 / 0.85);
}
.hover\:n-bg-light-neutral-border-strongest\/90:hover {
  background-color:rgb(111 117 126 / 0.9);
}
.hover\:n-bg-light-neutral-border-strongest\/95:hover {
  background-color:rgb(111 117 126 / 0.95);
}
.hover\:n-bg-light-neutral-border-weak:hover {
  --tw-bg-opacity:1;
  background-color:rgb(226 227 229 / var(--tw-bg-opacity));
}
.hover\:n-bg-light-neutral-border-weak\/0:hover {
  background-color:rgb(226 227 229 / 0);
}
.hover\:n-bg-light-neutral-border-weak\/10:hover {
  background-color:rgb(226 227 229 / 0.1);
}
.hover\:n-bg-light-neutral-border-weak\/100:hover {
  background-color:rgb(226 227 229 / 1);
}
.hover\:n-bg-light-neutral-border-weak\/15:hover {
  background-color:rgb(226 227 229 / 0.15);
}
.hover\:n-bg-light-neutral-border-weak\/20:hover {
  background-color:rgb(226 227 229 / 0.2);
}
.hover\:n-bg-light-neutral-border-weak\/25:hover {
  background-color:rgb(226 227 229 / 0.25);
}
.hover\:n-bg-light-neutral-border-weak\/30:hover {
  background-color:rgb(226 227 229 / 0.3);
}
.hover\:n-bg-light-neutral-border-weak\/35:hover {
  background-color:rgb(226 227 229 / 0.35);
}
.hover\:n-bg-light-neutral-border-weak\/40:hover {
  background-color:rgb(226 227 229 / 0.4);
}
.hover\:n-bg-light-neutral-border-weak\/45:hover {
  background-color:rgb(226 227 229 / 0.45);
}
.hover\:n-bg-light-neutral-border-weak\/5:hover {
  background-color:rgb(226 227 229 / 0.05);
}
.hover\:n-bg-light-neutral-border-weak\/50:hover {
  background-color:rgb(226 227 229 / 0.5);
}
.hover\:n-bg-light-neutral-border-weak\/55:hover {
  background-color:rgb(226 227 229 / 0.55);
}
.hover\:n-bg-light-neutral-border-weak\/60:hover {
  background-color:rgb(226 227 229 / 0.6);
}
.hover\:n-bg-light-neutral-border-weak\/65:hover {
  background-color:rgb(226 227 229 / 0.65);
}
.hover\:n-bg-light-neutral-border-weak\/70:hover {
  background-color:rgb(226 227 229 / 0.7);
}
.hover\:n-bg-light-neutral-border-weak\/75:hover {
  background-color:rgb(226 227 229 / 0.75);
}
.hover\:n-bg-light-neutral-border-weak\/80:hover {
  background-color:rgb(226 227 229 / 0.8);
}
.hover\:n-bg-light-neutral-border-weak\/85:hover {
  background-color:rgb(226 227 229 / 0.85);
}
.hover\:n-bg-light-neutral-border-weak\/90:hover {
  background-color:rgb(226 227 229 / 0.9);
}
.hover\:n-bg-light-neutral-border-weak\/95:hover {
  background-color:rgb(226 227 229 / 0.95);
}
.hover\:n-bg-light-neutral-hover:hover {
  --tw-bg-opacity:1;
  background-color:rgb(111 117 126 / var(--tw-bg-opacity));
}
.hover\:n-bg-light-neutral-hover\/0:hover {
  background-color:rgb(111 117 126 / 0);
}
.hover\:n-bg-light-neutral-hover\/10:hover {
  background-color:rgb(111 117 126 / 0.1);
}
.hover\:n-bg-light-neutral-hover\/100:hover {
  background-color:rgb(111 117 126 / 1);
}
.hover\:n-bg-light-neutral-hover\/15:hover {
  background-color:rgb(111 117 126 / 0.15);
}
.hover\:n-bg-light-neutral-hover\/20:hover {
  background-color:rgb(111 117 126 / 0.2);
}
.hover\:n-bg-light-neutral-hover\/25:hover {
  background-color:rgb(111 117 126 / 0.25);
}
.hover\:n-bg-light-neutral-hover\/30:hover {
  background-color:rgb(111 117 126 / 0.3);
}
.hover\:n-bg-light-neutral-hover\/35:hover {
  background-color:rgb(111 117 126 / 0.35);
}
.hover\:n-bg-light-neutral-hover\/40:hover {
  background-color:rgb(111 117 126 / 0.4);
}
.hover\:n-bg-light-neutral-hover\/45:hover {
  background-color:rgb(111 117 126 / 0.45);
}
.hover\:n-bg-light-neutral-hover\/5:hover {
  background-color:rgb(111 117 126 / 0.05);
}
.hover\:n-bg-light-neutral-hover\/50:hover {
  background-color:rgb(111 117 126 / 0.5);
}
.hover\:n-bg-light-neutral-hover\/55:hover {
  background-color:rgb(111 117 126 / 0.55);
}
.hover\:n-bg-light-neutral-hover\/60:hover {
  background-color:rgb(111 117 126 / 0.6);
}
.hover\:n-bg-light-neutral-hover\/65:hover {
  background-color:rgb(111 117 126 / 0.65);
}
.hover\:n-bg-light-neutral-hover\/70:hover {
  background-color:rgb(111 117 126 / 0.7);
}
.hover\:n-bg-light-neutral-hover\/75:hover {
  background-color:rgb(111 117 126 / 0.75);
}
.hover\:n-bg-light-neutral-hover\/80:hover {
  background-color:rgb(111 117 126 / 0.8);
}
.hover\:n-bg-light-neutral-hover\/85:hover {
  background-color:rgb(111 117 126 / 0.85);
}
.hover\:n-bg-light-neutral-hover\/90:hover {
  background-color:rgb(111 117 126 / 0.9);
}
.hover\:n-bg-light-neutral-hover\/95:hover {
  background-color:rgb(111 117 126 / 0.95);
}
.hover\:n-bg-light-neutral-icon:hover {
  --tw-bg-opacity:1;
  background-color:rgb(77 81 87 / var(--tw-bg-opacity));
}
.hover\:n-bg-light-neutral-icon\/0:hover {
  background-color:rgb(77 81 87 / 0);
}
.hover\:n-bg-light-neutral-icon\/10:hover {
  background-color:rgb(77 81 87 / 0.1);
}
.hover\:n-bg-light-neutral-icon\/100:hover {
  background-color:rgb(77 81 87 / 1);
}
.hover\:n-bg-light-neutral-icon\/15:hover {
  background-color:rgb(77 81 87 / 0.15);
}
.hover\:n-bg-light-neutral-icon\/20:hover {
  background-color:rgb(77 81 87 / 0.2);
}
.hover\:n-bg-light-neutral-icon\/25:hover {
  background-color:rgb(77 81 87 / 0.25);
}
.hover\:n-bg-light-neutral-icon\/30:hover {
  background-color:rgb(77 81 87 / 0.3);
}
.hover\:n-bg-light-neutral-icon\/35:hover {
  background-color:rgb(77 81 87 / 0.35);
}
.hover\:n-bg-light-neutral-icon\/40:hover {
  background-color:rgb(77 81 87 / 0.4);
}
.hover\:n-bg-light-neutral-icon\/45:hover {
  background-color:rgb(77 81 87 / 0.45);
}
.hover\:n-bg-light-neutral-icon\/5:hover {
  background-color:rgb(77 81 87 / 0.05);
}
.hover\:n-bg-light-neutral-icon\/50:hover {
  background-color:rgb(77 81 87 / 0.5);
}
.hover\:n-bg-light-neutral-icon\/55:hover {
  background-color:rgb(77 81 87 / 0.55);
}
.hover\:n-bg-light-neutral-icon\/60:hover {
  background-color:rgb(77 81 87 / 0.6);
}
.hover\:n-bg-light-neutral-icon\/65:hover {
  background-color:rgb(77 81 87 / 0.65);
}
.hover\:n-bg-light-neutral-icon\/70:hover {
  background-color:rgb(77 81 87 / 0.7);
}
.hover\:n-bg-light-neutral-icon\/75:hover {
  background-color:rgb(77 81 87 / 0.75);
}
.hover\:n-bg-light-neutral-icon\/80:hover {
  background-color:rgb(77 81 87 / 0.8);
}
.hover\:n-bg-light-neutral-icon\/85:hover {
  background-color:rgb(77 81 87 / 0.85);
}
.hover\:n-bg-light-neutral-icon\/90:hover {
  background-color:rgb(77 81 87 / 0.9);
}
.hover\:n-bg-light-neutral-icon\/95:hover {
  background-color:rgb(77 81 87 / 0.95);
}
.hover\:n-bg-light-neutral-pressed:hover {
  --tw-bg-opacity:1;
  background-color:rgb(111 117 126 / var(--tw-bg-opacity));
}
.hover\:n-bg-light-neutral-pressed\/0:hover {
  background-color:rgb(111 117 126 / 0);
}
.hover\:n-bg-light-neutral-pressed\/10:hover {
  background-color:rgb(111 117 126 / 0.1);
}
.hover\:n-bg-light-neutral-pressed\/100:hover {
  background-color:rgb(111 117 126 / 1);
}
.hover\:n-bg-light-neutral-pressed\/15:hover {
  background-color:rgb(111 117 126 / 0.15);
}
.hover\:n-bg-light-neutral-pressed\/20:hover {
  background-color:rgb(111 117 126 / 0.2);
}
.hover\:n-bg-light-neutral-pressed\/25:hover {
  background-color:rgb(111 117 126 / 0.25);
}
.hover\:n-bg-light-neutral-pressed\/30:hover {
  background-color:rgb(111 117 126 / 0.3);
}
.hover\:n-bg-light-neutral-pressed\/35:hover {
  background-color:rgb(111 117 126 / 0.35);
}
.hover\:n-bg-light-neutral-pressed\/40:hover {
  background-color:rgb(111 117 126 / 0.4);
}
.hover\:n-bg-light-neutral-pressed\/45:hover {
  background-color:rgb(111 117 126 / 0.45);
}
.hover\:n-bg-light-neutral-pressed\/5:hover {
  background-color:rgb(111 117 126 / 0.05);
}
.hover\:n-bg-light-neutral-pressed\/50:hover {
  background-color:rgb(111 117 126 / 0.5);
}
.hover\:n-bg-light-neutral-pressed\/55:hover {
  background-color:rgb(111 117 126 / 0.55);
}
.hover\:n-bg-light-neutral-pressed\/60:hover {
  background-color:rgb(111 117 126 / 0.6);
}
.hover\:n-bg-light-neutral-pressed\/65:hover {
  background-color:rgb(111 117 126 / 0.65);
}
.hover\:n-bg-light-neutral-pressed\/70:hover {
  background-color:rgb(111 117 126 / 0.7);
}
.hover\:n-bg-light-neutral-pressed\/75:hover {
  background-color:rgb(111 117 126 / 0.75);
}
.hover\:n-bg-light-neutral-pressed\/80:hover {
  background-color:rgb(111 117 126 / 0.8);
}
.hover\:n-bg-light-neutral-pressed\/85:hover {
  background-color:rgb(111 117 126 / 0.85);
}
.hover\:n-bg-light-neutral-pressed\/90:hover {
  background-color:rgb(111 117 126 / 0.9);
}
.hover\:n-bg-light-neutral-pressed\/95:hover {
  background-color:rgb(111 117 126 / 0.95);
}
.hover\:n-bg-light-neutral-text-default:hover {
  --tw-bg-opacity:1;
  background-color:rgb(26 27 29 / var(--tw-bg-opacity));
}
.hover\:n-bg-light-neutral-text-default\/0:hover {
  background-color:rgb(26 27 29 / 0);
}
.hover\:n-bg-light-neutral-text-default\/10:hover {
  background-color:rgb(26 27 29 / 0.1);
}
.hover\:n-bg-light-neutral-text-default\/100:hover {
  background-color:rgb(26 27 29 / 1);
}
.hover\:n-bg-light-neutral-text-default\/15:hover {
  background-color:rgb(26 27 29 / 0.15);
}
.hover\:n-bg-light-neutral-text-default\/20:hover {
  background-color:rgb(26 27 29 / 0.2);
}
.hover\:n-bg-light-neutral-text-default\/25:hover {
  background-color:rgb(26 27 29 / 0.25);
}
.hover\:n-bg-light-neutral-text-default\/30:hover {
  background-color:rgb(26 27 29 / 0.3);
}
.hover\:n-bg-light-neutral-text-default\/35:hover {
  background-color:rgb(26 27 29 / 0.35);
}
.hover\:n-bg-light-neutral-text-default\/40:hover {
  background-color:rgb(26 27 29 / 0.4);
}
.hover\:n-bg-light-neutral-text-default\/45:hover {
  background-color:rgb(26 27 29 / 0.45);
}
.hover\:n-bg-light-neutral-text-default\/5:hover {
  background-color:rgb(26 27 29 / 0.05);
}
.hover\:n-bg-light-neutral-text-default\/50:hover {
  background-color:rgb(26 27 29 / 0.5);
}
.hover\:n-bg-light-neutral-text-default\/55:hover {
  background-color:rgb(26 27 29 / 0.55);
}
.hover\:n-bg-light-neutral-text-default\/60:hover {
  background-color:rgb(26 27 29 / 0.6);
}
.hover\:n-bg-light-neutral-text-default\/65:hover {
  background-color:rgb(26 27 29 / 0.65);
}
.hover\:n-bg-light-neutral-text-default\/70:hover {
  background-color:rgb(26 27 29 / 0.7);
}
.hover\:n-bg-light-neutral-text-default\/75:hover {
  background-color:rgb(26 27 29 / 0.75);
}
.hover\:n-bg-light-neutral-text-default\/80:hover {
  background-color:rgb(26 27 29 / 0.8);
}
.hover\:n-bg-light-neutral-text-default\/85:hover {
  background-color:rgb(26 27 29 / 0.85);
}
.hover\:n-bg-light-neutral-text-default\/90:hover {
  background-color:rgb(26 27 29 / 0.9);
}
.hover\:n-bg-light-neutral-text-default\/95:hover {
  background-color:rgb(26 27 29 / 0.95);
}
.hover\:n-bg-light-neutral-text-inverse:hover {
  --tw-bg-opacity:1;
  background-color:rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:n-bg-light-neutral-text-inverse\/0:hover {
  background-color:rgb(255 255 255 / 0);
}
.hover\:n-bg-light-neutral-text-inverse\/10:hover {
  background-color:rgb(255 255 255 / 0.1);
}
.hover\:n-bg-light-neutral-text-inverse\/100:hover {
  background-color:rgb(255 255 255 / 1);
}
.hover\:n-bg-light-neutral-text-inverse\/15:hover {
  background-color:rgb(255 255 255 / 0.15);
}
.hover\:n-bg-light-neutral-text-inverse\/20:hover {
  background-color:rgb(255 255 255 / 0.2);
}
.hover\:n-bg-light-neutral-text-inverse\/25:hover {
  background-color:rgb(255 255 255 / 0.25);
}
.hover\:n-bg-light-neutral-text-inverse\/30:hover {
  background-color:rgb(255 255 255 / 0.3);
}
.hover\:n-bg-light-neutral-text-inverse\/35:hover {
  background-color:rgb(255 255 255 / 0.35);
}
.hover\:n-bg-light-neutral-text-inverse\/40:hover {
  background-color:rgb(255 255 255 / 0.4);
}
.hover\:n-bg-light-neutral-text-inverse\/45:hover {
  background-color:rgb(255 255 255 / 0.45);
}
.hover\:n-bg-light-neutral-text-inverse\/5:hover {
  background-color:rgb(255 255 255 / 0.05);
}
.hover\:n-bg-light-neutral-text-inverse\/50:hover {
  background-color:rgb(255 255 255 / 0.5);
}
.hover\:n-bg-light-neutral-text-inverse\/55:hover {
  background-color:rgb(255 255 255 / 0.55);
}
.hover\:n-bg-light-neutral-text-inverse\/60:hover {
  background-color:rgb(255 255 255 / 0.6);
}
.hover\:n-bg-light-neutral-text-inverse\/65:hover {
  background-color:rgb(255 255 255 / 0.65);
}
.hover\:n-bg-light-neutral-text-inverse\/70:hover {
  background-color:rgb(255 255 255 / 0.7);
}
.hover\:n-bg-light-neutral-text-inverse\/75:hover {
  background-color:rgb(255 255 255 / 0.75);
}
.hover\:n-bg-light-neutral-text-inverse\/80:hover {
  background-color:rgb(255 255 255 / 0.8);
}
.hover\:n-bg-light-neutral-text-inverse\/85:hover {
  background-color:rgb(255 255 255 / 0.85);
}
.hover\:n-bg-light-neutral-text-inverse\/90:hover {
  background-color:rgb(255 255 255 / 0.9);
}
.hover\:n-bg-light-neutral-text-inverse\/95:hover {
  background-color:rgb(255 255 255 / 0.95);
}
.hover\:n-bg-light-neutral-text-weak:hover {
  --tw-bg-opacity:1;
  background-color:rgb(77 81 87 / var(--tw-bg-opacity));
}
.hover\:n-bg-light-neutral-text-weak\/0:hover {
  background-color:rgb(77 81 87 / 0);
}
.hover\:n-bg-light-neutral-text-weak\/10:hover {
  background-color:rgb(77 81 87 / 0.1);
}
.hover\:n-bg-light-neutral-text-weak\/100:hover {
  background-color:rgb(77 81 87 / 1);
}
.hover\:n-bg-light-neutral-text-weak\/15:hover {
  background-color:rgb(77 81 87 / 0.15);
}
.hover\:n-bg-light-neutral-text-weak\/20:hover {
  background-color:rgb(77 81 87 / 0.2);
}
.hover\:n-bg-light-neutral-text-weak\/25:hover {
  background-color:rgb(77 81 87 / 0.25);
}
.hover\:n-bg-light-neutral-text-weak\/30:hover {
  background-color:rgb(77 81 87 / 0.3);
}
.hover\:n-bg-light-neutral-text-weak\/35:hover {
  background-color:rgb(77 81 87 / 0.35);
}
.hover\:n-bg-light-neutral-text-weak\/40:hover {
  background-color:rgb(77 81 87 / 0.4);
}
.hover\:n-bg-light-neutral-text-weak\/45:hover {
  background-color:rgb(77 81 87 / 0.45);
}
.hover\:n-bg-light-neutral-text-weak\/5:hover {
  background-color:rgb(77 81 87 / 0.05);
}
.hover\:n-bg-light-neutral-text-weak\/50:hover {
  background-color:rgb(77 81 87 / 0.5);
}
.hover\:n-bg-light-neutral-text-weak\/55:hover {
  background-color:rgb(77 81 87 / 0.55);
}
.hover\:n-bg-light-neutral-text-weak\/60:hover {
  background-color:rgb(77 81 87 / 0.6);
}
.hover\:n-bg-light-neutral-text-weak\/65:hover {
  background-color:rgb(77 81 87 / 0.65);
}
.hover\:n-bg-light-neutral-text-weak\/70:hover {
  background-color:rgb(77 81 87 / 0.7);
}
.hover\:n-bg-light-neutral-text-weak\/75:hover {
  background-color:rgb(77 81 87 / 0.75);
}
.hover\:n-bg-light-neutral-text-weak\/80:hover {
  background-color:rgb(77 81 87 / 0.8);
}
.hover\:n-bg-light-neutral-text-weak\/85:hover {
  background-color:rgb(77 81 87 / 0.85);
}
.hover\:n-bg-light-neutral-text-weak\/90:hover {
  background-color:rgb(77 81 87 / 0.9);
}
.hover\:n-bg-light-neutral-text-weak\/95:hover {
  background-color:rgb(77 81 87 / 0.95);
}
.hover\:n-bg-light-neutral-text-weaker:hover {
  --tw-bg-opacity:1;
  background-color:rgb(94 99 106 / var(--tw-bg-opacity));
}
.hover\:n-bg-light-neutral-text-weaker\/0:hover {
  background-color:rgb(94 99 106 / 0);
}
.hover\:n-bg-light-neutral-text-weaker\/10:hover {
  background-color:rgb(94 99 106 / 0.1);
}
.hover\:n-bg-light-neutral-text-weaker\/100:hover {
  background-color:rgb(94 99 106 / 1);
}
.hover\:n-bg-light-neutral-text-weaker\/15:hover {
  background-color:rgb(94 99 106 / 0.15);
}
.hover\:n-bg-light-neutral-text-weaker\/20:hover {
  background-color:rgb(94 99 106 / 0.2);
}
.hover\:n-bg-light-neutral-text-weaker\/25:hover {
  background-color:rgb(94 99 106 / 0.25);
}
.hover\:n-bg-light-neutral-text-weaker\/30:hover {
  background-color:rgb(94 99 106 / 0.3);
}
.hover\:n-bg-light-neutral-text-weaker\/35:hover {
  background-color:rgb(94 99 106 / 0.35);
}
.hover\:n-bg-light-neutral-text-weaker\/40:hover {
  background-color:rgb(94 99 106 / 0.4);
}
.hover\:n-bg-light-neutral-text-weaker\/45:hover {
  background-color:rgb(94 99 106 / 0.45);
}
.hover\:n-bg-light-neutral-text-weaker\/5:hover {
  background-color:rgb(94 99 106 / 0.05);
}
.hover\:n-bg-light-neutral-text-weaker\/50:hover {
  background-color:rgb(94 99 106 / 0.5);
}
.hover\:n-bg-light-neutral-text-weaker\/55:hover {
  background-color:rgb(94 99 106 / 0.55);
}
.hover\:n-bg-light-neutral-text-weaker\/60:hover {
  background-color:rgb(94 99 106 / 0.6);
}
.hover\:n-bg-light-neutral-text-weaker\/65:hover {
  background-color:rgb(94 99 106 / 0.65);
}
.hover\:n-bg-light-neutral-text-weaker\/70:hover {
  background-color:rgb(94 99 106 / 0.7);
}
.hover\:n-bg-light-neutral-text-weaker\/75:hover {
  background-color:rgb(94 99 106 / 0.75);
}
.hover\:n-bg-light-neutral-text-weaker\/80:hover {
  background-color:rgb(94 99 106 / 0.8);
}
.hover\:n-bg-light-neutral-text-weaker\/85:hover {
  background-color:rgb(94 99 106 / 0.85);
}
.hover\:n-bg-light-neutral-text-weaker\/90:hover {
  background-color:rgb(94 99 106 / 0.9);
}
.hover\:n-bg-light-neutral-text-weaker\/95:hover {
  background-color:rgb(94 99 106 / 0.95);
}
.hover\:n-bg-light-neutral-text-weakest:hover {
  --tw-bg-opacity:1;
  background-color:rgb(168 172 178 / var(--tw-bg-opacity));
}
.hover\:n-bg-light-neutral-text-weakest\/0:hover {
  background-color:rgb(168 172 178 / 0);
}
.hover\:n-bg-light-neutral-text-weakest\/10:hover {
  background-color:rgb(168 172 178 / 0.1);
}
.hover\:n-bg-light-neutral-text-weakest\/100:hover {
  background-color:rgb(168 172 178 / 1);
}
.hover\:n-bg-light-neutral-text-weakest\/15:hover {
  background-color:rgb(168 172 178 / 0.15);
}
.hover\:n-bg-light-neutral-text-weakest\/20:hover {
  background-color:rgb(168 172 178 / 0.2);
}
.hover\:n-bg-light-neutral-text-weakest\/25:hover {
  background-color:rgb(168 172 178 / 0.25);
}
.hover\:n-bg-light-neutral-text-weakest\/30:hover {
  background-color:rgb(168 172 178 / 0.3);
}
.hover\:n-bg-light-neutral-text-weakest\/35:hover {
  background-color:rgb(168 172 178 / 0.35);
}
.hover\:n-bg-light-neutral-text-weakest\/40:hover {
  background-color:rgb(168 172 178 / 0.4);
}
.hover\:n-bg-light-neutral-text-weakest\/45:hover {
  background-color:rgb(168 172 178 / 0.45);
}
.hover\:n-bg-light-neutral-text-weakest\/5:hover {
  background-color:rgb(168 172 178 / 0.05);
}
.hover\:n-bg-light-neutral-text-weakest\/50:hover {
  background-color:rgb(168 172 178 / 0.5);
}
.hover\:n-bg-light-neutral-text-weakest\/55:hover {
  background-color:rgb(168 172 178 / 0.55);
}
.hover\:n-bg-light-neutral-text-weakest\/60:hover {
  background-color:rgb(168 172 178 / 0.6);
}
.hover\:n-bg-light-neutral-text-weakest\/65:hover {
  background-color:rgb(168 172 178 / 0.65);
}
.hover\:n-bg-light-neutral-text-weakest\/70:hover {
  background-color:rgb(168 172 178 / 0.7);
}
.hover\:n-bg-light-neutral-text-weakest\/75:hover {
  background-color:rgb(168 172 178 / 0.75);
}
.hover\:n-bg-light-neutral-text-weakest\/80:hover {
  background-color:rgb(168 172 178 / 0.8);
}
.hover\:n-bg-light-neutral-text-weakest\/85:hover {
  background-color:rgb(168 172 178 / 0.85);
}
.hover\:n-bg-light-neutral-text-weakest\/90:hover {
  background-color:rgb(168 172 178 / 0.9);
}
.hover\:n-bg-light-neutral-text-weakest\/95:hover {
  background-color:rgb(168 172 178 / 0.95);
}
.hover\:n-bg-light-primary-bg-selected:hover {
  --tw-bg-opacity:1;
  background-color:rgb(231 250 251 / var(--tw-bg-opacity));
}
.hover\:n-bg-light-primary-bg-selected\/0:hover {
  background-color:rgb(231 250 251 / 0);
}
.hover\:n-bg-light-primary-bg-selected\/10:hover {
  background-color:rgb(231 250 251 / 0.1);
}
.hover\:n-bg-light-primary-bg-selected\/100:hover {
  background-color:rgb(231 250 251 / 1);
}
.hover\:n-bg-light-primary-bg-selected\/15:hover {
  background-color:rgb(231 250 251 / 0.15);
}
.hover\:n-bg-light-primary-bg-selected\/20:hover {
  background-color:rgb(231 250 251 / 0.2);
}
.hover\:n-bg-light-primary-bg-selected\/25:hover {
  background-color:rgb(231 250 251 / 0.25);
}
.hover\:n-bg-light-primary-bg-selected\/30:hover {
  background-color:rgb(231 250 251 / 0.3);
}
.hover\:n-bg-light-primary-bg-selected\/35:hover {
  background-color:rgb(231 250 251 / 0.35);
}
.hover\:n-bg-light-primary-bg-selected\/40:hover {
  background-color:rgb(231 250 251 / 0.4);
}
.hover\:n-bg-light-primary-bg-selected\/45:hover {
  background-color:rgb(231 250 251 / 0.45);
}
.hover\:n-bg-light-primary-bg-selected\/5:hover {
  background-color:rgb(231 250 251 / 0.05);
}
.hover\:n-bg-light-primary-bg-selected\/50:hover {
  background-color:rgb(231 250 251 / 0.5);
}
.hover\:n-bg-light-primary-bg-selected\/55:hover {
  background-color:rgb(231 250 251 / 0.55);
}
.hover\:n-bg-light-primary-bg-selected\/60:hover {
  background-color:rgb(231 250 251 / 0.6);
}
.hover\:n-bg-light-primary-bg-selected\/65:hover {
  background-color:rgb(231 250 251 / 0.65);
}
.hover\:n-bg-light-primary-bg-selected\/70:hover {
  background-color:rgb(231 250 251 / 0.7);
}
.hover\:n-bg-light-primary-bg-selected\/75:hover {
  background-color:rgb(231 250 251 / 0.75);
}
.hover\:n-bg-light-primary-bg-selected\/80:hover {
  background-color:rgb(231 250 251 / 0.8);
}
.hover\:n-bg-light-primary-bg-selected\/85:hover {
  background-color:rgb(231 250 251 / 0.85);
}
.hover\:n-bg-light-primary-bg-selected\/90:hover {
  background-color:rgb(231 250 251 / 0.9);
}
.hover\:n-bg-light-primary-bg-selected\/95:hover {
  background-color:rgb(231 250 251 / 0.95);
}
.hover\:n-bg-light-primary-bg-status:hover {
  --tw-bg-opacity:1;
  background-color:rgb(76 153 164 / var(--tw-bg-opacity));
}
.hover\:n-bg-light-primary-bg-status\/0:hover {
  background-color:rgb(76 153 164 / 0);
}
.hover\:n-bg-light-primary-bg-status\/10:hover {
  background-color:rgb(76 153 164 / 0.1);
}
.hover\:n-bg-light-primary-bg-status\/100:hover {
  background-color:rgb(76 153 164 / 1);
}
.hover\:n-bg-light-primary-bg-status\/15:hover {
  background-color:rgb(76 153 164 / 0.15);
}
.hover\:n-bg-light-primary-bg-status\/20:hover {
  background-color:rgb(76 153 164 / 0.2);
}
.hover\:n-bg-light-primary-bg-status\/25:hover {
  background-color:rgb(76 153 164 / 0.25);
}
.hover\:n-bg-light-primary-bg-status\/30:hover {
  background-color:rgb(76 153 164 / 0.3);
}
.hover\:n-bg-light-primary-bg-status\/35:hover {
  background-color:rgb(76 153 164 / 0.35);
}
.hover\:n-bg-light-primary-bg-status\/40:hover {
  background-color:rgb(76 153 164 / 0.4);
}
.hover\:n-bg-light-primary-bg-status\/45:hover {
  background-color:rgb(76 153 164 / 0.45);
}
.hover\:n-bg-light-primary-bg-status\/5:hover {
  background-color:rgb(76 153 164 / 0.05);
}
.hover\:n-bg-light-primary-bg-status\/50:hover {
  background-color:rgb(76 153 164 / 0.5);
}
.hover\:n-bg-light-primary-bg-status\/55:hover {
  background-color:rgb(76 153 164 / 0.55);
}
.hover\:n-bg-light-primary-bg-status\/60:hover {
  background-color:rgb(76 153 164 / 0.6);
}
.hover\:n-bg-light-primary-bg-status\/65:hover {
  background-color:rgb(76 153 164 / 0.65);
}
.hover\:n-bg-light-primary-bg-status\/70:hover {
  background-color:rgb(76 153 164 / 0.7);
}
.hover\:n-bg-light-primary-bg-status\/75:hover {
  background-color:rgb(76 153 164 / 0.75);
}
.hover\:n-bg-light-primary-bg-status\/80:hover {
  background-color:rgb(76 153 164 / 0.8);
}
.hover\:n-bg-light-primary-bg-status\/85:hover {
  background-color:rgb(76 153 164 / 0.85);
}
.hover\:n-bg-light-primary-bg-status\/90:hover {
  background-color:rgb(76 153 164 / 0.9);
}
.hover\:n-bg-light-primary-bg-status\/95:hover {
  background-color:rgb(76 153 164 / 0.95);
}
.hover\:n-bg-light-primary-bg-strong:hover {
  --tw-bg-opacity:1;
  background-color:rgb(10 97 144 / var(--tw-bg-opacity));
}
.hover\:n-bg-light-primary-bg-strong\/0:hover {
  background-color:rgb(10 97 144 / 0);
}
.hover\:n-bg-light-primary-bg-strong\/10:hover {
  background-color:rgb(10 97 144 / 0.1);
}
.hover\:n-bg-light-primary-bg-strong\/100:hover {
  background-color:rgb(10 97 144 / 1);
}
.hover\:n-bg-light-primary-bg-strong\/15:hover {
  background-color:rgb(10 97 144 / 0.15);
}
.hover\:n-bg-light-primary-bg-strong\/20:hover {
  background-color:rgb(10 97 144 / 0.2);
}
.hover\:n-bg-light-primary-bg-strong\/25:hover {
  background-color:rgb(10 97 144 / 0.25);
}
.hover\:n-bg-light-primary-bg-strong\/30:hover {
  background-color:rgb(10 97 144 / 0.3);
}
.hover\:n-bg-light-primary-bg-strong\/35:hover {
  background-color:rgb(10 97 144 / 0.35);
}
.hover\:n-bg-light-primary-bg-strong\/40:hover {
  background-color:rgb(10 97 144 / 0.4);
}
.hover\:n-bg-light-primary-bg-strong\/45:hover {
  background-color:rgb(10 97 144 / 0.45);
}
.hover\:n-bg-light-primary-bg-strong\/5:hover {
  background-color:rgb(10 97 144 / 0.05);
}
.hover\:n-bg-light-primary-bg-strong\/50:hover {
  background-color:rgb(10 97 144 / 0.5);
}
.hover\:n-bg-light-primary-bg-strong\/55:hover {
  background-color:rgb(10 97 144 / 0.55);
}
.hover\:n-bg-light-primary-bg-strong\/60:hover {
  background-color:rgb(10 97 144 / 0.6);
}
.hover\:n-bg-light-primary-bg-strong\/65:hover {
  background-color:rgb(10 97 144 / 0.65);
}
.hover\:n-bg-light-primary-bg-strong\/70:hover {
  background-color:rgb(10 97 144 / 0.7);
}
.hover\:n-bg-light-primary-bg-strong\/75:hover {
  background-color:rgb(10 97 144 / 0.75);
}
.hover\:n-bg-light-primary-bg-strong\/80:hover {
  background-color:rgb(10 97 144 / 0.8);
}
.hover\:n-bg-light-primary-bg-strong\/85:hover {
  background-color:rgb(10 97 144 / 0.85);
}
.hover\:n-bg-light-primary-bg-strong\/90:hover {
  background-color:rgb(10 97 144 / 0.9);
}
.hover\:n-bg-light-primary-bg-strong\/95:hover {
  background-color:rgb(10 97 144 / 0.95);
}
.hover\:n-bg-light-primary-bg-weak:hover {
  --tw-bg-opacity:1;
  background-color:rgb(231 250 251 / var(--tw-bg-opacity));
}
.hover\:n-bg-light-primary-bg-weak\/0:hover {
  background-color:rgb(231 250 251 / 0);
}
.hover\:n-bg-light-primary-bg-weak\/10:hover {
  background-color:rgb(231 250 251 / 0.1);
}
.hover\:n-bg-light-primary-bg-weak\/100:hover {
  background-color:rgb(231 250 251 / 1);
}
.hover\:n-bg-light-primary-bg-weak\/15:hover {
  background-color:rgb(231 250 251 / 0.15);
}
.hover\:n-bg-light-primary-bg-weak\/20:hover {
  background-color:rgb(231 250 251 / 0.2);
}
.hover\:n-bg-light-primary-bg-weak\/25:hover {
  background-color:rgb(231 250 251 / 0.25);
}
.hover\:n-bg-light-primary-bg-weak\/30:hover {
  background-color:rgb(231 250 251 / 0.3);
}
.hover\:n-bg-light-primary-bg-weak\/35:hover {
  background-color:rgb(231 250 251 / 0.35);
}
.hover\:n-bg-light-primary-bg-weak\/40:hover {
  background-color:rgb(231 250 251 / 0.4);
}
.hover\:n-bg-light-primary-bg-weak\/45:hover {
  background-color:rgb(231 250 251 / 0.45);
}
.hover\:n-bg-light-primary-bg-weak\/5:hover {
  background-color:rgb(231 250 251 / 0.05);
}
.hover\:n-bg-light-primary-bg-weak\/50:hover {
  background-color:rgb(231 250 251 / 0.5);
}
.hover\:n-bg-light-primary-bg-weak\/55:hover {
  background-color:rgb(231 250 251 / 0.55);
}
.hover\:n-bg-light-primary-bg-weak\/60:hover {
  background-color:rgb(231 250 251 / 0.6);
}
.hover\:n-bg-light-primary-bg-weak\/65:hover {
  background-color:rgb(231 250 251 / 0.65);
}
.hover\:n-bg-light-primary-bg-weak\/70:hover {
  background-color:rgb(231 250 251 / 0.7);
}
.hover\:n-bg-light-primary-bg-weak\/75:hover {
  background-color:rgb(231 250 251 / 0.75);
}
.hover\:n-bg-light-primary-bg-weak\/80:hover {
  background-color:rgb(231 250 251 / 0.8);
}
.hover\:n-bg-light-primary-bg-weak\/85:hover {
  background-color:rgb(231 250 251 / 0.85);
}
.hover\:n-bg-light-primary-bg-weak\/90:hover {
  background-color:rgb(231 250 251 / 0.9);
}
.hover\:n-bg-light-primary-bg-weak\/95:hover {
  background-color:rgb(231 250 251 / 0.95);
}
.hover\:n-bg-light-primary-border-strong:hover {
  --tw-bg-opacity:1;
  background-color:rgb(10 97 144 / var(--tw-bg-opacity));
}
.hover\:n-bg-light-primary-border-strong\/0:hover {
  background-color:rgb(10 97 144 / 0);
}
.hover\:n-bg-light-primary-border-strong\/10:hover {
  background-color:rgb(10 97 144 / 0.1);
}
.hover\:n-bg-light-primary-border-strong\/100:hover {
  background-color:rgb(10 97 144 / 1);
}
.hover\:n-bg-light-primary-border-strong\/15:hover {
  background-color:rgb(10 97 144 / 0.15);
}
.hover\:n-bg-light-primary-border-strong\/20:hover {
  background-color:rgb(10 97 144 / 0.2);
}
.hover\:n-bg-light-primary-border-strong\/25:hover {
  background-color:rgb(10 97 144 / 0.25);
}
.hover\:n-bg-light-primary-border-strong\/30:hover {
  background-color:rgb(10 97 144 / 0.3);
}
.hover\:n-bg-light-primary-border-strong\/35:hover {
  background-color:rgb(10 97 144 / 0.35);
}
.hover\:n-bg-light-primary-border-strong\/40:hover {
  background-color:rgb(10 97 144 / 0.4);
}
.hover\:n-bg-light-primary-border-strong\/45:hover {
  background-color:rgb(10 97 144 / 0.45);
}
.hover\:n-bg-light-primary-border-strong\/5:hover {
  background-color:rgb(10 97 144 / 0.05);
}
.hover\:n-bg-light-primary-border-strong\/50:hover {
  background-color:rgb(10 97 144 / 0.5);
}
.hover\:n-bg-light-primary-border-strong\/55:hover {
  background-color:rgb(10 97 144 / 0.55);
}
.hover\:n-bg-light-primary-border-strong\/60:hover {
  background-color:rgb(10 97 144 / 0.6);
}
.hover\:n-bg-light-primary-border-strong\/65:hover {
  background-color:rgb(10 97 144 / 0.65);
}
.hover\:n-bg-light-primary-border-strong\/70:hover {
  background-color:rgb(10 97 144 / 0.7);
}
.hover\:n-bg-light-primary-border-strong\/75:hover {
  background-color:rgb(10 97 144 / 0.75);
}
.hover\:n-bg-light-primary-border-strong\/80:hover {
  background-color:rgb(10 97 144 / 0.8);
}
.hover\:n-bg-light-primary-border-strong\/85:hover {
  background-color:rgb(10 97 144 / 0.85);
}
.hover\:n-bg-light-primary-border-strong\/90:hover {
  background-color:rgb(10 97 144 / 0.9);
}
.hover\:n-bg-light-primary-border-strong\/95:hover {
  background-color:rgb(10 97 144 / 0.95);
}
.hover\:n-bg-light-primary-border-weak:hover {
  --tw-bg-opacity:1;
  background-color:rgb(143 227 232 / var(--tw-bg-opacity));
}
.hover\:n-bg-light-primary-border-weak\/0:hover {
  background-color:rgb(143 227 232 / 0);
}
.hover\:n-bg-light-primary-border-weak\/10:hover {
  background-color:rgb(143 227 232 / 0.1);
}
.hover\:n-bg-light-primary-border-weak\/100:hover {
  background-color:rgb(143 227 232 / 1);
}
.hover\:n-bg-light-primary-border-weak\/15:hover {
  background-color:rgb(143 227 232 / 0.15);
}
.hover\:n-bg-light-primary-border-weak\/20:hover {
  background-color:rgb(143 227 232 / 0.2);
}
.hover\:n-bg-light-primary-border-weak\/25:hover {
  background-color:rgb(143 227 232 / 0.25);
}
.hover\:n-bg-light-primary-border-weak\/30:hover {
  background-color:rgb(143 227 232 / 0.3);
}
.hover\:n-bg-light-primary-border-weak\/35:hover {
  background-color:rgb(143 227 232 / 0.35);
}
.hover\:n-bg-light-primary-border-weak\/40:hover {
  background-color:rgb(143 227 232 / 0.4);
}
.hover\:n-bg-light-primary-border-weak\/45:hover {
  background-color:rgb(143 227 232 / 0.45);
}
.hover\:n-bg-light-primary-border-weak\/5:hover {
  background-color:rgb(143 227 232 / 0.05);
}
.hover\:n-bg-light-primary-border-weak\/50:hover {
  background-color:rgb(143 227 232 / 0.5);
}
.hover\:n-bg-light-primary-border-weak\/55:hover {
  background-color:rgb(143 227 232 / 0.55);
}
.hover\:n-bg-light-primary-border-weak\/60:hover {
  background-color:rgb(143 227 232 / 0.6);
}
.hover\:n-bg-light-primary-border-weak\/65:hover {
  background-color:rgb(143 227 232 / 0.65);
}
.hover\:n-bg-light-primary-border-weak\/70:hover {
  background-color:rgb(143 227 232 / 0.7);
}
.hover\:n-bg-light-primary-border-weak\/75:hover {
  background-color:rgb(143 227 232 / 0.75);
}
.hover\:n-bg-light-primary-border-weak\/80:hover {
  background-color:rgb(143 227 232 / 0.8);
}
.hover\:n-bg-light-primary-border-weak\/85:hover {
  background-color:rgb(143 227 232 / 0.85);
}
.hover\:n-bg-light-primary-border-weak\/90:hover {
  background-color:rgb(143 227 232 / 0.9);
}
.hover\:n-bg-light-primary-border-weak\/95:hover {
  background-color:rgb(143 227 232 / 0.95);
}
.hover\:n-bg-light-primary-focus:hover {
  --tw-bg-opacity:1;
  background-color:rgb(48 131 157 / var(--tw-bg-opacity));
}
.hover\:n-bg-light-primary-focus\/0:hover {
  background-color:rgb(48 131 157 / 0);
}
.hover\:n-bg-light-primary-focus\/10:hover {
  background-color:rgb(48 131 157 / 0.1);
}
.hover\:n-bg-light-primary-focus\/100:hover {
  background-color:rgb(48 131 157 / 1);
}
.hover\:n-bg-light-primary-focus\/15:hover {
  background-color:rgb(48 131 157 / 0.15);
}
.hover\:n-bg-light-primary-focus\/20:hover {
  background-color:rgb(48 131 157 / 0.2);
}
.hover\:n-bg-light-primary-focus\/25:hover {
  background-color:rgb(48 131 157 / 0.25);
}
.hover\:n-bg-light-primary-focus\/30:hover {
  background-color:rgb(48 131 157 / 0.3);
}
.hover\:n-bg-light-primary-focus\/35:hover {
  background-color:rgb(48 131 157 / 0.35);
}
.hover\:n-bg-light-primary-focus\/40:hover {
  background-color:rgb(48 131 157 / 0.4);
}
.hover\:n-bg-light-primary-focus\/45:hover {
  background-color:rgb(48 131 157 / 0.45);
}
.hover\:n-bg-light-primary-focus\/5:hover {
  background-color:rgb(48 131 157 / 0.05);
}
.hover\:n-bg-light-primary-focus\/50:hover {
  background-color:rgb(48 131 157 / 0.5);
}
.hover\:n-bg-light-primary-focus\/55:hover {
  background-color:rgb(48 131 157 / 0.55);
}
.hover\:n-bg-light-primary-focus\/60:hover {
  background-color:rgb(48 131 157 / 0.6);
}
.hover\:n-bg-light-primary-focus\/65:hover {
  background-color:rgb(48 131 157 / 0.65);
}
.hover\:n-bg-light-primary-focus\/70:hover {
  background-color:rgb(48 131 157 / 0.7);
}
.hover\:n-bg-light-primary-focus\/75:hover {
  background-color:rgb(48 131 157 / 0.75);
}
.hover\:n-bg-light-primary-focus\/80:hover {
  background-color:rgb(48 131 157 / 0.8);
}
.hover\:n-bg-light-primary-focus\/85:hover {
  background-color:rgb(48 131 157 / 0.85);
}
.hover\:n-bg-light-primary-focus\/90:hover {
  background-color:rgb(48 131 157 / 0.9);
}
.hover\:n-bg-light-primary-focus\/95:hover {
  background-color:rgb(48 131 157 / 0.95);
}
.hover\:n-bg-light-primary-hover-strong:hover {
  --tw-bg-opacity:1;
  background-color:rgb(2 80 123 / var(--tw-bg-opacity));
}
.hover\:n-bg-light-primary-hover-strong\/0:hover {
  background-color:rgb(2 80 123 / 0);
}
.hover\:n-bg-light-primary-hover-strong\/10:hover {
  background-color:rgb(2 80 123 / 0.1);
}
.hover\:n-bg-light-primary-hover-strong\/100:hover {
  background-color:rgb(2 80 123 / 1);
}
.hover\:n-bg-light-primary-hover-strong\/15:hover {
  background-color:rgb(2 80 123 / 0.15);
}
.hover\:n-bg-light-primary-hover-strong\/20:hover {
  background-color:rgb(2 80 123 / 0.2);
}
.hover\:n-bg-light-primary-hover-strong\/25:hover {
  background-color:rgb(2 80 123 / 0.25);
}
.hover\:n-bg-light-primary-hover-strong\/30:hover {
  background-color:rgb(2 80 123 / 0.3);
}
.hover\:n-bg-light-primary-hover-strong\/35:hover {
  background-color:rgb(2 80 123 / 0.35);
}
.hover\:n-bg-light-primary-hover-strong\/40:hover {
  background-color:rgb(2 80 123 / 0.4);
}
.hover\:n-bg-light-primary-hover-strong\/45:hover {
  background-color:rgb(2 80 123 / 0.45);
}
.hover\:n-bg-light-primary-hover-strong\/5:hover {
  background-color:rgb(2 80 123 / 0.05);
}
.hover\:n-bg-light-primary-hover-strong\/50:hover {
  background-color:rgb(2 80 123 / 0.5);
}
.hover\:n-bg-light-primary-hover-strong\/55:hover {
  background-color:rgb(2 80 123 / 0.55);
}
.hover\:n-bg-light-primary-hover-strong\/60:hover {
  background-color:rgb(2 80 123 / 0.6);
}
.hover\:n-bg-light-primary-hover-strong\/65:hover {
  background-color:rgb(2 80 123 / 0.65);
}
.hover\:n-bg-light-primary-hover-strong\/70:hover {
  background-color:rgb(2 80 123 / 0.7);
}
.hover\:n-bg-light-primary-hover-strong\/75:hover {
  background-color:rgb(2 80 123 / 0.75);
}
.hover\:n-bg-light-primary-hover-strong\/80:hover {
  background-color:rgb(2 80 123 / 0.8);
}
.hover\:n-bg-light-primary-hover-strong\/85:hover {
  background-color:rgb(2 80 123 / 0.85);
}
.hover\:n-bg-light-primary-hover-strong\/90:hover {
  background-color:rgb(2 80 123 / 0.9);
}
.hover\:n-bg-light-primary-hover-strong\/95:hover {
  background-color:rgb(2 80 123 / 0.95);
}
.hover\:n-bg-light-primary-hover-weak:hover {
  --tw-bg-opacity:1;
  background-color:rgb(48 131 157 / var(--tw-bg-opacity));
}
.hover\:n-bg-light-primary-hover-weak\/0:hover {
  background-color:rgb(48 131 157 / 0);
}
.hover\:n-bg-light-primary-hover-weak\/10:hover {
  background-color:rgb(48 131 157 / 0.1);
}
.hover\:n-bg-light-primary-hover-weak\/100:hover {
  background-color:rgb(48 131 157 / 1);
}
.hover\:n-bg-light-primary-hover-weak\/15:hover {
  background-color:rgb(48 131 157 / 0.15);
}
.hover\:n-bg-light-primary-hover-weak\/20:hover {
  background-color:rgb(48 131 157 / 0.2);
}
.hover\:n-bg-light-primary-hover-weak\/25:hover {
  background-color:rgb(48 131 157 / 0.25);
}
.hover\:n-bg-light-primary-hover-weak\/30:hover {
  background-color:rgb(48 131 157 / 0.3);
}
.hover\:n-bg-light-primary-hover-weak\/35:hover {
  background-color:rgb(48 131 157 / 0.35);
}
.hover\:n-bg-light-primary-hover-weak\/40:hover {
  background-color:rgb(48 131 157 / 0.4);
}
.hover\:n-bg-light-primary-hover-weak\/45:hover {
  background-color:rgb(48 131 157 / 0.45);
}
.hover\:n-bg-light-primary-hover-weak\/5:hover {
  background-color:rgb(48 131 157 / 0.05);
}
.hover\:n-bg-light-primary-hover-weak\/50:hover {
  background-color:rgb(48 131 157 / 0.5);
}
.hover\:n-bg-light-primary-hover-weak\/55:hover {
  background-color:rgb(48 131 157 / 0.55);
}
.hover\:n-bg-light-primary-hover-weak\/60:hover {
  background-color:rgb(48 131 157 / 0.6);
}
.hover\:n-bg-light-primary-hover-weak\/65:hover {
  background-color:rgb(48 131 157 / 0.65);
}
.hover\:n-bg-light-primary-hover-weak\/70:hover {
  background-color:rgb(48 131 157 / 0.7);
}
.hover\:n-bg-light-primary-hover-weak\/75:hover {
  background-color:rgb(48 131 157 / 0.75);
}
.hover\:n-bg-light-primary-hover-weak\/80:hover {
  background-color:rgb(48 131 157 / 0.8);
}
.hover\:n-bg-light-primary-hover-weak\/85:hover {
  background-color:rgb(48 131 157 / 0.85);
}
.hover\:n-bg-light-primary-hover-weak\/90:hover {
  background-color:rgb(48 131 157 / 0.9);
}
.hover\:n-bg-light-primary-hover-weak\/95:hover {
  background-color:rgb(48 131 157 / 0.95);
}
.hover\:n-bg-light-primary-icon:hover {
  --tw-bg-opacity:1;
  background-color:rgb(10 97 144 / var(--tw-bg-opacity));
}
.hover\:n-bg-light-primary-icon\/0:hover {
  background-color:rgb(10 97 144 / 0);
}
.hover\:n-bg-light-primary-icon\/10:hover {
  background-color:rgb(10 97 144 / 0.1);
}
.hover\:n-bg-light-primary-icon\/100:hover {
  background-color:rgb(10 97 144 / 1);
}
.hover\:n-bg-light-primary-icon\/15:hover {
  background-color:rgb(10 97 144 / 0.15);
}
.hover\:n-bg-light-primary-icon\/20:hover {
  background-color:rgb(10 97 144 / 0.2);
}
.hover\:n-bg-light-primary-icon\/25:hover {
  background-color:rgb(10 97 144 / 0.25);
}
.hover\:n-bg-light-primary-icon\/30:hover {
  background-color:rgb(10 97 144 / 0.3);
}
.hover\:n-bg-light-primary-icon\/35:hover {
  background-color:rgb(10 97 144 / 0.35);
}
.hover\:n-bg-light-primary-icon\/40:hover {
  background-color:rgb(10 97 144 / 0.4);
}
.hover\:n-bg-light-primary-icon\/45:hover {
  background-color:rgb(10 97 144 / 0.45);
}
.hover\:n-bg-light-primary-icon\/5:hover {
  background-color:rgb(10 97 144 / 0.05);
}
.hover\:n-bg-light-primary-icon\/50:hover {
  background-color:rgb(10 97 144 / 0.5);
}
.hover\:n-bg-light-primary-icon\/55:hover {
  background-color:rgb(10 97 144 / 0.55);
}
.hover\:n-bg-light-primary-icon\/60:hover {
  background-color:rgb(10 97 144 / 0.6);
}
.hover\:n-bg-light-primary-icon\/65:hover {
  background-color:rgb(10 97 144 / 0.65);
}
.hover\:n-bg-light-primary-icon\/70:hover {
  background-color:rgb(10 97 144 / 0.7);
}
.hover\:n-bg-light-primary-icon\/75:hover {
  background-color:rgb(10 97 144 / 0.75);
}
.hover\:n-bg-light-primary-icon\/80:hover {
  background-color:rgb(10 97 144 / 0.8);
}
.hover\:n-bg-light-primary-icon\/85:hover {
  background-color:rgb(10 97 144 / 0.85);
}
.hover\:n-bg-light-primary-icon\/90:hover {
  background-color:rgb(10 97 144 / 0.9);
}
.hover\:n-bg-light-primary-icon\/95:hover {
  background-color:rgb(10 97 144 / 0.95);
}
.hover\:n-bg-light-primary-pressed-strong:hover {
  --tw-bg-opacity:1;
  background-color:rgb(1 64 99 / var(--tw-bg-opacity));
}
.hover\:n-bg-light-primary-pressed-strong\/0:hover {
  background-color:rgb(1 64 99 / 0);
}
.hover\:n-bg-light-primary-pressed-strong\/10:hover {
  background-color:rgb(1 64 99 / 0.1);
}
.hover\:n-bg-light-primary-pressed-strong\/100:hover {
  background-color:rgb(1 64 99 / 1);
}
.hover\:n-bg-light-primary-pressed-strong\/15:hover {
  background-color:rgb(1 64 99 / 0.15);
}
.hover\:n-bg-light-primary-pressed-strong\/20:hover {
  background-color:rgb(1 64 99 / 0.2);
}
.hover\:n-bg-light-primary-pressed-strong\/25:hover {
  background-color:rgb(1 64 99 / 0.25);
}
.hover\:n-bg-light-primary-pressed-strong\/30:hover {
  background-color:rgb(1 64 99 / 0.3);
}
.hover\:n-bg-light-primary-pressed-strong\/35:hover {
  background-color:rgb(1 64 99 / 0.35);
}
.hover\:n-bg-light-primary-pressed-strong\/40:hover {
  background-color:rgb(1 64 99 / 0.4);
}
.hover\:n-bg-light-primary-pressed-strong\/45:hover {
  background-color:rgb(1 64 99 / 0.45);
}
.hover\:n-bg-light-primary-pressed-strong\/5:hover {
  background-color:rgb(1 64 99 / 0.05);
}
.hover\:n-bg-light-primary-pressed-strong\/50:hover {
  background-color:rgb(1 64 99 / 0.5);
}
.hover\:n-bg-light-primary-pressed-strong\/55:hover {
  background-color:rgb(1 64 99 / 0.55);
}
.hover\:n-bg-light-primary-pressed-strong\/60:hover {
  background-color:rgb(1 64 99 / 0.6);
}
.hover\:n-bg-light-primary-pressed-strong\/65:hover {
  background-color:rgb(1 64 99 / 0.65);
}
.hover\:n-bg-light-primary-pressed-strong\/70:hover {
  background-color:rgb(1 64 99 / 0.7);
}
.hover\:n-bg-light-primary-pressed-strong\/75:hover {
  background-color:rgb(1 64 99 / 0.75);
}
.hover\:n-bg-light-primary-pressed-strong\/80:hover {
  background-color:rgb(1 64 99 / 0.8);
}
.hover\:n-bg-light-primary-pressed-strong\/85:hover {
  background-color:rgb(1 64 99 / 0.85);
}
.hover\:n-bg-light-primary-pressed-strong\/90:hover {
  background-color:rgb(1 64 99 / 0.9);
}
.hover\:n-bg-light-primary-pressed-strong\/95:hover {
  background-color:rgb(1 64 99 / 0.95);
}
.hover\:n-bg-light-primary-pressed-weak:hover {
  --tw-bg-opacity:1;
  background-color:rgb(48 131 157 / var(--tw-bg-opacity));
}
.hover\:n-bg-light-primary-pressed-weak\/0:hover {
  background-color:rgb(48 131 157 / 0);
}
.hover\:n-bg-light-primary-pressed-weak\/10:hover {
  background-color:rgb(48 131 157 / 0.1);
}
.hover\:n-bg-light-primary-pressed-weak\/100:hover {
  background-color:rgb(48 131 157 / 1);
}
.hover\:n-bg-light-primary-pressed-weak\/15:hover {
  background-color:rgb(48 131 157 / 0.15);
}
.hover\:n-bg-light-primary-pressed-weak\/20:hover {
  background-color:rgb(48 131 157 / 0.2);
}
.hover\:n-bg-light-primary-pressed-weak\/25:hover {
  background-color:rgb(48 131 157 / 0.25);
}
.hover\:n-bg-light-primary-pressed-weak\/30:hover {
  background-color:rgb(48 131 157 / 0.3);
}
.hover\:n-bg-light-primary-pressed-weak\/35:hover {
  background-color:rgb(48 131 157 / 0.35);
}
.hover\:n-bg-light-primary-pressed-weak\/40:hover {
  background-color:rgb(48 131 157 / 0.4);
}
.hover\:n-bg-light-primary-pressed-weak\/45:hover {
  background-color:rgb(48 131 157 / 0.45);
}
.hover\:n-bg-light-primary-pressed-weak\/5:hover {
  background-color:rgb(48 131 157 / 0.05);
}
.hover\:n-bg-light-primary-pressed-weak\/50:hover {
  background-color:rgb(48 131 157 / 0.5);
}
.hover\:n-bg-light-primary-pressed-weak\/55:hover {
  background-color:rgb(48 131 157 / 0.55);
}
.hover\:n-bg-light-primary-pressed-weak\/60:hover {
  background-color:rgb(48 131 157 / 0.6);
}
.hover\:n-bg-light-primary-pressed-weak\/65:hover {
  background-color:rgb(48 131 157 / 0.65);
}
.hover\:n-bg-light-primary-pressed-weak\/70:hover {
  background-color:rgb(48 131 157 / 0.7);
}
.hover\:n-bg-light-primary-pressed-weak\/75:hover {
  background-color:rgb(48 131 157 / 0.75);
}
.hover\:n-bg-light-primary-pressed-weak\/80:hover {
  background-color:rgb(48 131 157 / 0.8);
}
.hover\:n-bg-light-primary-pressed-weak\/85:hover {
  background-color:rgb(48 131 157 / 0.85);
}
.hover\:n-bg-light-primary-pressed-weak\/90:hover {
  background-color:rgb(48 131 157 / 0.9);
}
.hover\:n-bg-light-primary-pressed-weak\/95:hover {
  background-color:rgb(48 131 157 / 0.95);
}
.hover\:n-bg-light-primary-text:hover {
  --tw-bg-opacity:1;
  background-color:rgb(10 97 144 / var(--tw-bg-opacity));
}
.hover\:n-bg-light-primary-text\/0:hover {
  background-color:rgb(10 97 144 / 0);
}
.hover\:n-bg-light-primary-text\/10:hover {
  background-color:rgb(10 97 144 / 0.1);
}
.hover\:n-bg-light-primary-text\/100:hover {
  background-color:rgb(10 97 144 / 1);
}
.hover\:n-bg-light-primary-text\/15:hover {
  background-color:rgb(10 97 144 / 0.15);
}
.hover\:n-bg-light-primary-text\/20:hover {
  background-color:rgb(10 97 144 / 0.2);
}
.hover\:n-bg-light-primary-text\/25:hover {
  background-color:rgb(10 97 144 / 0.25);
}
.hover\:n-bg-light-primary-text\/30:hover {
  background-color:rgb(10 97 144 / 0.3);
}
.hover\:n-bg-light-primary-text\/35:hover {
  background-color:rgb(10 97 144 / 0.35);
}
.hover\:n-bg-light-primary-text\/40:hover {
  background-color:rgb(10 97 144 / 0.4);
}
.hover\:n-bg-light-primary-text\/45:hover {
  background-color:rgb(10 97 144 / 0.45);
}
.hover\:n-bg-light-primary-text\/5:hover {
  background-color:rgb(10 97 144 / 0.05);
}
.hover\:n-bg-light-primary-text\/50:hover {
  background-color:rgb(10 97 144 / 0.5);
}
.hover\:n-bg-light-primary-text\/55:hover {
  background-color:rgb(10 97 144 / 0.55);
}
.hover\:n-bg-light-primary-text\/60:hover {
  background-color:rgb(10 97 144 / 0.6);
}
.hover\:n-bg-light-primary-text\/65:hover {
  background-color:rgb(10 97 144 / 0.65);
}
.hover\:n-bg-light-primary-text\/70:hover {
  background-color:rgb(10 97 144 / 0.7);
}
.hover\:n-bg-light-primary-text\/75:hover {
  background-color:rgb(10 97 144 / 0.75);
}
.hover\:n-bg-light-primary-text\/80:hover {
  background-color:rgb(10 97 144 / 0.8);
}
.hover\:n-bg-light-primary-text\/85:hover {
  background-color:rgb(10 97 144 / 0.85);
}
.hover\:n-bg-light-primary-text\/90:hover {
  background-color:rgb(10 97 144 / 0.9);
}
.hover\:n-bg-light-primary-text\/95:hover {
  background-color:rgb(10 97 144 / 0.95);
}
.hover\:n-bg-light-success-bg-status:hover {
  --tw-bg-opacity:1;
  background-color:rgb(91 153 43 / var(--tw-bg-opacity));
}
.hover\:n-bg-light-success-bg-status\/0:hover {
  background-color:rgb(91 153 43 / 0);
}
.hover\:n-bg-light-success-bg-status\/10:hover {
  background-color:rgb(91 153 43 / 0.1);
}
.hover\:n-bg-light-success-bg-status\/100:hover {
  background-color:rgb(91 153 43 / 1);
}
.hover\:n-bg-light-success-bg-status\/15:hover {
  background-color:rgb(91 153 43 / 0.15);
}
.hover\:n-bg-light-success-bg-status\/20:hover {
  background-color:rgb(91 153 43 / 0.2);
}
.hover\:n-bg-light-success-bg-status\/25:hover {
  background-color:rgb(91 153 43 / 0.25);
}
.hover\:n-bg-light-success-bg-status\/30:hover {
  background-color:rgb(91 153 43 / 0.3);
}
.hover\:n-bg-light-success-bg-status\/35:hover {
  background-color:rgb(91 153 43 / 0.35);
}
.hover\:n-bg-light-success-bg-status\/40:hover {
  background-color:rgb(91 153 43 / 0.4);
}
.hover\:n-bg-light-success-bg-status\/45:hover {
  background-color:rgb(91 153 43 / 0.45);
}
.hover\:n-bg-light-success-bg-status\/5:hover {
  background-color:rgb(91 153 43 / 0.05);
}
.hover\:n-bg-light-success-bg-status\/50:hover {
  background-color:rgb(91 153 43 / 0.5);
}
.hover\:n-bg-light-success-bg-status\/55:hover {
  background-color:rgb(91 153 43 / 0.55);
}
.hover\:n-bg-light-success-bg-status\/60:hover {
  background-color:rgb(91 153 43 / 0.6);
}
.hover\:n-bg-light-success-bg-status\/65:hover {
  background-color:rgb(91 153 43 / 0.65);
}
.hover\:n-bg-light-success-bg-status\/70:hover {
  background-color:rgb(91 153 43 / 0.7);
}
.hover\:n-bg-light-success-bg-status\/75:hover {
  background-color:rgb(91 153 43 / 0.75);
}
.hover\:n-bg-light-success-bg-status\/80:hover {
  background-color:rgb(91 153 43 / 0.8);
}
.hover\:n-bg-light-success-bg-status\/85:hover {
  background-color:rgb(91 153 43 / 0.85);
}
.hover\:n-bg-light-success-bg-status\/90:hover {
  background-color:rgb(91 153 43 / 0.9);
}
.hover\:n-bg-light-success-bg-status\/95:hover {
  background-color:rgb(91 153 43 / 0.95);
}
.hover\:n-bg-light-success-bg-strong:hover {
  --tw-bg-opacity:1;
  background-color:rgb(63 120 36 / var(--tw-bg-opacity));
}
.hover\:n-bg-light-success-bg-strong\/0:hover {
  background-color:rgb(63 120 36 / 0);
}
.hover\:n-bg-light-success-bg-strong\/10:hover {
  background-color:rgb(63 120 36 / 0.1);
}
.hover\:n-bg-light-success-bg-strong\/100:hover {
  background-color:rgb(63 120 36 / 1);
}
.hover\:n-bg-light-success-bg-strong\/15:hover {
  background-color:rgb(63 120 36 / 0.15);
}
.hover\:n-bg-light-success-bg-strong\/20:hover {
  background-color:rgb(63 120 36 / 0.2);
}
.hover\:n-bg-light-success-bg-strong\/25:hover {
  background-color:rgb(63 120 36 / 0.25);
}
.hover\:n-bg-light-success-bg-strong\/30:hover {
  background-color:rgb(63 120 36 / 0.3);
}
.hover\:n-bg-light-success-bg-strong\/35:hover {
  background-color:rgb(63 120 36 / 0.35);
}
.hover\:n-bg-light-success-bg-strong\/40:hover {
  background-color:rgb(63 120 36 / 0.4);
}
.hover\:n-bg-light-success-bg-strong\/45:hover {
  background-color:rgb(63 120 36 / 0.45);
}
.hover\:n-bg-light-success-bg-strong\/5:hover {
  background-color:rgb(63 120 36 / 0.05);
}
.hover\:n-bg-light-success-bg-strong\/50:hover {
  background-color:rgb(63 120 36 / 0.5);
}
.hover\:n-bg-light-success-bg-strong\/55:hover {
  background-color:rgb(63 120 36 / 0.55);
}
.hover\:n-bg-light-success-bg-strong\/60:hover {
  background-color:rgb(63 120 36 / 0.6);
}
.hover\:n-bg-light-success-bg-strong\/65:hover {
  background-color:rgb(63 120 36 / 0.65);
}
.hover\:n-bg-light-success-bg-strong\/70:hover {
  background-color:rgb(63 120 36 / 0.7);
}
.hover\:n-bg-light-success-bg-strong\/75:hover {
  background-color:rgb(63 120 36 / 0.75);
}
.hover\:n-bg-light-success-bg-strong\/80:hover {
  background-color:rgb(63 120 36 / 0.8);
}
.hover\:n-bg-light-success-bg-strong\/85:hover {
  background-color:rgb(63 120 36 / 0.85);
}
.hover\:n-bg-light-success-bg-strong\/90:hover {
  background-color:rgb(63 120 36 / 0.9);
}
.hover\:n-bg-light-success-bg-strong\/95:hover {
  background-color:rgb(63 120 36 / 0.95);
}
.hover\:n-bg-light-success-bg-weak:hover {
  --tw-bg-opacity:1;
  background-color:rgb(231 252 215 / var(--tw-bg-opacity));
}
.hover\:n-bg-light-success-bg-weak\/0:hover {
  background-color:rgb(231 252 215 / 0);
}
.hover\:n-bg-light-success-bg-weak\/10:hover {
  background-color:rgb(231 252 215 / 0.1);
}
.hover\:n-bg-light-success-bg-weak\/100:hover {
  background-color:rgb(231 252 215 / 1);
}
.hover\:n-bg-light-success-bg-weak\/15:hover {
  background-color:rgb(231 252 215 / 0.15);
}
.hover\:n-bg-light-success-bg-weak\/20:hover {
  background-color:rgb(231 252 215 / 0.2);
}
.hover\:n-bg-light-success-bg-weak\/25:hover {
  background-color:rgb(231 252 215 / 0.25);
}
.hover\:n-bg-light-success-bg-weak\/30:hover {
  background-color:rgb(231 252 215 / 0.3);
}
.hover\:n-bg-light-success-bg-weak\/35:hover {
  background-color:rgb(231 252 215 / 0.35);
}
.hover\:n-bg-light-success-bg-weak\/40:hover {
  background-color:rgb(231 252 215 / 0.4);
}
.hover\:n-bg-light-success-bg-weak\/45:hover {
  background-color:rgb(231 252 215 / 0.45);
}
.hover\:n-bg-light-success-bg-weak\/5:hover {
  background-color:rgb(231 252 215 / 0.05);
}
.hover\:n-bg-light-success-bg-weak\/50:hover {
  background-color:rgb(231 252 215 / 0.5);
}
.hover\:n-bg-light-success-bg-weak\/55:hover {
  background-color:rgb(231 252 215 / 0.55);
}
.hover\:n-bg-light-success-bg-weak\/60:hover {
  background-color:rgb(231 252 215 / 0.6);
}
.hover\:n-bg-light-success-bg-weak\/65:hover {
  background-color:rgb(231 252 215 / 0.65);
}
.hover\:n-bg-light-success-bg-weak\/70:hover {
  background-color:rgb(231 252 215 / 0.7);
}
.hover\:n-bg-light-success-bg-weak\/75:hover {
  background-color:rgb(231 252 215 / 0.75);
}
.hover\:n-bg-light-success-bg-weak\/80:hover {
  background-color:rgb(231 252 215 / 0.8);
}
.hover\:n-bg-light-success-bg-weak\/85:hover {
  background-color:rgb(231 252 215 / 0.85);
}
.hover\:n-bg-light-success-bg-weak\/90:hover {
  background-color:rgb(231 252 215 / 0.9);
}
.hover\:n-bg-light-success-bg-weak\/95:hover {
  background-color:rgb(231 252 215 / 0.95);
}
.hover\:n-bg-light-success-border-strong:hover {
  --tw-bg-opacity:1;
  background-color:rgb(63 120 36 / var(--tw-bg-opacity));
}
.hover\:n-bg-light-success-border-strong\/0:hover {
  background-color:rgb(63 120 36 / 0);
}
.hover\:n-bg-light-success-border-strong\/10:hover {
  background-color:rgb(63 120 36 / 0.1);
}
.hover\:n-bg-light-success-border-strong\/100:hover {
  background-color:rgb(63 120 36 / 1);
}
.hover\:n-bg-light-success-border-strong\/15:hover {
  background-color:rgb(63 120 36 / 0.15);
}
.hover\:n-bg-light-success-border-strong\/20:hover {
  background-color:rgb(63 120 36 / 0.2);
}
.hover\:n-bg-light-success-border-strong\/25:hover {
  background-color:rgb(63 120 36 / 0.25);
}
.hover\:n-bg-light-success-border-strong\/30:hover {
  background-color:rgb(63 120 36 / 0.3);
}
.hover\:n-bg-light-success-border-strong\/35:hover {
  background-color:rgb(63 120 36 / 0.35);
}
.hover\:n-bg-light-success-border-strong\/40:hover {
  background-color:rgb(63 120 36 / 0.4);
}
.hover\:n-bg-light-success-border-strong\/45:hover {
  background-color:rgb(63 120 36 / 0.45);
}
.hover\:n-bg-light-success-border-strong\/5:hover {
  background-color:rgb(63 120 36 / 0.05);
}
.hover\:n-bg-light-success-border-strong\/50:hover {
  background-color:rgb(63 120 36 / 0.5);
}
.hover\:n-bg-light-success-border-strong\/55:hover {
  background-color:rgb(63 120 36 / 0.55);
}
.hover\:n-bg-light-success-border-strong\/60:hover {
  background-color:rgb(63 120 36 / 0.6);
}
.hover\:n-bg-light-success-border-strong\/65:hover {
  background-color:rgb(63 120 36 / 0.65);
}
.hover\:n-bg-light-success-border-strong\/70:hover {
  background-color:rgb(63 120 36 / 0.7);
}
.hover\:n-bg-light-success-border-strong\/75:hover {
  background-color:rgb(63 120 36 / 0.75);
}
.hover\:n-bg-light-success-border-strong\/80:hover {
  background-color:rgb(63 120 36 / 0.8);
}
.hover\:n-bg-light-success-border-strong\/85:hover {
  background-color:rgb(63 120 36 / 0.85);
}
.hover\:n-bg-light-success-border-strong\/90:hover {
  background-color:rgb(63 120 36 / 0.9);
}
.hover\:n-bg-light-success-border-strong\/95:hover {
  background-color:rgb(63 120 36 / 0.95);
}
.hover\:n-bg-light-success-border-weak:hover {
  --tw-bg-opacity:1;
  background-color:rgb(144 203 98 / var(--tw-bg-opacity));
}
.hover\:n-bg-light-success-border-weak\/0:hover {
  background-color:rgb(144 203 98 / 0);
}
.hover\:n-bg-light-success-border-weak\/10:hover {
  background-color:rgb(144 203 98 / 0.1);
}
.hover\:n-bg-light-success-border-weak\/100:hover {
  background-color:rgb(144 203 98 / 1);
}
.hover\:n-bg-light-success-border-weak\/15:hover {
  background-color:rgb(144 203 98 / 0.15);
}
.hover\:n-bg-light-success-border-weak\/20:hover {
  background-color:rgb(144 203 98 / 0.2);
}
.hover\:n-bg-light-success-border-weak\/25:hover {
  background-color:rgb(144 203 98 / 0.25);
}
.hover\:n-bg-light-success-border-weak\/30:hover {
  background-color:rgb(144 203 98 / 0.3);
}
.hover\:n-bg-light-success-border-weak\/35:hover {
  background-color:rgb(144 203 98 / 0.35);
}
.hover\:n-bg-light-success-border-weak\/40:hover {
  background-color:rgb(144 203 98 / 0.4);
}
.hover\:n-bg-light-success-border-weak\/45:hover {
  background-color:rgb(144 203 98 / 0.45);
}
.hover\:n-bg-light-success-border-weak\/5:hover {
  background-color:rgb(144 203 98 / 0.05);
}
.hover\:n-bg-light-success-border-weak\/50:hover {
  background-color:rgb(144 203 98 / 0.5);
}
.hover\:n-bg-light-success-border-weak\/55:hover {
  background-color:rgb(144 203 98 / 0.55);
}
.hover\:n-bg-light-success-border-weak\/60:hover {
  background-color:rgb(144 203 98 / 0.6);
}
.hover\:n-bg-light-success-border-weak\/65:hover {
  background-color:rgb(144 203 98 / 0.65);
}
.hover\:n-bg-light-success-border-weak\/70:hover {
  background-color:rgb(144 203 98 / 0.7);
}
.hover\:n-bg-light-success-border-weak\/75:hover {
  background-color:rgb(144 203 98 / 0.75);
}
.hover\:n-bg-light-success-border-weak\/80:hover {
  background-color:rgb(144 203 98 / 0.8);
}
.hover\:n-bg-light-success-border-weak\/85:hover {
  background-color:rgb(144 203 98 / 0.85);
}
.hover\:n-bg-light-success-border-weak\/90:hover {
  background-color:rgb(144 203 98 / 0.9);
}
.hover\:n-bg-light-success-border-weak\/95:hover {
  background-color:rgb(144 203 98 / 0.95);
}
.hover\:n-bg-light-success-icon:hover {
  --tw-bg-opacity:1;
  background-color:rgb(63 120 36 / var(--tw-bg-opacity));
}
.hover\:n-bg-light-success-icon\/0:hover {
  background-color:rgb(63 120 36 / 0);
}
.hover\:n-bg-light-success-icon\/10:hover {
  background-color:rgb(63 120 36 / 0.1);
}
.hover\:n-bg-light-success-icon\/100:hover {
  background-color:rgb(63 120 36 / 1);
}
.hover\:n-bg-light-success-icon\/15:hover {
  background-color:rgb(63 120 36 / 0.15);
}
.hover\:n-bg-light-success-icon\/20:hover {
  background-color:rgb(63 120 36 / 0.2);
}
.hover\:n-bg-light-success-icon\/25:hover {
  background-color:rgb(63 120 36 / 0.25);
}
.hover\:n-bg-light-success-icon\/30:hover {
  background-color:rgb(63 120 36 / 0.3);
}
.hover\:n-bg-light-success-icon\/35:hover {
  background-color:rgb(63 120 36 / 0.35);
}
.hover\:n-bg-light-success-icon\/40:hover {
  background-color:rgb(63 120 36 / 0.4);
}
.hover\:n-bg-light-success-icon\/45:hover {
  background-color:rgb(63 120 36 / 0.45);
}
.hover\:n-bg-light-success-icon\/5:hover {
  background-color:rgb(63 120 36 / 0.05);
}
.hover\:n-bg-light-success-icon\/50:hover {
  background-color:rgb(63 120 36 / 0.5);
}
.hover\:n-bg-light-success-icon\/55:hover {
  background-color:rgb(63 120 36 / 0.55);
}
.hover\:n-bg-light-success-icon\/60:hover {
  background-color:rgb(63 120 36 / 0.6);
}
.hover\:n-bg-light-success-icon\/65:hover {
  background-color:rgb(63 120 36 / 0.65);
}
.hover\:n-bg-light-success-icon\/70:hover {
  background-color:rgb(63 120 36 / 0.7);
}
.hover\:n-bg-light-success-icon\/75:hover {
  background-color:rgb(63 120 36 / 0.75);
}
.hover\:n-bg-light-success-icon\/80:hover {
  background-color:rgb(63 120 36 / 0.8);
}
.hover\:n-bg-light-success-icon\/85:hover {
  background-color:rgb(63 120 36 / 0.85);
}
.hover\:n-bg-light-success-icon\/90:hover {
  background-color:rgb(63 120 36 / 0.9);
}
.hover\:n-bg-light-success-icon\/95:hover {
  background-color:rgb(63 120 36 / 0.95);
}
.hover\:n-bg-light-success-text:hover {
  --tw-bg-opacity:1;
  background-color:rgb(63 120 36 / var(--tw-bg-opacity));
}
.hover\:n-bg-light-success-text\/0:hover {
  background-color:rgb(63 120 36 / 0);
}
.hover\:n-bg-light-success-text\/10:hover {
  background-color:rgb(63 120 36 / 0.1);
}
.hover\:n-bg-light-success-text\/100:hover {
  background-color:rgb(63 120 36 / 1);
}
.hover\:n-bg-light-success-text\/15:hover {
  background-color:rgb(63 120 36 / 0.15);
}
.hover\:n-bg-light-success-text\/20:hover {
  background-color:rgb(63 120 36 / 0.2);
}
.hover\:n-bg-light-success-text\/25:hover {
  background-color:rgb(63 120 36 / 0.25);
}
.hover\:n-bg-light-success-text\/30:hover {
  background-color:rgb(63 120 36 / 0.3);
}
.hover\:n-bg-light-success-text\/35:hover {
  background-color:rgb(63 120 36 / 0.35);
}
.hover\:n-bg-light-success-text\/40:hover {
  background-color:rgb(63 120 36 / 0.4);
}
.hover\:n-bg-light-success-text\/45:hover {
  background-color:rgb(63 120 36 / 0.45);
}
.hover\:n-bg-light-success-text\/5:hover {
  background-color:rgb(63 120 36 / 0.05);
}
.hover\:n-bg-light-success-text\/50:hover {
  background-color:rgb(63 120 36 / 0.5);
}
.hover\:n-bg-light-success-text\/55:hover {
  background-color:rgb(63 120 36 / 0.55);
}
.hover\:n-bg-light-success-text\/60:hover {
  background-color:rgb(63 120 36 / 0.6);
}
.hover\:n-bg-light-success-text\/65:hover {
  background-color:rgb(63 120 36 / 0.65);
}
.hover\:n-bg-light-success-text\/70:hover {
  background-color:rgb(63 120 36 / 0.7);
}
.hover\:n-bg-light-success-text\/75:hover {
  background-color:rgb(63 120 36 / 0.75);
}
.hover\:n-bg-light-success-text\/80:hover {
  background-color:rgb(63 120 36 / 0.8);
}
.hover\:n-bg-light-success-text\/85:hover {
  background-color:rgb(63 120 36 / 0.85);
}
.hover\:n-bg-light-success-text\/90:hover {
  background-color:rgb(63 120 36 / 0.9);
}
.hover\:n-bg-light-success-text\/95:hover {
  background-color:rgb(63 120 36 / 0.95);
}
.hover\:n-bg-light-warning-bg-status:hover {
  --tw-bg-opacity:1;
  background-color:rgb(215 170 10 / var(--tw-bg-opacity));
}
.hover\:n-bg-light-warning-bg-status\/0:hover {
  background-color:rgb(215 170 10 / 0);
}
.hover\:n-bg-light-warning-bg-status\/10:hover {
  background-color:rgb(215 170 10 / 0.1);
}
.hover\:n-bg-light-warning-bg-status\/100:hover {
  background-color:rgb(215 170 10 / 1);
}
.hover\:n-bg-light-warning-bg-status\/15:hover {
  background-color:rgb(215 170 10 / 0.15);
}
.hover\:n-bg-light-warning-bg-status\/20:hover {
  background-color:rgb(215 170 10 / 0.2);
}
.hover\:n-bg-light-warning-bg-status\/25:hover {
  background-color:rgb(215 170 10 / 0.25);
}
.hover\:n-bg-light-warning-bg-status\/30:hover {
  background-color:rgb(215 170 10 / 0.3);
}
.hover\:n-bg-light-warning-bg-status\/35:hover {
  background-color:rgb(215 170 10 / 0.35);
}
.hover\:n-bg-light-warning-bg-status\/40:hover {
  background-color:rgb(215 170 10 / 0.4);
}
.hover\:n-bg-light-warning-bg-status\/45:hover {
  background-color:rgb(215 170 10 / 0.45);
}
.hover\:n-bg-light-warning-bg-status\/5:hover {
  background-color:rgb(215 170 10 / 0.05);
}
.hover\:n-bg-light-warning-bg-status\/50:hover {
  background-color:rgb(215 170 10 / 0.5);
}
.hover\:n-bg-light-warning-bg-status\/55:hover {
  background-color:rgb(215 170 10 / 0.55);
}
.hover\:n-bg-light-warning-bg-status\/60:hover {
  background-color:rgb(215 170 10 / 0.6);
}
.hover\:n-bg-light-warning-bg-status\/65:hover {
  background-color:rgb(215 170 10 / 0.65);
}
.hover\:n-bg-light-warning-bg-status\/70:hover {
  background-color:rgb(215 170 10 / 0.7);
}
.hover\:n-bg-light-warning-bg-status\/75:hover {
  background-color:rgb(215 170 10 / 0.75);
}
.hover\:n-bg-light-warning-bg-status\/80:hover {
  background-color:rgb(215 170 10 / 0.8);
}
.hover\:n-bg-light-warning-bg-status\/85:hover {
  background-color:rgb(215 170 10 / 0.85);
}
.hover\:n-bg-light-warning-bg-status\/90:hover {
  background-color:rgb(215 170 10 / 0.9);
}
.hover\:n-bg-light-warning-bg-status\/95:hover {
  background-color:rgb(215 170 10 / 0.95);
}
.hover\:n-bg-light-warning-bg-strong:hover {
  --tw-bg-opacity:1;
  background-color:rgb(118 85 0 / var(--tw-bg-opacity));
}
.hover\:n-bg-light-warning-bg-strong\/0:hover {
  background-color:rgb(118 85 0 / 0);
}
.hover\:n-bg-light-warning-bg-strong\/10:hover {
  background-color:rgb(118 85 0 / 0.1);
}
.hover\:n-bg-light-warning-bg-strong\/100:hover {
  background-color:rgb(118 85 0 / 1);
}
.hover\:n-bg-light-warning-bg-strong\/15:hover {
  background-color:rgb(118 85 0 / 0.15);
}
.hover\:n-bg-light-warning-bg-strong\/20:hover {
  background-color:rgb(118 85 0 / 0.2);
}
.hover\:n-bg-light-warning-bg-strong\/25:hover {
  background-color:rgb(118 85 0 / 0.25);
}
.hover\:n-bg-light-warning-bg-strong\/30:hover {
  background-color:rgb(118 85 0 / 0.3);
}
.hover\:n-bg-light-warning-bg-strong\/35:hover {
  background-color:rgb(118 85 0 / 0.35);
}
.hover\:n-bg-light-warning-bg-strong\/40:hover {
  background-color:rgb(118 85 0 / 0.4);
}
.hover\:n-bg-light-warning-bg-strong\/45:hover {
  background-color:rgb(118 85 0 / 0.45);
}
.hover\:n-bg-light-warning-bg-strong\/5:hover {
  background-color:rgb(118 85 0 / 0.05);
}
.hover\:n-bg-light-warning-bg-strong\/50:hover {
  background-color:rgb(118 85 0 / 0.5);
}
.hover\:n-bg-light-warning-bg-strong\/55:hover {
  background-color:rgb(118 85 0 / 0.55);
}
.hover\:n-bg-light-warning-bg-strong\/60:hover {
  background-color:rgb(118 85 0 / 0.6);
}
.hover\:n-bg-light-warning-bg-strong\/65:hover {
  background-color:rgb(118 85 0 / 0.65);
}
.hover\:n-bg-light-warning-bg-strong\/70:hover {
  background-color:rgb(118 85 0 / 0.7);
}
.hover\:n-bg-light-warning-bg-strong\/75:hover {
  background-color:rgb(118 85 0 / 0.75);
}
.hover\:n-bg-light-warning-bg-strong\/80:hover {
  background-color:rgb(118 85 0 / 0.8);
}
.hover\:n-bg-light-warning-bg-strong\/85:hover {
  background-color:rgb(118 85 0 / 0.85);
}
.hover\:n-bg-light-warning-bg-strong\/90:hover {
  background-color:rgb(118 85 0 / 0.9);
}
.hover\:n-bg-light-warning-bg-strong\/95:hover {
  background-color:rgb(118 85 0 / 0.95);
}
.hover\:n-bg-light-warning-bg-weak:hover {
  --tw-bg-opacity:1;
  background-color:rgb(255 250 209 / var(--tw-bg-opacity));
}
.hover\:n-bg-light-warning-bg-weak\/0:hover {
  background-color:rgb(255 250 209 / 0);
}
.hover\:n-bg-light-warning-bg-weak\/10:hover {
  background-color:rgb(255 250 209 / 0.1);
}
.hover\:n-bg-light-warning-bg-weak\/100:hover {
  background-color:rgb(255 250 209 / 1);
}
.hover\:n-bg-light-warning-bg-weak\/15:hover {
  background-color:rgb(255 250 209 / 0.15);
}
.hover\:n-bg-light-warning-bg-weak\/20:hover {
  background-color:rgb(255 250 209 / 0.2);
}
.hover\:n-bg-light-warning-bg-weak\/25:hover {
  background-color:rgb(255 250 209 / 0.25);
}
.hover\:n-bg-light-warning-bg-weak\/30:hover {
  background-color:rgb(255 250 209 / 0.3);
}
.hover\:n-bg-light-warning-bg-weak\/35:hover {
  background-color:rgb(255 250 209 / 0.35);
}
.hover\:n-bg-light-warning-bg-weak\/40:hover {
  background-color:rgb(255 250 209 / 0.4);
}
.hover\:n-bg-light-warning-bg-weak\/45:hover {
  background-color:rgb(255 250 209 / 0.45);
}
.hover\:n-bg-light-warning-bg-weak\/5:hover {
  background-color:rgb(255 250 209 / 0.05);
}
.hover\:n-bg-light-warning-bg-weak\/50:hover {
  background-color:rgb(255 250 209 / 0.5);
}
.hover\:n-bg-light-warning-bg-weak\/55:hover {
  background-color:rgb(255 250 209 / 0.55);
}
.hover\:n-bg-light-warning-bg-weak\/60:hover {
  background-color:rgb(255 250 209 / 0.6);
}
.hover\:n-bg-light-warning-bg-weak\/65:hover {
  background-color:rgb(255 250 209 / 0.65);
}
.hover\:n-bg-light-warning-bg-weak\/70:hover {
  background-color:rgb(255 250 209 / 0.7);
}
.hover\:n-bg-light-warning-bg-weak\/75:hover {
  background-color:rgb(255 250 209 / 0.75);
}
.hover\:n-bg-light-warning-bg-weak\/80:hover {
  background-color:rgb(255 250 209 / 0.8);
}
.hover\:n-bg-light-warning-bg-weak\/85:hover {
  background-color:rgb(255 250 209 / 0.85);
}
.hover\:n-bg-light-warning-bg-weak\/90:hover {
  background-color:rgb(255 250 209 / 0.9);
}
.hover\:n-bg-light-warning-bg-weak\/95:hover {
  background-color:rgb(255 250 209 / 0.95);
}
.hover\:n-bg-light-warning-border-strong:hover {
  --tw-bg-opacity:1;
  background-color:rgb(153 110 0 / var(--tw-bg-opacity));
}
.hover\:n-bg-light-warning-border-strong\/0:hover {
  background-color:rgb(153 110 0 / 0);
}
.hover\:n-bg-light-warning-border-strong\/10:hover {
  background-color:rgb(153 110 0 / 0.1);
}
.hover\:n-bg-light-warning-border-strong\/100:hover {
  background-color:rgb(153 110 0 / 1);
}
.hover\:n-bg-light-warning-border-strong\/15:hover {
  background-color:rgb(153 110 0 / 0.15);
}
.hover\:n-bg-light-warning-border-strong\/20:hover {
  background-color:rgb(153 110 0 / 0.2);
}
.hover\:n-bg-light-warning-border-strong\/25:hover {
  background-color:rgb(153 110 0 / 0.25);
}
.hover\:n-bg-light-warning-border-strong\/30:hover {
  background-color:rgb(153 110 0 / 0.3);
}
.hover\:n-bg-light-warning-border-strong\/35:hover {
  background-color:rgb(153 110 0 / 0.35);
}
.hover\:n-bg-light-warning-border-strong\/40:hover {
  background-color:rgb(153 110 0 / 0.4);
}
.hover\:n-bg-light-warning-border-strong\/45:hover {
  background-color:rgb(153 110 0 / 0.45);
}
.hover\:n-bg-light-warning-border-strong\/5:hover {
  background-color:rgb(153 110 0 / 0.05);
}
.hover\:n-bg-light-warning-border-strong\/50:hover {
  background-color:rgb(153 110 0 / 0.5);
}
.hover\:n-bg-light-warning-border-strong\/55:hover {
  background-color:rgb(153 110 0 / 0.55);
}
.hover\:n-bg-light-warning-border-strong\/60:hover {
  background-color:rgb(153 110 0 / 0.6);
}
.hover\:n-bg-light-warning-border-strong\/65:hover {
  background-color:rgb(153 110 0 / 0.65);
}
.hover\:n-bg-light-warning-border-strong\/70:hover {
  background-color:rgb(153 110 0 / 0.7);
}
.hover\:n-bg-light-warning-border-strong\/75:hover {
  background-color:rgb(153 110 0 / 0.75);
}
.hover\:n-bg-light-warning-border-strong\/80:hover {
  background-color:rgb(153 110 0 / 0.8);
}
.hover\:n-bg-light-warning-border-strong\/85:hover {
  background-color:rgb(153 110 0 / 0.85);
}
.hover\:n-bg-light-warning-border-strong\/90:hover {
  background-color:rgb(153 110 0 / 0.9);
}
.hover\:n-bg-light-warning-border-strong\/95:hover {
  background-color:rgb(153 110 0 / 0.95);
}
.hover\:n-bg-light-warning-border-weak:hover {
  --tw-bg-opacity:1;
  background-color:rgb(255 214 0 / var(--tw-bg-opacity));
}
.hover\:n-bg-light-warning-border-weak\/0:hover {
  background-color:rgb(255 214 0 / 0);
}
.hover\:n-bg-light-warning-border-weak\/10:hover {
  background-color:rgb(255 214 0 / 0.1);
}
.hover\:n-bg-light-warning-border-weak\/100:hover {
  background-color:rgb(255 214 0 / 1);
}
.hover\:n-bg-light-warning-border-weak\/15:hover {
  background-color:rgb(255 214 0 / 0.15);
}
.hover\:n-bg-light-warning-border-weak\/20:hover {
  background-color:rgb(255 214 0 / 0.2);
}
.hover\:n-bg-light-warning-border-weak\/25:hover {
  background-color:rgb(255 214 0 / 0.25);
}
.hover\:n-bg-light-warning-border-weak\/30:hover {
  background-color:rgb(255 214 0 / 0.3);
}
.hover\:n-bg-light-warning-border-weak\/35:hover {
  background-color:rgb(255 214 0 / 0.35);
}
.hover\:n-bg-light-warning-border-weak\/40:hover {
  background-color:rgb(255 214 0 / 0.4);
}
.hover\:n-bg-light-warning-border-weak\/45:hover {
  background-color:rgb(255 214 0 / 0.45);
}
.hover\:n-bg-light-warning-border-weak\/5:hover {
  background-color:rgb(255 214 0 / 0.05);
}
.hover\:n-bg-light-warning-border-weak\/50:hover {
  background-color:rgb(255 214 0 / 0.5);
}
.hover\:n-bg-light-warning-border-weak\/55:hover {
  background-color:rgb(255 214 0 / 0.55);
}
.hover\:n-bg-light-warning-border-weak\/60:hover {
  background-color:rgb(255 214 0 / 0.6);
}
.hover\:n-bg-light-warning-border-weak\/65:hover {
  background-color:rgb(255 214 0 / 0.65);
}
.hover\:n-bg-light-warning-border-weak\/70:hover {
  background-color:rgb(255 214 0 / 0.7);
}
.hover\:n-bg-light-warning-border-weak\/75:hover {
  background-color:rgb(255 214 0 / 0.75);
}
.hover\:n-bg-light-warning-border-weak\/80:hover {
  background-color:rgb(255 214 0 / 0.8);
}
.hover\:n-bg-light-warning-border-weak\/85:hover {
  background-color:rgb(255 214 0 / 0.85);
}
.hover\:n-bg-light-warning-border-weak\/90:hover {
  background-color:rgb(255 214 0 / 0.9);
}
.hover\:n-bg-light-warning-border-weak\/95:hover {
  background-color:rgb(255 214 0 / 0.95);
}
.hover\:n-bg-light-warning-icon:hover {
  --tw-bg-opacity:1;
  background-color:rgb(118 85 0 / var(--tw-bg-opacity));
}
.hover\:n-bg-light-warning-icon\/0:hover {
  background-color:rgb(118 85 0 / 0);
}
.hover\:n-bg-light-warning-icon\/10:hover {
  background-color:rgb(118 85 0 / 0.1);
}
.hover\:n-bg-light-warning-icon\/100:hover {
  background-color:rgb(118 85 0 / 1);
}
.hover\:n-bg-light-warning-icon\/15:hover {
  background-color:rgb(118 85 0 / 0.15);
}
.hover\:n-bg-light-warning-icon\/20:hover {
  background-color:rgb(118 85 0 / 0.2);
}
.hover\:n-bg-light-warning-icon\/25:hover {
  background-color:rgb(118 85 0 / 0.25);
}
.hover\:n-bg-light-warning-icon\/30:hover {
  background-color:rgb(118 85 0 / 0.3);
}
.hover\:n-bg-light-warning-icon\/35:hover {
  background-color:rgb(118 85 0 / 0.35);
}
.hover\:n-bg-light-warning-icon\/40:hover {
  background-color:rgb(118 85 0 / 0.4);
}
.hover\:n-bg-light-warning-icon\/45:hover {
  background-color:rgb(118 85 0 / 0.45);
}
.hover\:n-bg-light-warning-icon\/5:hover {
  background-color:rgb(118 85 0 / 0.05);
}
.hover\:n-bg-light-warning-icon\/50:hover {
  background-color:rgb(118 85 0 / 0.5);
}
.hover\:n-bg-light-warning-icon\/55:hover {
  background-color:rgb(118 85 0 / 0.55);
}
.hover\:n-bg-light-warning-icon\/60:hover {
  background-color:rgb(118 85 0 / 0.6);
}
.hover\:n-bg-light-warning-icon\/65:hover {
  background-color:rgb(118 85 0 / 0.65);
}
.hover\:n-bg-light-warning-icon\/70:hover {
  background-color:rgb(118 85 0 / 0.7);
}
.hover\:n-bg-light-warning-icon\/75:hover {
  background-color:rgb(118 85 0 / 0.75);
}
.hover\:n-bg-light-warning-icon\/80:hover {
  background-color:rgb(118 85 0 / 0.8);
}
.hover\:n-bg-light-warning-icon\/85:hover {
  background-color:rgb(118 85 0 / 0.85);
}
.hover\:n-bg-light-warning-icon\/90:hover {
  background-color:rgb(118 85 0 / 0.9);
}
.hover\:n-bg-light-warning-icon\/95:hover {
  background-color:rgb(118 85 0 / 0.95);
}
.hover\:n-bg-light-warning-text:hover {
  --tw-bg-opacity:1;
  background-color:rgb(118 85 0 / var(--tw-bg-opacity));
}
.hover\:n-bg-light-warning-text\/0:hover {
  background-color:rgb(118 85 0 / 0);
}
.hover\:n-bg-light-warning-text\/10:hover {
  background-color:rgb(118 85 0 / 0.1);
}
.hover\:n-bg-light-warning-text\/100:hover {
  background-color:rgb(118 85 0 / 1);
}
.hover\:n-bg-light-warning-text\/15:hover {
  background-color:rgb(118 85 0 / 0.15);
}
.hover\:n-bg-light-warning-text\/20:hover {
  background-color:rgb(118 85 0 / 0.2);
}
.hover\:n-bg-light-warning-text\/25:hover {
  background-color:rgb(118 85 0 / 0.25);
}
.hover\:n-bg-light-warning-text\/30:hover {
  background-color:rgb(118 85 0 / 0.3);
}
.hover\:n-bg-light-warning-text\/35:hover {
  background-color:rgb(118 85 0 / 0.35);
}
.hover\:n-bg-light-warning-text\/40:hover {
  background-color:rgb(118 85 0 / 0.4);
}
.hover\:n-bg-light-warning-text\/45:hover {
  background-color:rgb(118 85 0 / 0.45);
}
.hover\:n-bg-light-warning-text\/5:hover {
  background-color:rgb(118 85 0 / 0.05);
}
.hover\:n-bg-light-warning-text\/50:hover {
  background-color:rgb(118 85 0 / 0.5);
}
.hover\:n-bg-light-warning-text\/55:hover {
  background-color:rgb(118 85 0 / 0.55);
}
.hover\:n-bg-light-warning-text\/60:hover {
  background-color:rgb(118 85 0 / 0.6);
}
.hover\:n-bg-light-warning-text\/65:hover {
  background-color:rgb(118 85 0 / 0.65);
}
.hover\:n-bg-light-warning-text\/70:hover {
  background-color:rgb(118 85 0 / 0.7);
}
.hover\:n-bg-light-warning-text\/75:hover {
  background-color:rgb(118 85 0 / 0.75);
}
.hover\:n-bg-light-warning-text\/80:hover {
  background-color:rgb(118 85 0 / 0.8);
}
.hover\:n-bg-light-warning-text\/85:hover {
  background-color:rgb(118 85 0 / 0.85);
}
.hover\:n-bg-light-warning-text\/90:hover {
  background-color:rgb(118 85 0 / 0.9);
}
.hover\:n-bg-light-warning-text\/95:hover {
  background-color:rgb(118 85 0 / 0.95);
}
.hover\:n-bg-neutral-10:hover {
  --tw-bg-opacity:1;
  background-color:rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:n-bg-neutral-10\/0:hover {
  background-color:rgb(255 255 255 / 0);
}
.hover\:n-bg-neutral-10\/10:hover {
  background-color:rgb(255 255 255 / 0.1);
}
.hover\:n-bg-neutral-10\/100:hover {
  background-color:rgb(255 255 255 / 1);
}
.hover\:n-bg-neutral-10\/15:hover {
  background-color:rgb(255 255 255 / 0.15);
}
.hover\:n-bg-neutral-10\/20:hover {
  background-color:rgb(255 255 255 / 0.2);
}
.hover\:n-bg-neutral-10\/25:hover {
  background-color:rgb(255 255 255 / 0.25);
}
.hover\:n-bg-neutral-10\/30:hover {
  background-color:rgb(255 255 255 / 0.3);
}
.hover\:n-bg-neutral-10\/35:hover {
  background-color:rgb(255 255 255 / 0.35);
}
.hover\:n-bg-neutral-10\/40:hover {
  background-color:rgb(255 255 255 / 0.4);
}
.hover\:n-bg-neutral-10\/45:hover {
  background-color:rgb(255 255 255 / 0.45);
}
.hover\:n-bg-neutral-10\/5:hover {
  background-color:rgb(255 255 255 / 0.05);
}
.hover\:n-bg-neutral-10\/50:hover {
  background-color:rgb(255 255 255 / 0.5);
}
.hover\:n-bg-neutral-10\/55:hover {
  background-color:rgb(255 255 255 / 0.55);
}
.hover\:n-bg-neutral-10\/60:hover {
  background-color:rgb(255 255 255 / 0.6);
}
.hover\:n-bg-neutral-10\/65:hover {
  background-color:rgb(255 255 255 / 0.65);
}
.hover\:n-bg-neutral-10\/70:hover {
  background-color:rgb(255 255 255 / 0.7);
}
.hover\:n-bg-neutral-10\/75:hover {
  background-color:rgb(255 255 255 / 0.75);
}
.hover\:n-bg-neutral-10\/80:hover {
  background-color:rgb(255 255 255 / 0.8);
}
.hover\:n-bg-neutral-10\/85:hover {
  background-color:rgb(255 255 255 / 0.85);
}
.hover\:n-bg-neutral-10\/90:hover {
  background-color:rgb(255 255 255 / 0.9);
}
.hover\:n-bg-neutral-10\/95:hover {
  background-color:rgb(255 255 255 / 0.95);
}
.hover\:n-bg-neutral-15:hover {
  --tw-bg-opacity:1;
  background-color:rgb(245 246 246 / var(--tw-bg-opacity));
}
.hover\:n-bg-neutral-15\/0:hover {
  background-color:rgb(245 246 246 / 0);
}
.hover\:n-bg-neutral-15\/10:hover {
  background-color:rgb(245 246 246 / 0.1);
}
.hover\:n-bg-neutral-15\/100:hover {
  background-color:rgb(245 246 246 / 1);
}
.hover\:n-bg-neutral-15\/15:hover {
  background-color:rgb(245 246 246 / 0.15);
}
.hover\:n-bg-neutral-15\/20:hover {
  background-color:rgb(245 246 246 / 0.2);
}
.hover\:n-bg-neutral-15\/25:hover {
  background-color:rgb(245 246 246 / 0.25);
}
.hover\:n-bg-neutral-15\/30:hover {
  background-color:rgb(245 246 246 / 0.3);
}
.hover\:n-bg-neutral-15\/35:hover {
  background-color:rgb(245 246 246 / 0.35);
}
.hover\:n-bg-neutral-15\/40:hover {
  background-color:rgb(245 246 246 / 0.4);
}
.hover\:n-bg-neutral-15\/45:hover {
  background-color:rgb(245 246 246 / 0.45);
}
.hover\:n-bg-neutral-15\/5:hover {
  background-color:rgb(245 246 246 / 0.05);
}
.hover\:n-bg-neutral-15\/50:hover {
  background-color:rgb(245 246 246 / 0.5);
}
.hover\:n-bg-neutral-15\/55:hover {
  background-color:rgb(245 246 246 / 0.55);
}
.hover\:n-bg-neutral-15\/60:hover {
  background-color:rgb(245 246 246 / 0.6);
}
.hover\:n-bg-neutral-15\/65:hover {
  background-color:rgb(245 246 246 / 0.65);
}
.hover\:n-bg-neutral-15\/70:hover {
  background-color:rgb(245 246 246 / 0.7);
}
.hover\:n-bg-neutral-15\/75:hover {
  background-color:rgb(245 246 246 / 0.75);
}
.hover\:n-bg-neutral-15\/80:hover {
  background-color:rgb(245 246 246 / 0.8);
}
.hover\:n-bg-neutral-15\/85:hover {
  background-color:rgb(245 246 246 / 0.85);
}
.hover\:n-bg-neutral-15\/90:hover {
  background-color:rgb(245 246 246 / 0.9);
}
.hover\:n-bg-neutral-15\/95:hover {
  background-color:rgb(245 246 246 / 0.95);
}
.hover\:n-bg-neutral-20:hover {
  --tw-bg-opacity:1;
  background-color:rgb(226 227 229 / var(--tw-bg-opacity));
}
.hover\:n-bg-neutral-20\/0:hover {
  background-color:rgb(226 227 229 / 0);
}
.hover\:n-bg-neutral-20\/10:hover {
  background-color:rgb(226 227 229 / 0.1);
}
.hover\:n-bg-neutral-20\/100:hover {
  background-color:rgb(226 227 229 / 1);
}
.hover\:n-bg-neutral-20\/15:hover {
  background-color:rgb(226 227 229 / 0.15);
}
.hover\:n-bg-neutral-20\/20:hover {
  background-color:rgb(226 227 229 / 0.2);
}
.hover\:n-bg-neutral-20\/25:hover {
  background-color:rgb(226 227 229 / 0.25);
}
.hover\:n-bg-neutral-20\/30:hover {
  background-color:rgb(226 227 229 / 0.3);
}
.hover\:n-bg-neutral-20\/35:hover {
  background-color:rgb(226 227 229 / 0.35);
}
.hover\:n-bg-neutral-20\/40:hover {
  background-color:rgb(226 227 229 / 0.4);
}
.hover\:n-bg-neutral-20\/45:hover {
  background-color:rgb(226 227 229 / 0.45);
}
.hover\:n-bg-neutral-20\/5:hover {
  background-color:rgb(226 227 229 / 0.05);
}
.hover\:n-bg-neutral-20\/50:hover {
  background-color:rgb(226 227 229 / 0.5);
}
.hover\:n-bg-neutral-20\/55:hover {
  background-color:rgb(226 227 229 / 0.55);
}
.hover\:n-bg-neutral-20\/60:hover {
  background-color:rgb(226 227 229 / 0.6);
}
.hover\:n-bg-neutral-20\/65:hover {
  background-color:rgb(226 227 229 / 0.65);
}
.hover\:n-bg-neutral-20\/70:hover {
  background-color:rgb(226 227 229 / 0.7);
}
.hover\:n-bg-neutral-20\/75:hover {
  background-color:rgb(226 227 229 / 0.75);
}
.hover\:n-bg-neutral-20\/80:hover {
  background-color:rgb(226 227 229 / 0.8);
}
.hover\:n-bg-neutral-20\/85:hover {
  background-color:rgb(226 227 229 / 0.85);
}
.hover\:n-bg-neutral-20\/90:hover {
  background-color:rgb(226 227 229 / 0.9);
}
.hover\:n-bg-neutral-20\/95:hover {
  background-color:rgb(226 227 229 / 0.95);
}
.hover\:n-bg-neutral-25:hover {
  --tw-bg-opacity:1;
  background-color:rgb(207 209 212 / var(--tw-bg-opacity));
}
.hover\:n-bg-neutral-25\/0:hover {
  background-color:rgb(207 209 212 / 0);
}
.hover\:n-bg-neutral-25\/10:hover {
  background-color:rgb(207 209 212 / 0.1);
}
.hover\:n-bg-neutral-25\/100:hover {
  background-color:rgb(207 209 212 / 1);
}
.hover\:n-bg-neutral-25\/15:hover {
  background-color:rgb(207 209 212 / 0.15);
}
.hover\:n-bg-neutral-25\/20:hover {
  background-color:rgb(207 209 212 / 0.2);
}
.hover\:n-bg-neutral-25\/25:hover {
  background-color:rgb(207 209 212 / 0.25);
}
.hover\:n-bg-neutral-25\/30:hover {
  background-color:rgb(207 209 212 / 0.3);
}
.hover\:n-bg-neutral-25\/35:hover {
  background-color:rgb(207 209 212 / 0.35);
}
.hover\:n-bg-neutral-25\/40:hover {
  background-color:rgb(207 209 212 / 0.4);
}
.hover\:n-bg-neutral-25\/45:hover {
  background-color:rgb(207 209 212 / 0.45);
}
.hover\:n-bg-neutral-25\/5:hover {
  background-color:rgb(207 209 212 / 0.05);
}
.hover\:n-bg-neutral-25\/50:hover {
  background-color:rgb(207 209 212 / 0.5);
}
.hover\:n-bg-neutral-25\/55:hover {
  background-color:rgb(207 209 212 / 0.55);
}
.hover\:n-bg-neutral-25\/60:hover {
  background-color:rgb(207 209 212 / 0.6);
}
.hover\:n-bg-neutral-25\/65:hover {
  background-color:rgb(207 209 212 / 0.65);
}
.hover\:n-bg-neutral-25\/70:hover {
  background-color:rgb(207 209 212 / 0.7);
}
.hover\:n-bg-neutral-25\/75:hover {
  background-color:rgb(207 209 212 / 0.75);
}
.hover\:n-bg-neutral-25\/80:hover {
  background-color:rgb(207 209 212 / 0.8);
}
.hover\:n-bg-neutral-25\/85:hover {
  background-color:rgb(207 209 212 / 0.85);
}
.hover\:n-bg-neutral-25\/90:hover {
  background-color:rgb(207 209 212 / 0.9);
}
.hover\:n-bg-neutral-25\/95:hover {
  background-color:rgb(207 209 212 / 0.95);
}
.hover\:n-bg-neutral-30:hover {
  --tw-bg-opacity:1;
  background-color:rgb(187 190 195 / var(--tw-bg-opacity));
}
.hover\:n-bg-neutral-30\/0:hover {
  background-color:rgb(187 190 195 / 0);
}
.hover\:n-bg-neutral-30\/10:hover {
  background-color:rgb(187 190 195 / 0.1);
}
.hover\:n-bg-neutral-30\/100:hover {
  background-color:rgb(187 190 195 / 1);
}
.hover\:n-bg-neutral-30\/15:hover {
  background-color:rgb(187 190 195 / 0.15);
}
.hover\:n-bg-neutral-30\/20:hover {
  background-color:rgb(187 190 195 / 0.2);
}
.hover\:n-bg-neutral-30\/25:hover {
  background-color:rgb(187 190 195 / 0.25);
}
.hover\:n-bg-neutral-30\/30:hover {
  background-color:rgb(187 190 195 / 0.3);
}
.hover\:n-bg-neutral-30\/35:hover {
  background-color:rgb(187 190 195 / 0.35);
}
.hover\:n-bg-neutral-30\/40:hover {
  background-color:rgb(187 190 195 / 0.4);
}
.hover\:n-bg-neutral-30\/45:hover {
  background-color:rgb(187 190 195 / 0.45);
}
.hover\:n-bg-neutral-30\/5:hover {
  background-color:rgb(187 190 195 / 0.05);
}
.hover\:n-bg-neutral-30\/50:hover {
  background-color:rgb(187 190 195 / 0.5);
}
.hover\:n-bg-neutral-30\/55:hover {
  background-color:rgb(187 190 195 / 0.55);
}
.hover\:n-bg-neutral-30\/60:hover {
  background-color:rgb(187 190 195 / 0.6);
}
.hover\:n-bg-neutral-30\/65:hover {
  background-color:rgb(187 190 195 / 0.65);
}
.hover\:n-bg-neutral-30\/70:hover {
  background-color:rgb(187 190 195 / 0.7);
}
.hover\:n-bg-neutral-30\/75:hover {
  background-color:rgb(187 190 195 / 0.75);
}
.hover\:n-bg-neutral-30\/80:hover {
  background-color:rgb(187 190 195 / 0.8);
}
.hover\:n-bg-neutral-30\/85:hover {
  background-color:rgb(187 190 195 / 0.85);
}
.hover\:n-bg-neutral-30\/90:hover {
  background-color:rgb(187 190 195 / 0.9);
}
.hover\:n-bg-neutral-30\/95:hover {
  background-color:rgb(187 190 195 / 0.95);
}
.hover\:n-bg-neutral-35:hover {
  --tw-bg-opacity:1;
  background-color:rgb(168 172 178 / var(--tw-bg-opacity));
}
.hover\:n-bg-neutral-35\/0:hover {
  background-color:rgb(168 172 178 / 0);
}
.hover\:n-bg-neutral-35\/10:hover {
  background-color:rgb(168 172 178 / 0.1);
}
.hover\:n-bg-neutral-35\/100:hover {
  background-color:rgb(168 172 178 / 1);
}
.hover\:n-bg-neutral-35\/15:hover {
  background-color:rgb(168 172 178 / 0.15);
}
.hover\:n-bg-neutral-35\/20:hover {
  background-color:rgb(168 172 178 / 0.2);
}
.hover\:n-bg-neutral-35\/25:hover {
  background-color:rgb(168 172 178 / 0.25);
}
.hover\:n-bg-neutral-35\/30:hover {
  background-color:rgb(168 172 178 / 0.3);
}
.hover\:n-bg-neutral-35\/35:hover {
  background-color:rgb(168 172 178 / 0.35);
}
.hover\:n-bg-neutral-35\/40:hover {
  background-color:rgb(168 172 178 / 0.4);
}
.hover\:n-bg-neutral-35\/45:hover {
  background-color:rgb(168 172 178 / 0.45);
}
.hover\:n-bg-neutral-35\/5:hover {
  background-color:rgb(168 172 178 / 0.05);
}
.hover\:n-bg-neutral-35\/50:hover {
  background-color:rgb(168 172 178 / 0.5);
}
.hover\:n-bg-neutral-35\/55:hover {
  background-color:rgb(168 172 178 / 0.55);
}
.hover\:n-bg-neutral-35\/60:hover {
  background-color:rgb(168 172 178 / 0.6);
}
.hover\:n-bg-neutral-35\/65:hover {
  background-color:rgb(168 172 178 / 0.65);
}
.hover\:n-bg-neutral-35\/70:hover {
  background-color:rgb(168 172 178 / 0.7);
}
.hover\:n-bg-neutral-35\/75:hover {
  background-color:rgb(168 172 178 / 0.75);
}
.hover\:n-bg-neutral-35\/80:hover {
  background-color:rgb(168 172 178 / 0.8);
}
.hover\:n-bg-neutral-35\/85:hover {
  background-color:rgb(168 172 178 / 0.85);
}
.hover\:n-bg-neutral-35\/90:hover {
  background-color:rgb(168 172 178 / 0.9);
}
.hover\:n-bg-neutral-35\/95:hover {
  background-color:rgb(168 172 178 / 0.95);
}
.hover\:n-bg-neutral-40:hover {
  --tw-bg-opacity:1;
  background-color:rgb(149 154 161 / var(--tw-bg-opacity));
}
.hover\:n-bg-neutral-40\/0:hover {
  background-color:rgb(149 154 161 / 0);
}
.hover\:n-bg-neutral-40\/10:hover {
  background-color:rgb(149 154 161 / 0.1);
}
.hover\:n-bg-neutral-40\/100:hover {
  background-color:rgb(149 154 161 / 1);
}
.hover\:n-bg-neutral-40\/15:hover {
  background-color:rgb(149 154 161 / 0.15);
}
.hover\:n-bg-neutral-40\/20:hover {
  background-color:rgb(149 154 161 / 0.2);
}
.hover\:n-bg-neutral-40\/25:hover {
  background-color:rgb(149 154 161 / 0.25);
}
.hover\:n-bg-neutral-40\/30:hover {
  background-color:rgb(149 154 161 / 0.3);
}
.hover\:n-bg-neutral-40\/35:hover {
  background-color:rgb(149 154 161 / 0.35);
}
.hover\:n-bg-neutral-40\/40:hover {
  background-color:rgb(149 154 161 / 0.4);
}
.hover\:n-bg-neutral-40\/45:hover {
  background-color:rgb(149 154 161 / 0.45);
}
.hover\:n-bg-neutral-40\/5:hover {
  background-color:rgb(149 154 161 / 0.05);
}
.hover\:n-bg-neutral-40\/50:hover {
  background-color:rgb(149 154 161 / 0.5);
}
.hover\:n-bg-neutral-40\/55:hover {
  background-color:rgb(149 154 161 / 0.55);
}
.hover\:n-bg-neutral-40\/60:hover {
  background-color:rgb(149 154 161 / 0.6);
}
.hover\:n-bg-neutral-40\/65:hover {
  background-color:rgb(149 154 161 / 0.65);
}
.hover\:n-bg-neutral-40\/70:hover {
  background-color:rgb(149 154 161 / 0.7);
}
.hover\:n-bg-neutral-40\/75:hover {
  background-color:rgb(149 154 161 / 0.75);
}
.hover\:n-bg-neutral-40\/80:hover {
  background-color:rgb(149 154 161 / 0.8);
}
.hover\:n-bg-neutral-40\/85:hover {
  background-color:rgb(149 154 161 / 0.85);
}
.hover\:n-bg-neutral-40\/90:hover {
  background-color:rgb(149 154 161 / 0.9);
}
.hover\:n-bg-neutral-40\/95:hover {
  background-color:rgb(149 154 161 / 0.95);
}
.hover\:n-bg-neutral-45:hover {
  --tw-bg-opacity:1;
  background-color:rgb(129 135 144 / var(--tw-bg-opacity));
}
.hover\:n-bg-neutral-45\/0:hover {
  background-color:rgb(129 135 144 / 0);
}
.hover\:n-bg-neutral-45\/10:hover {
  background-color:rgb(129 135 144 / 0.1);
}
.hover\:n-bg-neutral-45\/100:hover {
  background-color:rgb(129 135 144 / 1);
}
.hover\:n-bg-neutral-45\/15:hover {
  background-color:rgb(129 135 144 / 0.15);
}
.hover\:n-bg-neutral-45\/20:hover {
  background-color:rgb(129 135 144 / 0.2);
}
.hover\:n-bg-neutral-45\/25:hover {
  background-color:rgb(129 135 144 / 0.25);
}
.hover\:n-bg-neutral-45\/30:hover {
  background-color:rgb(129 135 144 / 0.3);
}
.hover\:n-bg-neutral-45\/35:hover {
  background-color:rgb(129 135 144 / 0.35);
}
.hover\:n-bg-neutral-45\/40:hover {
  background-color:rgb(129 135 144 / 0.4);
}
.hover\:n-bg-neutral-45\/45:hover {
  background-color:rgb(129 135 144 / 0.45);
}
.hover\:n-bg-neutral-45\/5:hover {
  background-color:rgb(129 135 144 / 0.05);
}
.hover\:n-bg-neutral-45\/50:hover {
  background-color:rgb(129 135 144 / 0.5);
}
.hover\:n-bg-neutral-45\/55:hover {
  background-color:rgb(129 135 144 / 0.55);
}
.hover\:n-bg-neutral-45\/60:hover {
  background-color:rgb(129 135 144 / 0.6);
}
.hover\:n-bg-neutral-45\/65:hover {
  background-color:rgb(129 135 144 / 0.65);
}
.hover\:n-bg-neutral-45\/70:hover {
  background-color:rgb(129 135 144 / 0.7);
}
.hover\:n-bg-neutral-45\/75:hover {
  background-color:rgb(129 135 144 / 0.75);
}
.hover\:n-bg-neutral-45\/80:hover {
  background-color:rgb(129 135 144 / 0.8);
}
.hover\:n-bg-neutral-45\/85:hover {
  background-color:rgb(129 135 144 / 0.85);
}
.hover\:n-bg-neutral-45\/90:hover {
  background-color:rgb(129 135 144 / 0.9);
}
.hover\:n-bg-neutral-45\/95:hover {
  background-color:rgb(129 135 144 / 0.95);
}
.hover\:n-bg-neutral-50:hover {
  --tw-bg-opacity:1;
  background-color:rgb(111 117 126 / var(--tw-bg-opacity));
}
.hover\:n-bg-neutral-50\/0:hover {
  background-color:rgb(111 117 126 / 0);
}
.hover\:n-bg-neutral-50\/10:hover {
  background-color:rgb(111 117 126 / 0.1);
}
.hover\:n-bg-neutral-50\/100:hover {
  background-color:rgb(111 117 126 / 1);
}
.hover\:n-bg-neutral-50\/15:hover {
  background-color:rgb(111 117 126 / 0.15);
}
.hover\:n-bg-neutral-50\/20:hover {
  background-color:rgb(111 117 126 / 0.2);
}
.hover\:n-bg-neutral-50\/25:hover {
  background-color:rgb(111 117 126 / 0.25);
}
.hover\:n-bg-neutral-50\/30:hover {
  background-color:rgb(111 117 126 / 0.3);
}
.hover\:n-bg-neutral-50\/35:hover {
  background-color:rgb(111 117 126 / 0.35);
}
.hover\:n-bg-neutral-50\/40:hover {
  background-color:rgb(111 117 126 / 0.4);
}
.hover\:n-bg-neutral-50\/45:hover {
  background-color:rgb(111 117 126 / 0.45);
}
.hover\:n-bg-neutral-50\/5:hover {
  background-color:rgb(111 117 126 / 0.05);
}
.hover\:n-bg-neutral-50\/50:hover {
  background-color:rgb(111 117 126 / 0.5);
}
.hover\:n-bg-neutral-50\/55:hover {
  background-color:rgb(111 117 126 / 0.55);
}
.hover\:n-bg-neutral-50\/60:hover {
  background-color:rgb(111 117 126 / 0.6);
}
.hover\:n-bg-neutral-50\/65:hover {
  background-color:rgb(111 117 126 / 0.65);
}
.hover\:n-bg-neutral-50\/70:hover {
  background-color:rgb(111 117 126 / 0.7);
}
.hover\:n-bg-neutral-50\/75:hover {
  background-color:rgb(111 117 126 / 0.75);
}
.hover\:n-bg-neutral-50\/80:hover {
  background-color:rgb(111 117 126 / 0.8);
}
.hover\:n-bg-neutral-50\/85:hover {
  background-color:rgb(111 117 126 / 0.85);
}
.hover\:n-bg-neutral-50\/90:hover {
  background-color:rgb(111 117 126 / 0.9);
}
.hover\:n-bg-neutral-50\/95:hover {
  background-color:rgb(111 117 126 / 0.95);
}
.hover\:n-bg-neutral-55:hover {
  --tw-bg-opacity:1;
  background-color:rgb(94 99 106 / var(--tw-bg-opacity));
}
.hover\:n-bg-neutral-55\/0:hover {
  background-color:rgb(94 99 106 / 0);
}
.hover\:n-bg-neutral-55\/10:hover {
  background-color:rgb(94 99 106 / 0.1);
}
.hover\:n-bg-neutral-55\/100:hover {
  background-color:rgb(94 99 106 / 1);
}
.hover\:n-bg-neutral-55\/15:hover {
  background-color:rgb(94 99 106 / 0.15);
}
.hover\:n-bg-neutral-55\/20:hover {
  background-color:rgb(94 99 106 / 0.2);
}
.hover\:n-bg-neutral-55\/25:hover {
  background-color:rgb(94 99 106 / 0.25);
}
.hover\:n-bg-neutral-55\/30:hover {
  background-color:rgb(94 99 106 / 0.3);
}
.hover\:n-bg-neutral-55\/35:hover {
  background-color:rgb(94 99 106 / 0.35);
}
.hover\:n-bg-neutral-55\/40:hover {
  background-color:rgb(94 99 106 / 0.4);
}
.hover\:n-bg-neutral-55\/45:hover {
  background-color:rgb(94 99 106 / 0.45);
}
.hover\:n-bg-neutral-55\/5:hover {
  background-color:rgb(94 99 106 / 0.05);
}
.hover\:n-bg-neutral-55\/50:hover {
  background-color:rgb(94 99 106 / 0.5);
}
.hover\:n-bg-neutral-55\/55:hover {
  background-color:rgb(94 99 106 / 0.55);
}
.hover\:n-bg-neutral-55\/60:hover {
  background-color:rgb(94 99 106 / 0.6);
}
.hover\:n-bg-neutral-55\/65:hover {
  background-color:rgb(94 99 106 / 0.65);
}
.hover\:n-bg-neutral-55\/70:hover {
  background-color:rgb(94 99 106 / 0.7);
}
.hover\:n-bg-neutral-55\/75:hover {
  background-color:rgb(94 99 106 / 0.75);
}
.hover\:n-bg-neutral-55\/80:hover {
  background-color:rgb(94 99 106 / 0.8);
}
.hover\:n-bg-neutral-55\/85:hover {
  background-color:rgb(94 99 106 / 0.85);
}
.hover\:n-bg-neutral-55\/90:hover {
  background-color:rgb(94 99 106 / 0.9);
}
.hover\:n-bg-neutral-55\/95:hover {
  background-color:rgb(94 99 106 / 0.95);
}
.hover\:n-bg-neutral-60:hover {
  --tw-bg-opacity:1;
  background-color:rgb(77 81 87 / var(--tw-bg-opacity));
}
.hover\:n-bg-neutral-60\/0:hover {
  background-color:rgb(77 81 87 / 0);
}
.hover\:n-bg-neutral-60\/10:hover {
  background-color:rgb(77 81 87 / 0.1);
}
.hover\:n-bg-neutral-60\/100:hover {
  background-color:rgb(77 81 87 / 1);
}
.hover\:n-bg-neutral-60\/15:hover {
  background-color:rgb(77 81 87 / 0.15);
}
.hover\:n-bg-neutral-60\/20:hover {
  background-color:rgb(77 81 87 / 0.2);
}
.hover\:n-bg-neutral-60\/25:hover {
  background-color:rgb(77 81 87 / 0.25);
}
.hover\:n-bg-neutral-60\/30:hover {
  background-color:rgb(77 81 87 / 0.3);
}
.hover\:n-bg-neutral-60\/35:hover {
  background-color:rgb(77 81 87 / 0.35);
}
.hover\:n-bg-neutral-60\/40:hover {
  background-color:rgb(77 81 87 / 0.4);
}
.hover\:n-bg-neutral-60\/45:hover {
  background-color:rgb(77 81 87 / 0.45);
}
.hover\:n-bg-neutral-60\/5:hover {
  background-color:rgb(77 81 87 / 0.05);
}
.hover\:n-bg-neutral-60\/50:hover {
  background-color:rgb(77 81 87 / 0.5);
}
.hover\:n-bg-neutral-60\/55:hover {
  background-color:rgb(77 81 87 / 0.55);
}
.hover\:n-bg-neutral-60\/60:hover {
  background-color:rgb(77 81 87 / 0.6);
}
.hover\:n-bg-neutral-60\/65:hover {
  background-color:rgb(77 81 87 / 0.65);
}
.hover\:n-bg-neutral-60\/70:hover {
  background-color:rgb(77 81 87 / 0.7);
}
.hover\:n-bg-neutral-60\/75:hover {
  background-color:rgb(77 81 87 / 0.75);
}
.hover\:n-bg-neutral-60\/80:hover {
  background-color:rgb(77 81 87 / 0.8);
}
.hover\:n-bg-neutral-60\/85:hover {
  background-color:rgb(77 81 87 / 0.85);
}
.hover\:n-bg-neutral-60\/90:hover {
  background-color:rgb(77 81 87 / 0.9);
}
.hover\:n-bg-neutral-60\/95:hover {
  background-color:rgb(77 81 87 / 0.95);
}
.hover\:n-bg-neutral-65:hover {
  --tw-bg-opacity:1;
  background-color:rgb(60 63 68 / var(--tw-bg-opacity));
}
.hover\:n-bg-neutral-65\/0:hover {
  background-color:rgb(60 63 68 / 0);
}
.hover\:n-bg-neutral-65\/10:hover {
  background-color:rgb(60 63 68 / 0.1);
}
.hover\:n-bg-neutral-65\/100:hover {
  background-color:rgb(60 63 68 / 1);
}
.hover\:n-bg-neutral-65\/15:hover {
  background-color:rgb(60 63 68 / 0.15);
}
.hover\:n-bg-neutral-65\/20:hover {
  background-color:rgb(60 63 68 / 0.2);
}
.hover\:n-bg-neutral-65\/25:hover {
  background-color:rgb(60 63 68 / 0.25);
}
.hover\:n-bg-neutral-65\/30:hover {
  background-color:rgb(60 63 68 / 0.3);
}
.hover\:n-bg-neutral-65\/35:hover {
  background-color:rgb(60 63 68 / 0.35);
}
.hover\:n-bg-neutral-65\/40:hover {
  background-color:rgb(60 63 68 / 0.4);
}
.hover\:n-bg-neutral-65\/45:hover {
  background-color:rgb(60 63 68 / 0.45);
}
.hover\:n-bg-neutral-65\/5:hover {
  background-color:rgb(60 63 68 / 0.05);
}
.hover\:n-bg-neutral-65\/50:hover {
  background-color:rgb(60 63 68 / 0.5);
}
.hover\:n-bg-neutral-65\/55:hover {
  background-color:rgb(60 63 68 / 0.55);
}
.hover\:n-bg-neutral-65\/60:hover {
  background-color:rgb(60 63 68 / 0.6);
}
.hover\:n-bg-neutral-65\/65:hover {
  background-color:rgb(60 63 68 / 0.65);
}
.hover\:n-bg-neutral-65\/70:hover {
  background-color:rgb(60 63 68 / 0.7);
}
.hover\:n-bg-neutral-65\/75:hover {
  background-color:rgb(60 63 68 / 0.75);
}
.hover\:n-bg-neutral-65\/80:hover {
  background-color:rgb(60 63 68 / 0.8);
}
.hover\:n-bg-neutral-65\/85:hover {
  background-color:rgb(60 63 68 / 0.85);
}
.hover\:n-bg-neutral-65\/90:hover {
  background-color:rgb(60 63 68 / 0.9);
}
.hover\:n-bg-neutral-65\/95:hover {
  background-color:rgb(60 63 68 / 0.95);
}
.hover\:n-bg-neutral-70:hover {
  --tw-bg-opacity:1;
  background-color:rgb(33 35 37 / var(--tw-bg-opacity));
}
.hover\:n-bg-neutral-70\/0:hover {
  background-color:rgb(33 35 37 / 0);
}
.hover\:n-bg-neutral-70\/10:hover {
  background-color:rgb(33 35 37 / 0.1);
}
.hover\:n-bg-neutral-70\/100:hover {
  background-color:rgb(33 35 37 / 1);
}
.hover\:n-bg-neutral-70\/15:hover {
  background-color:rgb(33 35 37 / 0.15);
}
.hover\:n-bg-neutral-70\/20:hover {
  background-color:rgb(33 35 37 / 0.2);
}
.hover\:n-bg-neutral-70\/25:hover {
  background-color:rgb(33 35 37 / 0.25);
}
.hover\:n-bg-neutral-70\/30:hover {
  background-color:rgb(33 35 37 / 0.3);
}
.hover\:n-bg-neutral-70\/35:hover {
  background-color:rgb(33 35 37 / 0.35);
}
.hover\:n-bg-neutral-70\/40:hover {
  background-color:rgb(33 35 37 / 0.4);
}
.hover\:n-bg-neutral-70\/45:hover {
  background-color:rgb(33 35 37 / 0.45);
}
.hover\:n-bg-neutral-70\/5:hover {
  background-color:rgb(33 35 37 / 0.05);
}
.hover\:n-bg-neutral-70\/50:hover {
  background-color:rgb(33 35 37 / 0.5);
}
.hover\:n-bg-neutral-70\/55:hover {
  background-color:rgb(33 35 37 / 0.55);
}
.hover\:n-bg-neutral-70\/60:hover {
  background-color:rgb(33 35 37 / 0.6);
}
.hover\:n-bg-neutral-70\/65:hover {
  background-color:rgb(33 35 37 / 0.65);
}
.hover\:n-bg-neutral-70\/70:hover {
  background-color:rgb(33 35 37 / 0.7);
}
.hover\:n-bg-neutral-70\/75:hover {
  background-color:rgb(33 35 37 / 0.75);
}
.hover\:n-bg-neutral-70\/80:hover {
  background-color:rgb(33 35 37 / 0.8);
}
.hover\:n-bg-neutral-70\/85:hover {
  background-color:rgb(33 35 37 / 0.85);
}
.hover\:n-bg-neutral-70\/90:hover {
  background-color:rgb(33 35 37 / 0.9);
}
.hover\:n-bg-neutral-70\/95:hover {
  background-color:rgb(33 35 37 / 0.95);
}
.hover\:n-bg-neutral-75:hover {
  --tw-bg-opacity:1;
  background-color:rgb(26 27 29 / var(--tw-bg-opacity));
}
.hover\:n-bg-neutral-75\/0:hover {
  background-color:rgb(26 27 29 / 0);
}
.hover\:n-bg-neutral-75\/10:hover {
  background-color:rgb(26 27 29 / 0.1);
}
.hover\:n-bg-neutral-75\/100:hover {
  background-color:rgb(26 27 29 / 1);
}
.hover\:n-bg-neutral-75\/15:hover {
  background-color:rgb(26 27 29 / 0.15);
}
.hover\:n-bg-neutral-75\/20:hover {
  background-color:rgb(26 27 29 / 0.2);
}
.hover\:n-bg-neutral-75\/25:hover {
  background-color:rgb(26 27 29 / 0.25);
}
.hover\:n-bg-neutral-75\/30:hover {
  background-color:rgb(26 27 29 / 0.3);
}
.hover\:n-bg-neutral-75\/35:hover {
  background-color:rgb(26 27 29 / 0.35);
}
.hover\:n-bg-neutral-75\/40:hover {
  background-color:rgb(26 27 29 / 0.4);
}
.hover\:n-bg-neutral-75\/45:hover {
  background-color:rgb(26 27 29 / 0.45);
}
.hover\:n-bg-neutral-75\/5:hover {
  background-color:rgb(26 27 29 / 0.05);
}
.hover\:n-bg-neutral-75\/50:hover {
  background-color:rgb(26 27 29 / 0.5);
}
.hover\:n-bg-neutral-75\/55:hover {
  background-color:rgb(26 27 29 / 0.55);
}
.hover\:n-bg-neutral-75\/60:hover {
  background-color:rgb(26 27 29 / 0.6);
}
.hover\:n-bg-neutral-75\/65:hover {
  background-color:rgb(26 27 29 / 0.65);
}
.hover\:n-bg-neutral-75\/70:hover {
  background-color:rgb(26 27 29 / 0.7);
}
.hover\:n-bg-neutral-75\/75:hover {
  background-color:rgb(26 27 29 / 0.75);
}
.hover\:n-bg-neutral-75\/80:hover {
  background-color:rgb(26 27 29 / 0.8);
}
.hover\:n-bg-neutral-75\/85:hover {
  background-color:rgb(26 27 29 / 0.85);
}
.hover\:n-bg-neutral-75\/90:hover {
  background-color:rgb(26 27 29 / 0.9);
}
.hover\:n-bg-neutral-75\/95:hover {
  background-color:rgb(26 27 29 / 0.95);
}
.hover\:n-bg-neutral-80:hover {
  --tw-bg-opacity:1;
  background-color:rgb(9 9 10 / var(--tw-bg-opacity));
}
.hover\:n-bg-neutral-80\/0:hover {
  background-color:rgb(9 9 10 / 0);
}
.hover\:n-bg-neutral-80\/10:hover {
  background-color:rgb(9 9 10 / 0.1);
}
.hover\:n-bg-neutral-80\/100:hover {
  background-color:rgb(9 9 10 / 1);
}
.hover\:n-bg-neutral-80\/15:hover {
  background-color:rgb(9 9 10 / 0.15);
}
.hover\:n-bg-neutral-80\/20:hover {
  background-color:rgb(9 9 10 / 0.2);
}
.hover\:n-bg-neutral-80\/25:hover {
  background-color:rgb(9 9 10 / 0.25);
}
.hover\:n-bg-neutral-80\/30:hover {
  background-color:rgb(9 9 10 / 0.3);
}
.hover\:n-bg-neutral-80\/35:hover {
  background-color:rgb(9 9 10 / 0.35);
}
.hover\:n-bg-neutral-80\/40:hover {
  background-color:rgb(9 9 10 / 0.4);
}
.hover\:n-bg-neutral-80\/45:hover {
  background-color:rgb(9 9 10 / 0.45);
}
.hover\:n-bg-neutral-80\/5:hover {
  background-color:rgb(9 9 10 / 0.05);
}
.hover\:n-bg-neutral-80\/50:hover {
  background-color:rgb(9 9 10 / 0.5);
}
.hover\:n-bg-neutral-80\/55:hover {
  background-color:rgb(9 9 10 / 0.55);
}
.hover\:n-bg-neutral-80\/60:hover {
  background-color:rgb(9 9 10 / 0.6);
}
.hover\:n-bg-neutral-80\/65:hover {
  background-color:rgb(9 9 10 / 0.65);
}
.hover\:n-bg-neutral-80\/70:hover {
  background-color:rgb(9 9 10 / 0.7);
}
.hover\:n-bg-neutral-80\/75:hover {
  background-color:rgb(9 9 10 / 0.75);
}
.hover\:n-bg-neutral-80\/80:hover {
  background-color:rgb(9 9 10 / 0.8);
}
.hover\:n-bg-neutral-80\/85:hover {
  background-color:rgb(9 9 10 / 0.85);
}
.hover\:n-bg-neutral-80\/90:hover {
  background-color:rgb(9 9 10 / 0.9);
}
.hover\:n-bg-neutral-80\/95:hover {
  background-color:rgb(9 9 10 / 0.95);
}
.hover\:n-bg-palette-danger-bg-status:hover {
  background-color:rgb(var(--theme-palette-danger-bg-status));
}
.hover\:n-bg-palette-danger-bg-status\/0:hover {
  background-color:rgb(var(--theme-palette-danger-bg-status) / 0);
}
.hover\:n-bg-palette-danger-bg-status\/10:hover {
  background-color:rgb(var(--theme-palette-danger-bg-status) / 0.1);
}
.hover\:n-bg-palette-danger-bg-status\/100:hover {
  background-color:rgb(var(--theme-palette-danger-bg-status) / 1);
}
.hover\:n-bg-palette-danger-bg-status\/15:hover {
  background-color:rgb(var(--theme-palette-danger-bg-status) / 0.15);
}
.hover\:n-bg-palette-danger-bg-status\/20:hover {
  background-color:rgb(var(--theme-palette-danger-bg-status) / 0.2);
}
.hover\:n-bg-palette-danger-bg-status\/25:hover {
  background-color:rgb(var(--theme-palette-danger-bg-status) / 0.25);
}
.hover\:n-bg-palette-danger-bg-status\/30:hover {
  background-color:rgb(var(--theme-palette-danger-bg-status) / 0.3);
}
.hover\:n-bg-palette-danger-bg-status\/35:hover {
  background-color:rgb(var(--theme-palette-danger-bg-status) / 0.35);
}
.hover\:n-bg-palette-danger-bg-status\/40:hover {
  background-color:rgb(var(--theme-palette-danger-bg-status) / 0.4);
}
.hover\:n-bg-palette-danger-bg-status\/45:hover {
  background-color:rgb(var(--theme-palette-danger-bg-status) / 0.45);
}
.hover\:n-bg-palette-danger-bg-status\/5:hover {
  background-color:rgb(var(--theme-palette-danger-bg-status) / 0.05);
}
.hover\:n-bg-palette-danger-bg-status\/50:hover {
  background-color:rgb(var(--theme-palette-danger-bg-status) / 0.5);
}
.hover\:n-bg-palette-danger-bg-status\/55:hover {
  background-color:rgb(var(--theme-palette-danger-bg-status) / 0.55);
}
.hover\:n-bg-palette-danger-bg-status\/60:hover {
  background-color:rgb(var(--theme-palette-danger-bg-status) / 0.6);
}
.hover\:n-bg-palette-danger-bg-status\/65:hover {
  background-color:rgb(var(--theme-palette-danger-bg-status) / 0.65);
}
.hover\:n-bg-palette-danger-bg-status\/70:hover {
  background-color:rgb(var(--theme-palette-danger-bg-status) / 0.7);
}
.hover\:n-bg-palette-danger-bg-status\/75:hover {
  background-color:rgb(var(--theme-palette-danger-bg-status) / 0.75);
}
.hover\:n-bg-palette-danger-bg-status\/80:hover {
  background-color:rgb(var(--theme-palette-danger-bg-status) / 0.8);
}
.hover\:n-bg-palette-danger-bg-status\/85:hover {
  background-color:rgb(var(--theme-palette-danger-bg-status) / 0.85);
}
.hover\:n-bg-palette-danger-bg-status\/90:hover {
  background-color:rgb(var(--theme-palette-danger-bg-status) / 0.9);
}
.hover\:n-bg-palette-danger-bg-status\/95:hover {
  background-color:rgb(var(--theme-palette-danger-bg-status) / 0.95);
}
.hover\:n-bg-palette-danger-bg-strong:hover {
  background-color:rgb(var(--theme-palette-danger-bg-strong));
}
.hover\:n-bg-palette-danger-bg-strong\/0:hover {
  background-color:rgb(var(--theme-palette-danger-bg-strong) / 0);
}
.hover\:n-bg-palette-danger-bg-strong\/10:hover {
  background-color:rgb(var(--theme-palette-danger-bg-strong) / 0.1);
}
.hover\:n-bg-palette-danger-bg-strong\/100:hover {
  background-color:rgb(var(--theme-palette-danger-bg-strong) / 1);
}
.hover\:n-bg-palette-danger-bg-strong\/15:hover {
  background-color:rgb(var(--theme-palette-danger-bg-strong) / 0.15);
}
.hover\:n-bg-palette-danger-bg-strong\/20:hover {
  background-color:rgb(var(--theme-palette-danger-bg-strong) / 0.2);
}
.hover\:n-bg-palette-danger-bg-strong\/25:hover {
  background-color:rgb(var(--theme-palette-danger-bg-strong) / 0.25);
}
.hover\:n-bg-palette-danger-bg-strong\/30:hover {
  background-color:rgb(var(--theme-palette-danger-bg-strong) / 0.3);
}
.hover\:n-bg-palette-danger-bg-strong\/35:hover {
  background-color:rgb(var(--theme-palette-danger-bg-strong) / 0.35);
}
.hover\:n-bg-palette-danger-bg-strong\/40:hover {
  background-color:rgb(var(--theme-palette-danger-bg-strong) / 0.4);
}
.hover\:n-bg-palette-danger-bg-strong\/45:hover {
  background-color:rgb(var(--theme-palette-danger-bg-strong) / 0.45);
}
.hover\:n-bg-palette-danger-bg-strong\/5:hover {
  background-color:rgb(var(--theme-palette-danger-bg-strong) / 0.05);
}
.hover\:n-bg-palette-danger-bg-strong\/50:hover {
  background-color:rgb(var(--theme-palette-danger-bg-strong) / 0.5);
}
.hover\:n-bg-palette-danger-bg-strong\/55:hover {
  background-color:rgb(var(--theme-palette-danger-bg-strong) / 0.55);
}
.hover\:n-bg-palette-danger-bg-strong\/60:hover {
  background-color:rgb(var(--theme-palette-danger-bg-strong) / 0.6);
}
.hover\:n-bg-palette-danger-bg-strong\/65:hover {
  background-color:rgb(var(--theme-palette-danger-bg-strong) / 0.65);
}
.hover\:n-bg-palette-danger-bg-strong\/70:hover {
  background-color:rgb(var(--theme-palette-danger-bg-strong) / 0.7);
}
.hover\:n-bg-palette-danger-bg-strong\/75:hover {
  background-color:rgb(var(--theme-palette-danger-bg-strong) / 0.75);
}
.hover\:n-bg-palette-danger-bg-strong\/80:hover {
  background-color:rgb(var(--theme-palette-danger-bg-strong) / 0.8);
}
.hover\:n-bg-palette-danger-bg-strong\/85:hover {
  background-color:rgb(var(--theme-palette-danger-bg-strong) / 0.85);
}
.hover\:n-bg-palette-danger-bg-strong\/90:hover {
  background-color:rgb(var(--theme-palette-danger-bg-strong) / 0.9);
}
.hover\:n-bg-palette-danger-bg-strong\/95:hover {
  background-color:rgb(var(--theme-palette-danger-bg-strong) / 0.95);
}
.hover\:n-bg-palette-danger-bg-weak:hover {
  background-color:rgb(var(--theme-palette-danger-bg-weak));
}
.hover\:n-bg-palette-danger-bg-weak\/0:hover {
  background-color:rgb(var(--theme-palette-danger-bg-weak) / 0);
}
.hover\:n-bg-palette-danger-bg-weak\/10:hover {
  background-color:rgb(var(--theme-palette-danger-bg-weak) / 0.1);
}
.hover\:n-bg-palette-danger-bg-weak\/100:hover {
  background-color:rgb(var(--theme-palette-danger-bg-weak) / 1);
}
.hover\:n-bg-palette-danger-bg-weak\/15:hover {
  background-color:rgb(var(--theme-palette-danger-bg-weak) / 0.15);
}
.hover\:n-bg-palette-danger-bg-weak\/20:hover {
  background-color:rgb(var(--theme-palette-danger-bg-weak) / 0.2);
}
.hover\:n-bg-palette-danger-bg-weak\/25:hover {
  background-color:rgb(var(--theme-palette-danger-bg-weak) / 0.25);
}
.hover\:n-bg-palette-danger-bg-weak\/30:hover {
  background-color:rgb(var(--theme-palette-danger-bg-weak) / 0.3);
}
.hover\:n-bg-palette-danger-bg-weak\/35:hover {
  background-color:rgb(var(--theme-palette-danger-bg-weak) / 0.35);
}
.hover\:n-bg-palette-danger-bg-weak\/40:hover {
  background-color:rgb(var(--theme-palette-danger-bg-weak) / 0.4);
}
.hover\:n-bg-palette-danger-bg-weak\/45:hover {
  background-color:rgb(var(--theme-palette-danger-bg-weak) / 0.45);
}
.hover\:n-bg-palette-danger-bg-weak\/5:hover {
  background-color:rgb(var(--theme-palette-danger-bg-weak) / 0.05);
}
.hover\:n-bg-palette-danger-bg-weak\/50:hover {
  background-color:rgb(var(--theme-palette-danger-bg-weak) / 0.5);
}
.hover\:n-bg-palette-danger-bg-weak\/55:hover {
  background-color:rgb(var(--theme-palette-danger-bg-weak) / 0.55);
}
.hover\:n-bg-palette-danger-bg-weak\/60:hover {
  background-color:rgb(var(--theme-palette-danger-bg-weak) / 0.6);
}
.hover\:n-bg-palette-danger-bg-weak\/65:hover {
  background-color:rgb(var(--theme-palette-danger-bg-weak) / 0.65);
}
.hover\:n-bg-palette-danger-bg-weak\/70:hover {
  background-color:rgb(var(--theme-palette-danger-bg-weak) / 0.7);
}
.hover\:n-bg-palette-danger-bg-weak\/75:hover {
  background-color:rgb(var(--theme-palette-danger-bg-weak) / 0.75);
}
.hover\:n-bg-palette-danger-bg-weak\/80:hover {
  background-color:rgb(var(--theme-palette-danger-bg-weak) / 0.8);
}
.hover\:n-bg-palette-danger-bg-weak\/85:hover {
  background-color:rgb(var(--theme-palette-danger-bg-weak) / 0.85);
}
.hover\:n-bg-palette-danger-bg-weak\/90:hover {
  background-color:rgb(var(--theme-palette-danger-bg-weak) / 0.9);
}
.hover\:n-bg-palette-danger-bg-weak\/95:hover {
  background-color:rgb(var(--theme-palette-danger-bg-weak) / 0.95);
}
.hover\:n-bg-palette-danger-border-strong:hover {
  background-color:rgb(var(--theme-palette-danger-border-strong));
}
.hover\:n-bg-palette-danger-border-strong\/0:hover {
  background-color:rgb(var(--theme-palette-danger-border-strong) / 0);
}
.hover\:n-bg-palette-danger-border-strong\/10:hover {
  background-color:rgb(var(--theme-palette-danger-border-strong) / 0.1);
}
.hover\:n-bg-palette-danger-border-strong\/100:hover {
  background-color:rgb(var(--theme-palette-danger-border-strong) / 1);
}
.hover\:n-bg-palette-danger-border-strong\/15:hover {
  background-color:rgb(var(--theme-palette-danger-border-strong) / 0.15);
}
.hover\:n-bg-palette-danger-border-strong\/20:hover {
  background-color:rgb(var(--theme-palette-danger-border-strong) / 0.2);
}
.hover\:n-bg-palette-danger-border-strong\/25:hover {
  background-color:rgb(var(--theme-palette-danger-border-strong) / 0.25);
}
.hover\:n-bg-palette-danger-border-strong\/30:hover {
  background-color:rgb(var(--theme-palette-danger-border-strong) / 0.3);
}
.hover\:n-bg-palette-danger-border-strong\/35:hover {
  background-color:rgb(var(--theme-palette-danger-border-strong) / 0.35);
}
.hover\:n-bg-palette-danger-border-strong\/40:hover {
  background-color:rgb(var(--theme-palette-danger-border-strong) / 0.4);
}
.hover\:n-bg-palette-danger-border-strong\/45:hover {
  background-color:rgb(var(--theme-palette-danger-border-strong) / 0.45);
}
.hover\:n-bg-palette-danger-border-strong\/5:hover {
  background-color:rgb(var(--theme-palette-danger-border-strong) / 0.05);
}
.hover\:n-bg-palette-danger-border-strong\/50:hover {
  background-color:rgb(var(--theme-palette-danger-border-strong) / 0.5);
}
.hover\:n-bg-palette-danger-border-strong\/55:hover {
  background-color:rgb(var(--theme-palette-danger-border-strong) / 0.55);
}
.hover\:n-bg-palette-danger-border-strong\/60:hover {
  background-color:rgb(var(--theme-palette-danger-border-strong) / 0.6);
}
.hover\:n-bg-palette-danger-border-strong\/65:hover {
  background-color:rgb(var(--theme-palette-danger-border-strong) / 0.65);
}
.hover\:n-bg-palette-danger-border-strong\/70:hover {
  background-color:rgb(var(--theme-palette-danger-border-strong) / 0.7);
}
.hover\:n-bg-palette-danger-border-strong\/75:hover {
  background-color:rgb(var(--theme-palette-danger-border-strong) / 0.75);
}
.hover\:n-bg-palette-danger-border-strong\/80:hover {
  background-color:rgb(var(--theme-palette-danger-border-strong) / 0.8);
}
.hover\:n-bg-palette-danger-border-strong\/85:hover {
  background-color:rgb(var(--theme-palette-danger-border-strong) / 0.85);
}
.hover\:n-bg-palette-danger-border-strong\/90:hover {
  background-color:rgb(var(--theme-palette-danger-border-strong) / 0.9);
}
.hover\:n-bg-palette-danger-border-strong\/95:hover {
  background-color:rgb(var(--theme-palette-danger-border-strong) / 0.95);
}
.hover\:n-bg-palette-danger-border-weak:hover {
  background-color:rgb(var(--theme-palette-danger-border-weak));
}
.hover\:n-bg-palette-danger-border-weak\/0:hover {
  background-color:rgb(var(--theme-palette-danger-border-weak) / 0);
}
.hover\:n-bg-palette-danger-border-weak\/10:hover {
  background-color:rgb(var(--theme-palette-danger-border-weak) / 0.1);
}
.hover\:n-bg-palette-danger-border-weak\/100:hover {
  background-color:rgb(var(--theme-palette-danger-border-weak) / 1);
}
.hover\:n-bg-palette-danger-border-weak\/15:hover {
  background-color:rgb(var(--theme-palette-danger-border-weak) / 0.15);
}
.hover\:n-bg-palette-danger-border-weak\/20:hover {
  background-color:rgb(var(--theme-palette-danger-border-weak) / 0.2);
}
.hover\:n-bg-palette-danger-border-weak\/25:hover {
  background-color:rgb(var(--theme-palette-danger-border-weak) / 0.25);
}
.hover\:n-bg-palette-danger-border-weak\/30:hover {
  background-color:rgb(var(--theme-palette-danger-border-weak) / 0.3);
}
.hover\:n-bg-palette-danger-border-weak\/35:hover {
  background-color:rgb(var(--theme-palette-danger-border-weak) / 0.35);
}
.hover\:n-bg-palette-danger-border-weak\/40:hover {
  background-color:rgb(var(--theme-palette-danger-border-weak) / 0.4);
}
.hover\:n-bg-palette-danger-border-weak\/45:hover {
  background-color:rgb(var(--theme-palette-danger-border-weak) / 0.45);
}
.hover\:n-bg-palette-danger-border-weak\/5:hover {
  background-color:rgb(var(--theme-palette-danger-border-weak) / 0.05);
}
.hover\:n-bg-palette-danger-border-weak\/50:hover {
  background-color:rgb(var(--theme-palette-danger-border-weak) / 0.5);
}
.hover\:n-bg-palette-danger-border-weak\/55:hover {
  background-color:rgb(var(--theme-palette-danger-border-weak) / 0.55);
}
.hover\:n-bg-palette-danger-border-weak\/60:hover {
  background-color:rgb(var(--theme-palette-danger-border-weak) / 0.6);
}
.hover\:n-bg-palette-danger-border-weak\/65:hover {
  background-color:rgb(var(--theme-palette-danger-border-weak) / 0.65);
}
.hover\:n-bg-palette-danger-border-weak\/70:hover {
  background-color:rgb(var(--theme-palette-danger-border-weak) / 0.7);
}
.hover\:n-bg-palette-danger-border-weak\/75:hover {
  background-color:rgb(var(--theme-palette-danger-border-weak) / 0.75);
}
.hover\:n-bg-palette-danger-border-weak\/80:hover {
  background-color:rgb(var(--theme-palette-danger-border-weak) / 0.8);
}
.hover\:n-bg-palette-danger-border-weak\/85:hover {
  background-color:rgb(var(--theme-palette-danger-border-weak) / 0.85);
}
.hover\:n-bg-palette-danger-border-weak\/90:hover {
  background-color:rgb(var(--theme-palette-danger-border-weak) / 0.9);
}
.hover\:n-bg-palette-danger-border-weak\/95:hover {
  background-color:rgb(var(--theme-palette-danger-border-weak) / 0.95);
}
.hover\:n-bg-palette-danger-hover-strong:hover {
  background-color:rgb(var(--theme-palette-danger-hover-strong));
}
.hover\:n-bg-palette-danger-hover-strong\/0:hover {
  background-color:rgb(var(--theme-palette-danger-hover-strong) / 0);
}
.hover\:n-bg-palette-danger-hover-strong\/10:hover {
  background-color:rgb(var(--theme-palette-danger-hover-strong) / 0.1);
}
.hover\:n-bg-palette-danger-hover-strong\/100:hover {
  background-color:rgb(var(--theme-palette-danger-hover-strong) / 1);
}
.hover\:n-bg-palette-danger-hover-strong\/15:hover {
  background-color:rgb(var(--theme-palette-danger-hover-strong) / 0.15);
}
.hover\:n-bg-palette-danger-hover-strong\/20:hover {
  background-color:rgb(var(--theme-palette-danger-hover-strong) / 0.2);
}
.hover\:n-bg-palette-danger-hover-strong\/25:hover {
  background-color:rgb(var(--theme-palette-danger-hover-strong) / 0.25);
}
.hover\:n-bg-palette-danger-hover-strong\/30:hover {
  background-color:rgb(var(--theme-palette-danger-hover-strong) / 0.3);
}
.hover\:n-bg-palette-danger-hover-strong\/35:hover {
  background-color:rgb(var(--theme-palette-danger-hover-strong) / 0.35);
}
.hover\:n-bg-palette-danger-hover-strong\/40:hover {
  background-color:rgb(var(--theme-palette-danger-hover-strong) / 0.4);
}
.hover\:n-bg-palette-danger-hover-strong\/45:hover {
  background-color:rgb(var(--theme-palette-danger-hover-strong) / 0.45);
}
.hover\:n-bg-palette-danger-hover-strong\/5:hover {
  background-color:rgb(var(--theme-palette-danger-hover-strong) / 0.05);
}
.hover\:n-bg-palette-danger-hover-strong\/50:hover {
  background-color:rgb(var(--theme-palette-danger-hover-strong) / 0.5);
}
.hover\:n-bg-palette-danger-hover-strong\/55:hover {
  background-color:rgb(var(--theme-palette-danger-hover-strong) / 0.55);
}
.hover\:n-bg-palette-danger-hover-strong\/60:hover {
  background-color:rgb(var(--theme-palette-danger-hover-strong) / 0.6);
}
.hover\:n-bg-palette-danger-hover-strong\/65:hover {
  background-color:rgb(var(--theme-palette-danger-hover-strong) / 0.65);
}
.hover\:n-bg-palette-danger-hover-strong\/70:hover {
  background-color:rgb(var(--theme-palette-danger-hover-strong) / 0.7);
}
.hover\:n-bg-palette-danger-hover-strong\/75:hover {
  background-color:rgb(var(--theme-palette-danger-hover-strong) / 0.75);
}
.hover\:n-bg-palette-danger-hover-strong\/80:hover {
  background-color:rgb(var(--theme-palette-danger-hover-strong) / 0.8);
}
.hover\:n-bg-palette-danger-hover-strong\/85:hover {
  background-color:rgb(var(--theme-palette-danger-hover-strong) / 0.85);
}
.hover\:n-bg-palette-danger-hover-strong\/90:hover {
  background-color:rgb(var(--theme-palette-danger-hover-strong) / 0.9);
}
.hover\:n-bg-palette-danger-hover-strong\/95:hover {
  background-color:rgb(var(--theme-palette-danger-hover-strong) / 0.95);
}
.hover\:n-bg-palette-danger-hover-weak:hover {
  background-color:rgb(var(--theme-palette-danger-hover-weak));
}
.hover\:n-bg-palette-danger-hover-weak\/0:hover {
  background-color:rgb(var(--theme-palette-danger-hover-weak) / 0);
}
.hover\:n-bg-palette-danger-hover-weak\/10:hover {
  background-color:rgb(var(--theme-palette-danger-hover-weak) / 0.1);
}
.hover\:n-bg-palette-danger-hover-weak\/100:hover {
  background-color:rgb(var(--theme-palette-danger-hover-weak) / 1);
}
.hover\:n-bg-palette-danger-hover-weak\/15:hover {
  background-color:rgb(var(--theme-palette-danger-hover-weak) / 0.15);
}
.hover\:n-bg-palette-danger-hover-weak\/20:hover {
  background-color:rgb(var(--theme-palette-danger-hover-weak) / 0.2);
}
.hover\:n-bg-palette-danger-hover-weak\/25:hover {
  background-color:rgb(var(--theme-palette-danger-hover-weak) / 0.25);
}
.hover\:n-bg-palette-danger-hover-weak\/30:hover {
  background-color:rgb(var(--theme-palette-danger-hover-weak) / 0.3);
}
.hover\:n-bg-palette-danger-hover-weak\/35:hover {
  background-color:rgb(var(--theme-palette-danger-hover-weak) / 0.35);
}
.hover\:n-bg-palette-danger-hover-weak\/40:hover {
  background-color:rgb(var(--theme-palette-danger-hover-weak) / 0.4);
}
.hover\:n-bg-palette-danger-hover-weak\/45:hover {
  background-color:rgb(var(--theme-palette-danger-hover-weak) / 0.45);
}
.hover\:n-bg-palette-danger-hover-weak\/5:hover {
  background-color:rgb(var(--theme-palette-danger-hover-weak) / 0.05);
}
.hover\:n-bg-palette-danger-hover-weak\/50:hover {
  background-color:rgb(var(--theme-palette-danger-hover-weak) / 0.5);
}
.hover\:n-bg-palette-danger-hover-weak\/55:hover {
  background-color:rgb(var(--theme-palette-danger-hover-weak) / 0.55);
}
.hover\:n-bg-palette-danger-hover-weak\/60:hover {
  background-color:rgb(var(--theme-palette-danger-hover-weak) / 0.6);
}
.hover\:n-bg-palette-danger-hover-weak\/65:hover {
  background-color:rgb(var(--theme-palette-danger-hover-weak) / 0.65);
}
.hover\:n-bg-palette-danger-hover-weak\/70:hover {
  background-color:rgb(var(--theme-palette-danger-hover-weak) / 0.7);
}
.hover\:n-bg-palette-danger-hover-weak\/75:hover {
  background-color:rgb(var(--theme-palette-danger-hover-weak) / 0.75);
}
.hover\:n-bg-palette-danger-hover-weak\/80:hover {
  background-color:rgb(var(--theme-palette-danger-hover-weak) / 0.8);
}
.hover\:n-bg-palette-danger-hover-weak\/85:hover {
  background-color:rgb(var(--theme-palette-danger-hover-weak) / 0.85);
}
.hover\:n-bg-palette-danger-hover-weak\/90:hover {
  background-color:rgb(var(--theme-palette-danger-hover-weak) / 0.9);
}
.hover\:n-bg-palette-danger-hover-weak\/95:hover {
  background-color:rgb(var(--theme-palette-danger-hover-weak) / 0.95);
}
.hover\:n-bg-palette-danger-icon:hover {
  background-color:rgb(var(--theme-palette-danger-icon));
}
.hover\:n-bg-palette-danger-icon\/0:hover {
  background-color:rgb(var(--theme-palette-danger-icon) / 0);
}
.hover\:n-bg-palette-danger-icon\/10:hover {
  background-color:rgb(var(--theme-palette-danger-icon) / 0.1);
}
.hover\:n-bg-palette-danger-icon\/100:hover {
  background-color:rgb(var(--theme-palette-danger-icon) / 1);
}
.hover\:n-bg-palette-danger-icon\/15:hover {
  background-color:rgb(var(--theme-palette-danger-icon) / 0.15);
}
.hover\:n-bg-palette-danger-icon\/20:hover {
  background-color:rgb(var(--theme-palette-danger-icon) / 0.2);
}
.hover\:n-bg-palette-danger-icon\/25:hover {
  background-color:rgb(var(--theme-palette-danger-icon) / 0.25);
}
.hover\:n-bg-palette-danger-icon\/30:hover {
  background-color:rgb(var(--theme-palette-danger-icon) / 0.3);
}
.hover\:n-bg-palette-danger-icon\/35:hover {
  background-color:rgb(var(--theme-palette-danger-icon) / 0.35);
}
.hover\:n-bg-palette-danger-icon\/40:hover {
  background-color:rgb(var(--theme-palette-danger-icon) / 0.4);
}
.hover\:n-bg-palette-danger-icon\/45:hover {
  background-color:rgb(var(--theme-palette-danger-icon) / 0.45);
}
.hover\:n-bg-palette-danger-icon\/5:hover {
  background-color:rgb(var(--theme-palette-danger-icon) / 0.05);
}
.hover\:n-bg-palette-danger-icon\/50:hover {
  background-color:rgb(var(--theme-palette-danger-icon) / 0.5);
}
.hover\:n-bg-palette-danger-icon\/55:hover {
  background-color:rgb(var(--theme-palette-danger-icon) / 0.55);
}
.hover\:n-bg-palette-danger-icon\/60:hover {
  background-color:rgb(var(--theme-palette-danger-icon) / 0.6);
}
.hover\:n-bg-palette-danger-icon\/65:hover {
  background-color:rgb(var(--theme-palette-danger-icon) / 0.65);
}
.hover\:n-bg-palette-danger-icon\/70:hover {
  background-color:rgb(var(--theme-palette-danger-icon) / 0.7);
}
.hover\:n-bg-palette-danger-icon\/75:hover {
  background-color:rgb(var(--theme-palette-danger-icon) / 0.75);
}
.hover\:n-bg-palette-danger-icon\/80:hover {
  background-color:rgb(var(--theme-palette-danger-icon) / 0.8);
}
.hover\:n-bg-palette-danger-icon\/85:hover {
  background-color:rgb(var(--theme-palette-danger-icon) / 0.85);
}
.hover\:n-bg-palette-danger-icon\/90:hover {
  background-color:rgb(var(--theme-palette-danger-icon) / 0.9);
}
.hover\:n-bg-palette-danger-icon\/95:hover {
  background-color:rgb(var(--theme-palette-danger-icon) / 0.95);
}
.hover\:n-bg-palette-danger-pressed-strong:hover {
  background-color:rgb(var(--theme-palette-danger-pressed-strong));
}
.hover\:n-bg-palette-danger-pressed-strong\/0:hover {
  background-color:rgb(var(--theme-palette-danger-pressed-strong) / 0);
}
.hover\:n-bg-palette-danger-pressed-strong\/10:hover {
  background-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.1);
}
.hover\:n-bg-palette-danger-pressed-strong\/100:hover {
  background-color:rgb(var(--theme-palette-danger-pressed-strong) / 1);
}
.hover\:n-bg-palette-danger-pressed-strong\/15:hover {
  background-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.15);
}
.hover\:n-bg-palette-danger-pressed-strong\/20:hover {
  background-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.2);
}
.hover\:n-bg-palette-danger-pressed-strong\/25:hover {
  background-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.25);
}
.hover\:n-bg-palette-danger-pressed-strong\/30:hover {
  background-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.3);
}
.hover\:n-bg-palette-danger-pressed-strong\/35:hover {
  background-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.35);
}
.hover\:n-bg-palette-danger-pressed-strong\/40:hover {
  background-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.4);
}
.hover\:n-bg-palette-danger-pressed-strong\/45:hover {
  background-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.45);
}
.hover\:n-bg-palette-danger-pressed-strong\/5:hover {
  background-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.05);
}
.hover\:n-bg-palette-danger-pressed-strong\/50:hover {
  background-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.5);
}
.hover\:n-bg-palette-danger-pressed-strong\/55:hover {
  background-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.55);
}
.hover\:n-bg-palette-danger-pressed-strong\/60:hover {
  background-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.6);
}
.hover\:n-bg-palette-danger-pressed-strong\/65:hover {
  background-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.65);
}
.hover\:n-bg-palette-danger-pressed-strong\/70:hover {
  background-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.7);
}
.hover\:n-bg-palette-danger-pressed-strong\/75:hover {
  background-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.75);
}
.hover\:n-bg-palette-danger-pressed-strong\/80:hover {
  background-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.8);
}
.hover\:n-bg-palette-danger-pressed-strong\/85:hover {
  background-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.85);
}
.hover\:n-bg-palette-danger-pressed-strong\/90:hover {
  background-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.9);
}
.hover\:n-bg-palette-danger-pressed-strong\/95:hover {
  background-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.95);
}
.hover\:n-bg-palette-danger-pressed-weak:hover {
  background-color:rgb(var(--theme-palette-danger-pressed-weak));
}
.hover\:n-bg-palette-danger-pressed-weak\/0:hover {
  background-color:rgb(var(--theme-palette-danger-pressed-weak) / 0);
}
.hover\:n-bg-palette-danger-pressed-weak\/10:hover {
  background-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.1);
}
.hover\:n-bg-palette-danger-pressed-weak\/100:hover {
  background-color:rgb(var(--theme-palette-danger-pressed-weak) / 1);
}
.hover\:n-bg-palette-danger-pressed-weak\/15:hover {
  background-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.15);
}
.hover\:n-bg-palette-danger-pressed-weak\/20:hover {
  background-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.2);
}
.hover\:n-bg-palette-danger-pressed-weak\/25:hover {
  background-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.25);
}
.hover\:n-bg-palette-danger-pressed-weak\/30:hover {
  background-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.3);
}
.hover\:n-bg-palette-danger-pressed-weak\/35:hover {
  background-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.35);
}
.hover\:n-bg-palette-danger-pressed-weak\/40:hover {
  background-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.4);
}
.hover\:n-bg-palette-danger-pressed-weak\/45:hover {
  background-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.45);
}
.hover\:n-bg-palette-danger-pressed-weak\/5:hover {
  background-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.05);
}
.hover\:n-bg-palette-danger-pressed-weak\/50:hover {
  background-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.5);
}
.hover\:n-bg-palette-danger-pressed-weak\/55:hover {
  background-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.55);
}
.hover\:n-bg-palette-danger-pressed-weak\/60:hover {
  background-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.6);
}
.hover\:n-bg-palette-danger-pressed-weak\/65:hover {
  background-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.65);
}
.hover\:n-bg-palette-danger-pressed-weak\/70:hover {
  background-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.7);
}
.hover\:n-bg-palette-danger-pressed-weak\/75:hover {
  background-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.75);
}
.hover\:n-bg-palette-danger-pressed-weak\/80:hover {
  background-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.8);
}
.hover\:n-bg-palette-danger-pressed-weak\/85:hover {
  background-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.85);
}
.hover\:n-bg-palette-danger-pressed-weak\/90:hover {
  background-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.9);
}
.hover\:n-bg-palette-danger-pressed-weak\/95:hover {
  background-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.95);
}
.hover\:n-bg-palette-danger-text:hover {
  background-color:rgb(var(--theme-palette-danger-text));
}
.hover\:n-bg-palette-danger-text\/0:hover {
  background-color:rgb(var(--theme-palette-danger-text) / 0);
}
.hover\:n-bg-palette-danger-text\/10:hover {
  background-color:rgb(var(--theme-palette-danger-text) / 0.1);
}
.hover\:n-bg-palette-danger-text\/100:hover {
  background-color:rgb(var(--theme-palette-danger-text) / 1);
}
.hover\:n-bg-palette-danger-text\/15:hover {
  background-color:rgb(var(--theme-palette-danger-text) / 0.15);
}
.hover\:n-bg-palette-danger-text\/20:hover {
  background-color:rgb(var(--theme-palette-danger-text) / 0.2);
}
.hover\:n-bg-palette-danger-text\/25:hover {
  background-color:rgb(var(--theme-palette-danger-text) / 0.25);
}
.hover\:n-bg-palette-danger-text\/30:hover {
  background-color:rgb(var(--theme-palette-danger-text) / 0.3);
}
.hover\:n-bg-palette-danger-text\/35:hover {
  background-color:rgb(var(--theme-palette-danger-text) / 0.35);
}
.hover\:n-bg-palette-danger-text\/40:hover {
  background-color:rgb(var(--theme-palette-danger-text) / 0.4);
}
.hover\:n-bg-palette-danger-text\/45:hover {
  background-color:rgb(var(--theme-palette-danger-text) / 0.45);
}
.hover\:n-bg-palette-danger-text\/5:hover {
  background-color:rgb(var(--theme-palette-danger-text) / 0.05);
}
.hover\:n-bg-palette-danger-text\/50:hover {
  background-color:rgb(var(--theme-palette-danger-text) / 0.5);
}
.hover\:n-bg-palette-danger-text\/55:hover {
  background-color:rgb(var(--theme-palette-danger-text) / 0.55);
}
.hover\:n-bg-palette-danger-text\/60:hover {
  background-color:rgb(var(--theme-palette-danger-text) / 0.6);
}
.hover\:n-bg-palette-danger-text\/65:hover {
  background-color:rgb(var(--theme-palette-danger-text) / 0.65);
}
.hover\:n-bg-palette-danger-text\/70:hover {
  background-color:rgb(var(--theme-palette-danger-text) / 0.7);
}
.hover\:n-bg-palette-danger-text\/75:hover {
  background-color:rgb(var(--theme-palette-danger-text) / 0.75);
}
.hover\:n-bg-palette-danger-text\/80:hover {
  background-color:rgb(var(--theme-palette-danger-text) / 0.8);
}
.hover\:n-bg-palette-danger-text\/85:hover {
  background-color:rgb(var(--theme-palette-danger-text) / 0.85);
}
.hover\:n-bg-palette-danger-text\/90:hover {
  background-color:rgb(var(--theme-palette-danger-text) / 0.9);
}
.hover\:n-bg-palette-danger-text\/95:hover {
  background-color:rgb(var(--theme-palette-danger-text) / 0.95);
}
.hover\:n-bg-palette-discovery-bg-status:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-status));
}
.hover\:n-bg-palette-discovery-bg-status\/0:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-status) / 0);
}
.hover\:n-bg-palette-discovery-bg-status\/10:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-status) / 0.1);
}
.hover\:n-bg-palette-discovery-bg-status\/100:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-status) / 1);
}
.hover\:n-bg-palette-discovery-bg-status\/15:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-status) / 0.15);
}
.hover\:n-bg-palette-discovery-bg-status\/20:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-status) / 0.2);
}
.hover\:n-bg-palette-discovery-bg-status\/25:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-status) / 0.25);
}
.hover\:n-bg-palette-discovery-bg-status\/30:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-status) / 0.3);
}
.hover\:n-bg-palette-discovery-bg-status\/35:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-status) / 0.35);
}
.hover\:n-bg-palette-discovery-bg-status\/40:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-status) / 0.4);
}
.hover\:n-bg-palette-discovery-bg-status\/45:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-status) / 0.45);
}
.hover\:n-bg-palette-discovery-bg-status\/5:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-status) / 0.05);
}
.hover\:n-bg-palette-discovery-bg-status\/50:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-status) / 0.5);
}
.hover\:n-bg-palette-discovery-bg-status\/55:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-status) / 0.55);
}
.hover\:n-bg-palette-discovery-bg-status\/60:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-status) / 0.6);
}
.hover\:n-bg-palette-discovery-bg-status\/65:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-status) / 0.65);
}
.hover\:n-bg-palette-discovery-bg-status\/70:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-status) / 0.7);
}
.hover\:n-bg-palette-discovery-bg-status\/75:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-status) / 0.75);
}
.hover\:n-bg-palette-discovery-bg-status\/80:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-status) / 0.8);
}
.hover\:n-bg-palette-discovery-bg-status\/85:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-status) / 0.85);
}
.hover\:n-bg-palette-discovery-bg-status\/90:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-status) / 0.9);
}
.hover\:n-bg-palette-discovery-bg-status\/95:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-status) / 0.95);
}
.hover\:n-bg-palette-discovery-bg-strong:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-strong));
}
.hover\:n-bg-palette-discovery-bg-strong\/0:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-strong) / 0);
}
.hover\:n-bg-palette-discovery-bg-strong\/10:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.1);
}
.hover\:n-bg-palette-discovery-bg-strong\/100:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-strong) / 1);
}
.hover\:n-bg-palette-discovery-bg-strong\/15:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.15);
}
.hover\:n-bg-palette-discovery-bg-strong\/20:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.2);
}
.hover\:n-bg-palette-discovery-bg-strong\/25:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.25);
}
.hover\:n-bg-palette-discovery-bg-strong\/30:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.3);
}
.hover\:n-bg-palette-discovery-bg-strong\/35:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.35);
}
.hover\:n-bg-palette-discovery-bg-strong\/40:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.4);
}
.hover\:n-bg-palette-discovery-bg-strong\/45:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.45);
}
.hover\:n-bg-palette-discovery-bg-strong\/5:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.05);
}
.hover\:n-bg-palette-discovery-bg-strong\/50:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.5);
}
.hover\:n-bg-palette-discovery-bg-strong\/55:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.55);
}
.hover\:n-bg-palette-discovery-bg-strong\/60:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.6);
}
.hover\:n-bg-palette-discovery-bg-strong\/65:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.65);
}
.hover\:n-bg-palette-discovery-bg-strong\/70:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.7);
}
.hover\:n-bg-palette-discovery-bg-strong\/75:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.75);
}
.hover\:n-bg-palette-discovery-bg-strong\/80:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.8);
}
.hover\:n-bg-palette-discovery-bg-strong\/85:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.85);
}
.hover\:n-bg-palette-discovery-bg-strong\/90:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.9);
}
.hover\:n-bg-palette-discovery-bg-strong\/95:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.95);
}
.hover\:n-bg-palette-discovery-bg-weak:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-weak));
}
.hover\:n-bg-palette-discovery-bg-weak\/0:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-weak) / 0);
}
.hover\:n-bg-palette-discovery-bg-weak\/10:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.1);
}
.hover\:n-bg-palette-discovery-bg-weak\/100:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-weak) / 1);
}
.hover\:n-bg-palette-discovery-bg-weak\/15:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.15);
}
.hover\:n-bg-palette-discovery-bg-weak\/20:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.2);
}
.hover\:n-bg-palette-discovery-bg-weak\/25:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.25);
}
.hover\:n-bg-palette-discovery-bg-weak\/30:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.3);
}
.hover\:n-bg-palette-discovery-bg-weak\/35:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.35);
}
.hover\:n-bg-palette-discovery-bg-weak\/40:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.4);
}
.hover\:n-bg-palette-discovery-bg-weak\/45:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.45);
}
.hover\:n-bg-palette-discovery-bg-weak\/5:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.05);
}
.hover\:n-bg-palette-discovery-bg-weak\/50:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.5);
}
.hover\:n-bg-palette-discovery-bg-weak\/55:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.55);
}
.hover\:n-bg-palette-discovery-bg-weak\/60:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.6);
}
.hover\:n-bg-palette-discovery-bg-weak\/65:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.65);
}
.hover\:n-bg-palette-discovery-bg-weak\/70:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.7);
}
.hover\:n-bg-palette-discovery-bg-weak\/75:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.75);
}
.hover\:n-bg-palette-discovery-bg-weak\/80:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.8);
}
.hover\:n-bg-palette-discovery-bg-weak\/85:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.85);
}
.hover\:n-bg-palette-discovery-bg-weak\/90:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.9);
}
.hover\:n-bg-palette-discovery-bg-weak\/95:hover {
  background-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.95);
}
.hover\:n-bg-palette-discovery-border-strong:hover {
  background-color:rgb(var(--theme-palette-discovery-border-strong));
}
.hover\:n-bg-palette-discovery-border-strong\/0:hover {
  background-color:rgb(var(--theme-palette-discovery-border-strong) / 0);
}
.hover\:n-bg-palette-discovery-border-strong\/10:hover {
  background-color:rgb(var(--theme-palette-discovery-border-strong) / 0.1);
}
.hover\:n-bg-palette-discovery-border-strong\/100:hover {
  background-color:rgb(var(--theme-palette-discovery-border-strong) / 1);
}
.hover\:n-bg-palette-discovery-border-strong\/15:hover {
  background-color:rgb(var(--theme-palette-discovery-border-strong) / 0.15);
}
.hover\:n-bg-palette-discovery-border-strong\/20:hover {
  background-color:rgb(var(--theme-palette-discovery-border-strong) / 0.2);
}
.hover\:n-bg-palette-discovery-border-strong\/25:hover {
  background-color:rgb(var(--theme-palette-discovery-border-strong) / 0.25);
}
.hover\:n-bg-palette-discovery-border-strong\/30:hover {
  background-color:rgb(var(--theme-palette-discovery-border-strong) / 0.3);
}
.hover\:n-bg-palette-discovery-border-strong\/35:hover {
  background-color:rgb(var(--theme-palette-discovery-border-strong) / 0.35);
}
.hover\:n-bg-palette-discovery-border-strong\/40:hover {
  background-color:rgb(var(--theme-palette-discovery-border-strong) / 0.4);
}
.hover\:n-bg-palette-discovery-border-strong\/45:hover {
  background-color:rgb(var(--theme-palette-discovery-border-strong) / 0.45);
}
.hover\:n-bg-palette-discovery-border-strong\/5:hover {
  background-color:rgb(var(--theme-palette-discovery-border-strong) / 0.05);
}
.hover\:n-bg-palette-discovery-border-strong\/50:hover {
  background-color:rgb(var(--theme-palette-discovery-border-strong) / 0.5);
}
.hover\:n-bg-palette-discovery-border-strong\/55:hover {
  background-color:rgb(var(--theme-palette-discovery-border-strong) / 0.55);
}
.hover\:n-bg-palette-discovery-border-strong\/60:hover {
  background-color:rgb(var(--theme-palette-discovery-border-strong) / 0.6);
}
.hover\:n-bg-palette-discovery-border-strong\/65:hover {
  background-color:rgb(var(--theme-palette-discovery-border-strong) / 0.65);
}
.hover\:n-bg-palette-discovery-border-strong\/70:hover {
  background-color:rgb(var(--theme-palette-discovery-border-strong) / 0.7);
}
.hover\:n-bg-palette-discovery-border-strong\/75:hover {
  background-color:rgb(var(--theme-palette-discovery-border-strong) / 0.75);
}
.hover\:n-bg-palette-discovery-border-strong\/80:hover {
  background-color:rgb(var(--theme-palette-discovery-border-strong) / 0.8);
}
.hover\:n-bg-palette-discovery-border-strong\/85:hover {
  background-color:rgb(var(--theme-palette-discovery-border-strong) / 0.85);
}
.hover\:n-bg-palette-discovery-border-strong\/90:hover {
  background-color:rgb(var(--theme-palette-discovery-border-strong) / 0.9);
}
.hover\:n-bg-palette-discovery-border-strong\/95:hover {
  background-color:rgb(var(--theme-palette-discovery-border-strong) / 0.95);
}
.hover\:n-bg-palette-discovery-border-weak:hover {
  background-color:rgb(var(--theme-palette-discovery-border-weak));
}
.hover\:n-bg-palette-discovery-border-weak\/0:hover {
  background-color:rgb(var(--theme-palette-discovery-border-weak) / 0);
}
.hover\:n-bg-palette-discovery-border-weak\/10:hover {
  background-color:rgb(var(--theme-palette-discovery-border-weak) / 0.1);
}
.hover\:n-bg-palette-discovery-border-weak\/100:hover {
  background-color:rgb(var(--theme-palette-discovery-border-weak) / 1);
}
.hover\:n-bg-palette-discovery-border-weak\/15:hover {
  background-color:rgb(var(--theme-palette-discovery-border-weak) / 0.15);
}
.hover\:n-bg-palette-discovery-border-weak\/20:hover {
  background-color:rgb(var(--theme-palette-discovery-border-weak) / 0.2);
}
.hover\:n-bg-palette-discovery-border-weak\/25:hover {
  background-color:rgb(var(--theme-palette-discovery-border-weak) / 0.25);
}
.hover\:n-bg-palette-discovery-border-weak\/30:hover {
  background-color:rgb(var(--theme-palette-discovery-border-weak) / 0.3);
}
.hover\:n-bg-palette-discovery-border-weak\/35:hover {
  background-color:rgb(var(--theme-palette-discovery-border-weak) / 0.35);
}
.hover\:n-bg-palette-discovery-border-weak\/40:hover {
  background-color:rgb(var(--theme-palette-discovery-border-weak) / 0.4);
}
.hover\:n-bg-palette-discovery-border-weak\/45:hover {
  background-color:rgb(var(--theme-palette-discovery-border-weak) / 0.45);
}
.hover\:n-bg-palette-discovery-border-weak\/5:hover {
  background-color:rgb(var(--theme-palette-discovery-border-weak) / 0.05);
}
.hover\:n-bg-palette-discovery-border-weak\/50:hover {
  background-color:rgb(var(--theme-palette-discovery-border-weak) / 0.5);
}
.hover\:n-bg-palette-discovery-border-weak\/55:hover {
  background-color:rgb(var(--theme-palette-discovery-border-weak) / 0.55);
}
.hover\:n-bg-palette-discovery-border-weak\/60:hover {
  background-color:rgb(var(--theme-palette-discovery-border-weak) / 0.6);
}
.hover\:n-bg-palette-discovery-border-weak\/65:hover {
  background-color:rgb(var(--theme-palette-discovery-border-weak) / 0.65);
}
.hover\:n-bg-palette-discovery-border-weak\/70:hover {
  background-color:rgb(var(--theme-palette-discovery-border-weak) / 0.7);
}
.hover\:n-bg-palette-discovery-border-weak\/75:hover {
  background-color:rgb(var(--theme-palette-discovery-border-weak) / 0.75);
}
.hover\:n-bg-palette-discovery-border-weak\/80:hover {
  background-color:rgb(var(--theme-palette-discovery-border-weak) / 0.8);
}
.hover\:n-bg-palette-discovery-border-weak\/85:hover {
  background-color:rgb(var(--theme-palette-discovery-border-weak) / 0.85);
}
.hover\:n-bg-palette-discovery-border-weak\/90:hover {
  background-color:rgb(var(--theme-palette-discovery-border-weak) / 0.9);
}
.hover\:n-bg-palette-discovery-border-weak\/95:hover {
  background-color:rgb(var(--theme-palette-discovery-border-weak) / 0.95);
}
.hover\:n-bg-palette-discovery-icon:hover {
  background-color:rgb(var(--theme-palette-discovery-icon));
}
.hover\:n-bg-palette-discovery-icon\/0:hover {
  background-color:rgb(var(--theme-palette-discovery-icon) / 0);
}
.hover\:n-bg-palette-discovery-icon\/10:hover {
  background-color:rgb(var(--theme-palette-discovery-icon) / 0.1);
}
.hover\:n-bg-palette-discovery-icon\/100:hover {
  background-color:rgb(var(--theme-palette-discovery-icon) / 1);
}
.hover\:n-bg-palette-discovery-icon\/15:hover {
  background-color:rgb(var(--theme-palette-discovery-icon) / 0.15);
}
.hover\:n-bg-palette-discovery-icon\/20:hover {
  background-color:rgb(var(--theme-palette-discovery-icon) / 0.2);
}
.hover\:n-bg-palette-discovery-icon\/25:hover {
  background-color:rgb(var(--theme-palette-discovery-icon) / 0.25);
}
.hover\:n-bg-palette-discovery-icon\/30:hover {
  background-color:rgb(var(--theme-palette-discovery-icon) / 0.3);
}
.hover\:n-bg-palette-discovery-icon\/35:hover {
  background-color:rgb(var(--theme-palette-discovery-icon) / 0.35);
}
.hover\:n-bg-palette-discovery-icon\/40:hover {
  background-color:rgb(var(--theme-palette-discovery-icon) / 0.4);
}
.hover\:n-bg-palette-discovery-icon\/45:hover {
  background-color:rgb(var(--theme-palette-discovery-icon) / 0.45);
}
.hover\:n-bg-palette-discovery-icon\/5:hover {
  background-color:rgb(var(--theme-palette-discovery-icon) / 0.05);
}
.hover\:n-bg-palette-discovery-icon\/50:hover {
  background-color:rgb(var(--theme-palette-discovery-icon) / 0.5);
}
.hover\:n-bg-palette-discovery-icon\/55:hover {
  background-color:rgb(var(--theme-palette-discovery-icon) / 0.55);
}
.hover\:n-bg-palette-discovery-icon\/60:hover {
  background-color:rgb(var(--theme-palette-discovery-icon) / 0.6);
}
.hover\:n-bg-palette-discovery-icon\/65:hover {
  background-color:rgb(var(--theme-palette-discovery-icon) / 0.65);
}
.hover\:n-bg-palette-discovery-icon\/70:hover {
  background-color:rgb(var(--theme-palette-discovery-icon) / 0.7);
}
.hover\:n-bg-palette-discovery-icon\/75:hover {
  background-color:rgb(var(--theme-palette-discovery-icon) / 0.75);
}
.hover\:n-bg-palette-discovery-icon\/80:hover {
  background-color:rgb(var(--theme-palette-discovery-icon) / 0.8);
}
.hover\:n-bg-palette-discovery-icon\/85:hover {
  background-color:rgb(var(--theme-palette-discovery-icon) / 0.85);
}
.hover\:n-bg-palette-discovery-icon\/90:hover {
  background-color:rgb(var(--theme-palette-discovery-icon) / 0.9);
}
.hover\:n-bg-palette-discovery-icon\/95:hover {
  background-color:rgb(var(--theme-palette-discovery-icon) / 0.95);
}
.hover\:n-bg-palette-discovery-text:hover {
  background-color:rgb(var(--theme-palette-discovery-text));
}
.hover\:n-bg-palette-discovery-text\/0:hover {
  background-color:rgb(var(--theme-palette-discovery-text) / 0);
}
.hover\:n-bg-palette-discovery-text\/10:hover {
  background-color:rgb(var(--theme-palette-discovery-text) / 0.1);
}
.hover\:n-bg-palette-discovery-text\/100:hover {
  background-color:rgb(var(--theme-palette-discovery-text) / 1);
}
.hover\:n-bg-palette-discovery-text\/15:hover {
  background-color:rgb(var(--theme-palette-discovery-text) / 0.15);
}
.hover\:n-bg-palette-discovery-text\/20:hover {
  background-color:rgb(var(--theme-palette-discovery-text) / 0.2);
}
.hover\:n-bg-palette-discovery-text\/25:hover {
  background-color:rgb(var(--theme-palette-discovery-text) / 0.25);
}
.hover\:n-bg-palette-discovery-text\/30:hover {
  background-color:rgb(var(--theme-palette-discovery-text) / 0.3);
}
.hover\:n-bg-palette-discovery-text\/35:hover {
  background-color:rgb(var(--theme-palette-discovery-text) / 0.35);
}
.hover\:n-bg-palette-discovery-text\/40:hover {
  background-color:rgb(var(--theme-palette-discovery-text) / 0.4);
}
.hover\:n-bg-palette-discovery-text\/45:hover {
  background-color:rgb(var(--theme-palette-discovery-text) / 0.45);
}
.hover\:n-bg-palette-discovery-text\/5:hover {
  background-color:rgb(var(--theme-palette-discovery-text) / 0.05);
}
.hover\:n-bg-palette-discovery-text\/50:hover {
  background-color:rgb(var(--theme-palette-discovery-text) / 0.5);
}
.hover\:n-bg-palette-discovery-text\/55:hover {
  background-color:rgb(var(--theme-palette-discovery-text) / 0.55);
}
.hover\:n-bg-palette-discovery-text\/60:hover {
  background-color:rgb(var(--theme-palette-discovery-text) / 0.6);
}
.hover\:n-bg-palette-discovery-text\/65:hover {
  background-color:rgb(var(--theme-palette-discovery-text) / 0.65);
}
.hover\:n-bg-palette-discovery-text\/70:hover {
  background-color:rgb(var(--theme-palette-discovery-text) / 0.7);
}
.hover\:n-bg-palette-discovery-text\/75:hover {
  background-color:rgb(var(--theme-palette-discovery-text) / 0.75);
}
.hover\:n-bg-palette-discovery-text\/80:hover {
  background-color:rgb(var(--theme-palette-discovery-text) / 0.8);
}
.hover\:n-bg-palette-discovery-text\/85:hover {
  background-color:rgb(var(--theme-palette-discovery-text) / 0.85);
}
.hover\:n-bg-palette-discovery-text\/90:hover {
  background-color:rgb(var(--theme-palette-discovery-text) / 0.9);
}
.hover\:n-bg-palette-discovery-text\/95:hover {
  background-color:rgb(var(--theme-palette-discovery-text) / 0.95);
}
.hover\:n-bg-palette-neutral-bg-default:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-default));
}
.hover\:n-bg-palette-neutral-bg-default\/0:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-default) / 0);
}
.hover\:n-bg-palette-neutral-bg-default\/10:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-default) / 0.1);
}
.hover\:n-bg-palette-neutral-bg-default\/100:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-default) / 1);
}
.hover\:n-bg-palette-neutral-bg-default\/15:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-default) / 0.15);
}
.hover\:n-bg-palette-neutral-bg-default\/20:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-default) / 0.2);
}
.hover\:n-bg-palette-neutral-bg-default\/25:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-default) / 0.25);
}
.hover\:n-bg-palette-neutral-bg-default\/30:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-default) / 0.3);
}
.hover\:n-bg-palette-neutral-bg-default\/35:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-default) / 0.35);
}
.hover\:n-bg-palette-neutral-bg-default\/40:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-default) / 0.4);
}
.hover\:n-bg-palette-neutral-bg-default\/45:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-default) / 0.45);
}
.hover\:n-bg-palette-neutral-bg-default\/5:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-default) / 0.05);
}
.hover\:n-bg-palette-neutral-bg-default\/50:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-default) / 0.5);
}
.hover\:n-bg-palette-neutral-bg-default\/55:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-default) / 0.55);
}
.hover\:n-bg-palette-neutral-bg-default\/60:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-default) / 0.6);
}
.hover\:n-bg-palette-neutral-bg-default\/65:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-default) / 0.65);
}
.hover\:n-bg-palette-neutral-bg-default\/70:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-default) / 0.7);
}
.hover\:n-bg-palette-neutral-bg-default\/75:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-default) / 0.75);
}
.hover\:n-bg-palette-neutral-bg-default\/80:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-default) / 0.8);
}
.hover\:n-bg-palette-neutral-bg-default\/85:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-default) / 0.85);
}
.hover\:n-bg-palette-neutral-bg-default\/90:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-default) / 0.9);
}
.hover\:n-bg-palette-neutral-bg-default\/95:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-default) / 0.95);
}
.hover\:n-bg-palette-neutral-bg-on-bg-weak:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak));
}
.hover\:n-bg-palette-neutral-bg-on-bg-weak\/0:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0);
}
.hover\:n-bg-palette-neutral-bg-on-bg-weak\/10:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.1);
}
.hover\:n-bg-palette-neutral-bg-on-bg-weak\/100:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 1);
}
.hover\:n-bg-palette-neutral-bg-on-bg-weak\/15:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.15);
}
.hover\:n-bg-palette-neutral-bg-on-bg-weak\/20:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.2);
}
.hover\:n-bg-palette-neutral-bg-on-bg-weak\/25:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.25);
}
.hover\:n-bg-palette-neutral-bg-on-bg-weak\/30:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.3);
}
.hover\:n-bg-palette-neutral-bg-on-bg-weak\/35:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.35);
}
.hover\:n-bg-palette-neutral-bg-on-bg-weak\/40:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.4);
}
.hover\:n-bg-palette-neutral-bg-on-bg-weak\/45:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.45);
}
.hover\:n-bg-palette-neutral-bg-on-bg-weak\/5:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.05);
}
.hover\:n-bg-palette-neutral-bg-on-bg-weak\/50:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.5);
}
.hover\:n-bg-palette-neutral-bg-on-bg-weak\/55:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.55);
}
.hover\:n-bg-palette-neutral-bg-on-bg-weak\/60:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.6);
}
.hover\:n-bg-palette-neutral-bg-on-bg-weak\/65:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.65);
}
.hover\:n-bg-palette-neutral-bg-on-bg-weak\/70:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.7);
}
.hover\:n-bg-palette-neutral-bg-on-bg-weak\/75:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.75);
}
.hover\:n-bg-palette-neutral-bg-on-bg-weak\/80:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.8);
}
.hover\:n-bg-palette-neutral-bg-on-bg-weak\/85:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.85);
}
.hover\:n-bg-palette-neutral-bg-on-bg-weak\/90:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.9);
}
.hover\:n-bg-palette-neutral-bg-on-bg-weak\/95:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.95);
}
.hover\:n-bg-palette-neutral-bg-status:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-status));
}
.hover\:n-bg-palette-neutral-bg-status\/0:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-status) / 0);
}
.hover\:n-bg-palette-neutral-bg-status\/10:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-status) / 0.1);
}
.hover\:n-bg-palette-neutral-bg-status\/100:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-status) / 1);
}
.hover\:n-bg-palette-neutral-bg-status\/15:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-status) / 0.15);
}
.hover\:n-bg-palette-neutral-bg-status\/20:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-status) / 0.2);
}
.hover\:n-bg-palette-neutral-bg-status\/25:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-status) / 0.25);
}
.hover\:n-bg-palette-neutral-bg-status\/30:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-status) / 0.3);
}
.hover\:n-bg-palette-neutral-bg-status\/35:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-status) / 0.35);
}
.hover\:n-bg-palette-neutral-bg-status\/40:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-status) / 0.4);
}
.hover\:n-bg-palette-neutral-bg-status\/45:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-status) / 0.45);
}
.hover\:n-bg-palette-neutral-bg-status\/5:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-status) / 0.05);
}
.hover\:n-bg-palette-neutral-bg-status\/50:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-status) / 0.5);
}
.hover\:n-bg-palette-neutral-bg-status\/55:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-status) / 0.55);
}
.hover\:n-bg-palette-neutral-bg-status\/60:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-status) / 0.6);
}
.hover\:n-bg-palette-neutral-bg-status\/65:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-status) / 0.65);
}
.hover\:n-bg-palette-neutral-bg-status\/70:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-status) / 0.7);
}
.hover\:n-bg-palette-neutral-bg-status\/75:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-status) / 0.75);
}
.hover\:n-bg-palette-neutral-bg-status\/80:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-status) / 0.8);
}
.hover\:n-bg-palette-neutral-bg-status\/85:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-status) / 0.85);
}
.hover\:n-bg-palette-neutral-bg-status\/90:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-status) / 0.9);
}
.hover\:n-bg-palette-neutral-bg-status\/95:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-status) / 0.95);
}
.hover\:n-bg-palette-neutral-bg-strong:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-strong));
}
.hover\:n-bg-palette-neutral-bg-strong\/0:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-strong) / 0);
}
.hover\:n-bg-palette-neutral-bg-strong\/10:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.1);
}
.hover\:n-bg-palette-neutral-bg-strong\/100:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-strong) / 1);
}
.hover\:n-bg-palette-neutral-bg-strong\/15:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.15);
}
.hover\:n-bg-palette-neutral-bg-strong\/20:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.2);
}
.hover\:n-bg-palette-neutral-bg-strong\/25:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.25);
}
.hover\:n-bg-palette-neutral-bg-strong\/30:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.3);
}
.hover\:n-bg-palette-neutral-bg-strong\/35:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.35);
}
.hover\:n-bg-palette-neutral-bg-strong\/40:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.4);
}
.hover\:n-bg-palette-neutral-bg-strong\/45:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.45);
}
.hover\:n-bg-palette-neutral-bg-strong\/5:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.05);
}
.hover\:n-bg-palette-neutral-bg-strong\/50:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.5);
}
.hover\:n-bg-palette-neutral-bg-strong\/55:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.55);
}
.hover\:n-bg-palette-neutral-bg-strong\/60:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.6);
}
.hover\:n-bg-palette-neutral-bg-strong\/65:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.65);
}
.hover\:n-bg-palette-neutral-bg-strong\/70:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.7);
}
.hover\:n-bg-palette-neutral-bg-strong\/75:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.75);
}
.hover\:n-bg-palette-neutral-bg-strong\/80:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.8);
}
.hover\:n-bg-palette-neutral-bg-strong\/85:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.85);
}
.hover\:n-bg-palette-neutral-bg-strong\/90:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.9);
}
.hover\:n-bg-palette-neutral-bg-strong\/95:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.95);
}
.hover\:n-bg-palette-neutral-bg-stronger:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger));
}
.hover\:n-bg-palette-neutral-bg-stronger\/0:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0);
}
.hover\:n-bg-palette-neutral-bg-stronger\/10:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.1);
}
.hover\:n-bg-palette-neutral-bg-stronger\/100:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger) / 1);
}
.hover\:n-bg-palette-neutral-bg-stronger\/15:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.15);
}
.hover\:n-bg-palette-neutral-bg-stronger\/20:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.2);
}
.hover\:n-bg-palette-neutral-bg-stronger\/25:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.25);
}
.hover\:n-bg-palette-neutral-bg-stronger\/30:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.3);
}
.hover\:n-bg-palette-neutral-bg-stronger\/35:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.35);
}
.hover\:n-bg-palette-neutral-bg-stronger\/40:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.4);
}
.hover\:n-bg-palette-neutral-bg-stronger\/45:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.45);
}
.hover\:n-bg-palette-neutral-bg-stronger\/5:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.05);
}
.hover\:n-bg-palette-neutral-bg-stronger\/50:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.5);
}
.hover\:n-bg-palette-neutral-bg-stronger\/55:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.55);
}
.hover\:n-bg-palette-neutral-bg-stronger\/60:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.6);
}
.hover\:n-bg-palette-neutral-bg-stronger\/65:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.65);
}
.hover\:n-bg-palette-neutral-bg-stronger\/70:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.7);
}
.hover\:n-bg-palette-neutral-bg-stronger\/75:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.75);
}
.hover\:n-bg-palette-neutral-bg-stronger\/80:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.8);
}
.hover\:n-bg-palette-neutral-bg-stronger\/85:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.85);
}
.hover\:n-bg-palette-neutral-bg-stronger\/90:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.9);
}
.hover\:n-bg-palette-neutral-bg-stronger\/95:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.95);
}
.hover\:n-bg-palette-neutral-bg-strongest:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest));
}
.hover\:n-bg-palette-neutral-bg-strongest\/0:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0);
}
.hover\:n-bg-palette-neutral-bg-strongest\/10:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.1);
}
.hover\:n-bg-palette-neutral-bg-strongest\/100:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest) / 1);
}
.hover\:n-bg-palette-neutral-bg-strongest\/15:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.15);
}
.hover\:n-bg-palette-neutral-bg-strongest\/20:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.2);
}
.hover\:n-bg-palette-neutral-bg-strongest\/25:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.25);
}
.hover\:n-bg-palette-neutral-bg-strongest\/30:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.3);
}
.hover\:n-bg-palette-neutral-bg-strongest\/35:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.35);
}
.hover\:n-bg-palette-neutral-bg-strongest\/40:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.4);
}
.hover\:n-bg-palette-neutral-bg-strongest\/45:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.45);
}
.hover\:n-bg-palette-neutral-bg-strongest\/5:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.05);
}
.hover\:n-bg-palette-neutral-bg-strongest\/50:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.5);
}
.hover\:n-bg-palette-neutral-bg-strongest\/55:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.55);
}
.hover\:n-bg-palette-neutral-bg-strongest\/60:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.6);
}
.hover\:n-bg-palette-neutral-bg-strongest\/65:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.65);
}
.hover\:n-bg-palette-neutral-bg-strongest\/70:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.7);
}
.hover\:n-bg-palette-neutral-bg-strongest\/75:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.75);
}
.hover\:n-bg-palette-neutral-bg-strongest\/80:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.8);
}
.hover\:n-bg-palette-neutral-bg-strongest\/85:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.85);
}
.hover\:n-bg-palette-neutral-bg-strongest\/90:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.9);
}
.hover\:n-bg-palette-neutral-bg-strongest\/95:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.95);
}
.hover\:n-bg-palette-neutral-bg-weak:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-weak));
}
.hover\:n-bg-palette-neutral-bg-weak\/0:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-weak) / 0);
}
.hover\:n-bg-palette-neutral-bg-weak\/10:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.1);
}
.hover\:n-bg-palette-neutral-bg-weak\/100:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-weak) / 1);
}
.hover\:n-bg-palette-neutral-bg-weak\/15:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.15);
}
.hover\:n-bg-palette-neutral-bg-weak\/20:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.2);
}
.hover\:n-bg-palette-neutral-bg-weak\/25:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.25);
}
.hover\:n-bg-palette-neutral-bg-weak\/30:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.3);
}
.hover\:n-bg-palette-neutral-bg-weak\/35:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.35);
}
.hover\:n-bg-palette-neutral-bg-weak\/40:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.4);
}
.hover\:n-bg-palette-neutral-bg-weak\/45:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.45);
}
.hover\:n-bg-palette-neutral-bg-weak\/5:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.05);
}
.hover\:n-bg-palette-neutral-bg-weak\/50:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.5);
}
.hover\:n-bg-palette-neutral-bg-weak\/55:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.55);
}
.hover\:n-bg-palette-neutral-bg-weak\/60:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.6);
}
.hover\:n-bg-palette-neutral-bg-weak\/65:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.65);
}
.hover\:n-bg-palette-neutral-bg-weak\/70:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.7);
}
.hover\:n-bg-palette-neutral-bg-weak\/75:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.75);
}
.hover\:n-bg-palette-neutral-bg-weak\/80:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.8);
}
.hover\:n-bg-palette-neutral-bg-weak\/85:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.85);
}
.hover\:n-bg-palette-neutral-bg-weak\/90:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.9);
}
.hover\:n-bg-palette-neutral-bg-weak\/95:hover {
  background-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.95);
}
.hover\:n-bg-palette-neutral-border-strong:hover {
  background-color:rgb(var(--theme-palette-neutral-border-strong));
}
.hover\:n-bg-palette-neutral-border-strong\/0:hover {
  background-color:rgb(var(--theme-palette-neutral-border-strong) / 0);
}
.hover\:n-bg-palette-neutral-border-strong\/10:hover {
  background-color:rgb(var(--theme-palette-neutral-border-strong) / 0.1);
}
.hover\:n-bg-palette-neutral-border-strong\/100:hover {
  background-color:rgb(var(--theme-palette-neutral-border-strong) / 1);
}
.hover\:n-bg-palette-neutral-border-strong\/15:hover {
  background-color:rgb(var(--theme-palette-neutral-border-strong) / 0.15);
}
.hover\:n-bg-palette-neutral-border-strong\/20:hover {
  background-color:rgb(var(--theme-palette-neutral-border-strong) / 0.2);
}
.hover\:n-bg-palette-neutral-border-strong\/25:hover {
  background-color:rgb(var(--theme-palette-neutral-border-strong) / 0.25);
}
.hover\:n-bg-palette-neutral-border-strong\/30:hover {
  background-color:rgb(var(--theme-palette-neutral-border-strong) / 0.3);
}
.hover\:n-bg-palette-neutral-border-strong\/35:hover {
  background-color:rgb(var(--theme-palette-neutral-border-strong) / 0.35);
}
.hover\:n-bg-palette-neutral-border-strong\/40:hover {
  background-color:rgb(var(--theme-palette-neutral-border-strong) / 0.4);
}
.hover\:n-bg-palette-neutral-border-strong\/45:hover {
  background-color:rgb(var(--theme-palette-neutral-border-strong) / 0.45);
}
.hover\:n-bg-palette-neutral-border-strong\/5:hover {
  background-color:rgb(var(--theme-palette-neutral-border-strong) / 0.05);
}
.hover\:n-bg-palette-neutral-border-strong\/50:hover {
  background-color:rgb(var(--theme-palette-neutral-border-strong) / 0.5);
}
.hover\:n-bg-palette-neutral-border-strong\/55:hover {
  background-color:rgb(var(--theme-palette-neutral-border-strong) / 0.55);
}
.hover\:n-bg-palette-neutral-border-strong\/60:hover {
  background-color:rgb(var(--theme-palette-neutral-border-strong) / 0.6);
}
.hover\:n-bg-palette-neutral-border-strong\/65:hover {
  background-color:rgb(var(--theme-palette-neutral-border-strong) / 0.65);
}
.hover\:n-bg-palette-neutral-border-strong\/70:hover {
  background-color:rgb(var(--theme-palette-neutral-border-strong) / 0.7);
}
.hover\:n-bg-palette-neutral-border-strong\/75:hover {
  background-color:rgb(var(--theme-palette-neutral-border-strong) / 0.75);
}
.hover\:n-bg-palette-neutral-border-strong\/80:hover {
  background-color:rgb(var(--theme-palette-neutral-border-strong) / 0.8);
}
.hover\:n-bg-palette-neutral-border-strong\/85:hover {
  background-color:rgb(var(--theme-palette-neutral-border-strong) / 0.85);
}
.hover\:n-bg-palette-neutral-border-strong\/90:hover {
  background-color:rgb(var(--theme-palette-neutral-border-strong) / 0.9);
}
.hover\:n-bg-palette-neutral-border-strong\/95:hover {
  background-color:rgb(var(--theme-palette-neutral-border-strong) / 0.95);
}
.hover\:n-bg-palette-neutral-border-strongest:hover {
  background-color:rgb(var(--theme-palette-neutral-border-strongest));
}
.hover\:n-bg-palette-neutral-border-strongest\/0:hover {
  background-color:rgb(var(--theme-palette-neutral-border-strongest) / 0);
}
.hover\:n-bg-palette-neutral-border-strongest\/10:hover {
  background-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.1);
}
.hover\:n-bg-palette-neutral-border-strongest\/100:hover {
  background-color:rgb(var(--theme-palette-neutral-border-strongest) / 1);
}
.hover\:n-bg-palette-neutral-border-strongest\/15:hover {
  background-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.15);
}
.hover\:n-bg-palette-neutral-border-strongest\/20:hover {
  background-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.2);
}
.hover\:n-bg-palette-neutral-border-strongest\/25:hover {
  background-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.25);
}
.hover\:n-bg-palette-neutral-border-strongest\/30:hover {
  background-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.3);
}
.hover\:n-bg-palette-neutral-border-strongest\/35:hover {
  background-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.35);
}
.hover\:n-bg-palette-neutral-border-strongest\/40:hover {
  background-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.4);
}
.hover\:n-bg-palette-neutral-border-strongest\/45:hover {
  background-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.45);
}
.hover\:n-bg-palette-neutral-border-strongest\/5:hover {
  background-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.05);
}
.hover\:n-bg-palette-neutral-border-strongest\/50:hover {
  background-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.5);
}
.hover\:n-bg-palette-neutral-border-strongest\/55:hover {
  background-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.55);
}
.hover\:n-bg-palette-neutral-border-strongest\/60:hover {
  background-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.6);
}
.hover\:n-bg-palette-neutral-border-strongest\/65:hover {
  background-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.65);
}
.hover\:n-bg-palette-neutral-border-strongest\/70:hover {
  background-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.7);
}
.hover\:n-bg-palette-neutral-border-strongest\/75:hover {
  background-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.75);
}
.hover\:n-bg-palette-neutral-border-strongest\/80:hover {
  background-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.8);
}
.hover\:n-bg-palette-neutral-border-strongest\/85:hover {
  background-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.85);
}
.hover\:n-bg-palette-neutral-border-strongest\/90:hover {
  background-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.9);
}
.hover\:n-bg-palette-neutral-border-strongest\/95:hover {
  background-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.95);
}
.hover\:n-bg-palette-neutral-border-weak:hover {
  background-color:rgb(var(--theme-palette-neutral-border-weak));
}
.hover\:n-bg-palette-neutral-border-weak\/0:hover {
  background-color:rgb(var(--theme-palette-neutral-border-weak) / 0);
}
.hover\:n-bg-palette-neutral-border-weak\/10:hover {
  background-color:rgb(var(--theme-palette-neutral-border-weak) / 0.1);
}
.hover\:n-bg-palette-neutral-border-weak\/100:hover {
  background-color:rgb(var(--theme-palette-neutral-border-weak) / 1);
}
.hover\:n-bg-palette-neutral-border-weak\/15:hover {
  background-color:rgb(var(--theme-palette-neutral-border-weak) / 0.15);
}
.hover\:n-bg-palette-neutral-border-weak\/20:hover {
  background-color:rgb(var(--theme-palette-neutral-border-weak) / 0.2);
}
.hover\:n-bg-palette-neutral-border-weak\/25:hover {
  background-color:rgb(var(--theme-palette-neutral-border-weak) / 0.25);
}
.hover\:n-bg-palette-neutral-border-weak\/30:hover {
  background-color:rgb(var(--theme-palette-neutral-border-weak) / 0.3);
}
.hover\:n-bg-palette-neutral-border-weak\/35:hover {
  background-color:rgb(var(--theme-palette-neutral-border-weak) / 0.35);
}
.hover\:n-bg-palette-neutral-border-weak\/40:hover {
  background-color:rgb(var(--theme-palette-neutral-border-weak) / 0.4);
}
.hover\:n-bg-palette-neutral-border-weak\/45:hover {
  background-color:rgb(var(--theme-palette-neutral-border-weak) / 0.45);
}
.hover\:n-bg-palette-neutral-border-weak\/5:hover {
  background-color:rgb(var(--theme-palette-neutral-border-weak) / 0.05);
}
.hover\:n-bg-palette-neutral-border-weak\/50:hover {
  background-color:rgb(var(--theme-palette-neutral-border-weak) / 0.5);
}
.hover\:n-bg-palette-neutral-border-weak\/55:hover {
  background-color:rgb(var(--theme-palette-neutral-border-weak) / 0.55);
}
.hover\:n-bg-palette-neutral-border-weak\/60:hover {
  background-color:rgb(var(--theme-palette-neutral-border-weak) / 0.6);
}
.hover\:n-bg-palette-neutral-border-weak\/65:hover {
  background-color:rgb(var(--theme-palette-neutral-border-weak) / 0.65);
}
.hover\:n-bg-palette-neutral-border-weak\/70:hover {
  background-color:rgb(var(--theme-palette-neutral-border-weak) / 0.7);
}
.hover\:n-bg-palette-neutral-border-weak\/75:hover {
  background-color:rgb(var(--theme-palette-neutral-border-weak) / 0.75);
}
.hover\:n-bg-palette-neutral-border-weak\/80:hover {
  background-color:rgb(var(--theme-palette-neutral-border-weak) / 0.8);
}
.hover\:n-bg-palette-neutral-border-weak\/85:hover {
  background-color:rgb(var(--theme-palette-neutral-border-weak) / 0.85);
}
.hover\:n-bg-palette-neutral-border-weak\/90:hover {
  background-color:rgb(var(--theme-palette-neutral-border-weak) / 0.9);
}
.hover\:n-bg-palette-neutral-border-weak\/95:hover {
  background-color:rgb(var(--theme-palette-neutral-border-weak) / 0.95);
}
.hover\:n-bg-palette-neutral-hover:hover {
  background-color:rgb(var(--theme-palette-neutral-hover));
}
.hover\:n-bg-palette-neutral-hover\/0:hover {
  background-color:rgb(var(--theme-palette-neutral-hover) / 0);
}
.hover\:n-bg-palette-neutral-hover\/10:hover {
  background-color:rgb(var(--theme-palette-neutral-hover) / 0.1);
}
.hover\:n-bg-palette-neutral-hover\/100:hover {
  background-color:rgb(var(--theme-palette-neutral-hover) / 1);
}
.hover\:n-bg-palette-neutral-hover\/15:hover {
  background-color:rgb(var(--theme-palette-neutral-hover) / 0.15);
}
.hover\:n-bg-palette-neutral-hover\/20:hover {
  background-color:rgb(var(--theme-palette-neutral-hover) / 0.2);
}
.hover\:n-bg-palette-neutral-hover\/25:hover {
  background-color:rgb(var(--theme-palette-neutral-hover) / 0.25);
}
.hover\:n-bg-palette-neutral-hover\/30:hover {
  background-color:rgb(var(--theme-palette-neutral-hover) / 0.3);
}
.hover\:n-bg-palette-neutral-hover\/35:hover {
  background-color:rgb(var(--theme-palette-neutral-hover) / 0.35);
}
.hover\:n-bg-palette-neutral-hover\/40:hover {
  background-color:rgb(var(--theme-palette-neutral-hover) / 0.4);
}
.hover\:n-bg-palette-neutral-hover\/45:hover {
  background-color:rgb(var(--theme-palette-neutral-hover) / 0.45);
}
.hover\:n-bg-palette-neutral-hover\/5:hover {
  background-color:rgb(var(--theme-palette-neutral-hover) / 0.05);
}
.hover\:n-bg-palette-neutral-hover\/50:hover {
  background-color:rgb(var(--theme-palette-neutral-hover) / 0.5);
}
.hover\:n-bg-palette-neutral-hover\/55:hover {
  background-color:rgb(var(--theme-palette-neutral-hover) / 0.55);
}
.hover\:n-bg-palette-neutral-hover\/60:hover {
  background-color:rgb(var(--theme-palette-neutral-hover) / 0.6);
}
.hover\:n-bg-palette-neutral-hover\/65:hover {
  background-color:rgb(var(--theme-palette-neutral-hover) / 0.65);
}
.hover\:n-bg-palette-neutral-hover\/70:hover {
  background-color:rgb(var(--theme-palette-neutral-hover) / 0.7);
}
.hover\:n-bg-palette-neutral-hover\/75:hover {
  background-color:rgb(var(--theme-palette-neutral-hover) / 0.75);
}
.hover\:n-bg-palette-neutral-hover\/80:hover {
  background-color:rgb(var(--theme-palette-neutral-hover) / 0.8);
}
.hover\:n-bg-palette-neutral-hover\/85:hover {
  background-color:rgb(var(--theme-palette-neutral-hover) / 0.85);
}
.hover\:n-bg-palette-neutral-hover\/90:hover {
  background-color:rgb(var(--theme-palette-neutral-hover) / 0.9);
}
.hover\:n-bg-palette-neutral-hover\/95:hover {
  background-color:rgb(var(--theme-palette-neutral-hover) / 0.95);
}
.hover\:n-bg-palette-neutral-icon:hover {
  background-color:rgb(var(--theme-palette-neutral-icon));
}
.hover\:n-bg-palette-neutral-icon\/0:hover {
  background-color:rgb(var(--theme-palette-neutral-icon) / 0);
}
.hover\:n-bg-palette-neutral-icon\/10:hover {
  background-color:rgb(var(--theme-palette-neutral-icon) / 0.1);
}
.hover\:n-bg-palette-neutral-icon\/100:hover {
  background-color:rgb(var(--theme-palette-neutral-icon) / 1);
}
.hover\:n-bg-palette-neutral-icon\/15:hover {
  background-color:rgb(var(--theme-palette-neutral-icon) / 0.15);
}
.hover\:n-bg-palette-neutral-icon\/20:hover {
  background-color:rgb(var(--theme-palette-neutral-icon) / 0.2);
}
.hover\:n-bg-palette-neutral-icon\/25:hover {
  background-color:rgb(var(--theme-palette-neutral-icon) / 0.25);
}
.hover\:n-bg-palette-neutral-icon\/30:hover {
  background-color:rgb(var(--theme-palette-neutral-icon) / 0.3);
}
.hover\:n-bg-palette-neutral-icon\/35:hover {
  background-color:rgb(var(--theme-palette-neutral-icon) / 0.35);
}
.hover\:n-bg-palette-neutral-icon\/40:hover {
  background-color:rgb(var(--theme-palette-neutral-icon) / 0.4);
}
.hover\:n-bg-palette-neutral-icon\/45:hover {
  background-color:rgb(var(--theme-palette-neutral-icon) / 0.45);
}
.hover\:n-bg-palette-neutral-icon\/5:hover {
  background-color:rgb(var(--theme-palette-neutral-icon) / 0.05);
}
.hover\:n-bg-palette-neutral-icon\/50:hover {
  background-color:rgb(var(--theme-palette-neutral-icon) / 0.5);
}
.hover\:n-bg-palette-neutral-icon\/55:hover {
  background-color:rgb(var(--theme-palette-neutral-icon) / 0.55);
}
.hover\:n-bg-palette-neutral-icon\/60:hover {
  background-color:rgb(var(--theme-palette-neutral-icon) / 0.6);
}
.hover\:n-bg-palette-neutral-icon\/65:hover {
  background-color:rgb(var(--theme-palette-neutral-icon) / 0.65);
}
.hover\:n-bg-palette-neutral-icon\/70:hover {
  background-color:rgb(var(--theme-palette-neutral-icon) / 0.7);
}
.hover\:n-bg-palette-neutral-icon\/75:hover {
  background-color:rgb(var(--theme-palette-neutral-icon) / 0.75);
}
.hover\:n-bg-palette-neutral-icon\/80:hover {
  background-color:rgb(var(--theme-palette-neutral-icon) / 0.8);
}
.hover\:n-bg-palette-neutral-icon\/85:hover {
  background-color:rgb(var(--theme-palette-neutral-icon) / 0.85);
}
.hover\:n-bg-palette-neutral-icon\/90:hover {
  background-color:rgb(var(--theme-palette-neutral-icon) / 0.9);
}
.hover\:n-bg-palette-neutral-icon\/95:hover {
  background-color:rgb(var(--theme-palette-neutral-icon) / 0.95);
}
.hover\:n-bg-palette-neutral-pressed:hover {
  background-color:rgb(var(--theme-palette-neutral-pressed));
}
.hover\:n-bg-palette-neutral-pressed\/0:hover {
  background-color:rgb(var(--theme-palette-neutral-pressed) / 0);
}
.hover\:n-bg-palette-neutral-pressed\/10:hover {
  background-color:rgb(var(--theme-palette-neutral-pressed) / 0.1);
}
.hover\:n-bg-palette-neutral-pressed\/100:hover {
  background-color:rgb(var(--theme-palette-neutral-pressed) / 1);
}
.hover\:n-bg-palette-neutral-pressed\/15:hover {
  background-color:rgb(var(--theme-palette-neutral-pressed) / 0.15);
}
.hover\:n-bg-palette-neutral-pressed\/20:hover {
  background-color:rgb(var(--theme-palette-neutral-pressed) / 0.2);
}
.hover\:n-bg-palette-neutral-pressed\/25:hover {
  background-color:rgb(var(--theme-palette-neutral-pressed) / 0.25);
}
.hover\:n-bg-palette-neutral-pressed\/30:hover {
  background-color:rgb(var(--theme-palette-neutral-pressed) / 0.3);
}
.hover\:n-bg-palette-neutral-pressed\/35:hover {
  background-color:rgb(var(--theme-palette-neutral-pressed) / 0.35);
}
.hover\:n-bg-palette-neutral-pressed\/40:hover {
  background-color:rgb(var(--theme-palette-neutral-pressed) / 0.4);
}
.hover\:n-bg-palette-neutral-pressed\/45:hover {
  background-color:rgb(var(--theme-palette-neutral-pressed) / 0.45);
}
.hover\:n-bg-palette-neutral-pressed\/5:hover {
  background-color:rgb(var(--theme-palette-neutral-pressed) / 0.05);
}
.hover\:n-bg-palette-neutral-pressed\/50:hover {
  background-color:rgb(var(--theme-palette-neutral-pressed) / 0.5);
}
.hover\:n-bg-palette-neutral-pressed\/55:hover {
  background-color:rgb(var(--theme-palette-neutral-pressed) / 0.55);
}
.hover\:n-bg-palette-neutral-pressed\/60:hover {
  background-color:rgb(var(--theme-palette-neutral-pressed) / 0.6);
}
.hover\:n-bg-palette-neutral-pressed\/65:hover {
  background-color:rgb(var(--theme-palette-neutral-pressed) / 0.65);
}
.hover\:n-bg-palette-neutral-pressed\/70:hover {
  background-color:rgb(var(--theme-palette-neutral-pressed) / 0.7);
}
.hover\:n-bg-palette-neutral-pressed\/75:hover {
  background-color:rgb(var(--theme-palette-neutral-pressed) / 0.75);
}
.hover\:n-bg-palette-neutral-pressed\/80:hover {
  background-color:rgb(var(--theme-palette-neutral-pressed) / 0.8);
}
.hover\:n-bg-palette-neutral-pressed\/85:hover {
  background-color:rgb(var(--theme-palette-neutral-pressed) / 0.85);
}
.hover\:n-bg-palette-neutral-pressed\/90:hover {
  background-color:rgb(var(--theme-palette-neutral-pressed) / 0.9);
}
.hover\:n-bg-palette-neutral-pressed\/95:hover {
  background-color:rgb(var(--theme-palette-neutral-pressed) / 0.95);
}
.hover\:n-bg-palette-neutral-text-default:hover {
  background-color:rgb(var(--theme-palette-neutral-text-default));
}
.hover\:n-bg-palette-neutral-text-default\/0:hover {
  background-color:rgb(var(--theme-palette-neutral-text-default) / 0);
}
.hover\:n-bg-palette-neutral-text-default\/10:hover {
  background-color:rgb(var(--theme-palette-neutral-text-default) / 0.1);
}
.hover\:n-bg-palette-neutral-text-default\/100:hover {
  background-color:rgb(var(--theme-palette-neutral-text-default) / 1);
}
.hover\:n-bg-palette-neutral-text-default\/15:hover {
  background-color:rgb(var(--theme-palette-neutral-text-default) / 0.15);
}
.hover\:n-bg-palette-neutral-text-default\/20:hover {
  background-color:rgb(var(--theme-palette-neutral-text-default) / 0.2);
}
.hover\:n-bg-palette-neutral-text-default\/25:hover {
  background-color:rgb(var(--theme-palette-neutral-text-default) / 0.25);
}
.hover\:n-bg-palette-neutral-text-default\/30:hover {
  background-color:rgb(var(--theme-palette-neutral-text-default) / 0.3);
}
.hover\:n-bg-palette-neutral-text-default\/35:hover {
  background-color:rgb(var(--theme-palette-neutral-text-default) / 0.35);
}
.hover\:n-bg-palette-neutral-text-default\/40:hover {
  background-color:rgb(var(--theme-palette-neutral-text-default) / 0.4);
}
.hover\:n-bg-palette-neutral-text-default\/45:hover {
  background-color:rgb(var(--theme-palette-neutral-text-default) / 0.45);
}
.hover\:n-bg-palette-neutral-text-default\/5:hover {
  background-color:rgb(var(--theme-palette-neutral-text-default) / 0.05);
}
.hover\:n-bg-palette-neutral-text-default\/50:hover {
  background-color:rgb(var(--theme-palette-neutral-text-default) / 0.5);
}
.hover\:n-bg-palette-neutral-text-default\/55:hover {
  background-color:rgb(var(--theme-palette-neutral-text-default) / 0.55);
}
.hover\:n-bg-palette-neutral-text-default\/60:hover {
  background-color:rgb(var(--theme-palette-neutral-text-default) / 0.6);
}
.hover\:n-bg-palette-neutral-text-default\/65:hover {
  background-color:rgb(var(--theme-palette-neutral-text-default) / 0.65);
}
.hover\:n-bg-palette-neutral-text-default\/70:hover {
  background-color:rgb(var(--theme-palette-neutral-text-default) / 0.7);
}
.hover\:n-bg-palette-neutral-text-default\/75:hover {
  background-color:rgb(var(--theme-palette-neutral-text-default) / 0.75);
}
.hover\:n-bg-palette-neutral-text-default\/80:hover {
  background-color:rgb(var(--theme-palette-neutral-text-default) / 0.8);
}
.hover\:n-bg-palette-neutral-text-default\/85:hover {
  background-color:rgb(var(--theme-palette-neutral-text-default) / 0.85);
}
.hover\:n-bg-palette-neutral-text-default\/90:hover {
  background-color:rgb(var(--theme-palette-neutral-text-default) / 0.9);
}
.hover\:n-bg-palette-neutral-text-default\/95:hover {
  background-color:rgb(var(--theme-palette-neutral-text-default) / 0.95);
}
.hover\:n-bg-palette-neutral-text-inverse:hover {
  background-color:rgb(var(--theme-palette-neutral-text-inverse));
}
.hover\:n-bg-palette-neutral-text-inverse\/0:hover {
  background-color:rgb(var(--theme-palette-neutral-text-inverse) / 0);
}
.hover\:n-bg-palette-neutral-text-inverse\/10:hover {
  background-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.1);
}
.hover\:n-bg-palette-neutral-text-inverse\/100:hover {
  background-color:rgb(var(--theme-palette-neutral-text-inverse) / 1);
}
.hover\:n-bg-palette-neutral-text-inverse\/15:hover {
  background-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.15);
}
.hover\:n-bg-palette-neutral-text-inverse\/20:hover {
  background-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.2);
}
.hover\:n-bg-palette-neutral-text-inverse\/25:hover {
  background-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.25);
}
.hover\:n-bg-palette-neutral-text-inverse\/30:hover {
  background-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.3);
}
.hover\:n-bg-palette-neutral-text-inverse\/35:hover {
  background-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.35);
}
.hover\:n-bg-palette-neutral-text-inverse\/40:hover {
  background-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.4);
}
.hover\:n-bg-palette-neutral-text-inverse\/45:hover {
  background-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.45);
}
.hover\:n-bg-palette-neutral-text-inverse\/5:hover {
  background-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.05);
}
.hover\:n-bg-palette-neutral-text-inverse\/50:hover {
  background-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.5);
}
.hover\:n-bg-palette-neutral-text-inverse\/55:hover {
  background-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.55);
}
.hover\:n-bg-palette-neutral-text-inverse\/60:hover {
  background-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.6);
}
.hover\:n-bg-palette-neutral-text-inverse\/65:hover {
  background-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.65);
}
.hover\:n-bg-palette-neutral-text-inverse\/70:hover {
  background-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.7);
}
.hover\:n-bg-palette-neutral-text-inverse\/75:hover {
  background-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.75);
}
.hover\:n-bg-palette-neutral-text-inverse\/80:hover {
  background-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.8);
}
.hover\:n-bg-palette-neutral-text-inverse\/85:hover {
  background-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.85);
}
.hover\:n-bg-palette-neutral-text-inverse\/90:hover {
  background-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.9);
}
.hover\:n-bg-palette-neutral-text-inverse\/95:hover {
  background-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.95);
}
.hover\:n-bg-palette-neutral-text-weak:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weak));
}
.hover\:n-bg-palette-neutral-text-weak\/0:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weak) / 0);
}
.hover\:n-bg-palette-neutral-text-weak\/10:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weak) / 0.1);
}
.hover\:n-bg-palette-neutral-text-weak\/100:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weak) / 1);
}
.hover\:n-bg-palette-neutral-text-weak\/15:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weak) / 0.15);
}
.hover\:n-bg-palette-neutral-text-weak\/20:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weak) / 0.2);
}
.hover\:n-bg-palette-neutral-text-weak\/25:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weak) / 0.25);
}
.hover\:n-bg-palette-neutral-text-weak\/30:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weak) / 0.3);
}
.hover\:n-bg-palette-neutral-text-weak\/35:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weak) / 0.35);
}
.hover\:n-bg-palette-neutral-text-weak\/40:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weak) / 0.4);
}
.hover\:n-bg-palette-neutral-text-weak\/45:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weak) / 0.45);
}
.hover\:n-bg-palette-neutral-text-weak\/5:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weak) / 0.05);
}
.hover\:n-bg-palette-neutral-text-weak\/50:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weak) / 0.5);
}
.hover\:n-bg-palette-neutral-text-weak\/55:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weak) / 0.55);
}
.hover\:n-bg-palette-neutral-text-weak\/60:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weak) / 0.6);
}
.hover\:n-bg-palette-neutral-text-weak\/65:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weak) / 0.65);
}
.hover\:n-bg-palette-neutral-text-weak\/70:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weak) / 0.7);
}
.hover\:n-bg-palette-neutral-text-weak\/75:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weak) / 0.75);
}
.hover\:n-bg-palette-neutral-text-weak\/80:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weak) / 0.8);
}
.hover\:n-bg-palette-neutral-text-weak\/85:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weak) / 0.85);
}
.hover\:n-bg-palette-neutral-text-weak\/90:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weak) / 0.9);
}
.hover\:n-bg-palette-neutral-text-weak\/95:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weak) / 0.95);
}
.hover\:n-bg-palette-neutral-text-weaker:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weaker));
}
.hover\:n-bg-palette-neutral-text-weaker\/0:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weaker) / 0);
}
.hover\:n-bg-palette-neutral-text-weaker\/10:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.1);
}
.hover\:n-bg-palette-neutral-text-weaker\/100:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weaker) / 1);
}
.hover\:n-bg-palette-neutral-text-weaker\/15:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.15);
}
.hover\:n-bg-palette-neutral-text-weaker\/20:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.2);
}
.hover\:n-bg-palette-neutral-text-weaker\/25:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.25);
}
.hover\:n-bg-palette-neutral-text-weaker\/30:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.3);
}
.hover\:n-bg-palette-neutral-text-weaker\/35:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.35);
}
.hover\:n-bg-palette-neutral-text-weaker\/40:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.4);
}
.hover\:n-bg-palette-neutral-text-weaker\/45:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.45);
}
.hover\:n-bg-palette-neutral-text-weaker\/5:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.05);
}
.hover\:n-bg-palette-neutral-text-weaker\/50:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.5);
}
.hover\:n-bg-palette-neutral-text-weaker\/55:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.55);
}
.hover\:n-bg-palette-neutral-text-weaker\/60:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.6);
}
.hover\:n-bg-palette-neutral-text-weaker\/65:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.65);
}
.hover\:n-bg-palette-neutral-text-weaker\/70:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.7);
}
.hover\:n-bg-palette-neutral-text-weaker\/75:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.75);
}
.hover\:n-bg-palette-neutral-text-weaker\/80:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.8);
}
.hover\:n-bg-palette-neutral-text-weaker\/85:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.85);
}
.hover\:n-bg-palette-neutral-text-weaker\/90:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.9);
}
.hover\:n-bg-palette-neutral-text-weaker\/95:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.95);
}
.hover\:n-bg-palette-neutral-text-weakest:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weakest));
}
.hover\:n-bg-palette-neutral-text-weakest\/0:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weakest) / 0);
}
.hover\:n-bg-palette-neutral-text-weakest\/10:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.1);
}
.hover\:n-bg-palette-neutral-text-weakest\/100:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weakest) / 1);
}
.hover\:n-bg-palette-neutral-text-weakest\/15:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.15);
}
.hover\:n-bg-palette-neutral-text-weakest\/20:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.2);
}
.hover\:n-bg-palette-neutral-text-weakest\/25:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.25);
}
.hover\:n-bg-palette-neutral-text-weakest\/30:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.3);
}
.hover\:n-bg-palette-neutral-text-weakest\/35:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.35);
}
.hover\:n-bg-palette-neutral-text-weakest\/40:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.4);
}
.hover\:n-bg-palette-neutral-text-weakest\/45:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.45);
}
.hover\:n-bg-palette-neutral-text-weakest\/5:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.05);
}
.hover\:n-bg-palette-neutral-text-weakest\/50:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.5);
}
.hover\:n-bg-palette-neutral-text-weakest\/55:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.55);
}
.hover\:n-bg-palette-neutral-text-weakest\/60:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.6);
}
.hover\:n-bg-palette-neutral-text-weakest\/65:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.65);
}
.hover\:n-bg-palette-neutral-text-weakest\/70:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.7);
}
.hover\:n-bg-palette-neutral-text-weakest\/75:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.75);
}
.hover\:n-bg-palette-neutral-text-weakest\/80:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.8);
}
.hover\:n-bg-palette-neutral-text-weakest\/85:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.85);
}
.hover\:n-bg-palette-neutral-text-weakest\/90:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.9);
}
.hover\:n-bg-palette-neutral-text-weakest\/95:hover {
  background-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.95);
}
.hover\:n-bg-palette-primary-bg-selected:hover {
  background-color:rgb(var(--theme-palette-primary-bg-selected));
}
.hover\:n-bg-palette-primary-bg-selected\/0:hover {
  background-color:rgb(var(--theme-palette-primary-bg-selected) / 0);
}
.hover\:n-bg-palette-primary-bg-selected\/10:hover {
  background-color:rgb(var(--theme-palette-primary-bg-selected) / 0.1);
}
.hover\:n-bg-palette-primary-bg-selected\/100:hover {
  background-color:rgb(var(--theme-palette-primary-bg-selected) / 1);
}
.hover\:n-bg-palette-primary-bg-selected\/15:hover {
  background-color:rgb(var(--theme-palette-primary-bg-selected) / 0.15);
}
.hover\:n-bg-palette-primary-bg-selected\/20:hover {
  background-color:rgb(var(--theme-palette-primary-bg-selected) / 0.2);
}
.hover\:n-bg-palette-primary-bg-selected\/25:hover {
  background-color:rgb(var(--theme-palette-primary-bg-selected) / 0.25);
}
.hover\:n-bg-palette-primary-bg-selected\/30:hover {
  background-color:rgb(var(--theme-palette-primary-bg-selected) / 0.3);
}
.hover\:n-bg-palette-primary-bg-selected\/35:hover {
  background-color:rgb(var(--theme-palette-primary-bg-selected) / 0.35);
}
.hover\:n-bg-palette-primary-bg-selected\/40:hover {
  background-color:rgb(var(--theme-palette-primary-bg-selected) / 0.4);
}
.hover\:n-bg-palette-primary-bg-selected\/45:hover {
  background-color:rgb(var(--theme-palette-primary-bg-selected) / 0.45);
}
.hover\:n-bg-palette-primary-bg-selected\/5:hover {
  background-color:rgb(var(--theme-palette-primary-bg-selected) / 0.05);
}
.hover\:n-bg-palette-primary-bg-selected\/50:hover {
  background-color:rgb(var(--theme-palette-primary-bg-selected) / 0.5);
}
.hover\:n-bg-palette-primary-bg-selected\/55:hover {
  background-color:rgb(var(--theme-palette-primary-bg-selected) / 0.55);
}
.hover\:n-bg-palette-primary-bg-selected\/60:hover {
  background-color:rgb(var(--theme-palette-primary-bg-selected) / 0.6);
}
.hover\:n-bg-palette-primary-bg-selected\/65:hover {
  background-color:rgb(var(--theme-palette-primary-bg-selected) / 0.65);
}
.hover\:n-bg-palette-primary-bg-selected\/70:hover {
  background-color:rgb(var(--theme-palette-primary-bg-selected) / 0.7);
}
.hover\:n-bg-palette-primary-bg-selected\/75:hover {
  background-color:rgb(var(--theme-palette-primary-bg-selected) / 0.75);
}
.hover\:n-bg-palette-primary-bg-selected\/80:hover {
  background-color:rgb(var(--theme-palette-primary-bg-selected) / 0.8);
}
.hover\:n-bg-palette-primary-bg-selected\/85:hover {
  background-color:rgb(var(--theme-palette-primary-bg-selected) / 0.85);
}
.hover\:n-bg-palette-primary-bg-selected\/90:hover {
  background-color:rgb(var(--theme-palette-primary-bg-selected) / 0.9);
}
.hover\:n-bg-palette-primary-bg-selected\/95:hover {
  background-color:rgb(var(--theme-palette-primary-bg-selected) / 0.95);
}
.hover\:n-bg-palette-primary-bg-status:hover {
  background-color:rgb(var(--theme-palette-primary-bg-status));
}
.hover\:n-bg-palette-primary-bg-status\/0:hover {
  background-color:rgb(var(--theme-palette-primary-bg-status) / 0);
}
.hover\:n-bg-palette-primary-bg-status\/10:hover {
  background-color:rgb(var(--theme-palette-primary-bg-status) / 0.1);
}
.hover\:n-bg-palette-primary-bg-status\/100:hover {
  background-color:rgb(var(--theme-palette-primary-bg-status) / 1);
}
.hover\:n-bg-palette-primary-bg-status\/15:hover {
  background-color:rgb(var(--theme-palette-primary-bg-status) / 0.15);
}
.hover\:n-bg-palette-primary-bg-status\/20:hover {
  background-color:rgb(var(--theme-palette-primary-bg-status) / 0.2);
}
.hover\:n-bg-palette-primary-bg-status\/25:hover {
  background-color:rgb(var(--theme-palette-primary-bg-status) / 0.25);
}
.hover\:n-bg-palette-primary-bg-status\/30:hover {
  background-color:rgb(var(--theme-palette-primary-bg-status) / 0.3);
}
.hover\:n-bg-palette-primary-bg-status\/35:hover {
  background-color:rgb(var(--theme-palette-primary-bg-status) / 0.35);
}
.hover\:n-bg-palette-primary-bg-status\/40:hover {
  background-color:rgb(var(--theme-palette-primary-bg-status) / 0.4);
}
.hover\:n-bg-palette-primary-bg-status\/45:hover {
  background-color:rgb(var(--theme-palette-primary-bg-status) / 0.45);
}
.hover\:n-bg-palette-primary-bg-status\/5:hover {
  background-color:rgb(var(--theme-palette-primary-bg-status) / 0.05);
}
.hover\:n-bg-palette-primary-bg-status\/50:hover {
  background-color:rgb(var(--theme-palette-primary-bg-status) / 0.5);
}
.hover\:n-bg-palette-primary-bg-status\/55:hover {
  background-color:rgb(var(--theme-palette-primary-bg-status) / 0.55);
}
.hover\:n-bg-palette-primary-bg-status\/60:hover {
  background-color:rgb(var(--theme-palette-primary-bg-status) / 0.6);
}
.hover\:n-bg-palette-primary-bg-status\/65:hover {
  background-color:rgb(var(--theme-palette-primary-bg-status) / 0.65);
}
.hover\:n-bg-palette-primary-bg-status\/70:hover {
  background-color:rgb(var(--theme-palette-primary-bg-status) / 0.7);
}
.hover\:n-bg-palette-primary-bg-status\/75:hover {
  background-color:rgb(var(--theme-palette-primary-bg-status) / 0.75);
}
.hover\:n-bg-palette-primary-bg-status\/80:hover {
  background-color:rgb(var(--theme-palette-primary-bg-status) / 0.8);
}
.hover\:n-bg-palette-primary-bg-status\/85:hover {
  background-color:rgb(var(--theme-palette-primary-bg-status) / 0.85);
}
.hover\:n-bg-palette-primary-bg-status\/90:hover {
  background-color:rgb(var(--theme-palette-primary-bg-status) / 0.9);
}
.hover\:n-bg-palette-primary-bg-status\/95:hover {
  background-color:rgb(var(--theme-palette-primary-bg-status) / 0.95);
}
.hover\:n-bg-palette-primary-bg-strong:hover {
  background-color:rgb(var(--theme-palette-primary-bg-strong));
}
.hover\:n-bg-palette-primary-bg-strong\/0:hover {
  background-color:rgb(var(--theme-palette-primary-bg-strong) / 0);
}
.hover\:n-bg-palette-primary-bg-strong\/10:hover {
  background-color:rgb(var(--theme-palette-primary-bg-strong) / 0.1);
}
.hover\:n-bg-palette-primary-bg-strong\/100:hover {
  background-color:rgb(var(--theme-palette-primary-bg-strong) / 1);
}
.hover\:n-bg-palette-primary-bg-strong\/15:hover {
  background-color:rgb(var(--theme-palette-primary-bg-strong) / 0.15);
}
.hover\:n-bg-palette-primary-bg-strong\/20:hover {
  background-color:rgb(var(--theme-palette-primary-bg-strong) / 0.2);
}
.hover\:n-bg-palette-primary-bg-strong\/25:hover {
  background-color:rgb(var(--theme-palette-primary-bg-strong) / 0.25);
}
.hover\:n-bg-palette-primary-bg-strong\/30:hover {
  background-color:rgb(var(--theme-palette-primary-bg-strong) / 0.3);
}
.hover\:n-bg-palette-primary-bg-strong\/35:hover {
  background-color:rgb(var(--theme-palette-primary-bg-strong) / 0.35);
}
.hover\:n-bg-palette-primary-bg-strong\/40:hover {
  background-color:rgb(var(--theme-palette-primary-bg-strong) / 0.4);
}
.hover\:n-bg-palette-primary-bg-strong\/45:hover {
  background-color:rgb(var(--theme-palette-primary-bg-strong) / 0.45);
}
.hover\:n-bg-palette-primary-bg-strong\/5:hover {
  background-color:rgb(var(--theme-palette-primary-bg-strong) / 0.05);
}
.hover\:n-bg-palette-primary-bg-strong\/50:hover {
  background-color:rgb(var(--theme-palette-primary-bg-strong) / 0.5);
}
.hover\:n-bg-palette-primary-bg-strong\/55:hover {
  background-color:rgb(var(--theme-palette-primary-bg-strong) / 0.55);
}
.hover\:n-bg-palette-primary-bg-strong\/60:hover {
  background-color:rgb(var(--theme-palette-primary-bg-strong) / 0.6);
}
.hover\:n-bg-palette-primary-bg-strong\/65:hover {
  background-color:rgb(var(--theme-palette-primary-bg-strong) / 0.65);
}
.hover\:n-bg-palette-primary-bg-strong\/70:hover {
  background-color:rgb(var(--theme-palette-primary-bg-strong) / 0.7);
}
.hover\:n-bg-palette-primary-bg-strong\/75:hover {
  background-color:rgb(var(--theme-palette-primary-bg-strong) / 0.75);
}
.hover\:n-bg-palette-primary-bg-strong\/80:hover {
  background-color:rgb(var(--theme-palette-primary-bg-strong) / 0.8);
}
.hover\:n-bg-palette-primary-bg-strong\/85:hover {
  background-color:rgb(var(--theme-palette-primary-bg-strong) / 0.85);
}
.hover\:n-bg-palette-primary-bg-strong\/90:hover {
  background-color:rgb(var(--theme-palette-primary-bg-strong) / 0.9);
}
.hover\:n-bg-palette-primary-bg-strong\/95:hover {
  background-color:rgb(var(--theme-palette-primary-bg-strong) / 0.95);
}
.hover\:n-bg-palette-primary-bg-weak:hover {
  background-color:rgb(var(--theme-palette-primary-bg-weak));
}
.hover\:n-bg-palette-primary-bg-weak\/0:hover {
  background-color:rgb(var(--theme-palette-primary-bg-weak) / 0);
}
.hover\:n-bg-palette-primary-bg-weak\/10:hover {
  background-color:rgb(var(--theme-palette-primary-bg-weak) / 0.1);
}
.hover\:n-bg-palette-primary-bg-weak\/100:hover {
  background-color:rgb(var(--theme-palette-primary-bg-weak) / 1);
}
.hover\:n-bg-palette-primary-bg-weak\/15:hover {
  background-color:rgb(var(--theme-palette-primary-bg-weak) / 0.15);
}
.hover\:n-bg-palette-primary-bg-weak\/20:hover {
  background-color:rgb(var(--theme-palette-primary-bg-weak) / 0.2);
}
.hover\:n-bg-palette-primary-bg-weak\/25:hover {
  background-color:rgb(var(--theme-palette-primary-bg-weak) / 0.25);
}
.hover\:n-bg-palette-primary-bg-weak\/30:hover {
  background-color:rgb(var(--theme-palette-primary-bg-weak) / 0.3);
}
.hover\:n-bg-palette-primary-bg-weak\/35:hover {
  background-color:rgb(var(--theme-palette-primary-bg-weak) / 0.35);
}
.hover\:n-bg-palette-primary-bg-weak\/40:hover {
  background-color:rgb(var(--theme-palette-primary-bg-weak) / 0.4);
}
.hover\:n-bg-palette-primary-bg-weak\/45:hover {
  background-color:rgb(var(--theme-palette-primary-bg-weak) / 0.45);
}
.hover\:n-bg-palette-primary-bg-weak\/5:hover {
  background-color:rgb(var(--theme-palette-primary-bg-weak) / 0.05);
}
.hover\:n-bg-palette-primary-bg-weak\/50:hover {
  background-color:rgb(var(--theme-palette-primary-bg-weak) / 0.5);
}
.hover\:n-bg-palette-primary-bg-weak\/55:hover {
  background-color:rgb(var(--theme-palette-primary-bg-weak) / 0.55);
}
.hover\:n-bg-palette-primary-bg-weak\/60:hover {
  background-color:rgb(var(--theme-palette-primary-bg-weak) / 0.6);
}
.hover\:n-bg-palette-primary-bg-weak\/65:hover {
  background-color:rgb(var(--theme-palette-primary-bg-weak) / 0.65);
}
.hover\:n-bg-palette-primary-bg-weak\/70:hover {
  background-color:rgb(var(--theme-palette-primary-bg-weak) / 0.7);
}
.hover\:n-bg-palette-primary-bg-weak\/75:hover {
  background-color:rgb(var(--theme-palette-primary-bg-weak) / 0.75);
}
.hover\:n-bg-palette-primary-bg-weak\/80:hover {
  background-color:rgb(var(--theme-palette-primary-bg-weak) / 0.8);
}
.hover\:n-bg-palette-primary-bg-weak\/85:hover {
  background-color:rgb(var(--theme-palette-primary-bg-weak) / 0.85);
}
.hover\:n-bg-palette-primary-bg-weak\/90:hover {
  background-color:rgb(var(--theme-palette-primary-bg-weak) / 0.9);
}
.hover\:n-bg-palette-primary-bg-weak\/95:hover {
  background-color:rgb(var(--theme-palette-primary-bg-weak) / 0.95);
}
.hover\:n-bg-palette-primary-border-strong:hover {
  background-color:rgb(var(--theme-palette-primary-border-strong));
}
.hover\:n-bg-palette-primary-border-strong\/0:hover {
  background-color:rgb(var(--theme-palette-primary-border-strong) / 0);
}
.hover\:n-bg-palette-primary-border-strong\/10:hover {
  background-color:rgb(var(--theme-palette-primary-border-strong) / 0.1);
}
.hover\:n-bg-palette-primary-border-strong\/100:hover {
  background-color:rgb(var(--theme-palette-primary-border-strong) / 1);
}
.hover\:n-bg-palette-primary-border-strong\/15:hover {
  background-color:rgb(var(--theme-palette-primary-border-strong) / 0.15);
}
.hover\:n-bg-palette-primary-border-strong\/20:hover {
  background-color:rgb(var(--theme-palette-primary-border-strong) / 0.2);
}
.hover\:n-bg-palette-primary-border-strong\/25:hover {
  background-color:rgb(var(--theme-palette-primary-border-strong) / 0.25);
}
.hover\:n-bg-palette-primary-border-strong\/30:hover {
  background-color:rgb(var(--theme-palette-primary-border-strong) / 0.3);
}
.hover\:n-bg-palette-primary-border-strong\/35:hover {
  background-color:rgb(var(--theme-palette-primary-border-strong) / 0.35);
}
.hover\:n-bg-palette-primary-border-strong\/40:hover {
  background-color:rgb(var(--theme-palette-primary-border-strong) / 0.4);
}
.hover\:n-bg-palette-primary-border-strong\/45:hover {
  background-color:rgb(var(--theme-palette-primary-border-strong) / 0.45);
}
.hover\:n-bg-palette-primary-border-strong\/5:hover {
  background-color:rgb(var(--theme-palette-primary-border-strong) / 0.05);
}
.hover\:n-bg-palette-primary-border-strong\/50:hover {
  background-color:rgb(var(--theme-palette-primary-border-strong) / 0.5);
}
.hover\:n-bg-palette-primary-border-strong\/55:hover {
  background-color:rgb(var(--theme-palette-primary-border-strong) / 0.55);
}
.hover\:n-bg-palette-primary-border-strong\/60:hover {
  background-color:rgb(var(--theme-palette-primary-border-strong) / 0.6);
}
.hover\:n-bg-palette-primary-border-strong\/65:hover {
  background-color:rgb(var(--theme-palette-primary-border-strong) / 0.65);
}
.hover\:n-bg-palette-primary-border-strong\/70:hover {
  background-color:rgb(var(--theme-palette-primary-border-strong) / 0.7);
}
.hover\:n-bg-palette-primary-border-strong\/75:hover {
  background-color:rgb(var(--theme-palette-primary-border-strong) / 0.75);
}
.hover\:n-bg-palette-primary-border-strong\/80:hover {
  background-color:rgb(var(--theme-palette-primary-border-strong) / 0.8);
}
.hover\:n-bg-palette-primary-border-strong\/85:hover {
  background-color:rgb(var(--theme-palette-primary-border-strong) / 0.85);
}
.hover\:n-bg-palette-primary-border-strong\/90:hover {
  background-color:rgb(var(--theme-palette-primary-border-strong) / 0.9);
}
.hover\:n-bg-palette-primary-border-strong\/95:hover {
  background-color:rgb(var(--theme-palette-primary-border-strong) / 0.95);
}
.hover\:n-bg-palette-primary-border-weak:hover {
  background-color:rgb(var(--theme-palette-primary-border-weak));
}
.hover\:n-bg-palette-primary-border-weak\/0:hover {
  background-color:rgb(var(--theme-palette-primary-border-weak) / 0);
}
.hover\:n-bg-palette-primary-border-weak\/10:hover {
  background-color:rgb(var(--theme-palette-primary-border-weak) / 0.1);
}
.hover\:n-bg-palette-primary-border-weak\/100:hover {
  background-color:rgb(var(--theme-palette-primary-border-weak) / 1);
}
.hover\:n-bg-palette-primary-border-weak\/15:hover {
  background-color:rgb(var(--theme-palette-primary-border-weak) / 0.15);
}
.hover\:n-bg-palette-primary-border-weak\/20:hover {
  background-color:rgb(var(--theme-palette-primary-border-weak) / 0.2);
}
.hover\:n-bg-palette-primary-border-weak\/25:hover {
  background-color:rgb(var(--theme-palette-primary-border-weak) / 0.25);
}
.hover\:n-bg-palette-primary-border-weak\/30:hover {
  background-color:rgb(var(--theme-palette-primary-border-weak) / 0.3);
}
.hover\:n-bg-palette-primary-border-weak\/35:hover {
  background-color:rgb(var(--theme-palette-primary-border-weak) / 0.35);
}
.hover\:n-bg-palette-primary-border-weak\/40:hover {
  background-color:rgb(var(--theme-palette-primary-border-weak) / 0.4);
}
.hover\:n-bg-palette-primary-border-weak\/45:hover {
  background-color:rgb(var(--theme-palette-primary-border-weak) / 0.45);
}
.hover\:n-bg-palette-primary-border-weak\/5:hover {
  background-color:rgb(var(--theme-palette-primary-border-weak) / 0.05);
}
.hover\:n-bg-palette-primary-border-weak\/50:hover {
  background-color:rgb(var(--theme-palette-primary-border-weak) / 0.5);
}
.hover\:n-bg-palette-primary-border-weak\/55:hover {
  background-color:rgb(var(--theme-palette-primary-border-weak) / 0.55);
}
.hover\:n-bg-palette-primary-border-weak\/60:hover {
  background-color:rgb(var(--theme-palette-primary-border-weak) / 0.6);
}
.hover\:n-bg-palette-primary-border-weak\/65:hover {
  background-color:rgb(var(--theme-palette-primary-border-weak) / 0.65);
}
.hover\:n-bg-palette-primary-border-weak\/70:hover {
  background-color:rgb(var(--theme-palette-primary-border-weak) / 0.7);
}
.hover\:n-bg-palette-primary-border-weak\/75:hover {
  background-color:rgb(var(--theme-palette-primary-border-weak) / 0.75);
}
.hover\:n-bg-palette-primary-border-weak\/80:hover {
  background-color:rgb(var(--theme-palette-primary-border-weak) / 0.8);
}
.hover\:n-bg-palette-primary-border-weak\/85:hover {
  background-color:rgb(var(--theme-palette-primary-border-weak) / 0.85);
}
.hover\:n-bg-palette-primary-border-weak\/90:hover {
  background-color:rgb(var(--theme-palette-primary-border-weak) / 0.9);
}
.hover\:n-bg-palette-primary-border-weak\/95:hover {
  background-color:rgb(var(--theme-palette-primary-border-weak) / 0.95);
}
.hover\:n-bg-palette-primary-focus:hover {
  background-color:rgb(var(--theme-palette-primary-focus));
}
.hover\:n-bg-palette-primary-focus\/0:hover {
  background-color:rgb(var(--theme-palette-primary-focus) / 0);
}
.hover\:n-bg-palette-primary-focus\/10:hover {
  background-color:rgb(var(--theme-palette-primary-focus) / 0.1);
}
.hover\:n-bg-palette-primary-focus\/100:hover {
  background-color:rgb(var(--theme-palette-primary-focus) / 1);
}
.hover\:n-bg-palette-primary-focus\/15:hover {
  background-color:rgb(var(--theme-palette-primary-focus) / 0.15);
}
.hover\:n-bg-palette-primary-focus\/20:hover {
  background-color:rgb(var(--theme-palette-primary-focus) / 0.2);
}
.hover\:n-bg-palette-primary-focus\/25:hover {
  background-color:rgb(var(--theme-palette-primary-focus) / 0.25);
}
.hover\:n-bg-palette-primary-focus\/30:hover {
  background-color:rgb(var(--theme-palette-primary-focus) / 0.3);
}
.hover\:n-bg-palette-primary-focus\/35:hover {
  background-color:rgb(var(--theme-palette-primary-focus) / 0.35);
}
.hover\:n-bg-palette-primary-focus\/40:hover {
  background-color:rgb(var(--theme-palette-primary-focus) / 0.4);
}
.hover\:n-bg-palette-primary-focus\/45:hover {
  background-color:rgb(var(--theme-palette-primary-focus) / 0.45);
}
.hover\:n-bg-palette-primary-focus\/5:hover {
  background-color:rgb(var(--theme-palette-primary-focus) / 0.05);
}
.hover\:n-bg-palette-primary-focus\/50:hover {
  background-color:rgb(var(--theme-palette-primary-focus) / 0.5);
}
.hover\:n-bg-palette-primary-focus\/55:hover {
  background-color:rgb(var(--theme-palette-primary-focus) / 0.55);
}
.hover\:n-bg-palette-primary-focus\/60:hover {
  background-color:rgb(var(--theme-palette-primary-focus) / 0.6);
}
.hover\:n-bg-palette-primary-focus\/65:hover {
  background-color:rgb(var(--theme-palette-primary-focus) / 0.65);
}
.hover\:n-bg-palette-primary-focus\/70:hover {
  background-color:rgb(var(--theme-palette-primary-focus) / 0.7);
}
.hover\:n-bg-palette-primary-focus\/75:hover {
  background-color:rgb(var(--theme-palette-primary-focus) / 0.75);
}
.hover\:n-bg-palette-primary-focus\/80:hover {
  background-color:rgb(var(--theme-palette-primary-focus) / 0.8);
}
.hover\:n-bg-palette-primary-focus\/85:hover {
  background-color:rgb(var(--theme-palette-primary-focus) / 0.85);
}
.hover\:n-bg-palette-primary-focus\/90:hover {
  background-color:rgb(var(--theme-palette-primary-focus) / 0.9);
}
.hover\:n-bg-palette-primary-focus\/95:hover {
  background-color:rgb(var(--theme-palette-primary-focus) / 0.95);
}
.hover\:n-bg-palette-primary-hover-strong:hover {
  background-color:rgb(var(--theme-palette-primary-hover-strong));
}
.hover\:n-bg-palette-primary-hover-strong\/0:hover {
  background-color:rgb(var(--theme-palette-primary-hover-strong) / 0);
}
.hover\:n-bg-palette-primary-hover-strong\/10:hover {
  background-color:rgb(var(--theme-palette-primary-hover-strong) / 0.1);
}
.hover\:n-bg-palette-primary-hover-strong\/100:hover {
  background-color:rgb(var(--theme-palette-primary-hover-strong) / 1);
}
.hover\:n-bg-palette-primary-hover-strong\/15:hover {
  background-color:rgb(var(--theme-palette-primary-hover-strong) / 0.15);
}
.hover\:n-bg-palette-primary-hover-strong\/20:hover {
  background-color:rgb(var(--theme-palette-primary-hover-strong) / 0.2);
}
.hover\:n-bg-palette-primary-hover-strong\/25:hover {
  background-color:rgb(var(--theme-palette-primary-hover-strong) / 0.25);
}
.hover\:n-bg-palette-primary-hover-strong\/30:hover {
  background-color:rgb(var(--theme-palette-primary-hover-strong) / 0.3);
}
.hover\:n-bg-palette-primary-hover-strong\/35:hover {
  background-color:rgb(var(--theme-palette-primary-hover-strong) / 0.35);
}
.hover\:n-bg-palette-primary-hover-strong\/40:hover {
  background-color:rgb(var(--theme-palette-primary-hover-strong) / 0.4);
}
.hover\:n-bg-palette-primary-hover-strong\/45:hover {
  background-color:rgb(var(--theme-palette-primary-hover-strong) / 0.45);
}
.hover\:n-bg-palette-primary-hover-strong\/5:hover {
  background-color:rgb(var(--theme-palette-primary-hover-strong) / 0.05);
}
.hover\:n-bg-palette-primary-hover-strong\/50:hover {
  background-color:rgb(var(--theme-palette-primary-hover-strong) / 0.5);
}
.hover\:n-bg-palette-primary-hover-strong\/55:hover {
  background-color:rgb(var(--theme-palette-primary-hover-strong) / 0.55);
}
.hover\:n-bg-palette-primary-hover-strong\/60:hover {
  background-color:rgb(var(--theme-palette-primary-hover-strong) / 0.6);
}
.hover\:n-bg-palette-primary-hover-strong\/65:hover {
  background-color:rgb(var(--theme-palette-primary-hover-strong) / 0.65);
}
.hover\:n-bg-palette-primary-hover-strong\/70:hover {
  background-color:rgb(var(--theme-palette-primary-hover-strong) / 0.7);
}
.hover\:n-bg-palette-primary-hover-strong\/75:hover {
  background-color:rgb(var(--theme-palette-primary-hover-strong) / 0.75);
}
.hover\:n-bg-palette-primary-hover-strong\/80:hover {
  background-color:rgb(var(--theme-palette-primary-hover-strong) / 0.8);
}
.hover\:n-bg-palette-primary-hover-strong\/85:hover {
  background-color:rgb(var(--theme-palette-primary-hover-strong) / 0.85);
}
.hover\:n-bg-palette-primary-hover-strong\/90:hover {
  background-color:rgb(var(--theme-palette-primary-hover-strong) / 0.9);
}
.hover\:n-bg-palette-primary-hover-strong\/95:hover {
  background-color:rgb(var(--theme-palette-primary-hover-strong) / 0.95);
}
.hover\:n-bg-palette-primary-hover-weak:hover {
  background-color:rgb(var(--theme-palette-primary-hover-weak));
}
.hover\:n-bg-palette-primary-hover-weak\/0:hover {
  background-color:rgb(var(--theme-palette-primary-hover-weak) / 0);
}
.hover\:n-bg-palette-primary-hover-weak\/10:hover {
  background-color:rgb(var(--theme-palette-primary-hover-weak) / 0.1);
}
.hover\:n-bg-palette-primary-hover-weak\/100:hover {
  background-color:rgb(var(--theme-palette-primary-hover-weak) / 1);
}
.hover\:n-bg-palette-primary-hover-weak\/15:hover {
  background-color:rgb(var(--theme-palette-primary-hover-weak) / 0.15);
}
.hover\:n-bg-palette-primary-hover-weak\/20:hover {
  background-color:rgb(var(--theme-palette-primary-hover-weak) / 0.2);
}
.hover\:n-bg-palette-primary-hover-weak\/25:hover {
  background-color:rgb(var(--theme-palette-primary-hover-weak) / 0.25);
}
.hover\:n-bg-palette-primary-hover-weak\/30:hover {
  background-color:rgb(var(--theme-palette-primary-hover-weak) / 0.3);
}
.hover\:n-bg-palette-primary-hover-weak\/35:hover {
  background-color:rgb(var(--theme-palette-primary-hover-weak) / 0.35);
}
.hover\:n-bg-palette-primary-hover-weak\/40:hover {
  background-color:rgb(var(--theme-palette-primary-hover-weak) / 0.4);
}
.hover\:n-bg-palette-primary-hover-weak\/45:hover {
  background-color:rgb(var(--theme-palette-primary-hover-weak) / 0.45);
}
.hover\:n-bg-palette-primary-hover-weak\/5:hover {
  background-color:rgb(var(--theme-palette-primary-hover-weak) / 0.05);
}
.hover\:n-bg-palette-primary-hover-weak\/50:hover {
  background-color:rgb(var(--theme-palette-primary-hover-weak) / 0.5);
}
.hover\:n-bg-palette-primary-hover-weak\/55:hover {
  background-color:rgb(var(--theme-palette-primary-hover-weak) / 0.55);
}
.hover\:n-bg-palette-primary-hover-weak\/60:hover {
  background-color:rgb(var(--theme-palette-primary-hover-weak) / 0.6);
}
.hover\:n-bg-palette-primary-hover-weak\/65:hover {
  background-color:rgb(var(--theme-palette-primary-hover-weak) / 0.65);
}
.hover\:n-bg-palette-primary-hover-weak\/70:hover {
  background-color:rgb(var(--theme-palette-primary-hover-weak) / 0.7);
}
.hover\:n-bg-palette-primary-hover-weak\/75:hover {
  background-color:rgb(var(--theme-palette-primary-hover-weak) / 0.75);
}
.hover\:n-bg-palette-primary-hover-weak\/80:hover {
  background-color:rgb(var(--theme-palette-primary-hover-weak) / 0.8);
}
.hover\:n-bg-palette-primary-hover-weak\/85:hover {
  background-color:rgb(var(--theme-palette-primary-hover-weak) / 0.85);
}
.hover\:n-bg-palette-primary-hover-weak\/90:hover {
  background-color:rgb(var(--theme-palette-primary-hover-weak) / 0.9);
}
.hover\:n-bg-palette-primary-hover-weak\/95:hover {
  background-color:rgb(var(--theme-palette-primary-hover-weak) / 0.95);
}
.hover\:n-bg-palette-primary-icon:hover {
  background-color:rgb(var(--theme-palette-primary-icon));
}
.hover\:n-bg-palette-primary-icon\/0:hover {
  background-color:rgb(var(--theme-palette-primary-icon) / 0);
}
.hover\:n-bg-palette-primary-icon\/10:hover {
  background-color:rgb(var(--theme-palette-primary-icon) / 0.1);
}
.hover\:n-bg-palette-primary-icon\/100:hover {
  background-color:rgb(var(--theme-palette-primary-icon) / 1);
}
.hover\:n-bg-palette-primary-icon\/15:hover {
  background-color:rgb(var(--theme-palette-primary-icon) / 0.15);
}
.hover\:n-bg-palette-primary-icon\/20:hover {
  background-color:rgb(var(--theme-palette-primary-icon) / 0.2);
}
.hover\:n-bg-palette-primary-icon\/25:hover {
  background-color:rgb(var(--theme-palette-primary-icon) / 0.25);
}
.hover\:n-bg-palette-primary-icon\/30:hover {
  background-color:rgb(var(--theme-palette-primary-icon) / 0.3);
}
.hover\:n-bg-palette-primary-icon\/35:hover {
  background-color:rgb(var(--theme-palette-primary-icon) / 0.35);
}
.hover\:n-bg-palette-primary-icon\/40:hover {
  background-color:rgb(var(--theme-palette-primary-icon) / 0.4);
}
.hover\:n-bg-palette-primary-icon\/45:hover {
  background-color:rgb(var(--theme-palette-primary-icon) / 0.45);
}
.hover\:n-bg-palette-primary-icon\/5:hover {
  background-color:rgb(var(--theme-palette-primary-icon) / 0.05);
}
.hover\:n-bg-palette-primary-icon\/50:hover {
  background-color:rgb(var(--theme-palette-primary-icon) / 0.5);
}
.hover\:n-bg-palette-primary-icon\/55:hover {
  background-color:rgb(var(--theme-palette-primary-icon) / 0.55);
}
.hover\:n-bg-palette-primary-icon\/60:hover {
  background-color:rgb(var(--theme-palette-primary-icon) / 0.6);
}
.hover\:n-bg-palette-primary-icon\/65:hover {
  background-color:rgb(var(--theme-palette-primary-icon) / 0.65);
}
.hover\:n-bg-palette-primary-icon\/70:hover {
  background-color:rgb(var(--theme-palette-primary-icon) / 0.7);
}
.hover\:n-bg-palette-primary-icon\/75:hover {
  background-color:rgb(var(--theme-palette-primary-icon) / 0.75);
}
.hover\:n-bg-palette-primary-icon\/80:hover {
  background-color:rgb(var(--theme-palette-primary-icon) / 0.8);
}
.hover\:n-bg-palette-primary-icon\/85:hover {
  background-color:rgb(var(--theme-palette-primary-icon) / 0.85);
}
.hover\:n-bg-palette-primary-icon\/90:hover {
  background-color:rgb(var(--theme-palette-primary-icon) / 0.9);
}
.hover\:n-bg-palette-primary-icon\/95:hover {
  background-color:rgb(var(--theme-palette-primary-icon) / 0.95);
}
.hover\:n-bg-palette-primary-pressed-strong:hover {
  background-color:rgb(var(--theme-palette-primary-pressed-strong));
}
.hover\:n-bg-palette-primary-pressed-strong\/0:hover {
  background-color:rgb(var(--theme-palette-primary-pressed-strong) / 0);
}
.hover\:n-bg-palette-primary-pressed-strong\/10:hover {
  background-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.1);
}
.hover\:n-bg-palette-primary-pressed-strong\/100:hover {
  background-color:rgb(var(--theme-palette-primary-pressed-strong) / 1);
}
.hover\:n-bg-palette-primary-pressed-strong\/15:hover {
  background-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.15);
}
.hover\:n-bg-palette-primary-pressed-strong\/20:hover {
  background-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.2);
}
.hover\:n-bg-palette-primary-pressed-strong\/25:hover {
  background-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.25);
}
.hover\:n-bg-palette-primary-pressed-strong\/30:hover {
  background-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.3);
}
.hover\:n-bg-palette-primary-pressed-strong\/35:hover {
  background-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.35);
}
.hover\:n-bg-palette-primary-pressed-strong\/40:hover {
  background-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.4);
}
.hover\:n-bg-palette-primary-pressed-strong\/45:hover {
  background-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.45);
}
.hover\:n-bg-palette-primary-pressed-strong\/5:hover {
  background-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.05);
}
.hover\:n-bg-palette-primary-pressed-strong\/50:hover {
  background-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.5);
}
.hover\:n-bg-palette-primary-pressed-strong\/55:hover {
  background-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.55);
}
.hover\:n-bg-palette-primary-pressed-strong\/60:hover {
  background-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.6);
}
.hover\:n-bg-palette-primary-pressed-strong\/65:hover {
  background-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.65);
}
.hover\:n-bg-palette-primary-pressed-strong\/70:hover {
  background-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.7);
}
.hover\:n-bg-palette-primary-pressed-strong\/75:hover {
  background-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.75);
}
.hover\:n-bg-palette-primary-pressed-strong\/80:hover {
  background-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.8);
}
.hover\:n-bg-palette-primary-pressed-strong\/85:hover {
  background-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.85);
}
.hover\:n-bg-palette-primary-pressed-strong\/90:hover {
  background-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.9);
}
.hover\:n-bg-palette-primary-pressed-strong\/95:hover {
  background-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.95);
}
.hover\:n-bg-palette-primary-pressed-weak:hover {
  background-color:rgb(var(--theme-palette-primary-pressed-weak));
}
.hover\:n-bg-palette-primary-pressed-weak\/0:hover {
  background-color:rgb(var(--theme-palette-primary-pressed-weak) / 0);
}
.hover\:n-bg-palette-primary-pressed-weak\/10:hover {
  background-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.1);
}
.hover\:n-bg-palette-primary-pressed-weak\/100:hover {
  background-color:rgb(var(--theme-palette-primary-pressed-weak) / 1);
}
.hover\:n-bg-palette-primary-pressed-weak\/15:hover {
  background-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.15);
}
.hover\:n-bg-palette-primary-pressed-weak\/20:hover {
  background-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.2);
}
.hover\:n-bg-palette-primary-pressed-weak\/25:hover {
  background-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.25);
}
.hover\:n-bg-palette-primary-pressed-weak\/30:hover {
  background-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.3);
}
.hover\:n-bg-palette-primary-pressed-weak\/35:hover {
  background-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.35);
}
.hover\:n-bg-palette-primary-pressed-weak\/40:hover {
  background-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.4);
}
.hover\:n-bg-palette-primary-pressed-weak\/45:hover {
  background-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.45);
}
.hover\:n-bg-palette-primary-pressed-weak\/5:hover {
  background-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.05);
}
.hover\:n-bg-palette-primary-pressed-weak\/50:hover {
  background-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.5);
}
.hover\:n-bg-palette-primary-pressed-weak\/55:hover {
  background-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.55);
}
.hover\:n-bg-palette-primary-pressed-weak\/60:hover {
  background-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.6);
}
.hover\:n-bg-palette-primary-pressed-weak\/65:hover {
  background-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.65);
}
.hover\:n-bg-palette-primary-pressed-weak\/70:hover {
  background-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.7);
}
.hover\:n-bg-palette-primary-pressed-weak\/75:hover {
  background-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.75);
}
.hover\:n-bg-palette-primary-pressed-weak\/80:hover {
  background-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.8);
}
.hover\:n-bg-palette-primary-pressed-weak\/85:hover {
  background-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.85);
}
.hover\:n-bg-palette-primary-pressed-weak\/90:hover {
  background-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.9);
}
.hover\:n-bg-palette-primary-pressed-weak\/95:hover {
  background-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.95);
}
.hover\:n-bg-palette-primary-text:hover {
  background-color:rgb(var(--theme-palette-primary-text));
}
.hover\:n-bg-palette-primary-text\/0:hover {
  background-color:rgb(var(--theme-palette-primary-text) / 0);
}
.hover\:n-bg-palette-primary-text\/10:hover {
  background-color:rgb(var(--theme-palette-primary-text) / 0.1);
}
.hover\:n-bg-palette-primary-text\/100:hover {
  background-color:rgb(var(--theme-palette-primary-text) / 1);
}
.hover\:n-bg-palette-primary-text\/15:hover {
  background-color:rgb(var(--theme-palette-primary-text) / 0.15);
}
.hover\:n-bg-palette-primary-text\/20:hover {
  background-color:rgb(var(--theme-palette-primary-text) / 0.2);
}
.hover\:n-bg-palette-primary-text\/25:hover {
  background-color:rgb(var(--theme-palette-primary-text) / 0.25);
}
.hover\:n-bg-palette-primary-text\/30:hover {
  background-color:rgb(var(--theme-palette-primary-text) / 0.3);
}
.hover\:n-bg-palette-primary-text\/35:hover {
  background-color:rgb(var(--theme-palette-primary-text) / 0.35);
}
.hover\:n-bg-palette-primary-text\/40:hover {
  background-color:rgb(var(--theme-palette-primary-text) / 0.4);
}
.hover\:n-bg-palette-primary-text\/45:hover {
  background-color:rgb(var(--theme-palette-primary-text) / 0.45);
}
.hover\:n-bg-palette-primary-text\/5:hover {
  background-color:rgb(var(--theme-palette-primary-text) / 0.05);
}
.hover\:n-bg-palette-primary-text\/50:hover {
  background-color:rgb(var(--theme-palette-primary-text) / 0.5);
}
.hover\:n-bg-palette-primary-text\/55:hover {
  background-color:rgb(var(--theme-palette-primary-text) / 0.55);
}
.hover\:n-bg-palette-primary-text\/60:hover {
  background-color:rgb(var(--theme-palette-primary-text) / 0.6);
}
.hover\:n-bg-palette-primary-text\/65:hover {
  background-color:rgb(var(--theme-palette-primary-text) / 0.65);
}
.hover\:n-bg-palette-primary-text\/70:hover {
  background-color:rgb(var(--theme-palette-primary-text) / 0.7);
}
.hover\:n-bg-palette-primary-text\/75:hover {
  background-color:rgb(var(--theme-palette-primary-text) / 0.75);
}
.hover\:n-bg-palette-primary-text\/80:hover {
  background-color:rgb(var(--theme-palette-primary-text) / 0.8);
}
.hover\:n-bg-palette-primary-text\/85:hover {
  background-color:rgb(var(--theme-palette-primary-text) / 0.85);
}
.hover\:n-bg-palette-primary-text\/90:hover {
  background-color:rgb(var(--theme-palette-primary-text) / 0.9);
}
.hover\:n-bg-palette-primary-text\/95:hover {
  background-color:rgb(var(--theme-palette-primary-text) / 0.95);
}
.hover\:n-bg-palette-success-bg-status:hover {
  background-color:rgb(var(--theme-palette-success-bg-status));
}
.hover\:n-bg-palette-success-bg-status\/0:hover {
  background-color:rgb(var(--theme-palette-success-bg-status) / 0);
}
.hover\:n-bg-palette-success-bg-status\/10:hover {
  background-color:rgb(var(--theme-palette-success-bg-status) / 0.1);
}
.hover\:n-bg-palette-success-bg-status\/100:hover {
  background-color:rgb(var(--theme-palette-success-bg-status) / 1);
}
.hover\:n-bg-palette-success-bg-status\/15:hover {
  background-color:rgb(var(--theme-palette-success-bg-status) / 0.15);
}
.hover\:n-bg-palette-success-bg-status\/20:hover {
  background-color:rgb(var(--theme-palette-success-bg-status) / 0.2);
}
.hover\:n-bg-palette-success-bg-status\/25:hover {
  background-color:rgb(var(--theme-palette-success-bg-status) / 0.25);
}
.hover\:n-bg-palette-success-bg-status\/30:hover {
  background-color:rgb(var(--theme-palette-success-bg-status) / 0.3);
}
.hover\:n-bg-palette-success-bg-status\/35:hover {
  background-color:rgb(var(--theme-palette-success-bg-status) / 0.35);
}
.hover\:n-bg-palette-success-bg-status\/40:hover {
  background-color:rgb(var(--theme-palette-success-bg-status) / 0.4);
}
.hover\:n-bg-palette-success-bg-status\/45:hover {
  background-color:rgb(var(--theme-palette-success-bg-status) / 0.45);
}
.hover\:n-bg-palette-success-bg-status\/5:hover {
  background-color:rgb(var(--theme-palette-success-bg-status) / 0.05);
}
.hover\:n-bg-palette-success-bg-status\/50:hover {
  background-color:rgb(var(--theme-palette-success-bg-status) / 0.5);
}
.hover\:n-bg-palette-success-bg-status\/55:hover {
  background-color:rgb(var(--theme-palette-success-bg-status) / 0.55);
}
.hover\:n-bg-palette-success-bg-status\/60:hover {
  background-color:rgb(var(--theme-palette-success-bg-status) / 0.6);
}
.hover\:n-bg-palette-success-bg-status\/65:hover {
  background-color:rgb(var(--theme-palette-success-bg-status) / 0.65);
}
.hover\:n-bg-palette-success-bg-status\/70:hover {
  background-color:rgb(var(--theme-palette-success-bg-status) / 0.7);
}
.hover\:n-bg-palette-success-bg-status\/75:hover {
  background-color:rgb(var(--theme-palette-success-bg-status) / 0.75);
}
.hover\:n-bg-palette-success-bg-status\/80:hover {
  background-color:rgb(var(--theme-palette-success-bg-status) / 0.8);
}
.hover\:n-bg-palette-success-bg-status\/85:hover {
  background-color:rgb(var(--theme-palette-success-bg-status) / 0.85);
}
.hover\:n-bg-palette-success-bg-status\/90:hover {
  background-color:rgb(var(--theme-palette-success-bg-status) / 0.9);
}
.hover\:n-bg-palette-success-bg-status\/95:hover {
  background-color:rgb(var(--theme-palette-success-bg-status) / 0.95);
}
.hover\:n-bg-palette-success-bg-strong:hover {
  background-color:rgb(var(--theme-palette-success-bg-strong));
}
.hover\:n-bg-palette-success-bg-strong\/0:hover {
  background-color:rgb(var(--theme-palette-success-bg-strong) / 0);
}
.hover\:n-bg-palette-success-bg-strong\/10:hover {
  background-color:rgb(var(--theme-palette-success-bg-strong) / 0.1);
}
.hover\:n-bg-palette-success-bg-strong\/100:hover {
  background-color:rgb(var(--theme-palette-success-bg-strong) / 1);
}
.hover\:n-bg-palette-success-bg-strong\/15:hover {
  background-color:rgb(var(--theme-palette-success-bg-strong) / 0.15);
}
.hover\:n-bg-palette-success-bg-strong\/20:hover {
  background-color:rgb(var(--theme-palette-success-bg-strong) / 0.2);
}
.hover\:n-bg-palette-success-bg-strong\/25:hover {
  background-color:rgb(var(--theme-palette-success-bg-strong) / 0.25);
}
.hover\:n-bg-palette-success-bg-strong\/30:hover {
  background-color:rgb(var(--theme-palette-success-bg-strong) / 0.3);
}
.hover\:n-bg-palette-success-bg-strong\/35:hover {
  background-color:rgb(var(--theme-palette-success-bg-strong) / 0.35);
}
.hover\:n-bg-palette-success-bg-strong\/40:hover {
  background-color:rgb(var(--theme-palette-success-bg-strong) / 0.4);
}
.hover\:n-bg-palette-success-bg-strong\/45:hover {
  background-color:rgb(var(--theme-palette-success-bg-strong) / 0.45);
}
.hover\:n-bg-palette-success-bg-strong\/5:hover {
  background-color:rgb(var(--theme-palette-success-bg-strong) / 0.05);
}
.hover\:n-bg-palette-success-bg-strong\/50:hover {
  background-color:rgb(var(--theme-palette-success-bg-strong) / 0.5);
}
.hover\:n-bg-palette-success-bg-strong\/55:hover {
  background-color:rgb(var(--theme-palette-success-bg-strong) / 0.55);
}
.hover\:n-bg-palette-success-bg-strong\/60:hover {
  background-color:rgb(var(--theme-palette-success-bg-strong) / 0.6);
}
.hover\:n-bg-palette-success-bg-strong\/65:hover {
  background-color:rgb(var(--theme-palette-success-bg-strong) / 0.65);
}
.hover\:n-bg-palette-success-bg-strong\/70:hover {
  background-color:rgb(var(--theme-palette-success-bg-strong) / 0.7);
}
.hover\:n-bg-palette-success-bg-strong\/75:hover {
  background-color:rgb(var(--theme-palette-success-bg-strong) / 0.75);
}
.hover\:n-bg-palette-success-bg-strong\/80:hover {
  background-color:rgb(var(--theme-palette-success-bg-strong) / 0.8);
}
.hover\:n-bg-palette-success-bg-strong\/85:hover {
  background-color:rgb(var(--theme-palette-success-bg-strong) / 0.85);
}
.hover\:n-bg-palette-success-bg-strong\/90:hover {
  background-color:rgb(var(--theme-palette-success-bg-strong) / 0.9);
}
.hover\:n-bg-palette-success-bg-strong\/95:hover {
  background-color:rgb(var(--theme-palette-success-bg-strong) / 0.95);
}
.hover\:n-bg-palette-success-bg-weak:hover {
  background-color:rgb(var(--theme-palette-success-bg-weak));
}
.hover\:n-bg-palette-success-bg-weak\/0:hover {
  background-color:rgb(var(--theme-palette-success-bg-weak) / 0);
}
.hover\:n-bg-palette-success-bg-weak\/10:hover {
  background-color:rgb(var(--theme-palette-success-bg-weak) / 0.1);
}
.hover\:n-bg-palette-success-bg-weak\/100:hover {
  background-color:rgb(var(--theme-palette-success-bg-weak) / 1);
}
.hover\:n-bg-palette-success-bg-weak\/15:hover {
  background-color:rgb(var(--theme-palette-success-bg-weak) / 0.15);
}
.hover\:n-bg-palette-success-bg-weak\/20:hover {
  background-color:rgb(var(--theme-palette-success-bg-weak) / 0.2);
}
.hover\:n-bg-palette-success-bg-weak\/25:hover {
  background-color:rgb(var(--theme-palette-success-bg-weak) / 0.25);
}
.hover\:n-bg-palette-success-bg-weak\/30:hover {
  background-color:rgb(var(--theme-palette-success-bg-weak) / 0.3);
}
.hover\:n-bg-palette-success-bg-weak\/35:hover {
  background-color:rgb(var(--theme-palette-success-bg-weak) / 0.35);
}
.hover\:n-bg-palette-success-bg-weak\/40:hover {
  background-color:rgb(var(--theme-palette-success-bg-weak) / 0.4);
}
.hover\:n-bg-palette-success-bg-weak\/45:hover {
  background-color:rgb(var(--theme-palette-success-bg-weak) / 0.45);
}
.hover\:n-bg-palette-success-bg-weak\/5:hover {
  background-color:rgb(var(--theme-palette-success-bg-weak) / 0.05);
}
.hover\:n-bg-palette-success-bg-weak\/50:hover {
  background-color:rgb(var(--theme-palette-success-bg-weak) / 0.5);
}
.hover\:n-bg-palette-success-bg-weak\/55:hover {
  background-color:rgb(var(--theme-palette-success-bg-weak) / 0.55);
}
.hover\:n-bg-palette-success-bg-weak\/60:hover {
  background-color:rgb(var(--theme-palette-success-bg-weak) / 0.6);
}
.hover\:n-bg-palette-success-bg-weak\/65:hover {
  background-color:rgb(var(--theme-palette-success-bg-weak) / 0.65);
}
.hover\:n-bg-palette-success-bg-weak\/70:hover {
  background-color:rgb(var(--theme-palette-success-bg-weak) / 0.7);
}
.hover\:n-bg-palette-success-bg-weak\/75:hover {
  background-color:rgb(var(--theme-palette-success-bg-weak) / 0.75);
}
.hover\:n-bg-palette-success-bg-weak\/80:hover {
  background-color:rgb(var(--theme-palette-success-bg-weak) / 0.8);
}
.hover\:n-bg-palette-success-bg-weak\/85:hover {
  background-color:rgb(var(--theme-palette-success-bg-weak) / 0.85);
}
.hover\:n-bg-palette-success-bg-weak\/90:hover {
  background-color:rgb(var(--theme-palette-success-bg-weak) / 0.9);
}
.hover\:n-bg-palette-success-bg-weak\/95:hover {
  background-color:rgb(var(--theme-palette-success-bg-weak) / 0.95);
}
.hover\:n-bg-palette-success-border-strong:hover {
  background-color:rgb(var(--theme-palette-success-border-strong));
}
.hover\:n-bg-palette-success-border-strong\/0:hover {
  background-color:rgb(var(--theme-palette-success-border-strong) / 0);
}
.hover\:n-bg-palette-success-border-strong\/10:hover {
  background-color:rgb(var(--theme-palette-success-border-strong) / 0.1);
}
.hover\:n-bg-palette-success-border-strong\/100:hover {
  background-color:rgb(var(--theme-palette-success-border-strong) / 1);
}
.hover\:n-bg-palette-success-border-strong\/15:hover {
  background-color:rgb(var(--theme-palette-success-border-strong) / 0.15);
}
.hover\:n-bg-palette-success-border-strong\/20:hover {
  background-color:rgb(var(--theme-palette-success-border-strong) / 0.2);
}
.hover\:n-bg-palette-success-border-strong\/25:hover {
  background-color:rgb(var(--theme-palette-success-border-strong) / 0.25);
}
.hover\:n-bg-palette-success-border-strong\/30:hover {
  background-color:rgb(var(--theme-palette-success-border-strong) / 0.3);
}
.hover\:n-bg-palette-success-border-strong\/35:hover {
  background-color:rgb(var(--theme-palette-success-border-strong) / 0.35);
}
.hover\:n-bg-palette-success-border-strong\/40:hover {
  background-color:rgb(var(--theme-palette-success-border-strong) / 0.4);
}
.hover\:n-bg-palette-success-border-strong\/45:hover {
  background-color:rgb(var(--theme-palette-success-border-strong) / 0.45);
}
.hover\:n-bg-palette-success-border-strong\/5:hover {
  background-color:rgb(var(--theme-palette-success-border-strong) / 0.05);
}
.hover\:n-bg-palette-success-border-strong\/50:hover {
  background-color:rgb(var(--theme-palette-success-border-strong) / 0.5);
}
.hover\:n-bg-palette-success-border-strong\/55:hover {
  background-color:rgb(var(--theme-palette-success-border-strong) / 0.55);
}
.hover\:n-bg-palette-success-border-strong\/60:hover {
  background-color:rgb(var(--theme-palette-success-border-strong) / 0.6);
}
.hover\:n-bg-palette-success-border-strong\/65:hover {
  background-color:rgb(var(--theme-palette-success-border-strong) / 0.65);
}
.hover\:n-bg-palette-success-border-strong\/70:hover {
  background-color:rgb(var(--theme-palette-success-border-strong) / 0.7);
}
.hover\:n-bg-palette-success-border-strong\/75:hover {
  background-color:rgb(var(--theme-palette-success-border-strong) / 0.75);
}
.hover\:n-bg-palette-success-border-strong\/80:hover {
  background-color:rgb(var(--theme-palette-success-border-strong) / 0.8);
}
.hover\:n-bg-palette-success-border-strong\/85:hover {
  background-color:rgb(var(--theme-palette-success-border-strong) / 0.85);
}
.hover\:n-bg-palette-success-border-strong\/90:hover {
  background-color:rgb(var(--theme-palette-success-border-strong) / 0.9);
}
.hover\:n-bg-palette-success-border-strong\/95:hover {
  background-color:rgb(var(--theme-palette-success-border-strong) / 0.95);
}
.hover\:n-bg-palette-success-border-weak:hover {
  background-color:rgb(var(--theme-palette-success-border-weak));
}
.hover\:n-bg-palette-success-border-weak\/0:hover {
  background-color:rgb(var(--theme-palette-success-border-weak) / 0);
}
.hover\:n-bg-palette-success-border-weak\/10:hover {
  background-color:rgb(var(--theme-palette-success-border-weak) / 0.1);
}
.hover\:n-bg-palette-success-border-weak\/100:hover {
  background-color:rgb(var(--theme-palette-success-border-weak) / 1);
}
.hover\:n-bg-palette-success-border-weak\/15:hover {
  background-color:rgb(var(--theme-palette-success-border-weak) / 0.15);
}
.hover\:n-bg-palette-success-border-weak\/20:hover {
  background-color:rgb(var(--theme-palette-success-border-weak) / 0.2);
}
.hover\:n-bg-palette-success-border-weak\/25:hover {
  background-color:rgb(var(--theme-palette-success-border-weak) / 0.25);
}
.hover\:n-bg-palette-success-border-weak\/30:hover {
  background-color:rgb(var(--theme-palette-success-border-weak) / 0.3);
}
.hover\:n-bg-palette-success-border-weak\/35:hover {
  background-color:rgb(var(--theme-palette-success-border-weak) / 0.35);
}
.hover\:n-bg-palette-success-border-weak\/40:hover {
  background-color:rgb(var(--theme-palette-success-border-weak) / 0.4);
}
.hover\:n-bg-palette-success-border-weak\/45:hover {
  background-color:rgb(var(--theme-palette-success-border-weak) / 0.45);
}
.hover\:n-bg-palette-success-border-weak\/5:hover {
  background-color:rgb(var(--theme-palette-success-border-weak) / 0.05);
}
.hover\:n-bg-palette-success-border-weak\/50:hover {
  background-color:rgb(var(--theme-palette-success-border-weak) / 0.5);
}
.hover\:n-bg-palette-success-border-weak\/55:hover {
  background-color:rgb(var(--theme-palette-success-border-weak) / 0.55);
}
.hover\:n-bg-palette-success-border-weak\/60:hover {
  background-color:rgb(var(--theme-palette-success-border-weak) / 0.6);
}
.hover\:n-bg-palette-success-border-weak\/65:hover {
  background-color:rgb(var(--theme-palette-success-border-weak) / 0.65);
}
.hover\:n-bg-palette-success-border-weak\/70:hover {
  background-color:rgb(var(--theme-palette-success-border-weak) / 0.7);
}
.hover\:n-bg-palette-success-border-weak\/75:hover {
  background-color:rgb(var(--theme-palette-success-border-weak) / 0.75);
}
.hover\:n-bg-palette-success-border-weak\/80:hover {
  background-color:rgb(var(--theme-palette-success-border-weak) / 0.8);
}
.hover\:n-bg-palette-success-border-weak\/85:hover {
  background-color:rgb(var(--theme-palette-success-border-weak) / 0.85);
}
.hover\:n-bg-palette-success-border-weak\/90:hover {
  background-color:rgb(var(--theme-palette-success-border-weak) / 0.9);
}
.hover\:n-bg-palette-success-border-weak\/95:hover {
  background-color:rgb(var(--theme-palette-success-border-weak) / 0.95);
}
.hover\:n-bg-palette-success-icon:hover {
  background-color:rgb(var(--theme-palette-success-icon));
}
.hover\:n-bg-palette-success-icon\/0:hover {
  background-color:rgb(var(--theme-palette-success-icon) / 0);
}
.hover\:n-bg-palette-success-icon\/10:hover {
  background-color:rgb(var(--theme-palette-success-icon) / 0.1);
}
.hover\:n-bg-palette-success-icon\/100:hover {
  background-color:rgb(var(--theme-palette-success-icon) / 1);
}
.hover\:n-bg-palette-success-icon\/15:hover {
  background-color:rgb(var(--theme-palette-success-icon) / 0.15);
}
.hover\:n-bg-palette-success-icon\/20:hover {
  background-color:rgb(var(--theme-palette-success-icon) / 0.2);
}
.hover\:n-bg-palette-success-icon\/25:hover {
  background-color:rgb(var(--theme-palette-success-icon) / 0.25);
}
.hover\:n-bg-palette-success-icon\/30:hover {
  background-color:rgb(var(--theme-palette-success-icon) / 0.3);
}
.hover\:n-bg-palette-success-icon\/35:hover {
  background-color:rgb(var(--theme-palette-success-icon) / 0.35);
}
.hover\:n-bg-palette-success-icon\/40:hover {
  background-color:rgb(var(--theme-palette-success-icon) / 0.4);
}
.hover\:n-bg-palette-success-icon\/45:hover {
  background-color:rgb(var(--theme-palette-success-icon) / 0.45);
}
.hover\:n-bg-palette-success-icon\/5:hover {
  background-color:rgb(var(--theme-palette-success-icon) / 0.05);
}
.hover\:n-bg-palette-success-icon\/50:hover {
  background-color:rgb(var(--theme-palette-success-icon) / 0.5);
}
.hover\:n-bg-palette-success-icon\/55:hover {
  background-color:rgb(var(--theme-palette-success-icon) / 0.55);
}
.hover\:n-bg-palette-success-icon\/60:hover {
  background-color:rgb(var(--theme-palette-success-icon) / 0.6);
}
.hover\:n-bg-palette-success-icon\/65:hover {
  background-color:rgb(var(--theme-palette-success-icon) / 0.65);
}
.hover\:n-bg-palette-success-icon\/70:hover {
  background-color:rgb(var(--theme-palette-success-icon) / 0.7);
}
.hover\:n-bg-palette-success-icon\/75:hover {
  background-color:rgb(var(--theme-palette-success-icon) / 0.75);
}
.hover\:n-bg-palette-success-icon\/80:hover {
  background-color:rgb(var(--theme-palette-success-icon) / 0.8);
}
.hover\:n-bg-palette-success-icon\/85:hover {
  background-color:rgb(var(--theme-palette-success-icon) / 0.85);
}
.hover\:n-bg-palette-success-icon\/90:hover {
  background-color:rgb(var(--theme-palette-success-icon) / 0.9);
}
.hover\:n-bg-palette-success-icon\/95:hover {
  background-color:rgb(var(--theme-palette-success-icon) / 0.95);
}
.hover\:n-bg-palette-success-text:hover {
  background-color:rgb(var(--theme-palette-success-text));
}
.hover\:n-bg-palette-success-text\/0:hover {
  background-color:rgb(var(--theme-palette-success-text) / 0);
}
.hover\:n-bg-palette-success-text\/10:hover {
  background-color:rgb(var(--theme-palette-success-text) / 0.1);
}
.hover\:n-bg-palette-success-text\/100:hover {
  background-color:rgb(var(--theme-palette-success-text) / 1);
}
.hover\:n-bg-palette-success-text\/15:hover {
  background-color:rgb(var(--theme-palette-success-text) / 0.15);
}
.hover\:n-bg-palette-success-text\/20:hover {
  background-color:rgb(var(--theme-palette-success-text) / 0.2);
}
.hover\:n-bg-palette-success-text\/25:hover {
  background-color:rgb(var(--theme-palette-success-text) / 0.25);
}
.hover\:n-bg-palette-success-text\/30:hover {
  background-color:rgb(var(--theme-palette-success-text) / 0.3);
}
.hover\:n-bg-palette-success-text\/35:hover {
  background-color:rgb(var(--theme-palette-success-text) / 0.35);
}
.hover\:n-bg-palette-success-text\/40:hover {
  background-color:rgb(var(--theme-palette-success-text) / 0.4);
}
.hover\:n-bg-palette-success-text\/45:hover {
  background-color:rgb(var(--theme-palette-success-text) / 0.45);
}
.hover\:n-bg-palette-success-text\/5:hover {
  background-color:rgb(var(--theme-palette-success-text) / 0.05);
}
.hover\:n-bg-palette-success-text\/50:hover {
  background-color:rgb(var(--theme-palette-success-text) / 0.5);
}
.hover\:n-bg-palette-success-text\/55:hover {
  background-color:rgb(var(--theme-palette-success-text) / 0.55);
}
.hover\:n-bg-palette-success-text\/60:hover {
  background-color:rgb(var(--theme-palette-success-text) / 0.6);
}
.hover\:n-bg-palette-success-text\/65:hover {
  background-color:rgb(var(--theme-palette-success-text) / 0.65);
}
.hover\:n-bg-palette-success-text\/70:hover {
  background-color:rgb(var(--theme-palette-success-text) / 0.7);
}
.hover\:n-bg-palette-success-text\/75:hover {
  background-color:rgb(var(--theme-palette-success-text) / 0.75);
}
.hover\:n-bg-palette-success-text\/80:hover {
  background-color:rgb(var(--theme-palette-success-text) / 0.8);
}
.hover\:n-bg-palette-success-text\/85:hover {
  background-color:rgb(var(--theme-palette-success-text) / 0.85);
}
.hover\:n-bg-palette-success-text\/90:hover {
  background-color:rgb(var(--theme-palette-success-text) / 0.9);
}
.hover\:n-bg-palette-success-text\/95:hover {
  background-color:rgb(var(--theme-palette-success-text) / 0.95);
}
.hover\:n-bg-palette-warning-bg-status:hover {
  background-color:rgb(var(--theme-palette-warning-bg-status));
}
.hover\:n-bg-palette-warning-bg-status\/0:hover {
  background-color:rgb(var(--theme-palette-warning-bg-status) / 0);
}
.hover\:n-bg-palette-warning-bg-status\/10:hover {
  background-color:rgb(var(--theme-palette-warning-bg-status) / 0.1);
}
.hover\:n-bg-palette-warning-bg-status\/100:hover {
  background-color:rgb(var(--theme-palette-warning-bg-status) / 1);
}
.hover\:n-bg-palette-warning-bg-status\/15:hover {
  background-color:rgb(var(--theme-palette-warning-bg-status) / 0.15);
}
.hover\:n-bg-palette-warning-bg-status\/20:hover {
  background-color:rgb(var(--theme-palette-warning-bg-status) / 0.2);
}
.hover\:n-bg-palette-warning-bg-status\/25:hover {
  background-color:rgb(var(--theme-palette-warning-bg-status) / 0.25);
}
.hover\:n-bg-palette-warning-bg-status\/30:hover {
  background-color:rgb(var(--theme-palette-warning-bg-status) / 0.3);
}
.hover\:n-bg-palette-warning-bg-status\/35:hover {
  background-color:rgb(var(--theme-palette-warning-bg-status) / 0.35);
}
.hover\:n-bg-palette-warning-bg-status\/40:hover {
  background-color:rgb(var(--theme-palette-warning-bg-status) / 0.4);
}
.hover\:n-bg-palette-warning-bg-status\/45:hover {
  background-color:rgb(var(--theme-palette-warning-bg-status) / 0.45);
}
.hover\:n-bg-palette-warning-bg-status\/5:hover {
  background-color:rgb(var(--theme-palette-warning-bg-status) / 0.05);
}
.hover\:n-bg-palette-warning-bg-status\/50:hover {
  background-color:rgb(var(--theme-palette-warning-bg-status) / 0.5);
}
.hover\:n-bg-palette-warning-bg-status\/55:hover {
  background-color:rgb(var(--theme-palette-warning-bg-status) / 0.55);
}
.hover\:n-bg-palette-warning-bg-status\/60:hover {
  background-color:rgb(var(--theme-palette-warning-bg-status) / 0.6);
}
.hover\:n-bg-palette-warning-bg-status\/65:hover {
  background-color:rgb(var(--theme-palette-warning-bg-status) / 0.65);
}
.hover\:n-bg-palette-warning-bg-status\/70:hover {
  background-color:rgb(var(--theme-palette-warning-bg-status) / 0.7);
}
.hover\:n-bg-palette-warning-bg-status\/75:hover {
  background-color:rgb(var(--theme-palette-warning-bg-status) / 0.75);
}
.hover\:n-bg-palette-warning-bg-status\/80:hover {
  background-color:rgb(var(--theme-palette-warning-bg-status) / 0.8);
}
.hover\:n-bg-palette-warning-bg-status\/85:hover {
  background-color:rgb(var(--theme-palette-warning-bg-status) / 0.85);
}
.hover\:n-bg-palette-warning-bg-status\/90:hover {
  background-color:rgb(var(--theme-palette-warning-bg-status) / 0.9);
}
.hover\:n-bg-palette-warning-bg-status\/95:hover {
  background-color:rgb(var(--theme-palette-warning-bg-status) / 0.95);
}
.hover\:n-bg-palette-warning-bg-strong:hover {
  background-color:rgb(var(--theme-palette-warning-bg-strong));
}
.hover\:n-bg-palette-warning-bg-strong\/0:hover {
  background-color:rgb(var(--theme-palette-warning-bg-strong) / 0);
}
.hover\:n-bg-palette-warning-bg-strong\/10:hover {
  background-color:rgb(var(--theme-palette-warning-bg-strong) / 0.1);
}
.hover\:n-bg-palette-warning-bg-strong\/100:hover {
  background-color:rgb(var(--theme-palette-warning-bg-strong) / 1);
}
.hover\:n-bg-palette-warning-bg-strong\/15:hover {
  background-color:rgb(var(--theme-palette-warning-bg-strong) / 0.15);
}
.hover\:n-bg-palette-warning-bg-strong\/20:hover {
  background-color:rgb(var(--theme-palette-warning-bg-strong) / 0.2);
}
.hover\:n-bg-palette-warning-bg-strong\/25:hover {
  background-color:rgb(var(--theme-palette-warning-bg-strong) / 0.25);
}
.hover\:n-bg-palette-warning-bg-strong\/30:hover {
  background-color:rgb(var(--theme-palette-warning-bg-strong) / 0.3);
}
.hover\:n-bg-palette-warning-bg-strong\/35:hover {
  background-color:rgb(var(--theme-palette-warning-bg-strong) / 0.35);
}
.hover\:n-bg-palette-warning-bg-strong\/40:hover {
  background-color:rgb(var(--theme-palette-warning-bg-strong) / 0.4);
}
.hover\:n-bg-palette-warning-bg-strong\/45:hover {
  background-color:rgb(var(--theme-palette-warning-bg-strong) / 0.45);
}
.hover\:n-bg-palette-warning-bg-strong\/5:hover {
  background-color:rgb(var(--theme-palette-warning-bg-strong) / 0.05);
}
.hover\:n-bg-palette-warning-bg-strong\/50:hover {
  background-color:rgb(var(--theme-palette-warning-bg-strong) / 0.5);
}
.hover\:n-bg-palette-warning-bg-strong\/55:hover {
  background-color:rgb(var(--theme-palette-warning-bg-strong) / 0.55);
}
.hover\:n-bg-palette-warning-bg-strong\/60:hover {
  background-color:rgb(var(--theme-palette-warning-bg-strong) / 0.6);
}
.hover\:n-bg-palette-warning-bg-strong\/65:hover {
  background-color:rgb(var(--theme-palette-warning-bg-strong) / 0.65);
}
.hover\:n-bg-palette-warning-bg-strong\/70:hover {
  background-color:rgb(var(--theme-palette-warning-bg-strong) / 0.7);
}
.hover\:n-bg-palette-warning-bg-strong\/75:hover {
  background-color:rgb(var(--theme-palette-warning-bg-strong) / 0.75);
}
.hover\:n-bg-palette-warning-bg-strong\/80:hover {
  background-color:rgb(var(--theme-palette-warning-bg-strong) / 0.8);
}
.hover\:n-bg-palette-warning-bg-strong\/85:hover {
  background-color:rgb(var(--theme-palette-warning-bg-strong) / 0.85);
}
.hover\:n-bg-palette-warning-bg-strong\/90:hover {
  background-color:rgb(var(--theme-palette-warning-bg-strong) / 0.9);
}
.hover\:n-bg-palette-warning-bg-strong\/95:hover {
  background-color:rgb(var(--theme-palette-warning-bg-strong) / 0.95);
}
.hover\:n-bg-palette-warning-bg-weak:hover {
  background-color:rgb(var(--theme-palette-warning-bg-weak));
}
.hover\:n-bg-palette-warning-bg-weak\/0:hover {
  background-color:rgb(var(--theme-palette-warning-bg-weak) / 0);
}
.hover\:n-bg-palette-warning-bg-weak\/10:hover {
  background-color:rgb(var(--theme-palette-warning-bg-weak) / 0.1);
}
.hover\:n-bg-palette-warning-bg-weak\/100:hover {
  background-color:rgb(var(--theme-palette-warning-bg-weak) / 1);
}
.hover\:n-bg-palette-warning-bg-weak\/15:hover {
  background-color:rgb(var(--theme-palette-warning-bg-weak) / 0.15);
}
.hover\:n-bg-palette-warning-bg-weak\/20:hover {
  background-color:rgb(var(--theme-palette-warning-bg-weak) / 0.2);
}
.hover\:n-bg-palette-warning-bg-weak\/25:hover {
  background-color:rgb(var(--theme-palette-warning-bg-weak) / 0.25);
}
.hover\:n-bg-palette-warning-bg-weak\/30:hover {
  background-color:rgb(var(--theme-palette-warning-bg-weak) / 0.3);
}
.hover\:n-bg-palette-warning-bg-weak\/35:hover {
  background-color:rgb(var(--theme-palette-warning-bg-weak) / 0.35);
}
.hover\:n-bg-palette-warning-bg-weak\/40:hover {
  background-color:rgb(var(--theme-palette-warning-bg-weak) / 0.4);
}
.hover\:n-bg-palette-warning-bg-weak\/45:hover {
  background-color:rgb(var(--theme-palette-warning-bg-weak) / 0.45);
}
.hover\:n-bg-palette-warning-bg-weak\/5:hover {
  background-color:rgb(var(--theme-palette-warning-bg-weak) / 0.05);
}
.hover\:n-bg-palette-warning-bg-weak\/50:hover {
  background-color:rgb(var(--theme-palette-warning-bg-weak) / 0.5);
}
.hover\:n-bg-palette-warning-bg-weak\/55:hover {
  background-color:rgb(var(--theme-palette-warning-bg-weak) / 0.55);
}
.hover\:n-bg-palette-warning-bg-weak\/60:hover {
  background-color:rgb(var(--theme-palette-warning-bg-weak) / 0.6);
}
.hover\:n-bg-palette-warning-bg-weak\/65:hover {
  background-color:rgb(var(--theme-palette-warning-bg-weak) / 0.65);
}
.hover\:n-bg-palette-warning-bg-weak\/70:hover {
  background-color:rgb(var(--theme-palette-warning-bg-weak) / 0.7);
}
.hover\:n-bg-palette-warning-bg-weak\/75:hover {
  background-color:rgb(var(--theme-palette-warning-bg-weak) / 0.75);
}
.hover\:n-bg-palette-warning-bg-weak\/80:hover {
  background-color:rgb(var(--theme-palette-warning-bg-weak) / 0.8);
}
.hover\:n-bg-palette-warning-bg-weak\/85:hover {
  background-color:rgb(var(--theme-palette-warning-bg-weak) / 0.85);
}
.hover\:n-bg-palette-warning-bg-weak\/90:hover {
  background-color:rgb(var(--theme-palette-warning-bg-weak) / 0.9);
}
.hover\:n-bg-palette-warning-bg-weak\/95:hover {
  background-color:rgb(var(--theme-palette-warning-bg-weak) / 0.95);
}
.hover\:n-bg-palette-warning-border-strong:hover {
  background-color:rgb(var(--theme-palette-warning-border-strong));
}
.hover\:n-bg-palette-warning-border-strong\/0:hover {
  background-color:rgb(var(--theme-palette-warning-border-strong) / 0);
}
.hover\:n-bg-palette-warning-border-strong\/10:hover {
  background-color:rgb(var(--theme-palette-warning-border-strong) / 0.1);
}
.hover\:n-bg-palette-warning-border-strong\/100:hover {
  background-color:rgb(var(--theme-palette-warning-border-strong) / 1);
}
.hover\:n-bg-palette-warning-border-strong\/15:hover {
  background-color:rgb(var(--theme-palette-warning-border-strong) / 0.15);
}
.hover\:n-bg-palette-warning-border-strong\/20:hover {
  background-color:rgb(var(--theme-palette-warning-border-strong) / 0.2);
}
.hover\:n-bg-palette-warning-border-strong\/25:hover {
  background-color:rgb(var(--theme-palette-warning-border-strong) / 0.25);
}
.hover\:n-bg-palette-warning-border-strong\/30:hover {
  background-color:rgb(var(--theme-palette-warning-border-strong) / 0.3);
}
.hover\:n-bg-palette-warning-border-strong\/35:hover {
  background-color:rgb(var(--theme-palette-warning-border-strong) / 0.35);
}
.hover\:n-bg-palette-warning-border-strong\/40:hover {
  background-color:rgb(var(--theme-palette-warning-border-strong) / 0.4);
}
.hover\:n-bg-palette-warning-border-strong\/45:hover {
  background-color:rgb(var(--theme-palette-warning-border-strong) / 0.45);
}
.hover\:n-bg-palette-warning-border-strong\/5:hover {
  background-color:rgb(var(--theme-palette-warning-border-strong) / 0.05);
}
.hover\:n-bg-palette-warning-border-strong\/50:hover {
  background-color:rgb(var(--theme-palette-warning-border-strong) / 0.5);
}
.hover\:n-bg-palette-warning-border-strong\/55:hover {
  background-color:rgb(var(--theme-palette-warning-border-strong) / 0.55);
}
.hover\:n-bg-palette-warning-border-strong\/60:hover {
  background-color:rgb(var(--theme-palette-warning-border-strong) / 0.6);
}
.hover\:n-bg-palette-warning-border-strong\/65:hover {
  background-color:rgb(var(--theme-palette-warning-border-strong) / 0.65);
}
.hover\:n-bg-palette-warning-border-strong\/70:hover {
  background-color:rgb(var(--theme-palette-warning-border-strong) / 0.7);
}
.hover\:n-bg-palette-warning-border-strong\/75:hover {
  background-color:rgb(var(--theme-palette-warning-border-strong) / 0.75);
}
.hover\:n-bg-palette-warning-border-strong\/80:hover {
  background-color:rgb(var(--theme-palette-warning-border-strong) / 0.8);
}
.hover\:n-bg-palette-warning-border-strong\/85:hover {
  background-color:rgb(var(--theme-palette-warning-border-strong) / 0.85);
}
.hover\:n-bg-palette-warning-border-strong\/90:hover {
  background-color:rgb(var(--theme-palette-warning-border-strong) / 0.9);
}
.hover\:n-bg-palette-warning-border-strong\/95:hover {
  background-color:rgb(var(--theme-palette-warning-border-strong) / 0.95);
}
.hover\:n-bg-palette-warning-border-weak:hover {
  background-color:rgb(var(--theme-palette-warning-border-weak));
}
.hover\:n-bg-palette-warning-border-weak\/0:hover {
  background-color:rgb(var(--theme-palette-warning-border-weak) / 0);
}
.hover\:n-bg-palette-warning-border-weak\/10:hover {
  background-color:rgb(var(--theme-palette-warning-border-weak) / 0.1);
}
.hover\:n-bg-palette-warning-border-weak\/100:hover {
  background-color:rgb(var(--theme-palette-warning-border-weak) / 1);
}
.hover\:n-bg-palette-warning-border-weak\/15:hover {
  background-color:rgb(var(--theme-palette-warning-border-weak) / 0.15);
}
.hover\:n-bg-palette-warning-border-weak\/20:hover {
  background-color:rgb(var(--theme-palette-warning-border-weak) / 0.2);
}
.hover\:n-bg-palette-warning-border-weak\/25:hover {
  background-color:rgb(var(--theme-palette-warning-border-weak) / 0.25);
}
.hover\:n-bg-palette-warning-border-weak\/30:hover {
  background-color:rgb(var(--theme-palette-warning-border-weak) / 0.3);
}
.hover\:n-bg-palette-warning-border-weak\/35:hover {
  background-color:rgb(var(--theme-palette-warning-border-weak) / 0.35);
}
.hover\:n-bg-palette-warning-border-weak\/40:hover {
  background-color:rgb(var(--theme-palette-warning-border-weak) / 0.4);
}
.hover\:n-bg-palette-warning-border-weak\/45:hover {
  background-color:rgb(var(--theme-palette-warning-border-weak) / 0.45);
}
.hover\:n-bg-palette-warning-border-weak\/5:hover {
  background-color:rgb(var(--theme-palette-warning-border-weak) / 0.05);
}
.hover\:n-bg-palette-warning-border-weak\/50:hover {
  background-color:rgb(var(--theme-palette-warning-border-weak) / 0.5);
}
.hover\:n-bg-palette-warning-border-weak\/55:hover {
  background-color:rgb(var(--theme-palette-warning-border-weak) / 0.55);
}
.hover\:n-bg-palette-warning-border-weak\/60:hover {
  background-color:rgb(var(--theme-palette-warning-border-weak) / 0.6);
}
.hover\:n-bg-palette-warning-border-weak\/65:hover {
  background-color:rgb(var(--theme-palette-warning-border-weak) / 0.65);
}
.hover\:n-bg-palette-warning-border-weak\/70:hover {
  background-color:rgb(var(--theme-palette-warning-border-weak) / 0.7);
}
.hover\:n-bg-palette-warning-border-weak\/75:hover {
  background-color:rgb(var(--theme-palette-warning-border-weak) / 0.75);
}
.hover\:n-bg-palette-warning-border-weak\/80:hover {
  background-color:rgb(var(--theme-palette-warning-border-weak) / 0.8);
}
.hover\:n-bg-palette-warning-border-weak\/85:hover {
  background-color:rgb(var(--theme-palette-warning-border-weak) / 0.85);
}
.hover\:n-bg-palette-warning-border-weak\/90:hover {
  background-color:rgb(var(--theme-palette-warning-border-weak) / 0.9);
}
.hover\:n-bg-palette-warning-border-weak\/95:hover {
  background-color:rgb(var(--theme-palette-warning-border-weak) / 0.95);
}
.hover\:n-bg-palette-warning-icon:hover {
  background-color:rgb(var(--theme-palette-warning-icon));
}
.hover\:n-bg-palette-warning-icon\/0:hover {
  background-color:rgb(var(--theme-palette-warning-icon) / 0);
}
.hover\:n-bg-palette-warning-icon\/10:hover {
  background-color:rgb(var(--theme-palette-warning-icon) / 0.1);
}
.hover\:n-bg-palette-warning-icon\/100:hover {
  background-color:rgb(var(--theme-palette-warning-icon) / 1);
}
.hover\:n-bg-palette-warning-icon\/15:hover {
  background-color:rgb(var(--theme-palette-warning-icon) / 0.15);
}
.hover\:n-bg-palette-warning-icon\/20:hover {
  background-color:rgb(var(--theme-palette-warning-icon) / 0.2);
}
.hover\:n-bg-palette-warning-icon\/25:hover {
  background-color:rgb(var(--theme-palette-warning-icon) / 0.25);
}
.hover\:n-bg-palette-warning-icon\/30:hover {
  background-color:rgb(var(--theme-palette-warning-icon) / 0.3);
}
.hover\:n-bg-palette-warning-icon\/35:hover {
  background-color:rgb(var(--theme-palette-warning-icon) / 0.35);
}
.hover\:n-bg-palette-warning-icon\/40:hover {
  background-color:rgb(var(--theme-palette-warning-icon) / 0.4);
}
.hover\:n-bg-palette-warning-icon\/45:hover {
  background-color:rgb(var(--theme-palette-warning-icon) / 0.45);
}
.hover\:n-bg-palette-warning-icon\/5:hover {
  background-color:rgb(var(--theme-palette-warning-icon) / 0.05);
}
.hover\:n-bg-palette-warning-icon\/50:hover {
  background-color:rgb(var(--theme-palette-warning-icon) / 0.5);
}
.hover\:n-bg-palette-warning-icon\/55:hover {
  background-color:rgb(var(--theme-palette-warning-icon) / 0.55);
}
.hover\:n-bg-palette-warning-icon\/60:hover {
  background-color:rgb(var(--theme-palette-warning-icon) / 0.6);
}
.hover\:n-bg-palette-warning-icon\/65:hover {
  background-color:rgb(var(--theme-palette-warning-icon) / 0.65);
}
.hover\:n-bg-palette-warning-icon\/70:hover {
  background-color:rgb(var(--theme-palette-warning-icon) / 0.7);
}
.hover\:n-bg-palette-warning-icon\/75:hover {
  background-color:rgb(var(--theme-palette-warning-icon) / 0.75);
}
.hover\:n-bg-palette-warning-icon\/80:hover {
  background-color:rgb(var(--theme-palette-warning-icon) / 0.8);
}
.hover\:n-bg-palette-warning-icon\/85:hover {
  background-color:rgb(var(--theme-palette-warning-icon) / 0.85);
}
.hover\:n-bg-palette-warning-icon\/90:hover {
  background-color:rgb(var(--theme-palette-warning-icon) / 0.9);
}
.hover\:n-bg-palette-warning-icon\/95:hover {
  background-color:rgb(var(--theme-palette-warning-icon) / 0.95);
}
.hover\:n-bg-palette-warning-text:hover {
  background-color:rgb(var(--theme-palette-warning-text));
}
.hover\:n-bg-palette-warning-text\/0:hover {
  background-color:rgb(var(--theme-palette-warning-text) / 0);
}
.hover\:n-bg-palette-warning-text\/10:hover {
  background-color:rgb(var(--theme-palette-warning-text) / 0.1);
}
.hover\:n-bg-palette-warning-text\/100:hover {
  background-color:rgb(var(--theme-palette-warning-text) / 1);
}
.hover\:n-bg-palette-warning-text\/15:hover {
  background-color:rgb(var(--theme-palette-warning-text) / 0.15);
}
.hover\:n-bg-palette-warning-text\/20:hover {
  background-color:rgb(var(--theme-palette-warning-text) / 0.2);
}
.hover\:n-bg-palette-warning-text\/25:hover {
  background-color:rgb(var(--theme-palette-warning-text) / 0.25);
}
.hover\:n-bg-palette-warning-text\/30:hover {
  background-color:rgb(var(--theme-palette-warning-text) / 0.3);
}
.hover\:n-bg-palette-warning-text\/35:hover {
  background-color:rgb(var(--theme-palette-warning-text) / 0.35);
}
.hover\:n-bg-palette-warning-text\/40:hover {
  background-color:rgb(var(--theme-palette-warning-text) / 0.4);
}
.hover\:n-bg-palette-warning-text\/45:hover {
  background-color:rgb(var(--theme-palette-warning-text) / 0.45);
}
.hover\:n-bg-palette-warning-text\/5:hover {
  background-color:rgb(var(--theme-palette-warning-text) / 0.05);
}
.hover\:n-bg-palette-warning-text\/50:hover {
  background-color:rgb(var(--theme-palette-warning-text) / 0.5);
}
.hover\:n-bg-palette-warning-text\/55:hover {
  background-color:rgb(var(--theme-palette-warning-text) / 0.55);
}
.hover\:n-bg-palette-warning-text\/60:hover {
  background-color:rgb(var(--theme-palette-warning-text) / 0.6);
}
.hover\:n-bg-palette-warning-text\/65:hover {
  background-color:rgb(var(--theme-palette-warning-text) / 0.65);
}
.hover\:n-bg-palette-warning-text\/70:hover {
  background-color:rgb(var(--theme-palette-warning-text) / 0.7);
}
.hover\:n-bg-palette-warning-text\/75:hover {
  background-color:rgb(var(--theme-palette-warning-text) / 0.75);
}
.hover\:n-bg-palette-warning-text\/80:hover {
  background-color:rgb(var(--theme-palette-warning-text) / 0.8);
}
.hover\:n-bg-palette-warning-text\/85:hover {
  background-color:rgb(var(--theme-palette-warning-text) / 0.85);
}
.hover\:n-bg-palette-warning-text\/90:hover {
  background-color:rgb(var(--theme-palette-warning-text) / 0.9);
}
.hover\:n-bg-palette-warning-text\/95:hover {
  background-color:rgb(var(--theme-palette-warning-text) / 0.95);
}
.hover\:n-text-dark-danger-bg-status:hover {
  --tw-text-opacity:1;
  color:rgb(255 170 151 / var(--tw-text-opacity));
}
.hover\:n-text-dark-danger-bg-status\/0:hover {
  color:rgb(255 170 151 / 0);
}
.hover\:n-text-dark-danger-bg-status\/10:hover {
  color:rgb(255 170 151 / 0.1);
}
.hover\:n-text-dark-danger-bg-status\/100:hover {
  color:rgb(255 170 151 / 1);
}
.hover\:n-text-dark-danger-bg-status\/15:hover {
  color:rgb(255 170 151 / 0.15);
}
.hover\:n-text-dark-danger-bg-status\/20:hover {
  color:rgb(255 170 151 / 0.2);
}
.hover\:n-text-dark-danger-bg-status\/25:hover {
  color:rgb(255 170 151 / 0.25);
}
.hover\:n-text-dark-danger-bg-status\/30:hover {
  color:rgb(255 170 151 / 0.3);
}
.hover\:n-text-dark-danger-bg-status\/35:hover {
  color:rgb(255 170 151 / 0.35);
}
.hover\:n-text-dark-danger-bg-status\/40:hover {
  color:rgb(255 170 151 / 0.4);
}
.hover\:n-text-dark-danger-bg-status\/45:hover {
  color:rgb(255 170 151 / 0.45);
}
.hover\:n-text-dark-danger-bg-status\/5:hover {
  color:rgb(255 170 151 / 0.05);
}
.hover\:n-text-dark-danger-bg-status\/50:hover {
  color:rgb(255 170 151 / 0.5);
}
.hover\:n-text-dark-danger-bg-status\/55:hover {
  color:rgb(255 170 151 / 0.55);
}
.hover\:n-text-dark-danger-bg-status\/60:hover {
  color:rgb(255 170 151 / 0.6);
}
.hover\:n-text-dark-danger-bg-status\/65:hover {
  color:rgb(255 170 151 / 0.65);
}
.hover\:n-text-dark-danger-bg-status\/70:hover {
  color:rgb(255 170 151 / 0.7);
}
.hover\:n-text-dark-danger-bg-status\/75:hover {
  color:rgb(255 170 151 / 0.75);
}
.hover\:n-text-dark-danger-bg-status\/80:hover {
  color:rgb(255 170 151 / 0.8);
}
.hover\:n-text-dark-danger-bg-status\/85:hover {
  color:rgb(255 170 151 / 0.85);
}
.hover\:n-text-dark-danger-bg-status\/90:hover {
  color:rgb(255 170 151 / 0.9);
}
.hover\:n-text-dark-danger-bg-status\/95:hover {
  color:rgb(255 170 151 / 0.95);
}
.hover\:n-text-dark-danger-bg-strong:hover {
  --tw-text-opacity:1;
  color:rgb(255 170 151 / var(--tw-text-opacity));
}
.hover\:n-text-dark-danger-bg-strong\/0:hover {
  color:rgb(255 170 151 / 0);
}
.hover\:n-text-dark-danger-bg-strong\/10:hover {
  color:rgb(255 170 151 / 0.1);
}
.hover\:n-text-dark-danger-bg-strong\/100:hover {
  color:rgb(255 170 151 / 1);
}
.hover\:n-text-dark-danger-bg-strong\/15:hover {
  color:rgb(255 170 151 / 0.15);
}
.hover\:n-text-dark-danger-bg-strong\/20:hover {
  color:rgb(255 170 151 / 0.2);
}
.hover\:n-text-dark-danger-bg-strong\/25:hover {
  color:rgb(255 170 151 / 0.25);
}
.hover\:n-text-dark-danger-bg-strong\/30:hover {
  color:rgb(255 170 151 / 0.3);
}
.hover\:n-text-dark-danger-bg-strong\/35:hover {
  color:rgb(255 170 151 / 0.35);
}
.hover\:n-text-dark-danger-bg-strong\/40:hover {
  color:rgb(255 170 151 / 0.4);
}
.hover\:n-text-dark-danger-bg-strong\/45:hover {
  color:rgb(255 170 151 / 0.45);
}
.hover\:n-text-dark-danger-bg-strong\/5:hover {
  color:rgb(255 170 151 / 0.05);
}
.hover\:n-text-dark-danger-bg-strong\/50:hover {
  color:rgb(255 170 151 / 0.5);
}
.hover\:n-text-dark-danger-bg-strong\/55:hover {
  color:rgb(255 170 151 / 0.55);
}
.hover\:n-text-dark-danger-bg-strong\/60:hover {
  color:rgb(255 170 151 / 0.6);
}
.hover\:n-text-dark-danger-bg-strong\/65:hover {
  color:rgb(255 170 151 / 0.65);
}
.hover\:n-text-dark-danger-bg-strong\/70:hover {
  color:rgb(255 170 151 / 0.7);
}
.hover\:n-text-dark-danger-bg-strong\/75:hover {
  color:rgb(255 170 151 / 0.75);
}
.hover\:n-text-dark-danger-bg-strong\/80:hover {
  color:rgb(255 170 151 / 0.8);
}
.hover\:n-text-dark-danger-bg-strong\/85:hover {
  color:rgb(255 170 151 / 0.85);
}
.hover\:n-text-dark-danger-bg-strong\/90:hover {
  color:rgb(255 170 151 / 0.9);
}
.hover\:n-text-dark-danger-bg-strong\/95:hover {
  color:rgb(255 170 151 / 0.95);
}
.hover\:n-text-dark-danger-bg-weak:hover {
  --tw-text-opacity:1;
  color:rgb(67 37 32 / var(--tw-text-opacity));
}
.hover\:n-text-dark-danger-bg-weak\/0:hover {
  color:rgb(67 37 32 / 0);
}
.hover\:n-text-dark-danger-bg-weak\/10:hover {
  color:rgb(67 37 32 / 0.1);
}
.hover\:n-text-dark-danger-bg-weak\/100:hover {
  color:rgb(67 37 32 / 1);
}
.hover\:n-text-dark-danger-bg-weak\/15:hover {
  color:rgb(67 37 32 / 0.15);
}
.hover\:n-text-dark-danger-bg-weak\/20:hover {
  color:rgb(67 37 32 / 0.2);
}
.hover\:n-text-dark-danger-bg-weak\/25:hover {
  color:rgb(67 37 32 / 0.25);
}
.hover\:n-text-dark-danger-bg-weak\/30:hover {
  color:rgb(67 37 32 / 0.3);
}
.hover\:n-text-dark-danger-bg-weak\/35:hover {
  color:rgb(67 37 32 / 0.35);
}
.hover\:n-text-dark-danger-bg-weak\/40:hover {
  color:rgb(67 37 32 / 0.4);
}
.hover\:n-text-dark-danger-bg-weak\/45:hover {
  color:rgb(67 37 32 / 0.45);
}
.hover\:n-text-dark-danger-bg-weak\/5:hover {
  color:rgb(67 37 32 / 0.05);
}
.hover\:n-text-dark-danger-bg-weak\/50:hover {
  color:rgb(67 37 32 / 0.5);
}
.hover\:n-text-dark-danger-bg-weak\/55:hover {
  color:rgb(67 37 32 / 0.55);
}
.hover\:n-text-dark-danger-bg-weak\/60:hover {
  color:rgb(67 37 32 / 0.6);
}
.hover\:n-text-dark-danger-bg-weak\/65:hover {
  color:rgb(67 37 32 / 0.65);
}
.hover\:n-text-dark-danger-bg-weak\/70:hover {
  color:rgb(67 37 32 / 0.7);
}
.hover\:n-text-dark-danger-bg-weak\/75:hover {
  color:rgb(67 37 32 / 0.75);
}
.hover\:n-text-dark-danger-bg-weak\/80:hover {
  color:rgb(67 37 32 / 0.8);
}
.hover\:n-text-dark-danger-bg-weak\/85:hover {
  color:rgb(67 37 32 / 0.85);
}
.hover\:n-text-dark-danger-bg-weak\/90:hover {
  color:rgb(67 37 32 / 0.9);
}
.hover\:n-text-dark-danger-bg-weak\/95:hover {
  color:rgb(67 37 32 / 0.95);
}
.hover\:n-text-dark-danger-border-strong:hover {
  --tw-text-opacity:1;
  color:rgb(255 170 151 / var(--tw-text-opacity));
}
.hover\:n-text-dark-danger-border-strong\/0:hover {
  color:rgb(255 170 151 / 0);
}
.hover\:n-text-dark-danger-border-strong\/10:hover {
  color:rgb(255 170 151 / 0.1);
}
.hover\:n-text-dark-danger-border-strong\/100:hover {
  color:rgb(255 170 151 / 1);
}
.hover\:n-text-dark-danger-border-strong\/15:hover {
  color:rgb(255 170 151 / 0.15);
}
.hover\:n-text-dark-danger-border-strong\/20:hover {
  color:rgb(255 170 151 / 0.2);
}
.hover\:n-text-dark-danger-border-strong\/25:hover {
  color:rgb(255 170 151 / 0.25);
}
.hover\:n-text-dark-danger-border-strong\/30:hover {
  color:rgb(255 170 151 / 0.3);
}
.hover\:n-text-dark-danger-border-strong\/35:hover {
  color:rgb(255 170 151 / 0.35);
}
.hover\:n-text-dark-danger-border-strong\/40:hover {
  color:rgb(255 170 151 / 0.4);
}
.hover\:n-text-dark-danger-border-strong\/45:hover {
  color:rgb(255 170 151 / 0.45);
}
.hover\:n-text-dark-danger-border-strong\/5:hover {
  color:rgb(255 170 151 / 0.05);
}
.hover\:n-text-dark-danger-border-strong\/50:hover {
  color:rgb(255 170 151 / 0.5);
}
.hover\:n-text-dark-danger-border-strong\/55:hover {
  color:rgb(255 170 151 / 0.55);
}
.hover\:n-text-dark-danger-border-strong\/60:hover {
  color:rgb(255 170 151 / 0.6);
}
.hover\:n-text-dark-danger-border-strong\/65:hover {
  color:rgb(255 170 151 / 0.65);
}
.hover\:n-text-dark-danger-border-strong\/70:hover {
  color:rgb(255 170 151 / 0.7);
}
.hover\:n-text-dark-danger-border-strong\/75:hover {
  color:rgb(255 170 151 / 0.75);
}
.hover\:n-text-dark-danger-border-strong\/80:hover {
  color:rgb(255 170 151 / 0.8);
}
.hover\:n-text-dark-danger-border-strong\/85:hover {
  color:rgb(255 170 151 / 0.85);
}
.hover\:n-text-dark-danger-border-strong\/90:hover {
  color:rgb(255 170 151 / 0.9);
}
.hover\:n-text-dark-danger-border-strong\/95:hover {
  color:rgb(255 170 151 / 0.95);
}
.hover\:n-text-dark-danger-border-weak:hover {
  --tw-text-opacity:1;
  color:rgb(115 14 0 / var(--tw-text-opacity));
}
.hover\:n-text-dark-danger-border-weak\/0:hover {
  color:rgb(115 14 0 / 0);
}
.hover\:n-text-dark-danger-border-weak\/10:hover {
  color:rgb(115 14 0 / 0.1);
}
.hover\:n-text-dark-danger-border-weak\/100:hover {
  color:rgb(115 14 0 / 1);
}
.hover\:n-text-dark-danger-border-weak\/15:hover {
  color:rgb(115 14 0 / 0.15);
}
.hover\:n-text-dark-danger-border-weak\/20:hover {
  color:rgb(115 14 0 / 0.2);
}
.hover\:n-text-dark-danger-border-weak\/25:hover {
  color:rgb(115 14 0 / 0.25);
}
.hover\:n-text-dark-danger-border-weak\/30:hover {
  color:rgb(115 14 0 / 0.3);
}
.hover\:n-text-dark-danger-border-weak\/35:hover {
  color:rgb(115 14 0 / 0.35);
}
.hover\:n-text-dark-danger-border-weak\/40:hover {
  color:rgb(115 14 0 / 0.4);
}
.hover\:n-text-dark-danger-border-weak\/45:hover {
  color:rgb(115 14 0 / 0.45);
}
.hover\:n-text-dark-danger-border-weak\/5:hover {
  color:rgb(115 14 0 / 0.05);
}
.hover\:n-text-dark-danger-border-weak\/50:hover {
  color:rgb(115 14 0 / 0.5);
}
.hover\:n-text-dark-danger-border-weak\/55:hover {
  color:rgb(115 14 0 / 0.55);
}
.hover\:n-text-dark-danger-border-weak\/60:hover {
  color:rgb(115 14 0 / 0.6);
}
.hover\:n-text-dark-danger-border-weak\/65:hover {
  color:rgb(115 14 0 / 0.65);
}
.hover\:n-text-dark-danger-border-weak\/70:hover {
  color:rgb(115 14 0 / 0.7);
}
.hover\:n-text-dark-danger-border-weak\/75:hover {
  color:rgb(115 14 0 / 0.75);
}
.hover\:n-text-dark-danger-border-weak\/80:hover {
  color:rgb(115 14 0 / 0.8);
}
.hover\:n-text-dark-danger-border-weak\/85:hover {
  color:rgb(115 14 0 / 0.85);
}
.hover\:n-text-dark-danger-border-weak\/90:hover {
  color:rgb(115 14 0 / 0.9);
}
.hover\:n-text-dark-danger-border-weak\/95:hover {
  color:rgb(115 14 0 / 0.95);
}
.hover\:n-text-dark-danger-hover-strong:hover {
  --tw-text-opacity:1;
  color:rgb(249 103 70 / var(--tw-text-opacity));
}
.hover\:n-text-dark-danger-hover-strong\/0:hover {
  color:rgb(249 103 70 / 0);
}
.hover\:n-text-dark-danger-hover-strong\/10:hover {
  color:rgb(249 103 70 / 0.1);
}
.hover\:n-text-dark-danger-hover-strong\/100:hover {
  color:rgb(249 103 70 / 1);
}
.hover\:n-text-dark-danger-hover-strong\/15:hover {
  color:rgb(249 103 70 / 0.15);
}
.hover\:n-text-dark-danger-hover-strong\/20:hover {
  color:rgb(249 103 70 / 0.2);
}
.hover\:n-text-dark-danger-hover-strong\/25:hover {
  color:rgb(249 103 70 / 0.25);
}
.hover\:n-text-dark-danger-hover-strong\/30:hover {
  color:rgb(249 103 70 / 0.3);
}
.hover\:n-text-dark-danger-hover-strong\/35:hover {
  color:rgb(249 103 70 / 0.35);
}
.hover\:n-text-dark-danger-hover-strong\/40:hover {
  color:rgb(249 103 70 / 0.4);
}
.hover\:n-text-dark-danger-hover-strong\/45:hover {
  color:rgb(249 103 70 / 0.45);
}
.hover\:n-text-dark-danger-hover-strong\/5:hover {
  color:rgb(249 103 70 / 0.05);
}
.hover\:n-text-dark-danger-hover-strong\/50:hover {
  color:rgb(249 103 70 / 0.5);
}
.hover\:n-text-dark-danger-hover-strong\/55:hover {
  color:rgb(249 103 70 / 0.55);
}
.hover\:n-text-dark-danger-hover-strong\/60:hover {
  color:rgb(249 103 70 / 0.6);
}
.hover\:n-text-dark-danger-hover-strong\/65:hover {
  color:rgb(249 103 70 / 0.65);
}
.hover\:n-text-dark-danger-hover-strong\/70:hover {
  color:rgb(249 103 70 / 0.7);
}
.hover\:n-text-dark-danger-hover-strong\/75:hover {
  color:rgb(249 103 70 / 0.75);
}
.hover\:n-text-dark-danger-hover-strong\/80:hover {
  color:rgb(249 103 70 / 0.8);
}
.hover\:n-text-dark-danger-hover-strong\/85:hover {
  color:rgb(249 103 70 / 0.85);
}
.hover\:n-text-dark-danger-hover-strong\/90:hover {
  color:rgb(249 103 70 / 0.9);
}
.hover\:n-text-dark-danger-hover-strong\/95:hover {
  color:rgb(249 103 70 / 0.95);
}
.hover\:n-text-dark-danger-hover-weak:hover {
  --tw-text-opacity:1;
  color:rgb(255 170 151 / var(--tw-text-opacity));
}
.hover\:n-text-dark-danger-hover-weak\/0:hover {
  color:rgb(255 170 151 / 0);
}
.hover\:n-text-dark-danger-hover-weak\/10:hover {
  color:rgb(255 170 151 / 0.1);
}
.hover\:n-text-dark-danger-hover-weak\/100:hover {
  color:rgb(255 170 151 / 1);
}
.hover\:n-text-dark-danger-hover-weak\/15:hover {
  color:rgb(255 170 151 / 0.15);
}
.hover\:n-text-dark-danger-hover-weak\/20:hover {
  color:rgb(255 170 151 / 0.2);
}
.hover\:n-text-dark-danger-hover-weak\/25:hover {
  color:rgb(255 170 151 / 0.25);
}
.hover\:n-text-dark-danger-hover-weak\/30:hover {
  color:rgb(255 170 151 / 0.3);
}
.hover\:n-text-dark-danger-hover-weak\/35:hover {
  color:rgb(255 170 151 / 0.35);
}
.hover\:n-text-dark-danger-hover-weak\/40:hover {
  color:rgb(255 170 151 / 0.4);
}
.hover\:n-text-dark-danger-hover-weak\/45:hover {
  color:rgb(255 170 151 / 0.45);
}
.hover\:n-text-dark-danger-hover-weak\/5:hover {
  color:rgb(255 170 151 / 0.05);
}
.hover\:n-text-dark-danger-hover-weak\/50:hover {
  color:rgb(255 170 151 / 0.5);
}
.hover\:n-text-dark-danger-hover-weak\/55:hover {
  color:rgb(255 170 151 / 0.55);
}
.hover\:n-text-dark-danger-hover-weak\/60:hover {
  color:rgb(255 170 151 / 0.6);
}
.hover\:n-text-dark-danger-hover-weak\/65:hover {
  color:rgb(255 170 151 / 0.65);
}
.hover\:n-text-dark-danger-hover-weak\/70:hover {
  color:rgb(255 170 151 / 0.7);
}
.hover\:n-text-dark-danger-hover-weak\/75:hover {
  color:rgb(255 170 151 / 0.75);
}
.hover\:n-text-dark-danger-hover-weak\/80:hover {
  color:rgb(255 170 151 / 0.8);
}
.hover\:n-text-dark-danger-hover-weak\/85:hover {
  color:rgb(255 170 151 / 0.85);
}
.hover\:n-text-dark-danger-hover-weak\/90:hover {
  color:rgb(255 170 151 / 0.9);
}
.hover\:n-text-dark-danger-hover-weak\/95:hover {
  color:rgb(255 170 151 / 0.95);
}
.hover\:n-text-dark-danger-icon:hover {
  --tw-text-opacity:1;
  color:rgb(255 170 151 / var(--tw-text-opacity));
}
.hover\:n-text-dark-danger-icon\/0:hover {
  color:rgb(255 170 151 / 0);
}
.hover\:n-text-dark-danger-icon\/10:hover {
  color:rgb(255 170 151 / 0.1);
}
.hover\:n-text-dark-danger-icon\/100:hover {
  color:rgb(255 170 151 / 1);
}
.hover\:n-text-dark-danger-icon\/15:hover {
  color:rgb(255 170 151 / 0.15);
}
.hover\:n-text-dark-danger-icon\/20:hover {
  color:rgb(255 170 151 / 0.2);
}
.hover\:n-text-dark-danger-icon\/25:hover {
  color:rgb(255 170 151 / 0.25);
}
.hover\:n-text-dark-danger-icon\/30:hover {
  color:rgb(255 170 151 / 0.3);
}
.hover\:n-text-dark-danger-icon\/35:hover {
  color:rgb(255 170 151 / 0.35);
}
.hover\:n-text-dark-danger-icon\/40:hover {
  color:rgb(255 170 151 / 0.4);
}
.hover\:n-text-dark-danger-icon\/45:hover {
  color:rgb(255 170 151 / 0.45);
}
.hover\:n-text-dark-danger-icon\/5:hover {
  color:rgb(255 170 151 / 0.05);
}
.hover\:n-text-dark-danger-icon\/50:hover {
  color:rgb(255 170 151 / 0.5);
}
.hover\:n-text-dark-danger-icon\/55:hover {
  color:rgb(255 170 151 / 0.55);
}
.hover\:n-text-dark-danger-icon\/60:hover {
  color:rgb(255 170 151 / 0.6);
}
.hover\:n-text-dark-danger-icon\/65:hover {
  color:rgb(255 170 151 / 0.65);
}
.hover\:n-text-dark-danger-icon\/70:hover {
  color:rgb(255 170 151 / 0.7);
}
.hover\:n-text-dark-danger-icon\/75:hover {
  color:rgb(255 170 151 / 0.75);
}
.hover\:n-text-dark-danger-icon\/80:hover {
  color:rgb(255 170 151 / 0.8);
}
.hover\:n-text-dark-danger-icon\/85:hover {
  color:rgb(255 170 151 / 0.85);
}
.hover\:n-text-dark-danger-icon\/90:hover {
  color:rgb(255 170 151 / 0.9);
}
.hover\:n-text-dark-danger-icon\/95:hover {
  color:rgb(255 170 151 / 0.95);
}
.hover\:n-text-dark-danger-pressed-strong:hover {
  --tw-text-opacity:1;
  color:rgb(232 78 44 / var(--tw-text-opacity));
}
.hover\:n-text-dark-danger-pressed-strong\/0:hover {
  color:rgb(232 78 44 / 0);
}
.hover\:n-text-dark-danger-pressed-strong\/10:hover {
  color:rgb(232 78 44 / 0.1);
}
.hover\:n-text-dark-danger-pressed-strong\/100:hover {
  color:rgb(232 78 44 / 1);
}
.hover\:n-text-dark-danger-pressed-strong\/15:hover {
  color:rgb(232 78 44 / 0.15);
}
.hover\:n-text-dark-danger-pressed-strong\/20:hover {
  color:rgb(232 78 44 / 0.2);
}
.hover\:n-text-dark-danger-pressed-strong\/25:hover {
  color:rgb(232 78 44 / 0.25);
}
.hover\:n-text-dark-danger-pressed-strong\/30:hover {
  color:rgb(232 78 44 / 0.3);
}
.hover\:n-text-dark-danger-pressed-strong\/35:hover {
  color:rgb(232 78 44 / 0.35);
}
.hover\:n-text-dark-danger-pressed-strong\/40:hover {
  color:rgb(232 78 44 / 0.4);
}
.hover\:n-text-dark-danger-pressed-strong\/45:hover {
  color:rgb(232 78 44 / 0.45);
}
.hover\:n-text-dark-danger-pressed-strong\/5:hover {
  color:rgb(232 78 44 / 0.05);
}
.hover\:n-text-dark-danger-pressed-strong\/50:hover {
  color:rgb(232 78 44 / 0.5);
}
.hover\:n-text-dark-danger-pressed-strong\/55:hover {
  color:rgb(232 78 44 / 0.55);
}
.hover\:n-text-dark-danger-pressed-strong\/60:hover {
  color:rgb(232 78 44 / 0.6);
}
.hover\:n-text-dark-danger-pressed-strong\/65:hover {
  color:rgb(232 78 44 / 0.65);
}
.hover\:n-text-dark-danger-pressed-strong\/70:hover {
  color:rgb(232 78 44 / 0.7);
}
.hover\:n-text-dark-danger-pressed-strong\/75:hover {
  color:rgb(232 78 44 / 0.75);
}
.hover\:n-text-dark-danger-pressed-strong\/80:hover {
  color:rgb(232 78 44 / 0.8);
}
.hover\:n-text-dark-danger-pressed-strong\/85:hover {
  color:rgb(232 78 44 / 0.85);
}
.hover\:n-text-dark-danger-pressed-strong\/90:hover {
  color:rgb(232 78 44 / 0.9);
}
.hover\:n-text-dark-danger-pressed-strong\/95:hover {
  color:rgb(232 78 44 / 0.95);
}
.hover\:n-text-dark-danger-pressed-weak:hover {
  --tw-text-opacity:1;
  color:rgb(255 170 151 / var(--tw-text-opacity));
}
.hover\:n-text-dark-danger-pressed-weak\/0:hover {
  color:rgb(255 170 151 / 0);
}
.hover\:n-text-dark-danger-pressed-weak\/10:hover {
  color:rgb(255 170 151 / 0.1);
}
.hover\:n-text-dark-danger-pressed-weak\/100:hover {
  color:rgb(255 170 151 / 1);
}
.hover\:n-text-dark-danger-pressed-weak\/15:hover {
  color:rgb(255 170 151 / 0.15);
}
.hover\:n-text-dark-danger-pressed-weak\/20:hover {
  color:rgb(255 170 151 / 0.2);
}
.hover\:n-text-dark-danger-pressed-weak\/25:hover {
  color:rgb(255 170 151 / 0.25);
}
.hover\:n-text-dark-danger-pressed-weak\/30:hover {
  color:rgb(255 170 151 / 0.3);
}
.hover\:n-text-dark-danger-pressed-weak\/35:hover {
  color:rgb(255 170 151 / 0.35);
}
.hover\:n-text-dark-danger-pressed-weak\/40:hover {
  color:rgb(255 170 151 / 0.4);
}
.hover\:n-text-dark-danger-pressed-weak\/45:hover {
  color:rgb(255 170 151 / 0.45);
}
.hover\:n-text-dark-danger-pressed-weak\/5:hover {
  color:rgb(255 170 151 / 0.05);
}
.hover\:n-text-dark-danger-pressed-weak\/50:hover {
  color:rgb(255 170 151 / 0.5);
}
.hover\:n-text-dark-danger-pressed-weak\/55:hover {
  color:rgb(255 170 151 / 0.55);
}
.hover\:n-text-dark-danger-pressed-weak\/60:hover {
  color:rgb(255 170 151 / 0.6);
}
.hover\:n-text-dark-danger-pressed-weak\/65:hover {
  color:rgb(255 170 151 / 0.65);
}
.hover\:n-text-dark-danger-pressed-weak\/70:hover {
  color:rgb(255 170 151 / 0.7);
}
.hover\:n-text-dark-danger-pressed-weak\/75:hover {
  color:rgb(255 170 151 / 0.75);
}
.hover\:n-text-dark-danger-pressed-weak\/80:hover {
  color:rgb(255 170 151 / 0.8);
}
.hover\:n-text-dark-danger-pressed-weak\/85:hover {
  color:rgb(255 170 151 / 0.85);
}
.hover\:n-text-dark-danger-pressed-weak\/90:hover {
  color:rgb(255 170 151 / 0.9);
}
.hover\:n-text-dark-danger-pressed-weak\/95:hover {
  color:rgb(255 170 151 / 0.95);
}
.hover\:n-text-dark-danger-text:hover {
  --tw-text-opacity:1;
  color:rgb(255 170 151 / var(--tw-text-opacity));
}
.hover\:n-text-dark-danger-text\/0:hover {
  color:rgb(255 170 151 / 0);
}
.hover\:n-text-dark-danger-text\/10:hover {
  color:rgb(255 170 151 / 0.1);
}
.hover\:n-text-dark-danger-text\/100:hover {
  color:rgb(255 170 151 / 1);
}
.hover\:n-text-dark-danger-text\/15:hover {
  color:rgb(255 170 151 / 0.15);
}
.hover\:n-text-dark-danger-text\/20:hover {
  color:rgb(255 170 151 / 0.2);
}
.hover\:n-text-dark-danger-text\/25:hover {
  color:rgb(255 170 151 / 0.25);
}
.hover\:n-text-dark-danger-text\/30:hover {
  color:rgb(255 170 151 / 0.3);
}
.hover\:n-text-dark-danger-text\/35:hover {
  color:rgb(255 170 151 / 0.35);
}
.hover\:n-text-dark-danger-text\/40:hover {
  color:rgb(255 170 151 / 0.4);
}
.hover\:n-text-dark-danger-text\/45:hover {
  color:rgb(255 170 151 / 0.45);
}
.hover\:n-text-dark-danger-text\/5:hover {
  color:rgb(255 170 151 / 0.05);
}
.hover\:n-text-dark-danger-text\/50:hover {
  color:rgb(255 170 151 / 0.5);
}
.hover\:n-text-dark-danger-text\/55:hover {
  color:rgb(255 170 151 / 0.55);
}
.hover\:n-text-dark-danger-text\/60:hover {
  color:rgb(255 170 151 / 0.6);
}
.hover\:n-text-dark-danger-text\/65:hover {
  color:rgb(255 170 151 / 0.65);
}
.hover\:n-text-dark-danger-text\/70:hover {
  color:rgb(255 170 151 / 0.7);
}
.hover\:n-text-dark-danger-text\/75:hover {
  color:rgb(255 170 151 / 0.75);
}
.hover\:n-text-dark-danger-text\/80:hover {
  color:rgb(255 170 151 / 0.8);
}
.hover\:n-text-dark-danger-text\/85:hover {
  color:rgb(255 170 151 / 0.85);
}
.hover\:n-text-dark-danger-text\/90:hover {
  color:rgb(255 170 151 / 0.9);
}
.hover\:n-text-dark-danger-text\/95:hover {
  color:rgb(255 170 151 / 0.95);
}
.hover\:n-text-dark-discovery-bg-status:hover {
  --tw-text-opacity:1;
  color:rgb(204 180 255 / var(--tw-text-opacity));
}
.hover\:n-text-dark-discovery-bg-status\/0:hover {
  color:rgb(204 180 255 / 0);
}
.hover\:n-text-dark-discovery-bg-status\/10:hover {
  color:rgb(204 180 255 / 0.1);
}
.hover\:n-text-dark-discovery-bg-status\/100:hover {
  color:rgb(204 180 255 / 1);
}
.hover\:n-text-dark-discovery-bg-status\/15:hover {
  color:rgb(204 180 255 / 0.15);
}
.hover\:n-text-dark-discovery-bg-status\/20:hover {
  color:rgb(204 180 255 / 0.2);
}
.hover\:n-text-dark-discovery-bg-status\/25:hover {
  color:rgb(204 180 255 / 0.25);
}
.hover\:n-text-dark-discovery-bg-status\/30:hover {
  color:rgb(204 180 255 / 0.3);
}
.hover\:n-text-dark-discovery-bg-status\/35:hover {
  color:rgb(204 180 255 / 0.35);
}
.hover\:n-text-dark-discovery-bg-status\/40:hover {
  color:rgb(204 180 255 / 0.4);
}
.hover\:n-text-dark-discovery-bg-status\/45:hover {
  color:rgb(204 180 255 / 0.45);
}
.hover\:n-text-dark-discovery-bg-status\/5:hover {
  color:rgb(204 180 255 / 0.05);
}
.hover\:n-text-dark-discovery-bg-status\/50:hover {
  color:rgb(204 180 255 / 0.5);
}
.hover\:n-text-dark-discovery-bg-status\/55:hover {
  color:rgb(204 180 255 / 0.55);
}
.hover\:n-text-dark-discovery-bg-status\/60:hover {
  color:rgb(204 180 255 / 0.6);
}
.hover\:n-text-dark-discovery-bg-status\/65:hover {
  color:rgb(204 180 255 / 0.65);
}
.hover\:n-text-dark-discovery-bg-status\/70:hover {
  color:rgb(204 180 255 / 0.7);
}
.hover\:n-text-dark-discovery-bg-status\/75:hover {
  color:rgb(204 180 255 / 0.75);
}
.hover\:n-text-dark-discovery-bg-status\/80:hover {
  color:rgb(204 180 255 / 0.8);
}
.hover\:n-text-dark-discovery-bg-status\/85:hover {
  color:rgb(204 180 255 / 0.85);
}
.hover\:n-text-dark-discovery-bg-status\/90:hover {
  color:rgb(204 180 255 / 0.9);
}
.hover\:n-text-dark-discovery-bg-status\/95:hover {
  color:rgb(204 180 255 / 0.95);
}
.hover\:n-text-dark-discovery-bg-strong:hover {
  --tw-text-opacity:1;
  color:rgb(204 180 255 / var(--tw-text-opacity));
}
.hover\:n-text-dark-discovery-bg-strong\/0:hover {
  color:rgb(204 180 255 / 0);
}
.hover\:n-text-dark-discovery-bg-strong\/10:hover {
  color:rgb(204 180 255 / 0.1);
}
.hover\:n-text-dark-discovery-bg-strong\/100:hover {
  color:rgb(204 180 255 / 1);
}
.hover\:n-text-dark-discovery-bg-strong\/15:hover {
  color:rgb(204 180 255 / 0.15);
}
.hover\:n-text-dark-discovery-bg-strong\/20:hover {
  color:rgb(204 180 255 / 0.2);
}
.hover\:n-text-dark-discovery-bg-strong\/25:hover {
  color:rgb(204 180 255 / 0.25);
}
.hover\:n-text-dark-discovery-bg-strong\/30:hover {
  color:rgb(204 180 255 / 0.3);
}
.hover\:n-text-dark-discovery-bg-strong\/35:hover {
  color:rgb(204 180 255 / 0.35);
}
.hover\:n-text-dark-discovery-bg-strong\/40:hover {
  color:rgb(204 180 255 / 0.4);
}
.hover\:n-text-dark-discovery-bg-strong\/45:hover {
  color:rgb(204 180 255 / 0.45);
}
.hover\:n-text-dark-discovery-bg-strong\/5:hover {
  color:rgb(204 180 255 / 0.05);
}
.hover\:n-text-dark-discovery-bg-strong\/50:hover {
  color:rgb(204 180 255 / 0.5);
}
.hover\:n-text-dark-discovery-bg-strong\/55:hover {
  color:rgb(204 180 255 / 0.55);
}
.hover\:n-text-dark-discovery-bg-strong\/60:hover {
  color:rgb(204 180 255 / 0.6);
}
.hover\:n-text-dark-discovery-bg-strong\/65:hover {
  color:rgb(204 180 255 / 0.65);
}
.hover\:n-text-dark-discovery-bg-strong\/70:hover {
  color:rgb(204 180 255 / 0.7);
}
.hover\:n-text-dark-discovery-bg-strong\/75:hover {
  color:rgb(204 180 255 / 0.75);
}
.hover\:n-text-dark-discovery-bg-strong\/80:hover {
  color:rgb(204 180 255 / 0.8);
}
.hover\:n-text-dark-discovery-bg-strong\/85:hover {
  color:rgb(204 180 255 / 0.85);
}
.hover\:n-text-dark-discovery-bg-strong\/90:hover {
  color:rgb(204 180 255 / 0.9);
}
.hover\:n-text-dark-discovery-bg-strong\/95:hover {
  color:rgb(204 180 255 / 0.95);
}
.hover\:n-text-dark-discovery-bg-weak:hover {
  --tw-text-opacity:1;
  color:rgb(44 42 52 / var(--tw-text-opacity));
}
.hover\:n-text-dark-discovery-bg-weak\/0:hover {
  color:rgb(44 42 52 / 0);
}
.hover\:n-text-dark-discovery-bg-weak\/10:hover {
  color:rgb(44 42 52 / 0.1);
}
.hover\:n-text-dark-discovery-bg-weak\/100:hover {
  color:rgb(44 42 52 / 1);
}
.hover\:n-text-dark-discovery-bg-weak\/15:hover {
  color:rgb(44 42 52 / 0.15);
}
.hover\:n-text-dark-discovery-bg-weak\/20:hover {
  color:rgb(44 42 52 / 0.2);
}
.hover\:n-text-dark-discovery-bg-weak\/25:hover {
  color:rgb(44 42 52 / 0.25);
}
.hover\:n-text-dark-discovery-bg-weak\/30:hover {
  color:rgb(44 42 52 / 0.3);
}
.hover\:n-text-dark-discovery-bg-weak\/35:hover {
  color:rgb(44 42 52 / 0.35);
}
.hover\:n-text-dark-discovery-bg-weak\/40:hover {
  color:rgb(44 42 52 / 0.4);
}
.hover\:n-text-dark-discovery-bg-weak\/45:hover {
  color:rgb(44 42 52 / 0.45);
}
.hover\:n-text-dark-discovery-bg-weak\/5:hover {
  color:rgb(44 42 52 / 0.05);
}
.hover\:n-text-dark-discovery-bg-weak\/50:hover {
  color:rgb(44 42 52 / 0.5);
}
.hover\:n-text-dark-discovery-bg-weak\/55:hover {
  color:rgb(44 42 52 / 0.55);
}
.hover\:n-text-dark-discovery-bg-weak\/60:hover {
  color:rgb(44 42 52 / 0.6);
}
.hover\:n-text-dark-discovery-bg-weak\/65:hover {
  color:rgb(44 42 52 / 0.65);
}
.hover\:n-text-dark-discovery-bg-weak\/70:hover {
  color:rgb(44 42 52 / 0.7);
}
.hover\:n-text-dark-discovery-bg-weak\/75:hover {
  color:rgb(44 42 52 / 0.75);
}
.hover\:n-text-dark-discovery-bg-weak\/80:hover {
  color:rgb(44 42 52 / 0.8);
}
.hover\:n-text-dark-discovery-bg-weak\/85:hover {
  color:rgb(44 42 52 / 0.85);
}
.hover\:n-text-dark-discovery-bg-weak\/90:hover {
  color:rgb(44 42 52 / 0.9);
}
.hover\:n-text-dark-discovery-bg-weak\/95:hover {
  color:rgb(44 42 52 / 0.95);
}
.hover\:n-text-dark-discovery-border-strong:hover {
  --tw-text-opacity:1;
  color:rgb(204 180 255 / var(--tw-text-opacity));
}
.hover\:n-text-dark-discovery-border-strong\/0:hover {
  color:rgb(204 180 255 / 0);
}
.hover\:n-text-dark-discovery-border-strong\/10:hover {
  color:rgb(204 180 255 / 0.1);
}
.hover\:n-text-dark-discovery-border-strong\/100:hover {
  color:rgb(204 180 255 / 1);
}
.hover\:n-text-dark-discovery-border-strong\/15:hover {
  color:rgb(204 180 255 / 0.15);
}
.hover\:n-text-dark-discovery-border-strong\/20:hover {
  color:rgb(204 180 255 / 0.2);
}
.hover\:n-text-dark-discovery-border-strong\/25:hover {
  color:rgb(204 180 255 / 0.25);
}
.hover\:n-text-dark-discovery-border-strong\/30:hover {
  color:rgb(204 180 255 / 0.3);
}
.hover\:n-text-dark-discovery-border-strong\/35:hover {
  color:rgb(204 180 255 / 0.35);
}
.hover\:n-text-dark-discovery-border-strong\/40:hover {
  color:rgb(204 180 255 / 0.4);
}
.hover\:n-text-dark-discovery-border-strong\/45:hover {
  color:rgb(204 180 255 / 0.45);
}
.hover\:n-text-dark-discovery-border-strong\/5:hover {
  color:rgb(204 180 255 / 0.05);
}
.hover\:n-text-dark-discovery-border-strong\/50:hover {
  color:rgb(204 180 255 / 0.5);
}
.hover\:n-text-dark-discovery-border-strong\/55:hover {
  color:rgb(204 180 255 / 0.55);
}
.hover\:n-text-dark-discovery-border-strong\/60:hover {
  color:rgb(204 180 255 / 0.6);
}
.hover\:n-text-dark-discovery-border-strong\/65:hover {
  color:rgb(204 180 255 / 0.65);
}
.hover\:n-text-dark-discovery-border-strong\/70:hover {
  color:rgb(204 180 255 / 0.7);
}
.hover\:n-text-dark-discovery-border-strong\/75:hover {
  color:rgb(204 180 255 / 0.75);
}
.hover\:n-text-dark-discovery-border-strong\/80:hover {
  color:rgb(204 180 255 / 0.8);
}
.hover\:n-text-dark-discovery-border-strong\/85:hover {
  color:rgb(204 180 255 / 0.85);
}
.hover\:n-text-dark-discovery-border-strong\/90:hover {
  color:rgb(204 180 255 / 0.9);
}
.hover\:n-text-dark-discovery-border-strong\/95:hover {
  color:rgb(204 180 255 / 0.95);
}
.hover\:n-text-dark-discovery-border-weak:hover {
  --tw-text-opacity:1;
  color:rgb(75 40 148 / var(--tw-text-opacity));
}
.hover\:n-text-dark-discovery-border-weak\/0:hover {
  color:rgb(75 40 148 / 0);
}
.hover\:n-text-dark-discovery-border-weak\/10:hover {
  color:rgb(75 40 148 / 0.1);
}
.hover\:n-text-dark-discovery-border-weak\/100:hover {
  color:rgb(75 40 148 / 1);
}
.hover\:n-text-dark-discovery-border-weak\/15:hover {
  color:rgb(75 40 148 / 0.15);
}
.hover\:n-text-dark-discovery-border-weak\/20:hover {
  color:rgb(75 40 148 / 0.2);
}
.hover\:n-text-dark-discovery-border-weak\/25:hover {
  color:rgb(75 40 148 / 0.25);
}
.hover\:n-text-dark-discovery-border-weak\/30:hover {
  color:rgb(75 40 148 / 0.3);
}
.hover\:n-text-dark-discovery-border-weak\/35:hover {
  color:rgb(75 40 148 / 0.35);
}
.hover\:n-text-dark-discovery-border-weak\/40:hover {
  color:rgb(75 40 148 / 0.4);
}
.hover\:n-text-dark-discovery-border-weak\/45:hover {
  color:rgb(75 40 148 / 0.45);
}
.hover\:n-text-dark-discovery-border-weak\/5:hover {
  color:rgb(75 40 148 / 0.05);
}
.hover\:n-text-dark-discovery-border-weak\/50:hover {
  color:rgb(75 40 148 / 0.5);
}
.hover\:n-text-dark-discovery-border-weak\/55:hover {
  color:rgb(75 40 148 / 0.55);
}
.hover\:n-text-dark-discovery-border-weak\/60:hover {
  color:rgb(75 40 148 / 0.6);
}
.hover\:n-text-dark-discovery-border-weak\/65:hover {
  color:rgb(75 40 148 / 0.65);
}
.hover\:n-text-dark-discovery-border-weak\/70:hover {
  color:rgb(75 40 148 / 0.7);
}
.hover\:n-text-dark-discovery-border-weak\/75:hover {
  color:rgb(75 40 148 / 0.75);
}
.hover\:n-text-dark-discovery-border-weak\/80:hover {
  color:rgb(75 40 148 / 0.8);
}
.hover\:n-text-dark-discovery-border-weak\/85:hover {
  color:rgb(75 40 148 / 0.85);
}
.hover\:n-text-dark-discovery-border-weak\/90:hover {
  color:rgb(75 40 148 / 0.9);
}
.hover\:n-text-dark-discovery-border-weak\/95:hover {
  color:rgb(75 40 148 / 0.95);
}
.hover\:n-text-dark-discovery-icon:hover {
  --tw-text-opacity:1;
  color:rgb(204 180 255 / var(--tw-text-opacity));
}
.hover\:n-text-dark-discovery-icon\/0:hover {
  color:rgb(204 180 255 / 0);
}
.hover\:n-text-dark-discovery-icon\/10:hover {
  color:rgb(204 180 255 / 0.1);
}
.hover\:n-text-dark-discovery-icon\/100:hover {
  color:rgb(204 180 255 / 1);
}
.hover\:n-text-dark-discovery-icon\/15:hover {
  color:rgb(204 180 255 / 0.15);
}
.hover\:n-text-dark-discovery-icon\/20:hover {
  color:rgb(204 180 255 / 0.2);
}
.hover\:n-text-dark-discovery-icon\/25:hover {
  color:rgb(204 180 255 / 0.25);
}
.hover\:n-text-dark-discovery-icon\/30:hover {
  color:rgb(204 180 255 / 0.3);
}
.hover\:n-text-dark-discovery-icon\/35:hover {
  color:rgb(204 180 255 / 0.35);
}
.hover\:n-text-dark-discovery-icon\/40:hover {
  color:rgb(204 180 255 / 0.4);
}
.hover\:n-text-dark-discovery-icon\/45:hover {
  color:rgb(204 180 255 / 0.45);
}
.hover\:n-text-dark-discovery-icon\/5:hover {
  color:rgb(204 180 255 / 0.05);
}
.hover\:n-text-dark-discovery-icon\/50:hover {
  color:rgb(204 180 255 / 0.5);
}
.hover\:n-text-dark-discovery-icon\/55:hover {
  color:rgb(204 180 255 / 0.55);
}
.hover\:n-text-dark-discovery-icon\/60:hover {
  color:rgb(204 180 255 / 0.6);
}
.hover\:n-text-dark-discovery-icon\/65:hover {
  color:rgb(204 180 255 / 0.65);
}
.hover\:n-text-dark-discovery-icon\/70:hover {
  color:rgb(204 180 255 / 0.7);
}
.hover\:n-text-dark-discovery-icon\/75:hover {
  color:rgb(204 180 255 / 0.75);
}
.hover\:n-text-dark-discovery-icon\/80:hover {
  color:rgb(204 180 255 / 0.8);
}
.hover\:n-text-dark-discovery-icon\/85:hover {
  color:rgb(204 180 255 / 0.85);
}
.hover\:n-text-dark-discovery-icon\/90:hover {
  color:rgb(204 180 255 / 0.9);
}
.hover\:n-text-dark-discovery-icon\/95:hover {
  color:rgb(204 180 255 / 0.95);
}
.hover\:n-text-dark-discovery-text:hover {
  --tw-text-opacity:1;
  color:rgb(204 180 255 / var(--tw-text-opacity));
}
.hover\:n-text-dark-discovery-text\/0:hover {
  color:rgb(204 180 255 / 0);
}
.hover\:n-text-dark-discovery-text\/10:hover {
  color:rgb(204 180 255 / 0.1);
}
.hover\:n-text-dark-discovery-text\/100:hover {
  color:rgb(204 180 255 / 1);
}
.hover\:n-text-dark-discovery-text\/15:hover {
  color:rgb(204 180 255 / 0.15);
}
.hover\:n-text-dark-discovery-text\/20:hover {
  color:rgb(204 180 255 / 0.2);
}
.hover\:n-text-dark-discovery-text\/25:hover {
  color:rgb(204 180 255 / 0.25);
}
.hover\:n-text-dark-discovery-text\/30:hover {
  color:rgb(204 180 255 / 0.3);
}
.hover\:n-text-dark-discovery-text\/35:hover {
  color:rgb(204 180 255 / 0.35);
}
.hover\:n-text-dark-discovery-text\/40:hover {
  color:rgb(204 180 255 / 0.4);
}
.hover\:n-text-dark-discovery-text\/45:hover {
  color:rgb(204 180 255 / 0.45);
}
.hover\:n-text-dark-discovery-text\/5:hover {
  color:rgb(204 180 255 / 0.05);
}
.hover\:n-text-dark-discovery-text\/50:hover {
  color:rgb(204 180 255 / 0.5);
}
.hover\:n-text-dark-discovery-text\/55:hover {
  color:rgb(204 180 255 / 0.55);
}
.hover\:n-text-dark-discovery-text\/60:hover {
  color:rgb(204 180 255 / 0.6);
}
.hover\:n-text-dark-discovery-text\/65:hover {
  color:rgb(204 180 255 / 0.65);
}
.hover\:n-text-dark-discovery-text\/70:hover {
  color:rgb(204 180 255 / 0.7);
}
.hover\:n-text-dark-discovery-text\/75:hover {
  color:rgb(204 180 255 / 0.75);
}
.hover\:n-text-dark-discovery-text\/80:hover {
  color:rgb(204 180 255 / 0.8);
}
.hover\:n-text-dark-discovery-text\/85:hover {
  color:rgb(204 180 255 / 0.85);
}
.hover\:n-text-dark-discovery-text\/90:hover {
  color:rgb(204 180 255 / 0.9);
}
.hover\:n-text-dark-discovery-text\/95:hover {
  color:rgb(204 180 255 / 0.95);
}
.hover\:n-text-dark-neutral-bg-default:hover {
  --tw-text-opacity:1;
  color:rgb(26 27 29 / var(--tw-text-opacity));
}
.hover\:n-text-dark-neutral-bg-default\/0:hover {
  color:rgb(26 27 29 / 0);
}
.hover\:n-text-dark-neutral-bg-default\/10:hover {
  color:rgb(26 27 29 / 0.1);
}
.hover\:n-text-dark-neutral-bg-default\/100:hover {
  color:rgb(26 27 29 / 1);
}
.hover\:n-text-dark-neutral-bg-default\/15:hover {
  color:rgb(26 27 29 / 0.15);
}
.hover\:n-text-dark-neutral-bg-default\/20:hover {
  color:rgb(26 27 29 / 0.2);
}
.hover\:n-text-dark-neutral-bg-default\/25:hover {
  color:rgb(26 27 29 / 0.25);
}
.hover\:n-text-dark-neutral-bg-default\/30:hover {
  color:rgb(26 27 29 / 0.3);
}
.hover\:n-text-dark-neutral-bg-default\/35:hover {
  color:rgb(26 27 29 / 0.35);
}
.hover\:n-text-dark-neutral-bg-default\/40:hover {
  color:rgb(26 27 29 / 0.4);
}
.hover\:n-text-dark-neutral-bg-default\/45:hover {
  color:rgb(26 27 29 / 0.45);
}
.hover\:n-text-dark-neutral-bg-default\/5:hover {
  color:rgb(26 27 29 / 0.05);
}
.hover\:n-text-dark-neutral-bg-default\/50:hover {
  color:rgb(26 27 29 / 0.5);
}
.hover\:n-text-dark-neutral-bg-default\/55:hover {
  color:rgb(26 27 29 / 0.55);
}
.hover\:n-text-dark-neutral-bg-default\/60:hover {
  color:rgb(26 27 29 / 0.6);
}
.hover\:n-text-dark-neutral-bg-default\/65:hover {
  color:rgb(26 27 29 / 0.65);
}
.hover\:n-text-dark-neutral-bg-default\/70:hover {
  color:rgb(26 27 29 / 0.7);
}
.hover\:n-text-dark-neutral-bg-default\/75:hover {
  color:rgb(26 27 29 / 0.75);
}
.hover\:n-text-dark-neutral-bg-default\/80:hover {
  color:rgb(26 27 29 / 0.8);
}
.hover\:n-text-dark-neutral-bg-default\/85:hover {
  color:rgb(26 27 29 / 0.85);
}
.hover\:n-text-dark-neutral-bg-default\/90:hover {
  color:rgb(26 27 29 / 0.9);
}
.hover\:n-text-dark-neutral-bg-default\/95:hover {
  color:rgb(26 27 29 / 0.95);
}
.hover\:n-text-dark-neutral-bg-on-bg-weak:hover {
  --tw-text-opacity:1;
  color:rgb(129 135 144 / var(--tw-text-opacity));
}
.hover\:n-text-dark-neutral-bg-on-bg-weak\/0:hover {
  color:rgb(129 135 144 / 0);
}
.hover\:n-text-dark-neutral-bg-on-bg-weak\/10:hover {
  color:rgb(129 135 144 / 0.1);
}
.hover\:n-text-dark-neutral-bg-on-bg-weak\/100:hover {
  color:rgb(129 135 144 / 1);
}
.hover\:n-text-dark-neutral-bg-on-bg-weak\/15:hover {
  color:rgb(129 135 144 / 0.15);
}
.hover\:n-text-dark-neutral-bg-on-bg-weak\/20:hover {
  color:rgb(129 135 144 / 0.2);
}
.hover\:n-text-dark-neutral-bg-on-bg-weak\/25:hover {
  color:rgb(129 135 144 / 0.25);
}
.hover\:n-text-dark-neutral-bg-on-bg-weak\/30:hover {
  color:rgb(129 135 144 / 0.3);
}
.hover\:n-text-dark-neutral-bg-on-bg-weak\/35:hover {
  color:rgb(129 135 144 / 0.35);
}
.hover\:n-text-dark-neutral-bg-on-bg-weak\/40:hover {
  color:rgb(129 135 144 / 0.4);
}
.hover\:n-text-dark-neutral-bg-on-bg-weak\/45:hover {
  color:rgb(129 135 144 / 0.45);
}
.hover\:n-text-dark-neutral-bg-on-bg-weak\/5:hover {
  color:rgb(129 135 144 / 0.05);
}
.hover\:n-text-dark-neutral-bg-on-bg-weak\/50:hover {
  color:rgb(129 135 144 / 0.5);
}
.hover\:n-text-dark-neutral-bg-on-bg-weak\/55:hover {
  color:rgb(129 135 144 / 0.55);
}
.hover\:n-text-dark-neutral-bg-on-bg-weak\/60:hover {
  color:rgb(129 135 144 / 0.6);
}
.hover\:n-text-dark-neutral-bg-on-bg-weak\/65:hover {
  color:rgb(129 135 144 / 0.65);
}
.hover\:n-text-dark-neutral-bg-on-bg-weak\/70:hover {
  color:rgb(129 135 144 / 0.7);
}
.hover\:n-text-dark-neutral-bg-on-bg-weak\/75:hover {
  color:rgb(129 135 144 / 0.75);
}
.hover\:n-text-dark-neutral-bg-on-bg-weak\/80:hover {
  color:rgb(129 135 144 / 0.8);
}
.hover\:n-text-dark-neutral-bg-on-bg-weak\/85:hover {
  color:rgb(129 135 144 / 0.85);
}
.hover\:n-text-dark-neutral-bg-on-bg-weak\/90:hover {
  color:rgb(129 135 144 / 0.9);
}
.hover\:n-text-dark-neutral-bg-on-bg-weak\/95:hover {
  color:rgb(129 135 144 / 0.95);
}
.hover\:n-text-dark-neutral-bg-status:hover {
  --tw-text-opacity:1;
  color:rgb(168 172 178 / var(--tw-text-opacity));
}
.hover\:n-text-dark-neutral-bg-status\/0:hover {
  color:rgb(168 172 178 / 0);
}
.hover\:n-text-dark-neutral-bg-status\/10:hover {
  color:rgb(168 172 178 / 0.1);
}
.hover\:n-text-dark-neutral-bg-status\/100:hover {
  color:rgb(168 172 178 / 1);
}
.hover\:n-text-dark-neutral-bg-status\/15:hover {
  color:rgb(168 172 178 / 0.15);
}
.hover\:n-text-dark-neutral-bg-status\/20:hover {
  color:rgb(168 172 178 / 0.2);
}
.hover\:n-text-dark-neutral-bg-status\/25:hover {
  color:rgb(168 172 178 / 0.25);
}
.hover\:n-text-dark-neutral-bg-status\/30:hover {
  color:rgb(168 172 178 / 0.3);
}
.hover\:n-text-dark-neutral-bg-status\/35:hover {
  color:rgb(168 172 178 / 0.35);
}
.hover\:n-text-dark-neutral-bg-status\/40:hover {
  color:rgb(168 172 178 / 0.4);
}
.hover\:n-text-dark-neutral-bg-status\/45:hover {
  color:rgb(168 172 178 / 0.45);
}
.hover\:n-text-dark-neutral-bg-status\/5:hover {
  color:rgb(168 172 178 / 0.05);
}
.hover\:n-text-dark-neutral-bg-status\/50:hover {
  color:rgb(168 172 178 / 0.5);
}
.hover\:n-text-dark-neutral-bg-status\/55:hover {
  color:rgb(168 172 178 / 0.55);
}
.hover\:n-text-dark-neutral-bg-status\/60:hover {
  color:rgb(168 172 178 / 0.6);
}
.hover\:n-text-dark-neutral-bg-status\/65:hover {
  color:rgb(168 172 178 / 0.65);
}
.hover\:n-text-dark-neutral-bg-status\/70:hover {
  color:rgb(168 172 178 / 0.7);
}
.hover\:n-text-dark-neutral-bg-status\/75:hover {
  color:rgb(168 172 178 / 0.75);
}
.hover\:n-text-dark-neutral-bg-status\/80:hover {
  color:rgb(168 172 178 / 0.8);
}
.hover\:n-text-dark-neutral-bg-status\/85:hover {
  color:rgb(168 172 178 / 0.85);
}
.hover\:n-text-dark-neutral-bg-status\/90:hover {
  color:rgb(168 172 178 / 0.9);
}
.hover\:n-text-dark-neutral-bg-status\/95:hover {
  color:rgb(168 172 178 / 0.95);
}
.hover\:n-text-dark-neutral-bg-strong:hover {
  --tw-text-opacity:1;
  color:rgb(60 63 68 / var(--tw-text-opacity));
}
.hover\:n-text-dark-neutral-bg-strong\/0:hover {
  color:rgb(60 63 68 / 0);
}
.hover\:n-text-dark-neutral-bg-strong\/10:hover {
  color:rgb(60 63 68 / 0.1);
}
.hover\:n-text-dark-neutral-bg-strong\/100:hover {
  color:rgb(60 63 68 / 1);
}
.hover\:n-text-dark-neutral-bg-strong\/15:hover {
  color:rgb(60 63 68 / 0.15);
}
.hover\:n-text-dark-neutral-bg-strong\/20:hover {
  color:rgb(60 63 68 / 0.2);
}
.hover\:n-text-dark-neutral-bg-strong\/25:hover {
  color:rgb(60 63 68 / 0.25);
}
.hover\:n-text-dark-neutral-bg-strong\/30:hover {
  color:rgb(60 63 68 / 0.3);
}
.hover\:n-text-dark-neutral-bg-strong\/35:hover {
  color:rgb(60 63 68 / 0.35);
}
.hover\:n-text-dark-neutral-bg-strong\/40:hover {
  color:rgb(60 63 68 / 0.4);
}
.hover\:n-text-dark-neutral-bg-strong\/45:hover {
  color:rgb(60 63 68 / 0.45);
}
.hover\:n-text-dark-neutral-bg-strong\/5:hover {
  color:rgb(60 63 68 / 0.05);
}
.hover\:n-text-dark-neutral-bg-strong\/50:hover {
  color:rgb(60 63 68 / 0.5);
}
.hover\:n-text-dark-neutral-bg-strong\/55:hover {
  color:rgb(60 63 68 / 0.55);
}
.hover\:n-text-dark-neutral-bg-strong\/60:hover {
  color:rgb(60 63 68 / 0.6);
}
.hover\:n-text-dark-neutral-bg-strong\/65:hover {
  color:rgb(60 63 68 / 0.65);
}
.hover\:n-text-dark-neutral-bg-strong\/70:hover {
  color:rgb(60 63 68 / 0.7);
}
.hover\:n-text-dark-neutral-bg-strong\/75:hover {
  color:rgb(60 63 68 / 0.75);
}
.hover\:n-text-dark-neutral-bg-strong\/80:hover {
  color:rgb(60 63 68 / 0.8);
}
.hover\:n-text-dark-neutral-bg-strong\/85:hover {
  color:rgb(60 63 68 / 0.85);
}
.hover\:n-text-dark-neutral-bg-strong\/90:hover {
  color:rgb(60 63 68 / 0.9);
}
.hover\:n-text-dark-neutral-bg-strong\/95:hover {
  color:rgb(60 63 68 / 0.95);
}
.hover\:n-text-dark-neutral-bg-stronger:hover {
  --tw-text-opacity:1;
  color:rgb(111 117 126 / var(--tw-text-opacity));
}
.hover\:n-text-dark-neutral-bg-stronger\/0:hover {
  color:rgb(111 117 126 / 0);
}
.hover\:n-text-dark-neutral-bg-stronger\/10:hover {
  color:rgb(111 117 126 / 0.1);
}
.hover\:n-text-dark-neutral-bg-stronger\/100:hover {
  color:rgb(111 117 126 / 1);
}
.hover\:n-text-dark-neutral-bg-stronger\/15:hover {
  color:rgb(111 117 126 / 0.15);
}
.hover\:n-text-dark-neutral-bg-stronger\/20:hover {
  color:rgb(111 117 126 / 0.2);
}
.hover\:n-text-dark-neutral-bg-stronger\/25:hover {
  color:rgb(111 117 126 / 0.25);
}
.hover\:n-text-dark-neutral-bg-stronger\/30:hover {
  color:rgb(111 117 126 / 0.3);
}
.hover\:n-text-dark-neutral-bg-stronger\/35:hover {
  color:rgb(111 117 126 / 0.35);
}
.hover\:n-text-dark-neutral-bg-stronger\/40:hover {
  color:rgb(111 117 126 / 0.4);
}
.hover\:n-text-dark-neutral-bg-stronger\/45:hover {
  color:rgb(111 117 126 / 0.45);
}
.hover\:n-text-dark-neutral-bg-stronger\/5:hover {
  color:rgb(111 117 126 / 0.05);
}
.hover\:n-text-dark-neutral-bg-stronger\/50:hover {
  color:rgb(111 117 126 / 0.5);
}
.hover\:n-text-dark-neutral-bg-stronger\/55:hover {
  color:rgb(111 117 126 / 0.55);
}
.hover\:n-text-dark-neutral-bg-stronger\/60:hover {
  color:rgb(111 117 126 / 0.6);
}
.hover\:n-text-dark-neutral-bg-stronger\/65:hover {
  color:rgb(111 117 126 / 0.65);
}
.hover\:n-text-dark-neutral-bg-stronger\/70:hover {
  color:rgb(111 117 126 / 0.7);
}
.hover\:n-text-dark-neutral-bg-stronger\/75:hover {
  color:rgb(111 117 126 / 0.75);
}
.hover\:n-text-dark-neutral-bg-stronger\/80:hover {
  color:rgb(111 117 126 / 0.8);
}
.hover\:n-text-dark-neutral-bg-stronger\/85:hover {
  color:rgb(111 117 126 / 0.85);
}
.hover\:n-text-dark-neutral-bg-stronger\/90:hover {
  color:rgb(111 117 126 / 0.9);
}
.hover\:n-text-dark-neutral-bg-stronger\/95:hover {
  color:rgb(111 117 126 / 0.95);
}
.hover\:n-text-dark-neutral-bg-strongest:hover {
  --tw-text-opacity:1;
  color:rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:n-text-dark-neutral-bg-strongest\/0:hover {
  color:rgb(255 255 255 / 0);
}
.hover\:n-text-dark-neutral-bg-strongest\/10:hover {
  color:rgb(255 255 255 / 0.1);
}
.hover\:n-text-dark-neutral-bg-strongest\/100:hover {
  color:rgb(255 255 255 / 1);
}
.hover\:n-text-dark-neutral-bg-strongest\/15:hover {
  color:rgb(255 255 255 / 0.15);
}
.hover\:n-text-dark-neutral-bg-strongest\/20:hover {
  color:rgb(255 255 255 / 0.2);
}
.hover\:n-text-dark-neutral-bg-strongest\/25:hover {
  color:rgb(255 255 255 / 0.25);
}
.hover\:n-text-dark-neutral-bg-strongest\/30:hover {
  color:rgb(255 255 255 / 0.3);
}
.hover\:n-text-dark-neutral-bg-strongest\/35:hover {
  color:rgb(255 255 255 / 0.35);
}
.hover\:n-text-dark-neutral-bg-strongest\/40:hover {
  color:rgb(255 255 255 / 0.4);
}
.hover\:n-text-dark-neutral-bg-strongest\/45:hover {
  color:rgb(255 255 255 / 0.45);
}
.hover\:n-text-dark-neutral-bg-strongest\/5:hover {
  color:rgb(255 255 255 / 0.05);
}
.hover\:n-text-dark-neutral-bg-strongest\/50:hover {
  color:rgb(255 255 255 / 0.5);
}
.hover\:n-text-dark-neutral-bg-strongest\/55:hover {
  color:rgb(255 255 255 / 0.55);
}
.hover\:n-text-dark-neutral-bg-strongest\/60:hover {
  color:rgb(255 255 255 / 0.6);
}
.hover\:n-text-dark-neutral-bg-strongest\/65:hover {
  color:rgb(255 255 255 / 0.65);
}
.hover\:n-text-dark-neutral-bg-strongest\/70:hover {
  color:rgb(255 255 255 / 0.7);
}
.hover\:n-text-dark-neutral-bg-strongest\/75:hover {
  color:rgb(255 255 255 / 0.75);
}
.hover\:n-text-dark-neutral-bg-strongest\/80:hover {
  color:rgb(255 255 255 / 0.8);
}
.hover\:n-text-dark-neutral-bg-strongest\/85:hover {
  color:rgb(255 255 255 / 0.85);
}
.hover\:n-text-dark-neutral-bg-strongest\/90:hover {
  color:rgb(255 255 255 / 0.9);
}
.hover\:n-text-dark-neutral-bg-strongest\/95:hover {
  color:rgb(255 255 255 / 0.95);
}
.hover\:n-text-dark-neutral-bg-weak:hover {
  --tw-text-opacity:1;
  color:rgb(33 35 37 / var(--tw-text-opacity));
}
.hover\:n-text-dark-neutral-bg-weak\/0:hover {
  color:rgb(33 35 37 / 0);
}
.hover\:n-text-dark-neutral-bg-weak\/10:hover {
  color:rgb(33 35 37 / 0.1);
}
.hover\:n-text-dark-neutral-bg-weak\/100:hover {
  color:rgb(33 35 37 / 1);
}
.hover\:n-text-dark-neutral-bg-weak\/15:hover {
  color:rgb(33 35 37 / 0.15);
}
.hover\:n-text-dark-neutral-bg-weak\/20:hover {
  color:rgb(33 35 37 / 0.2);
}
.hover\:n-text-dark-neutral-bg-weak\/25:hover {
  color:rgb(33 35 37 / 0.25);
}
.hover\:n-text-dark-neutral-bg-weak\/30:hover {
  color:rgb(33 35 37 / 0.3);
}
.hover\:n-text-dark-neutral-bg-weak\/35:hover {
  color:rgb(33 35 37 / 0.35);
}
.hover\:n-text-dark-neutral-bg-weak\/40:hover {
  color:rgb(33 35 37 / 0.4);
}
.hover\:n-text-dark-neutral-bg-weak\/45:hover {
  color:rgb(33 35 37 / 0.45);
}
.hover\:n-text-dark-neutral-bg-weak\/5:hover {
  color:rgb(33 35 37 / 0.05);
}
.hover\:n-text-dark-neutral-bg-weak\/50:hover {
  color:rgb(33 35 37 / 0.5);
}
.hover\:n-text-dark-neutral-bg-weak\/55:hover {
  color:rgb(33 35 37 / 0.55);
}
.hover\:n-text-dark-neutral-bg-weak\/60:hover {
  color:rgb(33 35 37 / 0.6);
}
.hover\:n-text-dark-neutral-bg-weak\/65:hover {
  color:rgb(33 35 37 / 0.65);
}
.hover\:n-text-dark-neutral-bg-weak\/70:hover {
  color:rgb(33 35 37 / 0.7);
}
.hover\:n-text-dark-neutral-bg-weak\/75:hover {
  color:rgb(33 35 37 / 0.75);
}
.hover\:n-text-dark-neutral-bg-weak\/80:hover {
  color:rgb(33 35 37 / 0.8);
}
.hover\:n-text-dark-neutral-bg-weak\/85:hover {
  color:rgb(33 35 37 / 0.85);
}
.hover\:n-text-dark-neutral-bg-weak\/90:hover {
  color:rgb(33 35 37 / 0.9);
}
.hover\:n-text-dark-neutral-bg-weak\/95:hover {
  color:rgb(33 35 37 / 0.95);
}
.hover\:n-text-dark-neutral-border-strong:hover {
  --tw-text-opacity:1;
  color:rgb(111 117 126 / var(--tw-text-opacity));
}
.hover\:n-text-dark-neutral-border-strong\/0:hover {
  color:rgb(111 117 126 / 0);
}
.hover\:n-text-dark-neutral-border-strong\/10:hover {
  color:rgb(111 117 126 / 0.1);
}
.hover\:n-text-dark-neutral-border-strong\/100:hover {
  color:rgb(111 117 126 / 1);
}
.hover\:n-text-dark-neutral-border-strong\/15:hover {
  color:rgb(111 117 126 / 0.15);
}
.hover\:n-text-dark-neutral-border-strong\/20:hover {
  color:rgb(111 117 126 / 0.2);
}
.hover\:n-text-dark-neutral-border-strong\/25:hover {
  color:rgb(111 117 126 / 0.25);
}
.hover\:n-text-dark-neutral-border-strong\/30:hover {
  color:rgb(111 117 126 / 0.3);
}
.hover\:n-text-dark-neutral-border-strong\/35:hover {
  color:rgb(111 117 126 / 0.35);
}
.hover\:n-text-dark-neutral-border-strong\/40:hover {
  color:rgb(111 117 126 / 0.4);
}
.hover\:n-text-dark-neutral-border-strong\/45:hover {
  color:rgb(111 117 126 / 0.45);
}
.hover\:n-text-dark-neutral-border-strong\/5:hover {
  color:rgb(111 117 126 / 0.05);
}
.hover\:n-text-dark-neutral-border-strong\/50:hover {
  color:rgb(111 117 126 / 0.5);
}
.hover\:n-text-dark-neutral-border-strong\/55:hover {
  color:rgb(111 117 126 / 0.55);
}
.hover\:n-text-dark-neutral-border-strong\/60:hover {
  color:rgb(111 117 126 / 0.6);
}
.hover\:n-text-dark-neutral-border-strong\/65:hover {
  color:rgb(111 117 126 / 0.65);
}
.hover\:n-text-dark-neutral-border-strong\/70:hover {
  color:rgb(111 117 126 / 0.7);
}
.hover\:n-text-dark-neutral-border-strong\/75:hover {
  color:rgb(111 117 126 / 0.75);
}
.hover\:n-text-dark-neutral-border-strong\/80:hover {
  color:rgb(111 117 126 / 0.8);
}
.hover\:n-text-dark-neutral-border-strong\/85:hover {
  color:rgb(111 117 126 / 0.85);
}
.hover\:n-text-dark-neutral-border-strong\/90:hover {
  color:rgb(111 117 126 / 0.9);
}
.hover\:n-text-dark-neutral-border-strong\/95:hover {
  color:rgb(111 117 126 / 0.95);
}
.hover\:n-text-dark-neutral-border-strongest:hover {
  --tw-text-opacity:1;
  color:rgb(187 190 195 / var(--tw-text-opacity));
}
.hover\:n-text-dark-neutral-border-strongest\/0:hover {
  color:rgb(187 190 195 / 0);
}
.hover\:n-text-dark-neutral-border-strongest\/10:hover {
  color:rgb(187 190 195 / 0.1);
}
.hover\:n-text-dark-neutral-border-strongest\/100:hover {
  color:rgb(187 190 195 / 1);
}
.hover\:n-text-dark-neutral-border-strongest\/15:hover {
  color:rgb(187 190 195 / 0.15);
}
.hover\:n-text-dark-neutral-border-strongest\/20:hover {
  color:rgb(187 190 195 / 0.2);
}
.hover\:n-text-dark-neutral-border-strongest\/25:hover {
  color:rgb(187 190 195 / 0.25);
}
.hover\:n-text-dark-neutral-border-strongest\/30:hover {
  color:rgb(187 190 195 / 0.3);
}
.hover\:n-text-dark-neutral-border-strongest\/35:hover {
  color:rgb(187 190 195 / 0.35);
}
.hover\:n-text-dark-neutral-border-strongest\/40:hover {
  color:rgb(187 190 195 / 0.4);
}
.hover\:n-text-dark-neutral-border-strongest\/45:hover {
  color:rgb(187 190 195 / 0.45);
}
.hover\:n-text-dark-neutral-border-strongest\/5:hover {
  color:rgb(187 190 195 / 0.05);
}
.hover\:n-text-dark-neutral-border-strongest\/50:hover {
  color:rgb(187 190 195 / 0.5);
}
.hover\:n-text-dark-neutral-border-strongest\/55:hover {
  color:rgb(187 190 195 / 0.55);
}
.hover\:n-text-dark-neutral-border-strongest\/60:hover {
  color:rgb(187 190 195 / 0.6);
}
.hover\:n-text-dark-neutral-border-strongest\/65:hover {
  color:rgb(187 190 195 / 0.65);
}
.hover\:n-text-dark-neutral-border-strongest\/70:hover {
  color:rgb(187 190 195 / 0.7);
}
.hover\:n-text-dark-neutral-border-strongest\/75:hover {
  color:rgb(187 190 195 / 0.75);
}
.hover\:n-text-dark-neutral-border-strongest\/80:hover {
  color:rgb(187 190 195 / 0.8);
}
.hover\:n-text-dark-neutral-border-strongest\/85:hover {
  color:rgb(187 190 195 / 0.85);
}
.hover\:n-text-dark-neutral-border-strongest\/90:hover {
  color:rgb(187 190 195 / 0.9);
}
.hover\:n-text-dark-neutral-border-strongest\/95:hover {
  color:rgb(187 190 195 / 0.95);
}
.hover\:n-text-dark-neutral-border-weak:hover {
  --tw-text-opacity:1;
  color:rgb(60 63 68 / var(--tw-text-opacity));
}
.hover\:n-text-dark-neutral-border-weak\/0:hover {
  color:rgb(60 63 68 / 0);
}
.hover\:n-text-dark-neutral-border-weak\/10:hover {
  color:rgb(60 63 68 / 0.1);
}
.hover\:n-text-dark-neutral-border-weak\/100:hover {
  color:rgb(60 63 68 / 1);
}
.hover\:n-text-dark-neutral-border-weak\/15:hover {
  color:rgb(60 63 68 / 0.15);
}
.hover\:n-text-dark-neutral-border-weak\/20:hover {
  color:rgb(60 63 68 / 0.2);
}
.hover\:n-text-dark-neutral-border-weak\/25:hover {
  color:rgb(60 63 68 / 0.25);
}
.hover\:n-text-dark-neutral-border-weak\/30:hover {
  color:rgb(60 63 68 / 0.3);
}
.hover\:n-text-dark-neutral-border-weak\/35:hover {
  color:rgb(60 63 68 / 0.35);
}
.hover\:n-text-dark-neutral-border-weak\/40:hover {
  color:rgb(60 63 68 / 0.4);
}
.hover\:n-text-dark-neutral-border-weak\/45:hover {
  color:rgb(60 63 68 / 0.45);
}
.hover\:n-text-dark-neutral-border-weak\/5:hover {
  color:rgb(60 63 68 / 0.05);
}
.hover\:n-text-dark-neutral-border-weak\/50:hover {
  color:rgb(60 63 68 / 0.5);
}
.hover\:n-text-dark-neutral-border-weak\/55:hover {
  color:rgb(60 63 68 / 0.55);
}
.hover\:n-text-dark-neutral-border-weak\/60:hover {
  color:rgb(60 63 68 / 0.6);
}
.hover\:n-text-dark-neutral-border-weak\/65:hover {
  color:rgb(60 63 68 / 0.65);
}
.hover\:n-text-dark-neutral-border-weak\/70:hover {
  color:rgb(60 63 68 / 0.7);
}
.hover\:n-text-dark-neutral-border-weak\/75:hover {
  color:rgb(60 63 68 / 0.75);
}
.hover\:n-text-dark-neutral-border-weak\/80:hover {
  color:rgb(60 63 68 / 0.8);
}
.hover\:n-text-dark-neutral-border-weak\/85:hover {
  color:rgb(60 63 68 / 0.85);
}
.hover\:n-text-dark-neutral-border-weak\/90:hover {
  color:rgb(60 63 68 / 0.9);
}
.hover\:n-text-dark-neutral-border-weak\/95:hover {
  color:rgb(60 63 68 / 0.95);
}
.hover\:n-text-dark-neutral-hover:hover {
  --tw-text-opacity:1;
  color:rgb(149 154 161 / var(--tw-text-opacity));
}
.hover\:n-text-dark-neutral-hover\/0:hover {
  color:rgb(149 154 161 / 0);
}
.hover\:n-text-dark-neutral-hover\/10:hover {
  color:rgb(149 154 161 / 0.1);
}
.hover\:n-text-dark-neutral-hover\/100:hover {
  color:rgb(149 154 161 / 1);
}
.hover\:n-text-dark-neutral-hover\/15:hover {
  color:rgb(149 154 161 / 0.15);
}
.hover\:n-text-dark-neutral-hover\/20:hover {
  color:rgb(149 154 161 / 0.2);
}
.hover\:n-text-dark-neutral-hover\/25:hover {
  color:rgb(149 154 161 / 0.25);
}
.hover\:n-text-dark-neutral-hover\/30:hover {
  color:rgb(149 154 161 / 0.3);
}
.hover\:n-text-dark-neutral-hover\/35:hover {
  color:rgb(149 154 161 / 0.35);
}
.hover\:n-text-dark-neutral-hover\/40:hover {
  color:rgb(149 154 161 / 0.4);
}
.hover\:n-text-dark-neutral-hover\/45:hover {
  color:rgb(149 154 161 / 0.45);
}
.hover\:n-text-dark-neutral-hover\/5:hover {
  color:rgb(149 154 161 / 0.05);
}
.hover\:n-text-dark-neutral-hover\/50:hover {
  color:rgb(149 154 161 / 0.5);
}
.hover\:n-text-dark-neutral-hover\/55:hover {
  color:rgb(149 154 161 / 0.55);
}
.hover\:n-text-dark-neutral-hover\/60:hover {
  color:rgb(149 154 161 / 0.6);
}
.hover\:n-text-dark-neutral-hover\/65:hover {
  color:rgb(149 154 161 / 0.65);
}
.hover\:n-text-dark-neutral-hover\/70:hover {
  color:rgb(149 154 161 / 0.7);
}
.hover\:n-text-dark-neutral-hover\/75:hover {
  color:rgb(149 154 161 / 0.75);
}
.hover\:n-text-dark-neutral-hover\/80:hover {
  color:rgb(149 154 161 / 0.8);
}
.hover\:n-text-dark-neutral-hover\/85:hover {
  color:rgb(149 154 161 / 0.85);
}
.hover\:n-text-dark-neutral-hover\/90:hover {
  color:rgb(149 154 161 / 0.9);
}
.hover\:n-text-dark-neutral-hover\/95:hover {
  color:rgb(149 154 161 / 0.95);
}
.hover\:n-text-dark-neutral-icon:hover {
  --tw-text-opacity:1;
  color:rgb(207 209 212 / var(--tw-text-opacity));
}
.hover\:n-text-dark-neutral-icon\/0:hover {
  color:rgb(207 209 212 / 0);
}
.hover\:n-text-dark-neutral-icon\/10:hover {
  color:rgb(207 209 212 / 0.1);
}
.hover\:n-text-dark-neutral-icon\/100:hover {
  color:rgb(207 209 212 / 1);
}
.hover\:n-text-dark-neutral-icon\/15:hover {
  color:rgb(207 209 212 / 0.15);
}
.hover\:n-text-dark-neutral-icon\/20:hover {
  color:rgb(207 209 212 / 0.2);
}
.hover\:n-text-dark-neutral-icon\/25:hover {
  color:rgb(207 209 212 / 0.25);
}
.hover\:n-text-dark-neutral-icon\/30:hover {
  color:rgb(207 209 212 / 0.3);
}
.hover\:n-text-dark-neutral-icon\/35:hover {
  color:rgb(207 209 212 / 0.35);
}
.hover\:n-text-dark-neutral-icon\/40:hover {
  color:rgb(207 209 212 / 0.4);
}
.hover\:n-text-dark-neutral-icon\/45:hover {
  color:rgb(207 209 212 / 0.45);
}
.hover\:n-text-dark-neutral-icon\/5:hover {
  color:rgb(207 209 212 / 0.05);
}
.hover\:n-text-dark-neutral-icon\/50:hover {
  color:rgb(207 209 212 / 0.5);
}
.hover\:n-text-dark-neutral-icon\/55:hover {
  color:rgb(207 209 212 / 0.55);
}
.hover\:n-text-dark-neutral-icon\/60:hover {
  color:rgb(207 209 212 / 0.6);
}
.hover\:n-text-dark-neutral-icon\/65:hover {
  color:rgb(207 209 212 / 0.65);
}
.hover\:n-text-dark-neutral-icon\/70:hover {
  color:rgb(207 209 212 / 0.7);
}
.hover\:n-text-dark-neutral-icon\/75:hover {
  color:rgb(207 209 212 / 0.75);
}
.hover\:n-text-dark-neutral-icon\/80:hover {
  color:rgb(207 209 212 / 0.8);
}
.hover\:n-text-dark-neutral-icon\/85:hover {
  color:rgb(207 209 212 / 0.85);
}
.hover\:n-text-dark-neutral-icon\/90:hover {
  color:rgb(207 209 212 / 0.9);
}
.hover\:n-text-dark-neutral-icon\/95:hover {
  color:rgb(207 209 212 / 0.95);
}
.hover\:n-text-dark-neutral-pressed:hover {
  --tw-text-opacity:1;
  color:rgb(149 154 161 / var(--tw-text-opacity));
}
.hover\:n-text-dark-neutral-pressed\/0:hover {
  color:rgb(149 154 161 / 0);
}
.hover\:n-text-dark-neutral-pressed\/10:hover {
  color:rgb(149 154 161 / 0.1);
}
.hover\:n-text-dark-neutral-pressed\/100:hover {
  color:rgb(149 154 161 / 1);
}
.hover\:n-text-dark-neutral-pressed\/15:hover {
  color:rgb(149 154 161 / 0.15);
}
.hover\:n-text-dark-neutral-pressed\/20:hover {
  color:rgb(149 154 161 / 0.2);
}
.hover\:n-text-dark-neutral-pressed\/25:hover {
  color:rgb(149 154 161 / 0.25);
}
.hover\:n-text-dark-neutral-pressed\/30:hover {
  color:rgb(149 154 161 / 0.3);
}
.hover\:n-text-dark-neutral-pressed\/35:hover {
  color:rgb(149 154 161 / 0.35);
}
.hover\:n-text-dark-neutral-pressed\/40:hover {
  color:rgb(149 154 161 / 0.4);
}
.hover\:n-text-dark-neutral-pressed\/45:hover {
  color:rgb(149 154 161 / 0.45);
}
.hover\:n-text-dark-neutral-pressed\/5:hover {
  color:rgb(149 154 161 / 0.05);
}
.hover\:n-text-dark-neutral-pressed\/50:hover {
  color:rgb(149 154 161 / 0.5);
}
.hover\:n-text-dark-neutral-pressed\/55:hover {
  color:rgb(149 154 161 / 0.55);
}
.hover\:n-text-dark-neutral-pressed\/60:hover {
  color:rgb(149 154 161 / 0.6);
}
.hover\:n-text-dark-neutral-pressed\/65:hover {
  color:rgb(149 154 161 / 0.65);
}
.hover\:n-text-dark-neutral-pressed\/70:hover {
  color:rgb(149 154 161 / 0.7);
}
.hover\:n-text-dark-neutral-pressed\/75:hover {
  color:rgb(149 154 161 / 0.75);
}
.hover\:n-text-dark-neutral-pressed\/80:hover {
  color:rgb(149 154 161 / 0.8);
}
.hover\:n-text-dark-neutral-pressed\/85:hover {
  color:rgb(149 154 161 / 0.85);
}
.hover\:n-text-dark-neutral-pressed\/90:hover {
  color:rgb(149 154 161 / 0.9);
}
.hover\:n-text-dark-neutral-pressed\/95:hover {
  color:rgb(149 154 161 / 0.95);
}
.hover\:n-text-dark-neutral-text-default:hover {
  --tw-text-opacity:1;
  color:rgb(245 246 246 / var(--tw-text-opacity));
}
.hover\:n-text-dark-neutral-text-default\/0:hover {
  color:rgb(245 246 246 / 0);
}
.hover\:n-text-dark-neutral-text-default\/10:hover {
  color:rgb(245 246 246 / 0.1);
}
.hover\:n-text-dark-neutral-text-default\/100:hover {
  color:rgb(245 246 246 / 1);
}
.hover\:n-text-dark-neutral-text-default\/15:hover {
  color:rgb(245 246 246 / 0.15);
}
.hover\:n-text-dark-neutral-text-default\/20:hover {
  color:rgb(245 246 246 / 0.2);
}
.hover\:n-text-dark-neutral-text-default\/25:hover {
  color:rgb(245 246 246 / 0.25);
}
.hover\:n-text-dark-neutral-text-default\/30:hover {
  color:rgb(245 246 246 / 0.3);
}
.hover\:n-text-dark-neutral-text-default\/35:hover {
  color:rgb(245 246 246 / 0.35);
}
.hover\:n-text-dark-neutral-text-default\/40:hover {
  color:rgb(245 246 246 / 0.4);
}
.hover\:n-text-dark-neutral-text-default\/45:hover {
  color:rgb(245 246 246 / 0.45);
}
.hover\:n-text-dark-neutral-text-default\/5:hover {
  color:rgb(245 246 246 / 0.05);
}
.hover\:n-text-dark-neutral-text-default\/50:hover {
  color:rgb(245 246 246 / 0.5);
}
.hover\:n-text-dark-neutral-text-default\/55:hover {
  color:rgb(245 246 246 / 0.55);
}
.hover\:n-text-dark-neutral-text-default\/60:hover {
  color:rgb(245 246 246 / 0.6);
}
.hover\:n-text-dark-neutral-text-default\/65:hover {
  color:rgb(245 246 246 / 0.65);
}
.hover\:n-text-dark-neutral-text-default\/70:hover {
  color:rgb(245 246 246 / 0.7);
}
.hover\:n-text-dark-neutral-text-default\/75:hover {
  color:rgb(245 246 246 / 0.75);
}
.hover\:n-text-dark-neutral-text-default\/80:hover {
  color:rgb(245 246 246 / 0.8);
}
.hover\:n-text-dark-neutral-text-default\/85:hover {
  color:rgb(245 246 246 / 0.85);
}
.hover\:n-text-dark-neutral-text-default\/90:hover {
  color:rgb(245 246 246 / 0.9);
}
.hover\:n-text-dark-neutral-text-default\/95:hover {
  color:rgb(245 246 246 / 0.95);
}
.hover\:n-text-dark-neutral-text-inverse:hover {
  --tw-text-opacity:1;
  color:rgb(26 27 29 / var(--tw-text-opacity));
}
.hover\:n-text-dark-neutral-text-inverse\/0:hover {
  color:rgb(26 27 29 / 0);
}
.hover\:n-text-dark-neutral-text-inverse\/10:hover {
  color:rgb(26 27 29 / 0.1);
}
.hover\:n-text-dark-neutral-text-inverse\/100:hover {
  color:rgb(26 27 29 / 1);
}
.hover\:n-text-dark-neutral-text-inverse\/15:hover {
  color:rgb(26 27 29 / 0.15);
}
.hover\:n-text-dark-neutral-text-inverse\/20:hover {
  color:rgb(26 27 29 / 0.2);
}
.hover\:n-text-dark-neutral-text-inverse\/25:hover {
  color:rgb(26 27 29 / 0.25);
}
.hover\:n-text-dark-neutral-text-inverse\/30:hover {
  color:rgb(26 27 29 / 0.3);
}
.hover\:n-text-dark-neutral-text-inverse\/35:hover {
  color:rgb(26 27 29 / 0.35);
}
.hover\:n-text-dark-neutral-text-inverse\/40:hover {
  color:rgb(26 27 29 / 0.4);
}
.hover\:n-text-dark-neutral-text-inverse\/45:hover {
  color:rgb(26 27 29 / 0.45);
}
.hover\:n-text-dark-neutral-text-inverse\/5:hover {
  color:rgb(26 27 29 / 0.05);
}
.hover\:n-text-dark-neutral-text-inverse\/50:hover {
  color:rgb(26 27 29 / 0.5);
}
.hover\:n-text-dark-neutral-text-inverse\/55:hover {
  color:rgb(26 27 29 / 0.55);
}
.hover\:n-text-dark-neutral-text-inverse\/60:hover {
  color:rgb(26 27 29 / 0.6);
}
.hover\:n-text-dark-neutral-text-inverse\/65:hover {
  color:rgb(26 27 29 / 0.65);
}
.hover\:n-text-dark-neutral-text-inverse\/70:hover {
  color:rgb(26 27 29 / 0.7);
}
.hover\:n-text-dark-neutral-text-inverse\/75:hover {
  color:rgb(26 27 29 / 0.75);
}
.hover\:n-text-dark-neutral-text-inverse\/80:hover {
  color:rgb(26 27 29 / 0.8);
}
.hover\:n-text-dark-neutral-text-inverse\/85:hover {
  color:rgb(26 27 29 / 0.85);
}
.hover\:n-text-dark-neutral-text-inverse\/90:hover {
  color:rgb(26 27 29 / 0.9);
}
.hover\:n-text-dark-neutral-text-inverse\/95:hover {
  color:rgb(26 27 29 / 0.95);
}
.hover\:n-text-dark-neutral-text-weak:hover {
  --tw-text-opacity:1;
  color:rgb(207 209 212 / var(--tw-text-opacity));
}
.hover\:n-text-dark-neutral-text-weak\/0:hover {
  color:rgb(207 209 212 / 0);
}
.hover\:n-text-dark-neutral-text-weak\/10:hover {
  color:rgb(207 209 212 / 0.1);
}
.hover\:n-text-dark-neutral-text-weak\/100:hover {
  color:rgb(207 209 212 / 1);
}
.hover\:n-text-dark-neutral-text-weak\/15:hover {
  color:rgb(207 209 212 / 0.15);
}
.hover\:n-text-dark-neutral-text-weak\/20:hover {
  color:rgb(207 209 212 / 0.2);
}
.hover\:n-text-dark-neutral-text-weak\/25:hover {
  color:rgb(207 209 212 / 0.25);
}
.hover\:n-text-dark-neutral-text-weak\/30:hover {
  color:rgb(207 209 212 / 0.3);
}
.hover\:n-text-dark-neutral-text-weak\/35:hover {
  color:rgb(207 209 212 / 0.35);
}
.hover\:n-text-dark-neutral-text-weak\/40:hover {
  color:rgb(207 209 212 / 0.4);
}
.hover\:n-text-dark-neutral-text-weak\/45:hover {
  color:rgb(207 209 212 / 0.45);
}
.hover\:n-text-dark-neutral-text-weak\/5:hover {
  color:rgb(207 209 212 / 0.05);
}
.hover\:n-text-dark-neutral-text-weak\/50:hover {
  color:rgb(207 209 212 / 0.5);
}
.hover\:n-text-dark-neutral-text-weak\/55:hover {
  color:rgb(207 209 212 / 0.55);
}
.hover\:n-text-dark-neutral-text-weak\/60:hover {
  color:rgb(207 209 212 / 0.6);
}
.hover\:n-text-dark-neutral-text-weak\/65:hover {
  color:rgb(207 209 212 / 0.65);
}
.hover\:n-text-dark-neutral-text-weak\/70:hover {
  color:rgb(207 209 212 / 0.7);
}
.hover\:n-text-dark-neutral-text-weak\/75:hover {
  color:rgb(207 209 212 / 0.75);
}
.hover\:n-text-dark-neutral-text-weak\/80:hover {
  color:rgb(207 209 212 / 0.8);
}
.hover\:n-text-dark-neutral-text-weak\/85:hover {
  color:rgb(207 209 212 / 0.85);
}
.hover\:n-text-dark-neutral-text-weak\/90:hover {
  color:rgb(207 209 212 / 0.9);
}
.hover\:n-text-dark-neutral-text-weak\/95:hover {
  color:rgb(207 209 212 / 0.95);
}
.hover\:n-text-dark-neutral-text-weaker:hover {
  --tw-text-opacity:1;
  color:rgb(168 172 178 / var(--tw-text-opacity));
}
.hover\:n-text-dark-neutral-text-weaker\/0:hover {
  color:rgb(168 172 178 / 0);
}
.hover\:n-text-dark-neutral-text-weaker\/10:hover {
  color:rgb(168 172 178 / 0.1);
}
.hover\:n-text-dark-neutral-text-weaker\/100:hover {
  color:rgb(168 172 178 / 1);
}
.hover\:n-text-dark-neutral-text-weaker\/15:hover {
  color:rgb(168 172 178 / 0.15);
}
.hover\:n-text-dark-neutral-text-weaker\/20:hover {
  color:rgb(168 172 178 / 0.2);
}
.hover\:n-text-dark-neutral-text-weaker\/25:hover {
  color:rgb(168 172 178 / 0.25);
}
.hover\:n-text-dark-neutral-text-weaker\/30:hover {
  color:rgb(168 172 178 / 0.3);
}
.hover\:n-text-dark-neutral-text-weaker\/35:hover {
  color:rgb(168 172 178 / 0.35);
}
.hover\:n-text-dark-neutral-text-weaker\/40:hover {
  color:rgb(168 172 178 / 0.4);
}
.hover\:n-text-dark-neutral-text-weaker\/45:hover {
  color:rgb(168 172 178 / 0.45);
}
.hover\:n-text-dark-neutral-text-weaker\/5:hover {
  color:rgb(168 172 178 / 0.05);
}
.hover\:n-text-dark-neutral-text-weaker\/50:hover {
  color:rgb(168 172 178 / 0.5);
}
.hover\:n-text-dark-neutral-text-weaker\/55:hover {
  color:rgb(168 172 178 / 0.55);
}
.hover\:n-text-dark-neutral-text-weaker\/60:hover {
  color:rgb(168 172 178 / 0.6);
}
.hover\:n-text-dark-neutral-text-weaker\/65:hover {
  color:rgb(168 172 178 / 0.65);
}
.hover\:n-text-dark-neutral-text-weaker\/70:hover {
  color:rgb(168 172 178 / 0.7);
}
.hover\:n-text-dark-neutral-text-weaker\/75:hover {
  color:rgb(168 172 178 / 0.75);
}
.hover\:n-text-dark-neutral-text-weaker\/80:hover {
  color:rgb(168 172 178 / 0.8);
}
.hover\:n-text-dark-neutral-text-weaker\/85:hover {
  color:rgb(168 172 178 / 0.85);
}
.hover\:n-text-dark-neutral-text-weaker\/90:hover {
  color:rgb(168 172 178 / 0.9);
}
.hover\:n-text-dark-neutral-text-weaker\/95:hover {
  color:rgb(168 172 178 / 0.95);
}
.hover\:n-text-dark-neutral-text-weakest:hover {
  --tw-text-opacity:1;
  color:rgb(129 135 144 / var(--tw-text-opacity));
}
.hover\:n-text-dark-neutral-text-weakest\/0:hover {
  color:rgb(129 135 144 / 0);
}
.hover\:n-text-dark-neutral-text-weakest\/10:hover {
  color:rgb(129 135 144 / 0.1);
}
.hover\:n-text-dark-neutral-text-weakest\/100:hover {
  color:rgb(129 135 144 / 1);
}
.hover\:n-text-dark-neutral-text-weakest\/15:hover {
  color:rgb(129 135 144 / 0.15);
}
.hover\:n-text-dark-neutral-text-weakest\/20:hover {
  color:rgb(129 135 144 / 0.2);
}
.hover\:n-text-dark-neutral-text-weakest\/25:hover {
  color:rgb(129 135 144 / 0.25);
}
.hover\:n-text-dark-neutral-text-weakest\/30:hover {
  color:rgb(129 135 144 / 0.3);
}
.hover\:n-text-dark-neutral-text-weakest\/35:hover {
  color:rgb(129 135 144 / 0.35);
}
.hover\:n-text-dark-neutral-text-weakest\/40:hover {
  color:rgb(129 135 144 / 0.4);
}
.hover\:n-text-dark-neutral-text-weakest\/45:hover {
  color:rgb(129 135 144 / 0.45);
}
.hover\:n-text-dark-neutral-text-weakest\/5:hover {
  color:rgb(129 135 144 / 0.05);
}
.hover\:n-text-dark-neutral-text-weakest\/50:hover {
  color:rgb(129 135 144 / 0.5);
}
.hover\:n-text-dark-neutral-text-weakest\/55:hover {
  color:rgb(129 135 144 / 0.55);
}
.hover\:n-text-dark-neutral-text-weakest\/60:hover {
  color:rgb(129 135 144 / 0.6);
}
.hover\:n-text-dark-neutral-text-weakest\/65:hover {
  color:rgb(129 135 144 / 0.65);
}
.hover\:n-text-dark-neutral-text-weakest\/70:hover {
  color:rgb(129 135 144 / 0.7);
}
.hover\:n-text-dark-neutral-text-weakest\/75:hover {
  color:rgb(129 135 144 / 0.75);
}
.hover\:n-text-dark-neutral-text-weakest\/80:hover {
  color:rgb(129 135 144 / 0.8);
}
.hover\:n-text-dark-neutral-text-weakest\/85:hover {
  color:rgb(129 135 144 / 0.85);
}
.hover\:n-text-dark-neutral-text-weakest\/90:hover {
  color:rgb(129 135 144 / 0.9);
}
.hover\:n-text-dark-neutral-text-weakest\/95:hover {
  color:rgb(129 135 144 / 0.95);
}
.hover\:n-text-dark-primary-bg-selected:hover {
  --tw-text-opacity:1;
  color:rgb(38 47 49 / var(--tw-text-opacity));
}
.hover\:n-text-dark-primary-bg-selected\/0:hover {
  color:rgb(38 47 49 / 0);
}
.hover\:n-text-dark-primary-bg-selected\/10:hover {
  color:rgb(38 47 49 / 0.1);
}
.hover\:n-text-dark-primary-bg-selected\/100:hover {
  color:rgb(38 47 49 / 1);
}
.hover\:n-text-dark-primary-bg-selected\/15:hover {
  color:rgb(38 47 49 / 0.15);
}
.hover\:n-text-dark-primary-bg-selected\/20:hover {
  color:rgb(38 47 49 / 0.2);
}
.hover\:n-text-dark-primary-bg-selected\/25:hover {
  color:rgb(38 47 49 / 0.25);
}
.hover\:n-text-dark-primary-bg-selected\/30:hover {
  color:rgb(38 47 49 / 0.3);
}
.hover\:n-text-dark-primary-bg-selected\/35:hover {
  color:rgb(38 47 49 / 0.35);
}
.hover\:n-text-dark-primary-bg-selected\/40:hover {
  color:rgb(38 47 49 / 0.4);
}
.hover\:n-text-dark-primary-bg-selected\/45:hover {
  color:rgb(38 47 49 / 0.45);
}
.hover\:n-text-dark-primary-bg-selected\/5:hover {
  color:rgb(38 47 49 / 0.05);
}
.hover\:n-text-dark-primary-bg-selected\/50:hover {
  color:rgb(38 47 49 / 0.5);
}
.hover\:n-text-dark-primary-bg-selected\/55:hover {
  color:rgb(38 47 49 / 0.55);
}
.hover\:n-text-dark-primary-bg-selected\/60:hover {
  color:rgb(38 47 49 / 0.6);
}
.hover\:n-text-dark-primary-bg-selected\/65:hover {
  color:rgb(38 47 49 / 0.65);
}
.hover\:n-text-dark-primary-bg-selected\/70:hover {
  color:rgb(38 47 49 / 0.7);
}
.hover\:n-text-dark-primary-bg-selected\/75:hover {
  color:rgb(38 47 49 / 0.75);
}
.hover\:n-text-dark-primary-bg-selected\/80:hover {
  color:rgb(38 47 49 / 0.8);
}
.hover\:n-text-dark-primary-bg-selected\/85:hover {
  color:rgb(38 47 49 / 0.85);
}
.hover\:n-text-dark-primary-bg-selected\/90:hover {
  color:rgb(38 47 49 / 0.9);
}
.hover\:n-text-dark-primary-bg-selected\/95:hover {
  color:rgb(38 47 49 / 0.95);
}
.hover\:n-text-dark-primary-bg-status:hover {
  --tw-text-opacity:1;
  color:rgb(143 227 232 / var(--tw-text-opacity));
}
.hover\:n-text-dark-primary-bg-status\/0:hover {
  color:rgb(143 227 232 / 0);
}
.hover\:n-text-dark-primary-bg-status\/10:hover {
  color:rgb(143 227 232 / 0.1);
}
.hover\:n-text-dark-primary-bg-status\/100:hover {
  color:rgb(143 227 232 / 1);
}
.hover\:n-text-dark-primary-bg-status\/15:hover {
  color:rgb(143 227 232 / 0.15);
}
.hover\:n-text-dark-primary-bg-status\/20:hover {
  color:rgb(143 227 232 / 0.2);
}
.hover\:n-text-dark-primary-bg-status\/25:hover {
  color:rgb(143 227 232 / 0.25);
}
.hover\:n-text-dark-primary-bg-status\/30:hover {
  color:rgb(143 227 232 / 0.3);
}
.hover\:n-text-dark-primary-bg-status\/35:hover {
  color:rgb(143 227 232 / 0.35);
}
.hover\:n-text-dark-primary-bg-status\/40:hover {
  color:rgb(143 227 232 / 0.4);
}
.hover\:n-text-dark-primary-bg-status\/45:hover {
  color:rgb(143 227 232 / 0.45);
}
.hover\:n-text-dark-primary-bg-status\/5:hover {
  color:rgb(143 227 232 / 0.05);
}
.hover\:n-text-dark-primary-bg-status\/50:hover {
  color:rgb(143 227 232 / 0.5);
}
.hover\:n-text-dark-primary-bg-status\/55:hover {
  color:rgb(143 227 232 / 0.55);
}
.hover\:n-text-dark-primary-bg-status\/60:hover {
  color:rgb(143 227 232 / 0.6);
}
.hover\:n-text-dark-primary-bg-status\/65:hover {
  color:rgb(143 227 232 / 0.65);
}
.hover\:n-text-dark-primary-bg-status\/70:hover {
  color:rgb(143 227 232 / 0.7);
}
.hover\:n-text-dark-primary-bg-status\/75:hover {
  color:rgb(143 227 232 / 0.75);
}
.hover\:n-text-dark-primary-bg-status\/80:hover {
  color:rgb(143 227 232 / 0.8);
}
.hover\:n-text-dark-primary-bg-status\/85:hover {
  color:rgb(143 227 232 / 0.85);
}
.hover\:n-text-dark-primary-bg-status\/90:hover {
  color:rgb(143 227 232 / 0.9);
}
.hover\:n-text-dark-primary-bg-status\/95:hover {
  color:rgb(143 227 232 / 0.95);
}
.hover\:n-text-dark-primary-bg-strong:hover {
  --tw-text-opacity:1;
  color:rgb(143 227 232 / var(--tw-text-opacity));
}
.hover\:n-text-dark-primary-bg-strong\/0:hover {
  color:rgb(143 227 232 / 0);
}
.hover\:n-text-dark-primary-bg-strong\/10:hover {
  color:rgb(143 227 232 / 0.1);
}
.hover\:n-text-dark-primary-bg-strong\/100:hover {
  color:rgb(143 227 232 / 1);
}
.hover\:n-text-dark-primary-bg-strong\/15:hover {
  color:rgb(143 227 232 / 0.15);
}
.hover\:n-text-dark-primary-bg-strong\/20:hover {
  color:rgb(143 227 232 / 0.2);
}
.hover\:n-text-dark-primary-bg-strong\/25:hover {
  color:rgb(143 227 232 / 0.25);
}
.hover\:n-text-dark-primary-bg-strong\/30:hover {
  color:rgb(143 227 232 / 0.3);
}
.hover\:n-text-dark-primary-bg-strong\/35:hover {
  color:rgb(143 227 232 / 0.35);
}
.hover\:n-text-dark-primary-bg-strong\/40:hover {
  color:rgb(143 227 232 / 0.4);
}
.hover\:n-text-dark-primary-bg-strong\/45:hover {
  color:rgb(143 227 232 / 0.45);
}
.hover\:n-text-dark-primary-bg-strong\/5:hover {
  color:rgb(143 227 232 / 0.05);
}
.hover\:n-text-dark-primary-bg-strong\/50:hover {
  color:rgb(143 227 232 / 0.5);
}
.hover\:n-text-dark-primary-bg-strong\/55:hover {
  color:rgb(143 227 232 / 0.55);
}
.hover\:n-text-dark-primary-bg-strong\/60:hover {
  color:rgb(143 227 232 / 0.6);
}
.hover\:n-text-dark-primary-bg-strong\/65:hover {
  color:rgb(143 227 232 / 0.65);
}
.hover\:n-text-dark-primary-bg-strong\/70:hover {
  color:rgb(143 227 232 / 0.7);
}
.hover\:n-text-dark-primary-bg-strong\/75:hover {
  color:rgb(143 227 232 / 0.75);
}
.hover\:n-text-dark-primary-bg-strong\/80:hover {
  color:rgb(143 227 232 / 0.8);
}
.hover\:n-text-dark-primary-bg-strong\/85:hover {
  color:rgb(143 227 232 / 0.85);
}
.hover\:n-text-dark-primary-bg-strong\/90:hover {
  color:rgb(143 227 232 / 0.9);
}
.hover\:n-text-dark-primary-bg-strong\/95:hover {
  color:rgb(143 227 232 / 0.95);
}
.hover\:n-text-dark-primary-bg-weak:hover {
  --tw-text-opacity:1;
  color:rgb(38 47 49 / var(--tw-text-opacity));
}
.hover\:n-text-dark-primary-bg-weak\/0:hover {
  color:rgb(38 47 49 / 0);
}
.hover\:n-text-dark-primary-bg-weak\/10:hover {
  color:rgb(38 47 49 / 0.1);
}
.hover\:n-text-dark-primary-bg-weak\/100:hover {
  color:rgb(38 47 49 / 1);
}
.hover\:n-text-dark-primary-bg-weak\/15:hover {
  color:rgb(38 47 49 / 0.15);
}
.hover\:n-text-dark-primary-bg-weak\/20:hover {
  color:rgb(38 47 49 / 0.2);
}
.hover\:n-text-dark-primary-bg-weak\/25:hover {
  color:rgb(38 47 49 / 0.25);
}
.hover\:n-text-dark-primary-bg-weak\/30:hover {
  color:rgb(38 47 49 / 0.3);
}
.hover\:n-text-dark-primary-bg-weak\/35:hover {
  color:rgb(38 47 49 / 0.35);
}
.hover\:n-text-dark-primary-bg-weak\/40:hover {
  color:rgb(38 47 49 / 0.4);
}
.hover\:n-text-dark-primary-bg-weak\/45:hover {
  color:rgb(38 47 49 / 0.45);
}
.hover\:n-text-dark-primary-bg-weak\/5:hover {
  color:rgb(38 47 49 / 0.05);
}
.hover\:n-text-dark-primary-bg-weak\/50:hover {
  color:rgb(38 47 49 / 0.5);
}
.hover\:n-text-dark-primary-bg-weak\/55:hover {
  color:rgb(38 47 49 / 0.55);
}
.hover\:n-text-dark-primary-bg-weak\/60:hover {
  color:rgb(38 47 49 / 0.6);
}
.hover\:n-text-dark-primary-bg-weak\/65:hover {
  color:rgb(38 47 49 / 0.65);
}
.hover\:n-text-dark-primary-bg-weak\/70:hover {
  color:rgb(38 47 49 / 0.7);
}
.hover\:n-text-dark-primary-bg-weak\/75:hover {
  color:rgb(38 47 49 / 0.75);
}
.hover\:n-text-dark-primary-bg-weak\/80:hover {
  color:rgb(38 47 49 / 0.8);
}
.hover\:n-text-dark-primary-bg-weak\/85:hover {
  color:rgb(38 47 49 / 0.85);
}
.hover\:n-text-dark-primary-bg-weak\/90:hover {
  color:rgb(38 47 49 / 0.9);
}
.hover\:n-text-dark-primary-bg-weak\/95:hover {
  color:rgb(38 47 49 / 0.95);
}
.hover\:n-text-dark-primary-border-strong:hover {
  --tw-text-opacity:1;
  color:rgb(143 227 232 / var(--tw-text-opacity));
}
.hover\:n-text-dark-primary-border-strong\/0:hover {
  color:rgb(143 227 232 / 0);
}
.hover\:n-text-dark-primary-border-strong\/10:hover {
  color:rgb(143 227 232 / 0.1);
}
.hover\:n-text-dark-primary-border-strong\/100:hover {
  color:rgb(143 227 232 / 1);
}
.hover\:n-text-dark-primary-border-strong\/15:hover {
  color:rgb(143 227 232 / 0.15);
}
.hover\:n-text-dark-primary-border-strong\/20:hover {
  color:rgb(143 227 232 / 0.2);
}
.hover\:n-text-dark-primary-border-strong\/25:hover {
  color:rgb(143 227 232 / 0.25);
}
.hover\:n-text-dark-primary-border-strong\/30:hover {
  color:rgb(143 227 232 / 0.3);
}
.hover\:n-text-dark-primary-border-strong\/35:hover {
  color:rgb(143 227 232 / 0.35);
}
.hover\:n-text-dark-primary-border-strong\/40:hover {
  color:rgb(143 227 232 / 0.4);
}
.hover\:n-text-dark-primary-border-strong\/45:hover {
  color:rgb(143 227 232 / 0.45);
}
.hover\:n-text-dark-primary-border-strong\/5:hover {
  color:rgb(143 227 232 / 0.05);
}
.hover\:n-text-dark-primary-border-strong\/50:hover {
  color:rgb(143 227 232 / 0.5);
}
.hover\:n-text-dark-primary-border-strong\/55:hover {
  color:rgb(143 227 232 / 0.55);
}
.hover\:n-text-dark-primary-border-strong\/60:hover {
  color:rgb(143 227 232 / 0.6);
}
.hover\:n-text-dark-primary-border-strong\/65:hover {
  color:rgb(143 227 232 / 0.65);
}
.hover\:n-text-dark-primary-border-strong\/70:hover {
  color:rgb(143 227 232 / 0.7);
}
.hover\:n-text-dark-primary-border-strong\/75:hover {
  color:rgb(143 227 232 / 0.75);
}
.hover\:n-text-dark-primary-border-strong\/80:hover {
  color:rgb(143 227 232 / 0.8);
}
.hover\:n-text-dark-primary-border-strong\/85:hover {
  color:rgb(143 227 232 / 0.85);
}
.hover\:n-text-dark-primary-border-strong\/90:hover {
  color:rgb(143 227 232 / 0.9);
}
.hover\:n-text-dark-primary-border-strong\/95:hover {
  color:rgb(143 227 232 / 0.95);
}
.hover\:n-text-dark-primary-border-weak:hover {
  --tw-text-opacity:1;
  color:rgb(2 80 123 / var(--tw-text-opacity));
}
.hover\:n-text-dark-primary-border-weak\/0:hover {
  color:rgb(2 80 123 / 0);
}
.hover\:n-text-dark-primary-border-weak\/10:hover {
  color:rgb(2 80 123 / 0.1);
}
.hover\:n-text-dark-primary-border-weak\/100:hover {
  color:rgb(2 80 123 / 1);
}
.hover\:n-text-dark-primary-border-weak\/15:hover {
  color:rgb(2 80 123 / 0.15);
}
.hover\:n-text-dark-primary-border-weak\/20:hover {
  color:rgb(2 80 123 / 0.2);
}
.hover\:n-text-dark-primary-border-weak\/25:hover {
  color:rgb(2 80 123 / 0.25);
}
.hover\:n-text-dark-primary-border-weak\/30:hover {
  color:rgb(2 80 123 / 0.3);
}
.hover\:n-text-dark-primary-border-weak\/35:hover {
  color:rgb(2 80 123 / 0.35);
}
.hover\:n-text-dark-primary-border-weak\/40:hover {
  color:rgb(2 80 123 / 0.4);
}
.hover\:n-text-dark-primary-border-weak\/45:hover {
  color:rgb(2 80 123 / 0.45);
}
.hover\:n-text-dark-primary-border-weak\/5:hover {
  color:rgb(2 80 123 / 0.05);
}
.hover\:n-text-dark-primary-border-weak\/50:hover {
  color:rgb(2 80 123 / 0.5);
}
.hover\:n-text-dark-primary-border-weak\/55:hover {
  color:rgb(2 80 123 / 0.55);
}
.hover\:n-text-dark-primary-border-weak\/60:hover {
  color:rgb(2 80 123 / 0.6);
}
.hover\:n-text-dark-primary-border-weak\/65:hover {
  color:rgb(2 80 123 / 0.65);
}
.hover\:n-text-dark-primary-border-weak\/70:hover {
  color:rgb(2 80 123 / 0.7);
}
.hover\:n-text-dark-primary-border-weak\/75:hover {
  color:rgb(2 80 123 / 0.75);
}
.hover\:n-text-dark-primary-border-weak\/80:hover {
  color:rgb(2 80 123 / 0.8);
}
.hover\:n-text-dark-primary-border-weak\/85:hover {
  color:rgb(2 80 123 / 0.85);
}
.hover\:n-text-dark-primary-border-weak\/90:hover {
  color:rgb(2 80 123 / 0.9);
}
.hover\:n-text-dark-primary-border-weak\/95:hover {
  color:rgb(2 80 123 / 0.95);
}
.hover\:n-text-dark-primary-focus:hover {
  --tw-text-opacity:1;
  color:rgb(93 179 191 / var(--tw-text-opacity));
}
.hover\:n-text-dark-primary-focus\/0:hover {
  color:rgb(93 179 191 / 0);
}
.hover\:n-text-dark-primary-focus\/10:hover {
  color:rgb(93 179 191 / 0.1);
}
.hover\:n-text-dark-primary-focus\/100:hover {
  color:rgb(93 179 191 / 1);
}
.hover\:n-text-dark-primary-focus\/15:hover {
  color:rgb(93 179 191 / 0.15);
}
.hover\:n-text-dark-primary-focus\/20:hover {
  color:rgb(93 179 191 / 0.2);
}
.hover\:n-text-dark-primary-focus\/25:hover {
  color:rgb(93 179 191 / 0.25);
}
.hover\:n-text-dark-primary-focus\/30:hover {
  color:rgb(93 179 191 / 0.3);
}
.hover\:n-text-dark-primary-focus\/35:hover {
  color:rgb(93 179 191 / 0.35);
}
.hover\:n-text-dark-primary-focus\/40:hover {
  color:rgb(93 179 191 / 0.4);
}
.hover\:n-text-dark-primary-focus\/45:hover {
  color:rgb(93 179 191 / 0.45);
}
.hover\:n-text-dark-primary-focus\/5:hover {
  color:rgb(93 179 191 / 0.05);
}
.hover\:n-text-dark-primary-focus\/50:hover {
  color:rgb(93 179 191 / 0.5);
}
.hover\:n-text-dark-primary-focus\/55:hover {
  color:rgb(93 179 191 / 0.55);
}
.hover\:n-text-dark-primary-focus\/60:hover {
  color:rgb(93 179 191 / 0.6);
}
.hover\:n-text-dark-primary-focus\/65:hover {
  color:rgb(93 179 191 / 0.65);
}
.hover\:n-text-dark-primary-focus\/70:hover {
  color:rgb(93 179 191 / 0.7);
}
.hover\:n-text-dark-primary-focus\/75:hover {
  color:rgb(93 179 191 / 0.75);
}
.hover\:n-text-dark-primary-focus\/80:hover {
  color:rgb(93 179 191 / 0.8);
}
.hover\:n-text-dark-primary-focus\/85:hover {
  color:rgb(93 179 191 / 0.85);
}
.hover\:n-text-dark-primary-focus\/90:hover {
  color:rgb(93 179 191 / 0.9);
}
.hover\:n-text-dark-primary-focus\/95:hover {
  color:rgb(93 179 191 / 0.95);
}
.hover\:n-text-dark-primary-hover-strong:hover {
  --tw-text-opacity:1;
  color:rgb(93 179 191 / var(--tw-text-opacity));
}
.hover\:n-text-dark-primary-hover-strong\/0:hover {
  color:rgb(93 179 191 / 0);
}
.hover\:n-text-dark-primary-hover-strong\/10:hover {
  color:rgb(93 179 191 / 0.1);
}
.hover\:n-text-dark-primary-hover-strong\/100:hover {
  color:rgb(93 179 191 / 1);
}
.hover\:n-text-dark-primary-hover-strong\/15:hover {
  color:rgb(93 179 191 / 0.15);
}
.hover\:n-text-dark-primary-hover-strong\/20:hover {
  color:rgb(93 179 191 / 0.2);
}
.hover\:n-text-dark-primary-hover-strong\/25:hover {
  color:rgb(93 179 191 / 0.25);
}
.hover\:n-text-dark-primary-hover-strong\/30:hover {
  color:rgb(93 179 191 / 0.3);
}
.hover\:n-text-dark-primary-hover-strong\/35:hover {
  color:rgb(93 179 191 / 0.35);
}
.hover\:n-text-dark-primary-hover-strong\/40:hover {
  color:rgb(93 179 191 / 0.4);
}
.hover\:n-text-dark-primary-hover-strong\/45:hover {
  color:rgb(93 179 191 / 0.45);
}
.hover\:n-text-dark-primary-hover-strong\/5:hover {
  color:rgb(93 179 191 / 0.05);
}
.hover\:n-text-dark-primary-hover-strong\/50:hover {
  color:rgb(93 179 191 / 0.5);
}
.hover\:n-text-dark-primary-hover-strong\/55:hover {
  color:rgb(93 179 191 / 0.55);
}
.hover\:n-text-dark-primary-hover-strong\/60:hover {
  color:rgb(93 179 191 / 0.6);
}
.hover\:n-text-dark-primary-hover-strong\/65:hover {
  color:rgb(93 179 191 / 0.65);
}
.hover\:n-text-dark-primary-hover-strong\/70:hover {
  color:rgb(93 179 191 / 0.7);
}
.hover\:n-text-dark-primary-hover-strong\/75:hover {
  color:rgb(93 179 191 / 0.75);
}
.hover\:n-text-dark-primary-hover-strong\/80:hover {
  color:rgb(93 179 191 / 0.8);
}
.hover\:n-text-dark-primary-hover-strong\/85:hover {
  color:rgb(93 179 191 / 0.85);
}
.hover\:n-text-dark-primary-hover-strong\/90:hover {
  color:rgb(93 179 191 / 0.9);
}
.hover\:n-text-dark-primary-hover-strong\/95:hover {
  color:rgb(93 179 191 / 0.95);
}
.hover\:n-text-dark-primary-hover-weak:hover {
  --tw-text-opacity:1;
  color:rgb(143 227 232 / var(--tw-text-opacity));
}
.hover\:n-text-dark-primary-hover-weak\/0:hover {
  color:rgb(143 227 232 / 0);
}
.hover\:n-text-dark-primary-hover-weak\/10:hover {
  color:rgb(143 227 232 / 0.1);
}
.hover\:n-text-dark-primary-hover-weak\/100:hover {
  color:rgb(143 227 232 / 1);
}
.hover\:n-text-dark-primary-hover-weak\/15:hover {
  color:rgb(143 227 232 / 0.15);
}
.hover\:n-text-dark-primary-hover-weak\/20:hover {
  color:rgb(143 227 232 / 0.2);
}
.hover\:n-text-dark-primary-hover-weak\/25:hover {
  color:rgb(143 227 232 / 0.25);
}
.hover\:n-text-dark-primary-hover-weak\/30:hover {
  color:rgb(143 227 232 / 0.3);
}
.hover\:n-text-dark-primary-hover-weak\/35:hover {
  color:rgb(143 227 232 / 0.35);
}
.hover\:n-text-dark-primary-hover-weak\/40:hover {
  color:rgb(143 227 232 / 0.4);
}
.hover\:n-text-dark-primary-hover-weak\/45:hover {
  color:rgb(143 227 232 / 0.45);
}
.hover\:n-text-dark-primary-hover-weak\/5:hover {
  color:rgb(143 227 232 / 0.05);
}
.hover\:n-text-dark-primary-hover-weak\/50:hover {
  color:rgb(143 227 232 / 0.5);
}
.hover\:n-text-dark-primary-hover-weak\/55:hover {
  color:rgb(143 227 232 / 0.55);
}
.hover\:n-text-dark-primary-hover-weak\/60:hover {
  color:rgb(143 227 232 / 0.6);
}
.hover\:n-text-dark-primary-hover-weak\/65:hover {
  color:rgb(143 227 232 / 0.65);
}
.hover\:n-text-dark-primary-hover-weak\/70:hover {
  color:rgb(143 227 232 / 0.7);
}
.hover\:n-text-dark-primary-hover-weak\/75:hover {
  color:rgb(143 227 232 / 0.75);
}
.hover\:n-text-dark-primary-hover-weak\/80:hover {
  color:rgb(143 227 232 / 0.8);
}
.hover\:n-text-dark-primary-hover-weak\/85:hover {
  color:rgb(143 227 232 / 0.85);
}
.hover\:n-text-dark-primary-hover-weak\/90:hover {
  color:rgb(143 227 232 / 0.9);
}
.hover\:n-text-dark-primary-hover-weak\/95:hover {
  color:rgb(143 227 232 / 0.95);
}
.hover\:n-text-dark-primary-icon:hover {
  --tw-text-opacity:1;
  color:rgb(143 227 232 / var(--tw-text-opacity));
}
.hover\:n-text-dark-primary-icon\/0:hover {
  color:rgb(143 227 232 / 0);
}
.hover\:n-text-dark-primary-icon\/10:hover {
  color:rgb(143 227 232 / 0.1);
}
.hover\:n-text-dark-primary-icon\/100:hover {
  color:rgb(143 227 232 / 1);
}
.hover\:n-text-dark-primary-icon\/15:hover {
  color:rgb(143 227 232 / 0.15);
}
.hover\:n-text-dark-primary-icon\/20:hover {
  color:rgb(143 227 232 / 0.2);
}
.hover\:n-text-dark-primary-icon\/25:hover {
  color:rgb(143 227 232 / 0.25);
}
.hover\:n-text-dark-primary-icon\/30:hover {
  color:rgb(143 227 232 / 0.3);
}
.hover\:n-text-dark-primary-icon\/35:hover {
  color:rgb(143 227 232 / 0.35);
}
.hover\:n-text-dark-primary-icon\/40:hover {
  color:rgb(143 227 232 / 0.4);
}
.hover\:n-text-dark-primary-icon\/45:hover {
  color:rgb(143 227 232 / 0.45);
}
.hover\:n-text-dark-primary-icon\/5:hover {
  color:rgb(143 227 232 / 0.05);
}
.hover\:n-text-dark-primary-icon\/50:hover {
  color:rgb(143 227 232 / 0.5);
}
.hover\:n-text-dark-primary-icon\/55:hover {
  color:rgb(143 227 232 / 0.55);
}
.hover\:n-text-dark-primary-icon\/60:hover {
  color:rgb(143 227 232 / 0.6);
}
.hover\:n-text-dark-primary-icon\/65:hover {
  color:rgb(143 227 232 / 0.65);
}
.hover\:n-text-dark-primary-icon\/70:hover {
  color:rgb(143 227 232 / 0.7);
}
.hover\:n-text-dark-primary-icon\/75:hover {
  color:rgb(143 227 232 / 0.75);
}
.hover\:n-text-dark-primary-icon\/80:hover {
  color:rgb(143 227 232 / 0.8);
}
.hover\:n-text-dark-primary-icon\/85:hover {
  color:rgb(143 227 232 / 0.85);
}
.hover\:n-text-dark-primary-icon\/90:hover {
  color:rgb(143 227 232 / 0.9);
}
.hover\:n-text-dark-primary-icon\/95:hover {
  color:rgb(143 227 232 / 0.95);
}
.hover\:n-text-dark-primary-pressed-strong:hover {
  --tw-text-opacity:1;
  color:rgb(76 153 164 / var(--tw-text-opacity));
}
.hover\:n-text-dark-primary-pressed-strong\/0:hover {
  color:rgb(76 153 164 / 0);
}
.hover\:n-text-dark-primary-pressed-strong\/10:hover {
  color:rgb(76 153 164 / 0.1);
}
.hover\:n-text-dark-primary-pressed-strong\/100:hover {
  color:rgb(76 153 164 / 1);
}
.hover\:n-text-dark-primary-pressed-strong\/15:hover {
  color:rgb(76 153 164 / 0.15);
}
.hover\:n-text-dark-primary-pressed-strong\/20:hover {
  color:rgb(76 153 164 / 0.2);
}
.hover\:n-text-dark-primary-pressed-strong\/25:hover {
  color:rgb(76 153 164 / 0.25);
}
.hover\:n-text-dark-primary-pressed-strong\/30:hover {
  color:rgb(76 153 164 / 0.3);
}
.hover\:n-text-dark-primary-pressed-strong\/35:hover {
  color:rgb(76 153 164 / 0.35);
}
.hover\:n-text-dark-primary-pressed-strong\/40:hover {
  color:rgb(76 153 164 / 0.4);
}
.hover\:n-text-dark-primary-pressed-strong\/45:hover {
  color:rgb(76 153 164 / 0.45);
}
.hover\:n-text-dark-primary-pressed-strong\/5:hover {
  color:rgb(76 153 164 / 0.05);
}
.hover\:n-text-dark-primary-pressed-strong\/50:hover {
  color:rgb(76 153 164 / 0.5);
}
.hover\:n-text-dark-primary-pressed-strong\/55:hover {
  color:rgb(76 153 164 / 0.55);
}
.hover\:n-text-dark-primary-pressed-strong\/60:hover {
  color:rgb(76 153 164 / 0.6);
}
.hover\:n-text-dark-primary-pressed-strong\/65:hover {
  color:rgb(76 153 164 / 0.65);
}
.hover\:n-text-dark-primary-pressed-strong\/70:hover {
  color:rgb(76 153 164 / 0.7);
}
.hover\:n-text-dark-primary-pressed-strong\/75:hover {
  color:rgb(76 153 164 / 0.75);
}
.hover\:n-text-dark-primary-pressed-strong\/80:hover {
  color:rgb(76 153 164 / 0.8);
}
.hover\:n-text-dark-primary-pressed-strong\/85:hover {
  color:rgb(76 153 164 / 0.85);
}
.hover\:n-text-dark-primary-pressed-strong\/90:hover {
  color:rgb(76 153 164 / 0.9);
}
.hover\:n-text-dark-primary-pressed-strong\/95:hover {
  color:rgb(76 153 164 / 0.95);
}
.hover\:n-text-dark-primary-pressed-weak:hover {
  --tw-text-opacity:1;
  color:rgb(143 227 232 / var(--tw-text-opacity));
}
.hover\:n-text-dark-primary-pressed-weak\/0:hover {
  color:rgb(143 227 232 / 0);
}
.hover\:n-text-dark-primary-pressed-weak\/10:hover {
  color:rgb(143 227 232 / 0.1);
}
.hover\:n-text-dark-primary-pressed-weak\/100:hover {
  color:rgb(143 227 232 / 1);
}
.hover\:n-text-dark-primary-pressed-weak\/15:hover {
  color:rgb(143 227 232 / 0.15);
}
.hover\:n-text-dark-primary-pressed-weak\/20:hover {
  color:rgb(143 227 232 / 0.2);
}
.hover\:n-text-dark-primary-pressed-weak\/25:hover {
  color:rgb(143 227 232 / 0.25);
}
.hover\:n-text-dark-primary-pressed-weak\/30:hover {
  color:rgb(143 227 232 / 0.3);
}
.hover\:n-text-dark-primary-pressed-weak\/35:hover {
  color:rgb(143 227 232 / 0.35);
}
.hover\:n-text-dark-primary-pressed-weak\/40:hover {
  color:rgb(143 227 232 / 0.4);
}
.hover\:n-text-dark-primary-pressed-weak\/45:hover {
  color:rgb(143 227 232 / 0.45);
}
.hover\:n-text-dark-primary-pressed-weak\/5:hover {
  color:rgb(143 227 232 / 0.05);
}
.hover\:n-text-dark-primary-pressed-weak\/50:hover {
  color:rgb(143 227 232 / 0.5);
}
.hover\:n-text-dark-primary-pressed-weak\/55:hover {
  color:rgb(143 227 232 / 0.55);
}
.hover\:n-text-dark-primary-pressed-weak\/60:hover {
  color:rgb(143 227 232 / 0.6);
}
.hover\:n-text-dark-primary-pressed-weak\/65:hover {
  color:rgb(143 227 232 / 0.65);
}
.hover\:n-text-dark-primary-pressed-weak\/70:hover {
  color:rgb(143 227 232 / 0.7);
}
.hover\:n-text-dark-primary-pressed-weak\/75:hover {
  color:rgb(143 227 232 / 0.75);
}
.hover\:n-text-dark-primary-pressed-weak\/80:hover {
  color:rgb(143 227 232 / 0.8);
}
.hover\:n-text-dark-primary-pressed-weak\/85:hover {
  color:rgb(143 227 232 / 0.85);
}
.hover\:n-text-dark-primary-pressed-weak\/90:hover {
  color:rgb(143 227 232 / 0.9);
}
.hover\:n-text-dark-primary-pressed-weak\/95:hover {
  color:rgb(143 227 232 / 0.95);
}
.hover\:n-text-dark-primary-text:hover {
  --tw-text-opacity:1;
  color:rgb(143 227 232 / var(--tw-text-opacity));
}
.hover\:n-text-dark-primary-text\/0:hover {
  color:rgb(143 227 232 / 0);
}
.hover\:n-text-dark-primary-text\/10:hover {
  color:rgb(143 227 232 / 0.1);
}
.hover\:n-text-dark-primary-text\/100:hover {
  color:rgb(143 227 232 / 1);
}
.hover\:n-text-dark-primary-text\/15:hover {
  color:rgb(143 227 232 / 0.15);
}
.hover\:n-text-dark-primary-text\/20:hover {
  color:rgb(143 227 232 / 0.2);
}
.hover\:n-text-dark-primary-text\/25:hover {
  color:rgb(143 227 232 / 0.25);
}
.hover\:n-text-dark-primary-text\/30:hover {
  color:rgb(143 227 232 / 0.3);
}
.hover\:n-text-dark-primary-text\/35:hover {
  color:rgb(143 227 232 / 0.35);
}
.hover\:n-text-dark-primary-text\/40:hover {
  color:rgb(143 227 232 / 0.4);
}
.hover\:n-text-dark-primary-text\/45:hover {
  color:rgb(143 227 232 / 0.45);
}
.hover\:n-text-dark-primary-text\/5:hover {
  color:rgb(143 227 232 / 0.05);
}
.hover\:n-text-dark-primary-text\/50:hover {
  color:rgb(143 227 232 / 0.5);
}
.hover\:n-text-dark-primary-text\/55:hover {
  color:rgb(143 227 232 / 0.55);
}
.hover\:n-text-dark-primary-text\/60:hover {
  color:rgb(143 227 232 / 0.6);
}
.hover\:n-text-dark-primary-text\/65:hover {
  color:rgb(143 227 232 / 0.65);
}
.hover\:n-text-dark-primary-text\/70:hover {
  color:rgb(143 227 232 / 0.7);
}
.hover\:n-text-dark-primary-text\/75:hover {
  color:rgb(143 227 232 / 0.75);
}
.hover\:n-text-dark-primary-text\/80:hover {
  color:rgb(143 227 232 / 0.8);
}
.hover\:n-text-dark-primary-text\/85:hover {
  color:rgb(143 227 232 / 0.85);
}
.hover\:n-text-dark-primary-text\/90:hover {
  color:rgb(143 227 232 / 0.9);
}
.hover\:n-text-dark-primary-text\/95:hover {
  color:rgb(143 227 232 / 0.95);
}
.hover\:n-text-dark-success-bg-status:hover {
  --tw-text-opacity:1;
  color:rgb(144 203 98 / var(--tw-text-opacity));
}
.hover\:n-text-dark-success-bg-status\/0:hover {
  color:rgb(144 203 98 / 0);
}
.hover\:n-text-dark-success-bg-status\/10:hover {
  color:rgb(144 203 98 / 0.1);
}
.hover\:n-text-dark-success-bg-status\/100:hover {
  color:rgb(144 203 98 / 1);
}
.hover\:n-text-dark-success-bg-status\/15:hover {
  color:rgb(144 203 98 / 0.15);
}
.hover\:n-text-dark-success-bg-status\/20:hover {
  color:rgb(144 203 98 / 0.2);
}
.hover\:n-text-dark-success-bg-status\/25:hover {
  color:rgb(144 203 98 / 0.25);
}
.hover\:n-text-dark-success-bg-status\/30:hover {
  color:rgb(144 203 98 / 0.3);
}
.hover\:n-text-dark-success-bg-status\/35:hover {
  color:rgb(144 203 98 / 0.35);
}
.hover\:n-text-dark-success-bg-status\/40:hover {
  color:rgb(144 203 98 / 0.4);
}
.hover\:n-text-dark-success-bg-status\/45:hover {
  color:rgb(144 203 98 / 0.45);
}
.hover\:n-text-dark-success-bg-status\/5:hover {
  color:rgb(144 203 98 / 0.05);
}
.hover\:n-text-dark-success-bg-status\/50:hover {
  color:rgb(144 203 98 / 0.5);
}
.hover\:n-text-dark-success-bg-status\/55:hover {
  color:rgb(144 203 98 / 0.55);
}
.hover\:n-text-dark-success-bg-status\/60:hover {
  color:rgb(144 203 98 / 0.6);
}
.hover\:n-text-dark-success-bg-status\/65:hover {
  color:rgb(144 203 98 / 0.65);
}
.hover\:n-text-dark-success-bg-status\/70:hover {
  color:rgb(144 203 98 / 0.7);
}
.hover\:n-text-dark-success-bg-status\/75:hover {
  color:rgb(144 203 98 / 0.75);
}
.hover\:n-text-dark-success-bg-status\/80:hover {
  color:rgb(144 203 98 / 0.8);
}
.hover\:n-text-dark-success-bg-status\/85:hover {
  color:rgb(144 203 98 / 0.85);
}
.hover\:n-text-dark-success-bg-status\/90:hover {
  color:rgb(144 203 98 / 0.9);
}
.hover\:n-text-dark-success-bg-status\/95:hover {
  color:rgb(144 203 98 / 0.95);
}
.hover\:n-text-dark-success-bg-strong:hover {
  --tw-text-opacity:1;
  color:rgb(144 203 98 / var(--tw-text-opacity));
}
.hover\:n-text-dark-success-bg-strong\/0:hover {
  color:rgb(144 203 98 / 0);
}
.hover\:n-text-dark-success-bg-strong\/10:hover {
  color:rgb(144 203 98 / 0.1);
}
.hover\:n-text-dark-success-bg-strong\/100:hover {
  color:rgb(144 203 98 / 1);
}
.hover\:n-text-dark-success-bg-strong\/15:hover {
  color:rgb(144 203 98 / 0.15);
}
.hover\:n-text-dark-success-bg-strong\/20:hover {
  color:rgb(144 203 98 / 0.2);
}
.hover\:n-text-dark-success-bg-strong\/25:hover {
  color:rgb(144 203 98 / 0.25);
}
.hover\:n-text-dark-success-bg-strong\/30:hover {
  color:rgb(144 203 98 / 0.3);
}
.hover\:n-text-dark-success-bg-strong\/35:hover {
  color:rgb(144 203 98 / 0.35);
}
.hover\:n-text-dark-success-bg-strong\/40:hover {
  color:rgb(144 203 98 / 0.4);
}
.hover\:n-text-dark-success-bg-strong\/45:hover {
  color:rgb(144 203 98 / 0.45);
}
.hover\:n-text-dark-success-bg-strong\/5:hover {
  color:rgb(144 203 98 / 0.05);
}
.hover\:n-text-dark-success-bg-strong\/50:hover {
  color:rgb(144 203 98 / 0.5);
}
.hover\:n-text-dark-success-bg-strong\/55:hover {
  color:rgb(144 203 98 / 0.55);
}
.hover\:n-text-dark-success-bg-strong\/60:hover {
  color:rgb(144 203 98 / 0.6);
}
.hover\:n-text-dark-success-bg-strong\/65:hover {
  color:rgb(144 203 98 / 0.65);
}
.hover\:n-text-dark-success-bg-strong\/70:hover {
  color:rgb(144 203 98 / 0.7);
}
.hover\:n-text-dark-success-bg-strong\/75:hover {
  color:rgb(144 203 98 / 0.75);
}
.hover\:n-text-dark-success-bg-strong\/80:hover {
  color:rgb(144 203 98 / 0.8);
}
.hover\:n-text-dark-success-bg-strong\/85:hover {
  color:rgb(144 203 98 / 0.85);
}
.hover\:n-text-dark-success-bg-strong\/90:hover {
  color:rgb(144 203 98 / 0.9);
}
.hover\:n-text-dark-success-bg-strong\/95:hover {
  color:rgb(144 203 98 / 0.95);
}
.hover\:n-text-dark-success-bg-weak:hover {
  --tw-text-opacity:1;
  color:rgb(38 45 36 / var(--tw-text-opacity));
}
.hover\:n-text-dark-success-bg-weak\/0:hover {
  color:rgb(38 45 36 / 0);
}
.hover\:n-text-dark-success-bg-weak\/10:hover {
  color:rgb(38 45 36 / 0.1);
}
.hover\:n-text-dark-success-bg-weak\/100:hover {
  color:rgb(38 45 36 / 1);
}
.hover\:n-text-dark-success-bg-weak\/15:hover {
  color:rgb(38 45 36 / 0.15);
}
.hover\:n-text-dark-success-bg-weak\/20:hover {
  color:rgb(38 45 36 / 0.2);
}
.hover\:n-text-dark-success-bg-weak\/25:hover {
  color:rgb(38 45 36 / 0.25);
}
.hover\:n-text-dark-success-bg-weak\/30:hover {
  color:rgb(38 45 36 / 0.3);
}
.hover\:n-text-dark-success-bg-weak\/35:hover {
  color:rgb(38 45 36 / 0.35);
}
.hover\:n-text-dark-success-bg-weak\/40:hover {
  color:rgb(38 45 36 / 0.4);
}
.hover\:n-text-dark-success-bg-weak\/45:hover {
  color:rgb(38 45 36 / 0.45);
}
.hover\:n-text-dark-success-bg-weak\/5:hover {
  color:rgb(38 45 36 / 0.05);
}
.hover\:n-text-dark-success-bg-weak\/50:hover {
  color:rgb(38 45 36 / 0.5);
}
.hover\:n-text-dark-success-bg-weak\/55:hover {
  color:rgb(38 45 36 / 0.55);
}
.hover\:n-text-dark-success-bg-weak\/60:hover {
  color:rgb(38 45 36 / 0.6);
}
.hover\:n-text-dark-success-bg-weak\/65:hover {
  color:rgb(38 45 36 / 0.65);
}
.hover\:n-text-dark-success-bg-weak\/70:hover {
  color:rgb(38 45 36 / 0.7);
}
.hover\:n-text-dark-success-bg-weak\/75:hover {
  color:rgb(38 45 36 / 0.75);
}
.hover\:n-text-dark-success-bg-weak\/80:hover {
  color:rgb(38 45 36 / 0.8);
}
.hover\:n-text-dark-success-bg-weak\/85:hover {
  color:rgb(38 45 36 / 0.85);
}
.hover\:n-text-dark-success-bg-weak\/90:hover {
  color:rgb(38 45 36 / 0.9);
}
.hover\:n-text-dark-success-bg-weak\/95:hover {
  color:rgb(38 45 36 / 0.95);
}
.hover\:n-text-dark-success-border-strong:hover {
  --tw-text-opacity:1;
  color:rgb(144 203 98 / var(--tw-text-opacity));
}
.hover\:n-text-dark-success-border-strong\/0:hover {
  color:rgb(144 203 98 / 0);
}
.hover\:n-text-dark-success-border-strong\/10:hover {
  color:rgb(144 203 98 / 0.1);
}
.hover\:n-text-dark-success-border-strong\/100:hover {
  color:rgb(144 203 98 / 1);
}
.hover\:n-text-dark-success-border-strong\/15:hover {
  color:rgb(144 203 98 / 0.15);
}
.hover\:n-text-dark-success-border-strong\/20:hover {
  color:rgb(144 203 98 / 0.2);
}
.hover\:n-text-dark-success-border-strong\/25:hover {
  color:rgb(144 203 98 / 0.25);
}
.hover\:n-text-dark-success-border-strong\/30:hover {
  color:rgb(144 203 98 / 0.3);
}
.hover\:n-text-dark-success-border-strong\/35:hover {
  color:rgb(144 203 98 / 0.35);
}
.hover\:n-text-dark-success-border-strong\/40:hover {
  color:rgb(144 203 98 / 0.4);
}
.hover\:n-text-dark-success-border-strong\/45:hover {
  color:rgb(144 203 98 / 0.45);
}
.hover\:n-text-dark-success-border-strong\/5:hover {
  color:rgb(144 203 98 / 0.05);
}
.hover\:n-text-dark-success-border-strong\/50:hover {
  color:rgb(144 203 98 / 0.5);
}
.hover\:n-text-dark-success-border-strong\/55:hover {
  color:rgb(144 203 98 / 0.55);
}
.hover\:n-text-dark-success-border-strong\/60:hover {
  color:rgb(144 203 98 / 0.6);
}
.hover\:n-text-dark-success-border-strong\/65:hover {
  color:rgb(144 203 98 / 0.65);
}
.hover\:n-text-dark-success-border-strong\/70:hover {
  color:rgb(144 203 98 / 0.7);
}
.hover\:n-text-dark-success-border-strong\/75:hover {
  color:rgb(144 203 98 / 0.75);
}
.hover\:n-text-dark-success-border-strong\/80:hover {
  color:rgb(144 203 98 / 0.8);
}
.hover\:n-text-dark-success-border-strong\/85:hover {
  color:rgb(144 203 98 / 0.85);
}
.hover\:n-text-dark-success-border-strong\/90:hover {
  color:rgb(144 203 98 / 0.9);
}
.hover\:n-text-dark-success-border-strong\/95:hover {
  color:rgb(144 203 98 / 0.95);
}
.hover\:n-text-dark-success-border-weak:hover {
  --tw-text-opacity:1;
  color:rgb(41 97 39 / var(--tw-text-opacity));
}
.hover\:n-text-dark-success-border-weak\/0:hover {
  color:rgb(41 97 39 / 0);
}
.hover\:n-text-dark-success-border-weak\/10:hover {
  color:rgb(41 97 39 / 0.1);
}
.hover\:n-text-dark-success-border-weak\/100:hover {
  color:rgb(41 97 39 / 1);
}
.hover\:n-text-dark-success-border-weak\/15:hover {
  color:rgb(41 97 39 / 0.15);
}
.hover\:n-text-dark-success-border-weak\/20:hover {
  color:rgb(41 97 39 / 0.2);
}
.hover\:n-text-dark-success-border-weak\/25:hover {
  color:rgb(41 97 39 / 0.25);
}
.hover\:n-text-dark-success-border-weak\/30:hover {
  color:rgb(41 97 39 / 0.3);
}
.hover\:n-text-dark-success-border-weak\/35:hover {
  color:rgb(41 97 39 / 0.35);
}
.hover\:n-text-dark-success-border-weak\/40:hover {
  color:rgb(41 97 39 / 0.4);
}
.hover\:n-text-dark-success-border-weak\/45:hover {
  color:rgb(41 97 39 / 0.45);
}
.hover\:n-text-dark-success-border-weak\/5:hover {
  color:rgb(41 97 39 / 0.05);
}
.hover\:n-text-dark-success-border-weak\/50:hover {
  color:rgb(41 97 39 / 0.5);
}
.hover\:n-text-dark-success-border-weak\/55:hover {
  color:rgb(41 97 39 / 0.55);
}
.hover\:n-text-dark-success-border-weak\/60:hover {
  color:rgb(41 97 39 / 0.6);
}
.hover\:n-text-dark-success-border-weak\/65:hover {
  color:rgb(41 97 39 / 0.65);
}
.hover\:n-text-dark-success-border-weak\/70:hover {
  color:rgb(41 97 39 / 0.7);
}
.hover\:n-text-dark-success-border-weak\/75:hover {
  color:rgb(41 97 39 / 0.75);
}
.hover\:n-text-dark-success-border-weak\/80:hover {
  color:rgb(41 97 39 / 0.8);
}
.hover\:n-text-dark-success-border-weak\/85:hover {
  color:rgb(41 97 39 / 0.85);
}
.hover\:n-text-dark-success-border-weak\/90:hover {
  color:rgb(41 97 39 / 0.9);
}
.hover\:n-text-dark-success-border-weak\/95:hover {
  color:rgb(41 97 39 / 0.95);
}
.hover\:n-text-dark-success-icon:hover {
  --tw-text-opacity:1;
  color:rgb(144 203 98 / var(--tw-text-opacity));
}
.hover\:n-text-dark-success-icon\/0:hover {
  color:rgb(144 203 98 / 0);
}
.hover\:n-text-dark-success-icon\/10:hover {
  color:rgb(144 203 98 / 0.1);
}
.hover\:n-text-dark-success-icon\/100:hover {
  color:rgb(144 203 98 / 1);
}
.hover\:n-text-dark-success-icon\/15:hover {
  color:rgb(144 203 98 / 0.15);
}
.hover\:n-text-dark-success-icon\/20:hover {
  color:rgb(144 203 98 / 0.2);
}
.hover\:n-text-dark-success-icon\/25:hover {
  color:rgb(144 203 98 / 0.25);
}
.hover\:n-text-dark-success-icon\/30:hover {
  color:rgb(144 203 98 / 0.3);
}
.hover\:n-text-dark-success-icon\/35:hover {
  color:rgb(144 203 98 / 0.35);
}
.hover\:n-text-dark-success-icon\/40:hover {
  color:rgb(144 203 98 / 0.4);
}
.hover\:n-text-dark-success-icon\/45:hover {
  color:rgb(144 203 98 / 0.45);
}
.hover\:n-text-dark-success-icon\/5:hover {
  color:rgb(144 203 98 / 0.05);
}
.hover\:n-text-dark-success-icon\/50:hover {
  color:rgb(144 203 98 / 0.5);
}
.hover\:n-text-dark-success-icon\/55:hover {
  color:rgb(144 203 98 / 0.55);
}
.hover\:n-text-dark-success-icon\/60:hover {
  color:rgb(144 203 98 / 0.6);
}
.hover\:n-text-dark-success-icon\/65:hover {
  color:rgb(144 203 98 / 0.65);
}
.hover\:n-text-dark-success-icon\/70:hover {
  color:rgb(144 203 98 / 0.7);
}
.hover\:n-text-dark-success-icon\/75:hover {
  color:rgb(144 203 98 / 0.75);
}
.hover\:n-text-dark-success-icon\/80:hover {
  color:rgb(144 203 98 / 0.8);
}
.hover\:n-text-dark-success-icon\/85:hover {
  color:rgb(144 203 98 / 0.85);
}
.hover\:n-text-dark-success-icon\/90:hover {
  color:rgb(144 203 98 / 0.9);
}
.hover\:n-text-dark-success-icon\/95:hover {
  color:rgb(144 203 98 / 0.95);
}
.hover\:n-text-dark-success-text:hover {
  --tw-text-opacity:1;
  color:rgb(144 203 98 / var(--tw-text-opacity));
}
.hover\:n-text-dark-success-text\/0:hover {
  color:rgb(144 203 98 / 0);
}
.hover\:n-text-dark-success-text\/10:hover {
  color:rgb(144 203 98 / 0.1);
}
.hover\:n-text-dark-success-text\/100:hover {
  color:rgb(144 203 98 / 1);
}
.hover\:n-text-dark-success-text\/15:hover {
  color:rgb(144 203 98 / 0.15);
}
.hover\:n-text-dark-success-text\/20:hover {
  color:rgb(144 203 98 / 0.2);
}
.hover\:n-text-dark-success-text\/25:hover {
  color:rgb(144 203 98 / 0.25);
}
.hover\:n-text-dark-success-text\/30:hover {
  color:rgb(144 203 98 / 0.3);
}
.hover\:n-text-dark-success-text\/35:hover {
  color:rgb(144 203 98 / 0.35);
}
.hover\:n-text-dark-success-text\/40:hover {
  color:rgb(144 203 98 / 0.4);
}
.hover\:n-text-dark-success-text\/45:hover {
  color:rgb(144 203 98 / 0.45);
}
.hover\:n-text-dark-success-text\/5:hover {
  color:rgb(144 203 98 / 0.05);
}
.hover\:n-text-dark-success-text\/50:hover {
  color:rgb(144 203 98 / 0.5);
}
.hover\:n-text-dark-success-text\/55:hover {
  color:rgb(144 203 98 / 0.55);
}
.hover\:n-text-dark-success-text\/60:hover {
  color:rgb(144 203 98 / 0.6);
}
.hover\:n-text-dark-success-text\/65:hover {
  color:rgb(144 203 98 / 0.65);
}
.hover\:n-text-dark-success-text\/70:hover {
  color:rgb(144 203 98 / 0.7);
}
.hover\:n-text-dark-success-text\/75:hover {
  color:rgb(144 203 98 / 0.75);
}
.hover\:n-text-dark-success-text\/80:hover {
  color:rgb(144 203 98 / 0.8);
}
.hover\:n-text-dark-success-text\/85:hover {
  color:rgb(144 203 98 / 0.85);
}
.hover\:n-text-dark-success-text\/90:hover {
  color:rgb(144 203 98 / 0.9);
}
.hover\:n-text-dark-success-text\/95:hover {
  color:rgb(144 203 98 / 0.95);
}
.hover\:n-text-dark-warning-bg-status:hover {
  --tw-text-opacity:1;
  color:rgb(255 214 0 / var(--tw-text-opacity));
}
.hover\:n-text-dark-warning-bg-status\/0:hover {
  color:rgb(255 214 0 / 0);
}
.hover\:n-text-dark-warning-bg-status\/10:hover {
  color:rgb(255 214 0 / 0.1);
}
.hover\:n-text-dark-warning-bg-status\/100:hover {
  color:rgb(255 214 0 / 1);
}
.hover\:n-text-dark-warning-bg-status\/15:hover {
  color:rgb(255 214 0 / 0.15);
}
.hover\:n-text-dark-warning-bg-status\/20:hover {
  color:rgb(255 214 0 / 0.2);
}
.hover\:n-text-dark-warning-bg-status\/25:hover {
  color:rgb(255 214 0 / 0.25);
}
.hover\:n-text-dark-warning-bg-status\/30:hover {
  color:rgb(255 214 0 / 0.3);
}
.hover\:n-text-dark-warning-bg-status\/35:hover {
  color:rgb(255 214 0 / 0.35);
}
.hover\:n-text-dark-warning-bg-status\/40:hover {
  color:rgb(255 214 0 / 0.4);
}
.hover\:n-text-dark-warning-bg-status\/45:hover {
  color:rgb(255 214 0 / 0.45);
}
.hover\:n-text-dark-warning-bg-status\/5:hover {
  color:rgb(255 214 0 / 0.05);
}
.hover\:n-text-dark-warning-bg-status\/50:hover {
  color:rgb(255 214 0 / 0.5);
}
.hover\:n-text-dark-warning-bg-status\/55:hover {
  color:rgb(255 214 0 / 0.55);
}
.hover\:n-text-dark-warning-bg-status\/60:hover {
  color:rgb(255 214 0 / 0.6);
}
.hover\:n-text-dark-warning-bg-status\/65:hover {
  color:rgb(255 214 0 / 0.65);
}
.hover\:n-text-dark-warning-bg-status\/70:hover {
  color:rgb(255 214 0 / 0.7);
}
.hover\:n-text-dark-warning-bg-status\/75:hover {
  color:rgb(255 214 0 / 0.75);
}
.hover\:n-text-dark-warning-bg-status\/80:hover {
  color:rgb(255 214 0 / 0.8);
}
.hover\:n-text-dark-warning-bg-status\/85:hover {
  color:rgb(255 214 0 / 0.85);
}
.hover\:n-text-dark-warning-bg-status\/90:hover {
  color:rgb(255 214 0 / 0.9);
}
.hover\:n-text-dark-warning-bg-status\/95:hover {
  color:rgb(255 214 0 / 0.95);
}
.hover\:n-text-dark-warning-bg-strong:hover {
  --tw-text-opacity:1;
  color:rgb(255 214 0 / var(--tw-text-opacity));
}
.hover\:n-text-dark-warning-bg-strong\/0:hover {
  color:rgb(255 214 0 / 0);
}
.hover\:n-text-dark-warning-bg-strong\/10:hover {
  color:rgb(255 214 0 / 0.1);
}
.hover\:n-text-dark-warning-bg-strong\/100:hover {
  color:rgb(255 214 0 / 1);
}
.hover\:n-text-dark-warning-bg-strong\/15:hover {
  color:rgb(255 214 0 / 0.15);
}
.hover\:n-text-dark-warning-bg-strong\/20:hover {
  color:rgb(255 214 0 / 0.2);
}
.hover\:n-text-dark-warning-bg-strong\/25:hover {
  color:rgb(255 214 0 / 0.25);
}
.hover\:n-text-dark-warning-bg-strong\/30:hover {
  color:rgb(255 214 0 / 0.3);
}
.hover\:n-text-dark-warning-bg-strong\/35:hover {
  color:rgb(255 214 0 / 0.35);
}
.hover\:n-text-dark-warning-bg-strong\/40:hover {
  color:rgb(255 214 0 / 0.4);
}
.hover\:n-text-dark-warning-bg-strong\/45:hover {
  color:rgb(255 214 0 / 0.45);
}
.hover\:n-text-dark-warning-bg-strong\/5:hover {
  color:rgb(255 214 0 / 0.05);
}
.hover\:n-text-dark-warning-bg-strong\/50:hover {
  color:rgb(255 214 0 / 0.5);
}
.hover\:n-text-dark-warning-bg-strong\/55:hover {
  color:rgb(255 214 0 / 0.55);
}
.hover\:n-text-dark-warning-bg-strong\/60:hover {
  color:rgb(255 214 0 / 0.6);
}
.hover\:n-text-dark-warning-bg-strong\/65:hover {
  color:rgb(255 214 0 / 0.65);
}
.hover\:n-text-dark-warning-bg-strong\/70:hover {
  color:rgb(255 214 0 / 0.7);
}
.hover\:n-text-dark-warning-bg-strong\/75:hover {
  color:rgb(255 214 0 / 0.75);
}
.hover\:n-text-dark-warning-bg-strong\/80:hover {
  color:rgb(255 214 0 / 0.8);
}
.hover\:n-text-dark-warning-bg-strong\/85:hover {
  color:rgb(255 214 0 / 0.85);
}
.hover\:n-text-dark-warning-bg-strong\/90:hover {
  color:rgb(255 214 0 / 0.9);
}
.hover\:n-text-dark-warning-bg-strong\/95:hover {
  color:rgb(255 214 0 / 0.95);
}
.hover\:n-text-dark-warning-bg-weak:hover {
  --tw-text-opacity:1;
  color:rgb(49 46 26 / var(--tw-text-opacity));
}
.hover\:n-text-dark-warning-bg-weak\/0:hover {
  color:rgb(49 46 26 / 0);
}
.hover\:n-text-dark-warning-bg-weak\/10:hover {
  color:rgb(49 46 26 / 0.1);
}
.hover\:n-text-dark-warning-bg-weak\/100:hover {
  color:rgb(49 46 26 / 1);
}
.hover\:n-text-dark-warning-bg-weak\/15:hover {
  color:rgb(49 46 26 / 0.15);
}
.hover\:n-text-dark-warning-bg-weak\/20:hover {
  color:rgb(49 46 26 / 0.2);
}
.hover\:n-text-dark-warning-bg-weak\/25:hover {
  color:rgb(49 46 26 / 0.25);
}
.hover\:n-text-dark-warning-bg-weak\/30:hover {
  color:rgb(49 46 26 / 0.3);
}
.hover\:n-text-dark-warning-bg-weak\/35:hover {
  color:rgb(49 46 26 / 0.35);
}
.hover\:n-text-dark-warning-bg-weak\/40:hover {
  color:rgb(49 46 26 / 0.4);
}
.hover\:n-text-dark-warning-bg-weak\/45:hover {
  color:rgb(49 46 26 / 0.45);
}
.hover\:n-text-dark-warning-bg-weak\/5:hover {
  color:rgb(49 46 26 / 0.05);
}
.hover\:n-text-dark-warning-bg-weak\/50:hover {
  color:rgb(49 46 26 / 0.5);
}
.hover\:n-text-dark-warning-bg-weak\/55:hover {
  color:rgb(49 46 26 / 0.55);
}
.hover\:n-text-dark-warning-bg-weak\/60:hover {
  color:rgb(49 46 26 / 0.6);
}
.hover\:n-text-dark-warning-bg-weak\/65:hover {
  color:rgb(49 46 26 / 0.65);
}
.hover\:n-text-dark-warning-bg-weak\/70:hover {
  color:rgb(49 46 26 / 0.7);
}
.hover\:n-text-dark-warning-bg-weak\/75:hover {
  color:rgb(49 46 26 / 0.75);
}
.hover\:n-text-dark-warning-bg-weak\/80:hover {
  color:rgb(49 46 26 / 0.8);
}
.hover\:n-text-dark-warning-bg-weak\/85:hover {
  color:rgb(49 46 26 / 0.85);
}
.hover\:n-text-dark-warning-bg-weak\/90:hover {
  color:rgb(49 46 26 / 0.9);
}
.hover\:n-text-dark-warning-bg-weak\/95:hover {
  color:rgb(49 46 26 / 0.95);
}
.hover\:n-text-dark-warning-border-strong:hover {
  --tw-text-opacity:1;
  color:rgb(255 214 0 / var(--tw-text-opacity));
}
.hover\:n-text-dark-warning-border-strong\/0:hover {
  color:rgb(255 214 0 / 0);
}
.hover\:n-text-dark-warning-border-strong\/10:hover {
  color:rgb(255 214 0 / 0.1);
}
.hover\:n-text-dark-warning-border-strong\/100:hover {
  color:rgb(255 214 0 / 1);
}
.hover\:n-text-dark-warning-border-strong\/15:hover {
  color:rgb(255 214 0 / 0.15);
}
.hover\:n-text-dark-warning-border-strong\/20:hover {
  color:rgb(255 214 0 / 0.2);
}
.hover\:n-text-dark-warning-border-strong\/25:hover {
  color:rgb(255 214 0 / 0.25);
}
.hover\:n-text-dark-warning-border-strong\/30:hover {
  color:rgb(255 214 0 / 0.3);
}
.hover\:n-text-dark-warning-border-strong\/35:hover {
  color:rgb(255 214 0 / 0.35);
}
.hover\:n-text-dark-warning-border-strong\/40:hover {
  color:rgb(255 214 0 / 0.4);
}
.hover\:n-text-dark-warning-border-strong\/45:hover {
  color:rgb(255 214 0 / 0.45);
}
.hover\:n-text-dark-warning-border-strong\/5:hover {
  color:rgb(255 214 0 / 0.05);
}
.hover\:n-text-dark-warning-border-strong\/50:hover {
  color:rgb(255 214 0 / 0.5);
}
.hover\:n-text-dark-warning-border-strong\/55:hover {
  color:rgb(255 214 0 / 0.55);
}
.hover\:n-text-dark-warning-border-strong\/60:hover {
  color:rgb(255 214 0 / 0.6);
}
.hover\:n-text-dark-warning-border-strong\/65:hover {
  color:rgb(255 214 0 / 0.65);
}
.hover\:n-text-dark-warning-border-strong\/70:hover {
  color:rgb(255 214 0 / 0.7);
}
.hover\:n-text-dark-warning-border-strong\/75:hover {
  color:rgb(255 214 0 / 0.75);
}
.hover\:n-text-dark-warning-border-strong\/80:hover {
  color:rgb(255 214 0 / 0.8);
}
.hover\:n-text-dark-warning-border-strong\/85:hover {
  color:rgb(255 214 0 / 0.85);
}
.hover\:n-text-dark-warning-border-strong\/90:hover {
  color:rgb(255 214 0 / 0.9);
}
.hover\:n-text-dark-warning-border-strong\/95:hover {
  color:rgb(255 214 0 / 0.95);
}
.hover\:n-text-dark-warning-border-weak:hover {
  --tw-text-opacity:1;
  color:rgb(118 85 0 / var(--tw-text-opacity));
}
.hover\:n-text-dark-warning-border-weak\/0:hover {
  color:rgb(118 85 0 / 0);
}
.hover\:n-text-dark-warning-border-weak\/10:hover {
  color:rgb(118 85 0 / 0.1);
}
.hover\:n-text-dark-warning-border-weak\/100:hover {
  color:rgb(118 85 0 / 1);
}
.hover\:n-text-dark-warning-border-weak\/15:hover {
  color:rgb(118 85 0 / 0.15);
}
.hover\:n-text-dark-warning-border-weak\/20:hover {
  color:rgb(118 85 0 / 0.2);
}
.hover\:n-text-dark-warning-border-weak\/25:hover {
  color:rgb(118 85 0 / 0.25);
}
.hover\:n-text-dark-warning-border-weak\/30:hover {
  color:rgb(118 85 0 / 0.3);
}
.hover\:n-text-dark-warning-border-weak\/35:hover {
  color:rgb(118 85 0 / 0.35);
}
.hover\:n-text-dark-warning-border-weak\/40:hover {
  color:rgb(118 85 0 / 0.4);
}
.hover\:n-text-dark-warning-border-weak\/45:hover {
  color:rgb(118 85 0 / 0.45);
}
.hover\:n-text-dark-warning-border-weak\/5:hover {
  color:rgb(118 85 0 / 0.05);
}
.hover\:n-text-dark-warning-border-weak\/50:hover {
  color:rgb(118 85 0 / 0.5);
}
.hover\:n-text-dark-warning-border-weak\/55:hover {
  color:rgb(118 85 0 / 0.55);
}
.hover\:n-text-dark-warning-border-weak\/60:hover {
  color:rgb(118 85 0 / 0.6);
}
.hover\:n-text-dark-warning-border-weak\/65:hover {
  color:rgb(118 85 0 / 0.65);
}
.hover\:n-text-dark-warning-border-weak\/70:hover {
  color:rgb(118 85 0 / 0.7);
}
.hover\:n-text-dark-warning-border-weak\/75:hover {
  color:rgb(118 85 0 / 0.75);
}
.hover\:n-text-dark-warning-border-weak\/80:hover {
  color:rgb(118 85 0 / 0.8);
}
.hover\:n-text-dark-warning-border-weak\/85:hover {
  color:rgb(118 85 0 / 0.85);
}
.hover\:n-text-dark-warning-border-weak\/90:hover {
  color:rgb(118 85 0 / 0.9);
}
.hover\:n-text-dark-warning-border-weak\/95:hover {
  color:rgb(118 85 0 / 0.95);
}
.hover\:n-text-dark-warning-icon:hover {
  --tw-text-opacity:1;
  color:rgb(255 214 0 / var(--tw-text-opacity));
}
.hover\:n-text-dark-warning-icon\/0:hover {
  color:rgb(255 214 0 / 0);
}
.hover\:n-text-dark-warning-icon\/10:hover {
  color:rgb(255 214 0 / 0.1);
}
.hover\:n-text-dark-warning-icon\/100:hover {
  color:rgb(255 214 0 / 1);
}
.hover\:n-text-dark-warning-icon\/15:hover {
  color:rgb(255 214 0 / 0.15);
}
.hover\:n-text-dark-warning-icon\/20:hover {
  color:rgb(255 214 0 / 0.2);
}
.hover\:n-text-dark-warning-icon\/25:hover {
  color:rgb(255 214 0 / 0.25);
}
.hover\:n-text-dark-warning-icon\/30:hover {
  color:rgb(255 214 0 / 0.3);
}
.hover\:n-text-dark-warning-icon\/35:hover {
  color:rgb(255 214 0 / 0.35);
}
.hover\:n-text-dark-warning-icon\/40:hover {
  color:rgb(255 214 0 / 0.4);
}
.hover\:n-text-dark-warning-icon\/45:hover {
  color:rgb(255 214 0 / 0.45);
}
.hover\:n-text-dark-warning-icon\/5:hover {
  color:rgb(255 214 0 / 0.05);
}
.hover\:n-text-dark-warning-icon\/50:hover {
  color:rgb(255 214 0 / 0.5);
}
.hover\:n-text-dark-warning-icon\/55:hover {
  color:rgb(255 214 0 / 0.55);
}
.hover\:n-text-dark-warning-icon\/60:hover {
  color:rgb(255 214 0 / 0.6);
}
.hover\:n-text-dark-warning-icon\/65:hover {
  color:rgb(255 214 0 / 0.65);
}
.hover\:n-text-dark-warning-icon\/70:hover {
  color:rgb(255 214 0 / 0.7);
}
.hover\:n-text-dark-warning-icon\/75:hover {
  color:rgb(255 214 0 / 0.75);
}
.hover\:n-text-dark-warning-icon\/80:hover {
  color:rgb(255 214 0 / 0.8);
}
.hover\:n-text-dark-warning-icon\/85:hover {
  color:rgb(255 214 0 / 0.85);
}
.hover\:n-text-dark-warning-icon\/90:hover {
  color:rgb(255 214 0 / 0.9);
}
.hover\:n-text-dark-warning-icon\/95:hover {
  color:rgb(255 214 0 / 0.95);
}
.hover\:n-text-dark-warning-text:hover {
  --tw-text-opacity:1;
  color:rgb(255 214 0 / var(--tw-text-opacity));
}
.hover\:n-text-dark-warning-text\/0:hover {
  color:rgb(255 214 0 / 0);
}
.hover\:n-text-dark-warning-text\/10:hover {
  color:rgb(255 214 0 / 0.1);
}
.hover\:n-text-dark-warning-text\/100:hover {
  color:rgb(255 214 0 / 1);
}
.hover\:n-text-dark-warning-text\/15:hover {
  color:rgb(255 214 0 / 0.15);
}
.hover\:n-text-dark-warning-text\/20:hover {
  color:rgb(255 214 0 / 0.2);
}
.hover\:n-text-dark-warning-text\/25:hover {
  color:rgb(255 214 0 / 0.25);
}
.hover\:n-text-dark-warning-text\/30:hover {
  color:rgb(255 214 0 / 0.3);
}
.hover\:n-text-dark-warning-text\/35:hover {
  color:rgb(255 214 0 / 0.35);
}
.hover\:n-text-dark-warning-text\/40:hover {
  color:rgb(255 214 0 / 0.4);
}
.hover\:n-text-dark-warning-text\/45:hover {
  color:rgb(255 214 0 / 0.45);
}
.hover\:n-text-dark-warning-text\/5:hover {
  color:rgb(255 214 0 / 0.05);
}
.hover\:n-text-dark-warning-text\/50:hover {
  color:rgb(255 214 0 / 0.5);
}
.hover\:n-text-dark-warning-text\/55:hover {
  color:rgb(255 214 0 / 0.55);
}
.hover\:n-text-dark-warning-text\/60:hover {
  color:rgb(255 214 0 / 0.6);
}
.hover\:n-text-dark-warning-text\/65:hover {
  color:rgb(255 214 0 / 0.65);
}
.hover\:n-text-dark-warning-text\/70:hover {
  color:rgb(255 214 0 / 0.7);
}
.hover\:n-text-dark-warning-text\/75:hover {
  color:rgb(255 214 0 / 0.75);
}
.hover\:n-text-dark-warning-text\/80:hover {
  color:rgb(255 214 0 / 0.8);
}
.hover\:n-text-dark-warning-text\/85:hover {
  color:rgb(255 214 0 / 0.85);
}
.hover\:n-text-dark-warning-text\/90:hover {
  color:rgb(255 214 0 / 0.9);
}
.hover\:n-text-dark-warning-text\/95:hover {
  color:rgb(255 214 0 / 0.95);
}
.hover\:n-text-light-danger-bg-status:hover {
  --tw-text-opacity:1;
  color:rgb(232 78 44 / var(--tw-text-opacity));
}
.hover\:n-text-light-danger-bg-status\/0:hover {
  color:rgb(232 78 44 / 0);
}
.hover\:n-text-light-danger-bg-status\/10:hover {
  color:rgb(232 78 44 / 0.1);
}
.hover\:n-text-light-danger-bg-status\/100:hover {
  color:rgb(232 78 44 / 1);
}
.hover\:n-text-light-danger-bg-status\/15:hover {
  color:rgb(232 78 44 / 0.15);
}
.hover\:n-text-light-danger-bg-status\/20:hover {
  color:rgb(232 78 44 / 0.2);
}
.hover\:n-text-light-danger-bg-status\/25:hover {
  color:rgb(232 78 44 / 0.25);
}
.hover\:n-text-light-danger-bg-status\/30:hover {
  color:rgb(232 78 44 / 0.3);
}
.hover\:n-text-light-danger-bg-status\/35:hover {
  color:rgb(232 78 44 / 0.35);
}
.hover\:n-text-light-danger-bg-status\/40:hover {
  color:rgb(232 78 44 / 0.4);
}
.hover\:n-text-light-danger-bg-status\/45:hover {
  color:rgb(232 78 44 / 0.45);
}
.hover\:n-text-light-danger-bg-status\/5:hover {
  color:rgb(232 78 44 / 0.05);
}
.hover\:n-text-light-danger-bg-status\/50:hover {
  color:rgb(232 78 44 / 0.5);
}
.hover\:n-text-light-danger-bg-status\/55:hover {
  color:rgb(232 78 44 / 0.55);
}
.hover\:n-text-light-danger-bg-status\/60:hover {
  color:rgb(232 78 44 / 0.6);
}
.hover\:n-text-light-danger-bg-status\/65:hover {
  color:rgb(232 78 44 / 0.65);
}
.hover\:n-text-light-danger-bg-status\/70:hover {
  color:rgb(232 78 44 / 0.7);
}
.hover\:n-text-light-danger-bg-status\/75:hover {
  color:rgb(232 78 44 / 0.75);
}
.hover\:n-text-light-danger-bg-status\/80:hover {
  color:rgb(232 78 44 / 0.8);
}
.hover\:n-text-light-danger-bg-status\/85:hover {
  color:rgb(232 78 44 / 0.85);
}
.hover\:n-text-light-danger-bg-status\/90:hover {
  color:rgb(232 78 44 / 0.9);
}
.hover\:n-text-light-danger-bg-status\/95:hover {
  color:rgb(232 78 44 / 0.95);
}
.hover\:n-text-light-danger-bg-strong:hover {
  --tw-text-opacity:1;
  color:rgb(187 45 0 / var(--tw-text-opacity));
}
.hover\:n-text-light-danger-bg-strong\/0:hover {
  color:rgb(187 45 0 / 0);
}
.hover\:n-text-light-danger-bg-strong\/10:hover {
  color:rgb(187 45 0 / 0.1);
}
.hover\:n-text-light-danger-bg-strong\/100:hover {
  color:rgb(187 45 0 / 1);
}
.hover\:n-text-light-danger-bg-strong\/15:hover {
  color:rgb(187 45 0 / 0.15);
}
.hover\:n-text-light-danger-bg-strong\/20:hover {
  color:rgb(187 45 0 / 0.2);
}
.hover\:n-text-light-danger-bg-strong\/25:hover {
  color:rgb(187 45 0 / 0.25);
}
.hover\:n-text-light-danger-bg-strong\/30:hover {
  color:rgb(187 45 0 / 0.3);
}
.hover\:n-text-light-danger-bg-strong\/35:hover {
  color:rgb(187 45 0 / 0.35);
}
.hover\:n-text-light-danger-bg-strong\/40:hover {
  color:rgb(187 45 0 / 0.4);
}
.hover\:n-text-light-danger-bg-strong\/45:hover {
  color:rgb(187 45 0 / 0.45);
}
.hover\:n-text-light-danger-bg-strong\/5:hover {
  color:rgb(187 45 0 / 0.05);
}
.hover\:n-text-light-danger-bg-strong\/50:hover {
  color:rgb(187 45 0 / 0.5);
}
.hover\:n-text-light-danger-bg-strong\/55:hover {
  color:rgb(187 45 0 / 0.55);
}
.hover\:n-text-light-danger-bg-strong\/60:hover {
  color:rgb(187 45 0 / 0.6);
}
.hover\:n-text-light-danger-bg-strong\/65:hover {
  color:rgb(187 45 0 / 0.65);
}
.hover\:n-text-light-danger-bg-strong\/70:hover {
  color:rgb(187 45 0 / 0.7);
}
.hover\:n-text-light-danger-bg-strong\/75:hover {
  color:rgb(187 45 0 / 0.75);
}
.hover\:n-text-light-danger-bg-strong\/80:hover {
  color:rgb(187 45 0 / 0.8);
}
.hover\:n-text-light-danger-bg-strong\/85:hover {
  color:rgb(187 45 0 / 0.85);
}
.hover\:n-text-light-danger-bg-strong\/90:hover {
  color:rgb(187 45 0 / 0.9);
}
.hover\:n-text-light-danger-bg-strong\/95:hover {
  color:rgb(187 45 0 / 0.95);
}
.hover\:n-text-light-danger-bg-weak:hover {
  --tw-text-opacity:1;
  color:rgb(255 233 231 / var(--tw-text-opacity));
}
.hover\:n-text-light-danger-bg-weak\/0:hover {
  color:rgb(255 233 231 / 0);
}
.hover\:n-text-light-danger-bg-weak\/10:hover {
  color:rgb(255 233 231 / 0.1);
}
.hover\:n-text-light-danger-bg-weak\/100:hover {
  color:rgb(255 233 231 / 1);
}
.hover\:n-text-light-danger-bg-weak\/15:hover {
  color:rgb(255 233 231 / 0.15);
}
.hover\:n-text-light-danger-bg-weak\/20:hover {
  color:rgb(255 233 231 / 0.2);
}
.hover\:n-text-light-danger-bg-weak\/25:hover {
  color:rgb(255 233 231 / 0.25);
}
.hover\:n-text-light-danger-bg-weak\/30:hover {
  color:rgb(255 233 231 / 0.3);
}
.hover\:n-text-light-danger-bg-weak\/35:hover {
  color:rgb(255 233 231 / 0.35);
}
.hover\:n-text-light-danger-bg-weak\/40:hover {
  color:rgb(255 233 231 / 0.4);
}
.hover\:n-text-light-danger-bg-weak\/45:hover {
  color:rgb(255 233 231 / 0.45);
}
.hover\:n-text-light-danger-bg-weak\/5:hover {
  color:rgb(255 233 231 / 0.05);
}
.hover\:n-text-light-danger-bg-weak\/50:hover {
  color:rgb(255 233 231 / 0.5);
}
.hover\:n-text-light-danger-bg-weak\/55:hover {
  color:rgb(255 233 231 / 0.55);
}
.hover\:n-text-light-danger-bg-weak\/60:hover {
  color:rgb(255 233 231 / 0.6);
}
.hover\:n-text-light-danger-bg-weak\/65:hover {
  color:rgb(255 233 231 / 0.65);
}
.hover\:n-text-light-danger-bg-weak\/70:hover {
  color:rgb(255 233 231 / 0.7);
}
.hover\:n-text-light-danger-bg-weak\/75:hover {
  color:rgb(255 233 231 / 0.75);
}
.hover\:n-text-light-danger-bg-weak\/80:hover {
  color:rgb(255 233 231 / 0.8);
}
.hover\:n-text-light-danger-bg-weak\/85:hover {
  color:rgb(255 233 231 / 0.85);
}
.hover\:n-text-light-danger-bg-weak\/90:hover {
  color:rgb(255 233 231 / 0.9);
}
.hover\:n-text-light-danger-bg-weak\/95:hover {
  color:rgb(255 233 231 / 0.95);
}
.hover\:n-text-light-danger-border-strong:hover {
  --tw-text-opacity:1;
  color:rgb(187 45 0 / var(--tw-text-opacity));
}
.hover\:n-text-light-danger-border-strong\/0:hover {
  color:rgb(187 45 0 / 0);
}
.hover\:n-text-light-danger-border-strong\/10:hover {
  color:rgb(187 45 0 / 0.1);
}
.hover\:n-text-light-danger-border-strong\/100:hover {
  color:rgb(187 45 0 / 1);
}
.hover\:n-text-light-danger-border-strong\/15:hover {
  color:rgb(187 45 0 / 0.15);
}
.hover\:n-text-light-danger-border-strong\/20:hover {
  color:rgb(187 45 0 / 0.2);
}
.hover\:n-text-light-danger-border-strong\/25:hover {
  color:rgb(187 45 0 / 0.25);
}
.hover\:n-text-light-danger-border-strong\/30:hover {
  color:rgb(187 45 0 / 0.3);
}
.hover\:n-text-light-danger-border-strong\/35:hover {
  color:rgb(187 45 0 / 0.35);
}
.hover\:n-text-light-danger-border-strong\/40:hover {
  color:rgb(187 45 0 / 0.4);
}
.hover\:n-text-light-danger-border-strong\/45:hover {
  color:rgb(187 45 0 / 0.45);
}
.hover\:n-text-light-danger-border-strong\/5:hover {
  color:rgb(187 45 0 / 0.05);
}
.hover\:n-text-light-danger-border-strong\/50:hover {
  color:rgb(187 45 0 / 0.5);
}
.hover\:n-text-light-danger-border-strong\/55:hover {
  color:rgb(187 45 0 / 0.55);
}
.hover\:n-text-light-danger-border-strong\/60:hover {
  color:rgb(187 45 0 / 0.6);
}
.hover\:n-text-light-danger-border-strong\/65:hover {
  color:rgb(187 45 0 / 0.65);
}
.hover\:n-text-light-danger-border-strong\/70:hover {
  color:rgb(187 45 0 / 0.7);
}
.hover\:n-text-light-danger-border-strong\/75:hover {
  color:rgb(187 45 0 / 0.75);
}
.hover\:n-text-light-danger-border-strong\/80:hover {
  color:rgb(187 45 0 / 0.8);
}
.hover\:n-text-light-danger-border-strong\/85:hover {
  color:rgb(187 45 0 / 0.85);
}
.hover\:n-text-light-danger-border-strong\/90:hover {
  color:rgb(187 45 0 / 0.9);
}
.hover\:n-text-light-danger-border-strong\/95:hover {
  color:rgb(187 45 0 / 0.95);
}
.hover\:n-text-light-danger-border-weak:hover {
  --tw-text-opacity:1;
  color:rgb(255 170 151 / var(--tw-text-opacity));
}
.hover\:n-text-light-danger-border-weak\/0:hover {
  color:rgb(255 170 151 / 0);
}
.hover\:n-text-light-danger-border-weak\/10:hover {
  color:rgb(255 170 151 / 0.1);
}
.hover\:n-text-light-danger-border-weak\/100:hover {
  color:rgb(255 170 151 / 1);
}
.hover\:n-text-light-danger-border-weak\/15:hover {
  color:rgb(255 170 151 / 0.15);
}
.hover\:n-text-light-danger-border-weak\/20:hover {
  color:rgb(255 170 151 / 0.2);
}
.hover\:n-text-light-danger-border-weak\/25:hover {
  color:rgb(255 170 151 / 0.25);
}
.hover\:n-text-light-danger-border-weak\/30:hover {
  color:rgb(255 170 151 / 0.3);
}
.hover\:n-text-light-danger-border-weak\/35:hover {
  color:rgb(255 170 151 / 0.35);
}
.hover\:n-text-light-danger-border-weak\/40:hover {
  color:rgb(255 170 151 / 0.4);
}
.hover\:n-text-light-danger-border-weak\/45:hover {
  color:rgb(255 170 151 / 0.45);
}
.hover\:n-text-light-danger-border-weak\/5:hover {
  color:rgb(255 170 151 / 0.05);
}
.hover\:n-text-light-danger-border-weak\/50:hover {
  color:rgb(255 170 151 / 0.5);
}
.hover\:n-text-light-danger-border-weak\/55:hover {
  color:rgb(255 170 151 / 0.55);
}
.hover\:n-text-light-danger-border-weak\/60:hover {
  color:rgb(255 170 151 / 0.6);
}
.hover\:n-text-light-danger-border-weak\/65:hover {
  color:rgb(255 170 151 / 0.65);
}
.hover\:n-text-light-danger-border-weak\/70:hover {
  color:rgb(255 170 151 / 0.7);
}
.hover\:n-text-light-danger-border-weak\/75:hover {
  color:rgb(255 170 151 / 0.75);
}
.hover\:n-text-light-danger-border-weak\/80:hover {
  color:rgb(255 170 151 / 0.8);
}
.hover\:n-text-light-danger-border-weak\/85:hover {
  color:rgb(255 170 151 / 0.85);
}
.hover\:n-text-light-danger-border-weak\/90:hover {
  color:rgb(255 170 151 / 0.9);
}
.hover\:n-text-light-danger-border-weak\/95:hover {
  color:rgb(255 170 151 / 0.95);
}
.hover\:n-text-light-danger-hover-strong:hover {
  --tw-text-opacity:1;
  color:rgb(150 18 0 / var(--tw-text-opacity));
}
.hover\:n-text-light-danger-hover-strong\/0:hover {
  color:rgb(150 18 0 / 0);
}
.hover\:n-text-light-danger-hover-strong\/10:hover {
  color:rgb(150 18 0 / 0.1);
}
.hover\:n-text-light-danger-hover-strong\/100:hover {
  color:rgb(150 18 0 / 1);
}
.hover\:n-text-light-danger-hover-strong\/15:hover {
  color:rgb(150 18 0 / 0.15);
}
.hover\:n-text-light-danger-hover-strong\/20:hover {
  color:rgb(150 18 0 / 0.2);
}
.hover\:n-text-light-danger-hover-strong\/25:hover {
  color:rgb(150 18 0 / 0.25);
}
.hover\:n-text-light-danger-hover-strong\/30:hover {
  color:rgb(150 18 0 / 0.3);
}
.hover\:n-text-light-danger-hover-strong\/35:hover {
  color:rgb(150 18 0 / 0.35);
}
.hover\:n-text-light-danger-hover-strong\/40:hover {
  color:rgb(150 18 0 / 0.4);
}
.hover\:n-text-light-danger-hover-strong\/45:hover {
  color:rgb(150 18 0 / 0.45);
}
.hover\:n-text-light-danger-hover-strong\/5:hover {
  color:rgb(150 18 0 / 0.05);
}
.hover\:n-text-light-danger-hover-strong\/50:hover {
  color:rgb(150 18 0 / 0.5);
}
.hover\:n-text-light-danger-hover-strong\/55:hover {
  color:rgb(150 18 0 / 0.55);
}
.hover\:n-text-light-danger-hover-strong\/60:hover {
  color:rgb(150 18 0 / 0.6);
}
.hover\:n-text-light-danger-hover-strong\/65:hover {
  color:rgb(150 18 0 / 0.65);
}
.hover\:n-text-light-danger-hover-strong\/70:hover {
  color:rgb(150 18 0 / 0.7);
}
.hover\:n-text-light-danger-hover-strong\/75:hover {
  color:rgb(150 18 0 / 0.75);
}
.hover\:n-text-light-danger-hover-strong\/80:hover {
  color:rgb(150 18 0 / 0.8);
}
.hover\:n-text-light-danger-hover-strong\/85:hover {
  color:rgb(150 18 0 / 0.85);
}
.hover\:n-text-light-danger-hover-strong\/90:hover {
  color:rgb(150 18 0 / 0.9);
}
.hover\:n-text-light-danger-hover-strong\/95:hover {
  color:rgb(150 18 0 / 0.95);
}
.hover\:n-text-light-danger-hover-weak:hover {
  --tw-text-opacity:1;
  color:rgb(212 51 0 / var(--tw-text-opacity));
}
.hover\:n-text-light-danger-hover-weak\/0:hover {
  color:rgb(212 51 0 / 0);
}
.hover\:n-text-light-danger-hover-weak\/10:hover {
  color:rgb(212 51 0 / 0.1);
}
.hover\:n-text-light-danger-hover-weak\/100:hover {
  color:rgb(212 51 0 / 1);
}
.hover\:n-text-light-danger-hover-weak\/15:hover {
  color:rgb(212 51 0 / 0.15);
}
.hover\:n-text-light-danger-hover-weak\/20:hover {
  color:rgb(212 51 0 / 0.2);
}
.hover\:n-text-light-danger-hover-weak\/25:hover {
  color:rgb(212 51 0 / 0.25);
}
.hover\:n-text-light-danger-hover-weak\/30:hover {
  color:rgb(212 51 0 / 0.3);
}
.hover\:n-text-light-danger-hover-weak\/35:hover {
  color:rgb(212 51 0 / 0.35);
}
.hover\:n-text-light-danger-hover-weak\/40:hover {
  color:rgb(212 51 0 / 0.4);
}
.hover\:n-text-light-danger-hover-weak\/45:hover {
  color:rgb(212 51 0 / 0.45);
}
.hover\:n-text-light-danger-hover-weak\/5:hover {
  color:rgb(212 51 0 / 0.05);
}
.hover\:n-text-light-danger-hover-weak\/50:hover {
  color:rgb(212 51 0 / 0.5);
}
.hover\:n-text-light-danger-hover-weak\/55:hover {
  color:rgb(212 51 0 / 0.55);
}
.hover\:n-text-light-danger-hover-weak\/60:hover {
  color:rgb(212 51 0 / 0.6);
}
.hover\:n-text-light-danger-hover-weak\/65:hover {
  color:rgb(212 51 0 / 0.65);
}
.hover\:n-text-light-danger-hover-weak\/70:hover {
  color:rgb(212 51 0 / 0.7);
}
.hover\:n-text-light-danger-hover-weak\/75:hover {
  color:rgb(212 51 0 / 0.75);
}
.hover\:n-text-light-danger-hover-weak\/80:hover {
  color:rgb(212 51 0 / 0.8);
}
.hover\:n-text-light-danger-hover-weak\/85:hover {
  color:rgb(212 51 0 / 0.85);
}
.hover\:n-text-light-danger-hover-weak\/90:hover {
  color:rgb(212 51 0 / 0.9);
}
.hover\:n-text-light-danger-hover-weak\/95:hover {
  color:rgb(212 51 0 / 0.95);
}
.hover\:n-text-light-danger-icon:hover {
  --tw-text-opacity:1;
  color:rgb(187 45 0 / var(--tw-text-opacity));
}
.hover\:n-text-light-danger-icon\/0:hover {
  color:rgb(187 45 0 / 0);
}
.hover\:n-text-light-danger-icon\/10:hover {
  color:rgb(187 45 0 / 0.1);
}
.hover\:n-text-light-danger-icon\/100:hover {
  color:rgb(187 45 0 / 1);
}
.hover\:n-text-light-danger-icon\/15:hover {
  color:rgb(187 45 0 / 0.15);
}
.hover\:n-text-light-danger-icon\/20:hover {
  color:rgb(187 45 0 / 0.2);
}
.hover\:n-text-light-danger-icon\/25:hover {
  color:rgb(187 45 0 / 0.25);
}
.hover\:n-text-light-danger-icon\/30:hover {
  color:rgb(187 45 0 / 0.3);
}
.hover\:n-text-light-danger-icon\/35:hover {
  color:rgb(187 45 0 / 0.35);
}
.hover\:n-text-light-danger-icon\/40:hover {
  color:rgb(187 45 0 / 0.4);
}
.hover\:n-text-light-danger-icon\/45:hover {
  color:rgb(187 45 0 / 0.45);
}
.hover\:n-text-light-danger-icon\/5:hover {
  color:rgb(187 45 0 / 0.05);
}
.hover\:n-text-light-danger-icon\/50:hover {
  color:rgb(187 45 0 / 0.5);
}
.hover\:n-text-light-danger-icon\/55:hover {
  color:rgb(187 45 0 / 0.55);
}
.hover\:n-text-light-danger-icon\/60:hover {
  color:rgb(187 45 0 / 0.6);
}
.hover\:n-text-light-danger-icon\/65:hover {
  color:rgb(187 45 0 / 0.65);
}
.hover\:n-text-light-danger-icon\/70:hover {
  color:rgb(187 45 0 / 0.7);
}
.hover\:n-text-light-danger-icon\/75:hover {
  color:rgb(187 45 0 / 0.75);
}
.hover\:n-text-light-danger-icon\/80:hover {
  color:rgb(187 45 0 / 0.8);
}
.hover\:n-text-light-danger-icon\/85:hover {
  color:rgb(187 45 0 / 0.85);
}
.hover\:n-text-light-danger-icon\/90:hover {
  color:rgb(187 45 0 / 0.9);
}
.hover\:n-text-light-danger-icon\/95:hover {
  color:rgb(187 45 0 / 0.95);
}
.hover\:n-text-light-danger-pressed-strong:hover {
  --tw-text-opacity:1;
  color:rgb(115 14 0 / var(--tw-text-opacity));
}
.hover\:n-text-light-danger-pressed-strong\/0:hover {
  color:rgb(115 14 0 / 0);
}
.hover\:n-text-light-danger-pressed-strong\/10:hover {
  color:rgb(115 14 0 / 0.1);
}
.hover\:n-text-light-danger-pressed-strong\/100:hover {
  color:rgb(115 14 0 / 1);
}
.hover\:n-text-light-danger-pressed-strong\/15:hover {
  color:rgb(115 14 0 / 0.15);
}
.hover\:n-text-light-danger-pressed-strong\/20:hover {
  color:rgb(115 14 0 / 0.2);
}
.hover\:n-text-light-danger-pressed-strong\/25:hover {
  color:rgb(115 14 0 / 0.25);
}
.hover\:n-text-light-danger-pressed-strong\/30:hover {
  color:rgb(115 14 0 / 0.3);
}
.hover\:n-text-light-danger-pressed-strong\/35:hover {
  color:rgb(115 14 0 / 0.35);
}
.hover\:n-text-light-danger-pressed-strong\/40:hover {
  color:rgb(115 14 0 / 0.4);
}
.hover\:n-text-light-danger-pressed-strong\/45:hover {
  color:rgb(115 14 0 / 0.45);
}
.hover\:n-text-light-danger-pressed-strong\/5:hover {
  color:rgb(115 14 0 / 0.05);
}
.hover\:n-text-light-danger-pressed-strong\/50:hover {
  color:rgb(115 14 0 / 0.5);
}
.hover\:n-text-light-danger-pressed-strong\/55:hover {
  color:rgb(115 14 0 / 0.55);
}
.hover\:n-text-light-danger-pressed-strong\/60:hover {
  color:rgb(115 14 0 / 0.6);
}
.hover\:n-text-light-danger-pressed-strong\/65:hover {
  color:rgb(115 14 0 / 0.65);
}
.hover\:n-text-light-danger-pressed-strong\/70:hover {
  color:rgb(115 14 0 / 0.7);
}
.hover\:n-text-light-danger-pressed-strong\/75:hover {
  color:rgb(115 14 0 / 0.75);
}
.hover\:n-text-light-danger-pressed-strong\/80:hover {
  color:rgb(115 14 0 / 0.8);
}
.hover\:n-text-light-danger-pressed-strong\/85:hover {
  color:rgb(115 14 0 / 0.85);
}
.hover\:n-text-light-danger-pressed-strong\/90:hover {
  color:rgb(115 14 0 / 0.9);
}
.hover\:n-text-light-danger-pressed-strong\/95:hover {
  color:rgb(115 14 0 / 0.95);
}
.hover\:n-text-light-danger-pressed-weak:hover {
  --tw-text-opacity:1;
  color:rgb(212 51 0 / var(--tw-text-opacity));
}
.hover\:n-text-light-danger-pressed-weak\/0:hover {
  color:rgb(212 51 0 / 0);
}
.hover\:n-text-light-danger-pressed-weak\/10:hover {
  color:rgb(212 51 0 / 0.1);
}
.hover\:n-text-light-danger-pressed-weak\/100:hover {
  color:rgb(212 51 0 / 1);
}
.hover\:n-text-light-danger-pressed-weak\/15:hover {
  color:rgb(212 51 0 / 0.15);
}
.hover\:n-text-light-danger-pressed-weak\/20:hover {
  color:rgb(212 51 0 / 0.2);
}
.hover\:n-text-light-danger-pressed-weak\/25:hover {
  color:rgb(212 51 0 / 0.25);
}
.hover\:n-text-light-danger-pressed-weak\/30:hover {
  color:rgb(212 51 0 / 0.3);
}
.hover\:n-text-light-danger-pressed-weak\/35:hover {
  color:rgb(212 51 0 / 0.35);
}
.hover\:n-text-light-danger-pressed-weak\/40:hover {
  color:rgb(212 51 0 / 0.4);
}
.hover\:n-text-light-danger-pressed-weak\/45:hover {
  color:rgb(212 51 0 / 0.45);
}
.hover\:n-text-light-danger-pressed-weak\/5:hover {
  color:rgb(212 51 0 / 0.05);
}
.hover\:n-text-light-danger-pressed-weak\/50:hover {
  color:rgb(212 51 0 / 0.5);
}
.hover\:n-text-light-danger-pressed-weak\/55:hover {
  color:rgb(212 51 0 / 0.55);
}
.hover\:n-text-light-danger-pressed-weak\/60:hover {
  color:rgb(212 51 0 / 0.6);
}
.hover\:n-text-light-danger-pressed-weak\/65:hover {
  color:rgb(212 51 0 / 0.65);
}
.hover\:n-text-light-danger-pressed-weak\/70:hover {
  color:rgb(212 51 0 / 0.7);
}
.hover\:n-text-light-danger-pressed-weak\/75:hover {
  color:rgb(212 51 0 / 0.75);
}
.hover\:n-text-light-danger-pressed-weak\/80:hover {
  color:rgb(212 51 0 / 0.8);
}
.hover\:n-text-light-danger-pressed-weak\/85:hover {
  color:rgb(212 51 0 / 0.85);
}
.hover\:n-text-light-danger-pressed-weak\/90:hover {
  color:rgb(212 51 0 / 0.9);
}
.hover\:n-text-light-danger-pressed-weak\/95:hover {
  color:rgb(212 51 0 / 0.95);
}
.hover\:n-text-light-danger-text:hover {
  --tw-text-opacity:1;
  color:rgb(187 45 0 / var(--tw-text-opacity));
}
.hover\:n-text-light-danger-text\/0:hover {
  color:rgb(187 45 0 / 0);
}
.hover\:n-text-light-danger-text\/10:hover {
  color:rgb(187 45 0 / 0.1);
}
.hover\:n-text-light-danger-text\/100:hover {
  color:rgb(187 45 0 / 1);
}
.hover\:n-text-light-danger-text\/15:hover {
  color:rgb(187 45 0 / 0.15);
}
.hover\:n-text-light-danger-text\/20:hover {
  color:rgb(187 45 0 / 0.2);
}
.hover\:n-text-light-danger-text\/25:hover {
  color:rgb(187 45 0 / 0.25);
}
.hover\:n-text-light-danger-text\/30:hover {
  color:rgb(187 45 0 / 0.3);
}
.hover\:n-text-light-danger-text\/35:hover {
  color:rgb(187 45 0 / 0.35);
}
.hover\:n-text-light-danger-text\/40:hover {
  color:rgb(187 45 0 / 0.4);
}
.hover\:n-text-light-danger-text\/45:hover {
  color:rgb(187 45 0 / 0.45);
}
.hover\:n-text-light-danger-text\/5:hover {
  color:rgb(187 45 0 / 0.05);
}
.hover\:n-text-light-danger-text\/50:hover {
  color:rgb(187 45 0 / 0.5);
}
.hover\:n-text-light-danger-text\/55:hover {
  color:rgb(187 45 0 / 0.55);
}
.hover\:n-text-light-danger-text\/60:hover {
  color:rgb(187 45 0 / 0.6);
}
.hover\:n-text-light-danger-text\/65:hover {
  color:rgb(187 45 0 / 0.65);
}
.hover\:n-text-light-danger-text\/70:hover {
  color:rgb(187 45 0 / 0.7);
}
.hover\:n-text-light-danger-text\/75:hover {
  color:rgb(187 45 0 / 0.75);
}
.hover\:n-text-light-danger-text\/80:hover {
  color:rgb(187 45 0 / 0.8);
}
.hover\:n-text-light-danger-text\/85:hover {
  color:rgb(187 45 0 / 0.85);
}
.hover\:n-text-light-danger-text\/90:hover {
  color:rgb(187 45 0 / 0.9);
}
.hover\:n-text-light-danger-text\/95:hover {
  color:rgb(187 45 0 / 0.95);
}
.hover\:n-text-light-discovery-bg-status:hover {
  --tw-text-opacity:1;
  color:rgb(117 78 200 / var(--tw-text-opacity));
}
.hover\:n-text-light-discovery-bg-status\/0:hover {
  color:rgb(117 78 200 / 0);
}
.hover\:n-text-light-discovery-bg-status\/10:hover {
  color:rgb(117 78 200 / 0.1);
}
.hover\:n-text-light-discovery-bg-status\/100:hover {
  color:rgb(117 78 200 / 1);
}
.hover\:n-text-light-discovery-bg-status\/15:hover {
  color:rgb(117 78 200 / 0.15);
}
.hover\:n-text-light-discovery-bg-status\/20:hover {
  color:rgb(117 78 200 / 0.2);
}
.hover\:n-text-light-discovery-bg-status\/25:hover {
  color:rgb(117 78 200 / 0.25);
}
.hover\:n-text-light-discovery-bg-status\/30:hover {
  color:rgb(117 78 200 / 0.3);
}
.hover\:n-text-light-discovery-bg-status\/35:hover {
  color:rgb(117 78 200 / 0.35);
}
.hover\:n-text-light-discovery-bg-status\/40:hover {
  color:rgb(117 78 200 / 0.4);
}
.hover\:n-text-light-discovery-bg-status\/45:hover {
  color:rgb(117 78 200 / 0.45);
}
.hover\:n-text-light-discovery-bg-status\/5:hover {
  color:rgb(117 78 200 / 0.05);
}
.hover\:n-text-light-discovery-bg-status\/50:hover {
  color:rgb(117 78 200 / 0.5);
}
.hover\:n-text-light-discovery-bg-status\/55:hover {
  color:rgb(117 78 200 / 0.55);
}
.hover\:n-text-light-discovery-bg-status\/60:hover {
  color:rgb(117 78 200 / 0.6);
}
.hover\:n-text-light-discovery-bg-status\/65:hover {
  color:rgb(117 78 200 / 0.65);
}
.hover\:n-text-light-discovery-bg-status\/70:hover {
  color:rgb(117 78 200 / 0.7);
}
.hover\:n-text-light-discovery-bg-status\/75:hover {
  color:rgb(117 78 200 / 0.75);
}
.hover\:n-text-light-discovery-bg-status\/80:hover {
  color:rgb(117 78 200 / 0.8);
}
.hover\:n-text-light-discovery-bg-status\/85:hover {
  color:rgb(117 78 200 / 0.85);
}
.hover\:n-text-light-discovery-bg-status\/90:hover {
  color:rgb(117 78 200 / 0.9);
}
.hover\:n-text-light-discovery-bg-status\/95:hover {
  color:rgb(117 78 200 / 0.95);
}
.hover\:n-text-light-discovery-bg-strong:hover {
  --tw-text-opacity:1;
  color:rgb(90 52 170 / var(--tw-text-opacity));
}
.hover\:n-text-light-discovery-bg-strong\/0:hover {
  color:rgb(90 52 170 / 0);
}
.hover\:n-text-light-discovery-bg-strong\/10:hover {
  color:rgb(90 52 170 / 0.1);
}
.hover\:n-text-light-discovery-bg-strong\/100:hover {
  color:rgb(90 52 170 / 1);
}
.hover\:n-text-light-discovery-bg-strong\/15:hover {
  color:rgb(90 52 170 / 0.15);
}
.hover\:n-text-light-discovery-bg-strong\/20:hover {
  color:rgb(90 52 170 / 0.2);
}
.hover\:n-text-light-discovery-bg-strong\/25:hover {
  color:rgb(90 52 170 / 0.25);
}
.hover\:n-text-light-discovery-bg-strong\/30:hover {
  color:rgb(90 52 170 / 0.3);
}
.hover\:n-text-light-discovery-bg-strong\/35:hover {
  color:rgb(90 52 170 / 0.35);
}
.hover\:n-text-light-discovery-bg-strong\/40:hover {
  color:rgb(90 52 170 / 0.4);
}
.hover\:n-text-light-discovery-bg-strong\/45:hover {
  color:rgb(90 52 170 / 0.45);
}
.hover\:n-text-light-discovery-bg-strong\/5:hover {
  color:rgb(90 52 170 / 0.05);
}
.hover\:n-text-light-discovery-bg-strong\/50:hover {
  color:rgb(90 52 170 / 0.5);
}
.hover\:n-text-light-discovery-bg-strong\/55:hover {
  color:rgb(90 52 170 / 0.55);
}
.hover\:n-text-light-discovery-bg-strong\/60:hover {
  color:rgb(90 52 170 / 0.6);
}
.hover\:n-text-light-discovery-bg-strong\/65:hover {
  color:rgb(90 52 170 / 0.65);
}
.hover\:n-text-light-discovery-bg-strong\/70:hover {
  color:rgb(90 52 170 / 0.7);
}
.hover\:n-text-light-discovery-bg-strong\/75:hover {
  color:rgb(90 52 170 / 0.75);
}
.hover\:n-text-light-discovery-bg-strong\/80:hover {
  color:rgb(90 52 170 / 0.8);
}
.hover\:n-text-light-discovery-bg-strong\/85:hover {
  color:rgb(90 52 170 / 0.85);
}
.hover\:n-text-light-discovery-bg-strong\/90:hover {
  color:rgb(90 52 170 / 0.9);
}
.hover\:n-text-light-discovery-bg-strong\/95:hover {
  color:rgb(90 52 170 / 0.95);
}
.hover\:n-text-light-discovery-bg-weak:hover {
  --tw-text-opacity:1;
  color:rgb(233 222 255 / var(--tw-text-opacity));
}
.hover\:n-text-light-discovery-bg-weak\/0:hover {
  color:rgb(233 222 255 / 0);
}
.hover\:n-text-light-discovery-bg-weak\/10:hover {
  color:rgb(233 222 255 / 0.1);
}
.hover\:n-text-light-discovery-bg-weak\/100:hover {
  color:rgb(233 222 255 / 1);
}
.hover\:n-text-light-discovery-bg-weak\/15:hover {
  color:rgb(233 222 255 / 0.15);
}
.hover\:n-text-light-discovery-bg-weak\/20:hover {
  color:rgb(233 222 255 / 0.2);
}
.hover\:n-text-light-discovery-bg-weak\/25:hover {
  color:rgb(233 222 255 / 0.25);
}
.hover\:n-text-light-discovery-bg-weak\/30:hover {
  color:rgb(233 222 255 / 0.3);
}
.hover\:n-text-light-discovery-bg-weak\/35:hover {
  color:rgb(233 222 255 / 0.35);
}
.hover\:n-text-light-discovery-bg-weak\/40:hover {
  color:rgb(233 222 255 / 0.4);
}
.hover\:n-text-light-discovery-bg-weak\/45:hover {
  color:rgb(233 222 255 / 0.45);
}
.hover\:n-text-light-discovery-bg-weak\/5:hover {
  color:rgb(233 222 255 / 0.05);
}
.hover\:n-text-light-discovery-bg-weak\/50:hover {
  color:rgb(233 222 255 / 0.5);
}
.hover\:n-text-light-discovery-bg-weak\/55:hover {
  color:rgb(233 222 255 / 0.55);
}
.hover\:n-text-light-discovery-bg-weak\/60:hover {
  color:rgb(233 222 255 / 0.6);
}
.hover\:n-text-light-discovery-bg-weak\/65:hover {
  color:rgb(233 222 255 / 0.65);
}
.hover\:n-text-light-discovery-bg-weak\/70:hover {
  color:rgb(233 222 255 / 0.7);
}
.hover\:n-text-light-discovery-bg-weak\/75:hover {
  color:rgb(233 222 255 / 0.75);
}
.hover\:n-text-light-discovery-bg-weak\/80:hover {
  color:rgb(233 222 255 / 0.8);
}
.hover\:n-text-light-discovery-bg-weak\/85:hover {
  color:rgb(233 222 255 / 0.85);
}
.hover\:n-text-light-discovery-bg-weak\/90:hover {
  color:rgb(233 222 255 / 0.9);
}
.hover\:n-text-light-discovery-bg-weak\/95:hover {
  color:rgb(233 222 255 / 0.95);
}
.hover\:n-text-light-discovery-border-strong:hover {
  --tw-text-opacity:1;
  color:rgb(90 52 170 / var(--tw-text-opacity));
}
.hover\:n-text-light-discovery-border-strong\/0:hover {
  color:rgb(90 52 170 / 0);
}
.hover\:n-text-light-discovery-border-strong\/10:hover {
  color:rgb(90 52 170 / 0.1);
}
.hover\:n-text-light-discovery-border-strong\/100:hover {
  color:rgb(90 52 170 / 1);
}
.hover\:n-text-light-discovery-border-strong\/15:hover {
  color:rgb(90 52 170 / 0.15);
}
.hover\:n-text-light-discovery-border-strong\/20:hover {
  color:rgb(90 52 170 / 0.2);
}
.hover\:n-text-light-discovery-border-strong\/25:hover {
  color:rgb(90 52 170 / 0.25);
}
.hover\:n-text-light-discovery-border-strong\/30:hover {
  color:rgb(90 52 170 / 0.3);
}
.hover\:n-text-light-discovery-border-strong\/35:hover {
  color:rgb(90 52 170 / 0.35);
}
.hover\:n-text-light-discovery-border-strong\/40:hover {
  color:rgb(90 52 170 / 0.4);
}
.hover\:n-text-light-discovery-border-strong\/45:hover {
  color:rgb(90 52 170 / 0.45);
}
.hover\:n-text-light-discovery-border-strong\/5:hover {
  color:rgb(90 52 170 / 0.05);
}
.hover\:n-text-light-discovery-border-strong\/50:hover {
  color:rgb(90 52 170 / 0.5);
}
.hover\:n-text-light-discovery-border-strong\/55:hover {
  color:rgb(90 52 170 / 0.55);
}
.hover\:n-text-light-discovery-border-strong\/60:hover {
  color:rgb(90 52 170 / 0.6);
}
.hover\:n-text-light-discovery-border-strong\/65:hover {
  color:rgb(90 52 170 / 0.65);
}
.hover\:n-text-light-discovery-border-strong\/70:hover {
  color:rgb(90 52 170 / 0.7);
}
.hover\:n-text-light-discovery-border-strong\/75:hover {
  color:rgb(90 52 170 / 0.75);
}
.hover\:n-text-light-discovery-border-strong\/80:hover {
  color:rgb(90 52 170 / 0.8);
}
.hover\:n-text-light-discovery-border-strong\/85:hover {
  color:rgb(90 52 170 / 0.85);
}
.hover\:n-text-light-discovery-border-strong\/90:hover {
  color:rgb(90 52 170 / 0.9);
}
.hover\:n-text-light-discovery-border-strong\/95:hover {
  color:rgb(90 52 170 / 0.95);
}
.hover\:n-text-light-discovery-border-weak:hover {
  --tw-text-opacity:1;
  color:rgb(179 142 255 / var(--tw-text-opacity));
}
.hover\:n-text-light-discovery-border-weak\/0:hover {
  color:rgb(179 142 255 / 0);
}
.hover\:n-text-light-discovery-border-weak\/10:hover {
  color:rgb(179 142 255 / 0.1);
}
.hover\:n-text-light-discovery-border-weak\/100:hover {
  color:rgb(179 142 255 / 1);
}
.hover\:n-text-light-discovery-border-weak\/15:hover {
  color:rgb(179 142 255 / 0.15);
}
.hover\:n-text-light-discovery-border-weak\/20:hover {
  color:rgb(179 142 255 / 0.2);
}
.hover\:n-text-light-discovery-border-weak\/25:hover {
  color:rgb(179 142 255 / 0.25);
}
.hover\:n-text-light-discovery-border-weak\/30:hover {
  color:rgb(179 142 255 / 0.3);
}
.hover\:n-text-light-discovery-border-weak\/35:hover {
  color:rgb(179 142 255 / 0.35);
}
.hover\:n-text-light-discovery-border-weak\/40:hover {
  color:rgb(179 142 255 / 0.4);
}
.hover\:n-text-light-discovery-border-weak\/45:hover {
  color:rgb(179 142 255 / 0.45);
}
.hover\:n-text-light-discovery-border-weak\/5:hover {
  color:rgb(179 142 255 / 0.05);
}
.hover\:n-text-light-discovery-border-weak\/50:hover {
  color:rgb(179 142 255 / 0.5);
}
.hover\:n-text-light-discovery-border-weak\/55:hover {
  color:rgb(179 142 255 / 0.55);
}
.hover\:n-text-light-discovery-border-weak\/60:hover {
  color:rgb(179 142 255 / 0.6);
}
.hover\:n-text-light-discovery-border-weak\/65:hover {
  color:rgb(179 142 255 / 0.65);
}
.hover\:n-text-light-discovery-border-weak\/70:hover {
  color:rgb(179 142 255 / 0.7);
}
.hover\:n-text-light-discovery-border-weak\/75:hover {
  color:rgb(179 142 255 / 0.75);
}
.hover\:n-text-light-discovery-border-weak\/80:hover {
  color:rgb(179 142 255 / 0.8);
}
.hover\:n-text-light-discovery-border-weak\/85:hover {
  color:rgb(179 142 255 / 0.85);
}
.hover\:n-text-light-discovery-border-weak\/90:hover {
  color:rgb(179 142 255 / 0.9);
}
.hover\:n-text-light-discovery-border-weak\/95:hover {
  color:rgb(179 142 255 / 0.95);
}
.hover\:n-text-light-discovery-icon:hover {
  --tw-text-opacity:1;
  color:rgb(90 52 170 / var(--tw-text-opacity));
}
.hover\:n-text-light-discovery-icon\/0:hover {
  color:rgb(90 52 170 / 0);
}
.hover\:n-text-light-discovery-icon\/10:hover {
  color:rgb(90 52 170 / 0.1);
}
.hover\:n-text-light-discovery-icon\/100:hover {
  color:rgb(90 52 170 / 1);
}
.hover\:n-text-light-discovery-icon\/15:hover {
  color:rgb(90 52 170 / 0.15);
}
.hover\:n-text-light-discovery-icon\/20:hover {
  color:rgb(90 52 170 / 0.2);
}
.hover\:n-text-light-discovery-icon\/25:hover {
  color:rgb(90 52 170 / 0.25);
}
.hover\:n-text-light-discovery-icon\/30:hover {
  color:rgb(90 52 170 / 0.3);
}
.hover\:n-text-light-discovery-icon\/35:hover {
  color:rgb(90 52 170 / 0.35);
}
.hover\:n-text-light-discovery-icon\/40:hover {
  color:rgb(90 52 170 / 0.4);
}
.hover\:n-text-light-discovery-icon\/45:hover {
  color:rgb(90 52 170 / 0.45);
}
.hover\:n-text-light-discovery-icon\/5:hover {
  color:rgb(90 52 170 / 0.05);
}
.hover\:n-text-light-discovery-icon\/50:hover {
  color:rgb(90 52 170 / 0.5);
}
.hover\:n-text-light-discovery-icon\/55:hover {
  color:rgb(90 52 170 / 0.55);
}
.hover\:n-text-light-discovery-icon\/60:hover {
  color:rgb(90 52 170 / 0.6);
}
.hover\:n-text-light-discovery-icon\/65:hover {
  color:rgb(90 52 170 / 0.65);
}
.hover\:n-text-light-discovery-icon\/70:hover {
  color:rgb(90 52 170 / 0.7);
}
.hover\:n-text-light-discovery-icon\/75:hover {
  color:rgb(90 52 170 / 0.75);
}
.hover\:n-text-light-discovery-icon\/80:hover {
  color:rgb(90 52 170 / 0.8);
}
.hover\:n-text-light-discovery-icon\/85:hover {
  color:rgb(90 52 170 / 0.85);
}
.hover\:n-text-light-discovery-icon\/90:hover {
  color:rgb(90 52 170 / 0.9);
}
.hover\:n-text-light-discovery-icon\/95:hover {
  color:rgb(90 52 170 / 0.95);
}
.hover\:n-text-light-discovery-text:hover {
  --tw-text-opacity:1;
  color:rgb(90 52 170 / var(--tw-text-opacity));
}
.hover\:n-text-light-discovery-text\/0:hover {
  color:rgb(90 52 170 / 0);
}
.hover\:n-text-light-discovery-text\/10:hover {
  color:rgb(90 52 170 / 0.1);
}
.hover\:n-text-light-discovery-text\/100:hover {
  color:rgb(90 52 170 / 1);
}
.hover\:n-text-light-discovery-text\/15:hover {
  color:rgb(90 52 170 / 0.15);
}
.hover\:n-text-light-discovery-text\/20:hover {
  color:rgb(90 52 170 / 0.2);
}
.hover\:n-text-light-discovery-text\/25:hover {
  color:rgb(90 52 170 / 0.25);
}
.hover\:n-text-light-discovery-text\/30:hover {
  color:rgb(90 52 170 / 0.3);
}
.hover\:n-text-light-discovery-text\/35:hover {
  color:rgb(90 52 170 / 0.35);
}
.hover\:n-text-light-discovery-text\/40:hover {
  color:rgb(90 52 170 / 0.4);
}
.hover\:n-text-light-discovery-text\/45:hover {
  color:rgb(90 52 170 / 0.45);
}
.hover\:n-text-light-discovery-text\/5:hover {
  color:rgb(90 52 170 / 0.05);
}
.hover\:n-text-light-discovery-text\/50:hover {
  color:rgb(90 52 170 / 0.5);
}
.hover\:n-text-light-discovery-text\/55:hover {
  color:rgb(90 52 170 / 0.55);
}
.hover\:n-text-light-discovery-text\/60:hover {
  color:rgb(90 52 170 / 0.6);
}
.hover\:n-text-light-discovery-text\/65:hover {
  color:rgb(90 52 170 / 0.65);
}
.hover\:n-text-light-discovery-text\/70:hover {
  color:rgb(90 52 170 / 0.7);
}
.hover\:n-text-light-discovery-text\/75:hover {
  color:rgb(90 52 170 / 0.75);
}
.hover\:n-text-light-discovery-text\/80:hover {
  color:rgb(90 52 170 / 0.8);
}
.hover\:n-text-light-discovery-text\/85:hover {
  color:rgb(90 52 170 / 0.85);
}
.hover\:n-text-light-discovery-text\/90:hover {
  color:rgb(90 52 170 / 0.9);
}
.hover\:n-text-light-discovery-text\/95:hover {
  color:rgb(90 52 170 / 0.95);
}
.hover\:n-text-light-neutral-bg-default:hover {
  --tw-text-opacity:1;
  color:rgb(245 246 246 / var(--tw-text-opacity));
}
.hover\:n-text-light-neutral-bg-default\/0:hover {
  color:rgb(245 246 246 / 0);
}
.hover\:n-text-light-neutral-bg-default\/10:hover {
  color:rgb(245 246 246 / 0.1);
}
.hover\:n-text-light-neutral-bg-default\/100:hover {
  color:rgb(245 246 246 / 1);
}
.hover\:n-text-light-neutral-bg-default\/15:hover {
  color:rgb(245 246 246 / 0.15);
}
.hover\:n-text-light-neutral-bg-default\/20:hover {
  color:rgb(245 246 246 / 0.2);
}
.hover\:n-text-light-neutral-bg-default\/25:hover {
  color:rgb(245 246 246 / 0.25);
}
.hover\:n-text-light-neutral-bg-default\/30:hover {
  color:rgb(245 246 246 / 0.3);
}
.hover\:n-text-light-neutral-bg-default\/35:hover {
  color:rgb(245 246 246 / 0.35);
}
.hover\:n-text-light-neutral-bg-default\/40:hover {
  color:rgb(245 246 246 / 0.4);
}
.hover\:n-text-light-neutral-bg-default\/45:hover {
  color:rgb(245 246 246 / 0.45);
}
.hover\:n-text-light-neutral-bg-default\/5:hover {
  color:rgb(245 246 246 / 0.05);
}
.hover\:n-text-light-neutral-bg-default\/50:hover {
  color:rgb(245 246 246 / 0.5);
}
.hover\:n-text-light-neutral-bg-default\/55:hover {
  color:rgb(245 246 246 / 0.55);
}
.hover\:n-text-light-neutral-bg-default\/60:hover {
  color:rgb(245 246 246 / 0.6);
}
.hover\:n-text-light-neutral-bg-default\/65:hover {
  color:rgb(245 246 246 / 0.65);
}
.hover\:n-text-light-neutral-bg-default\/70:hover {
  color:rgb(245 246 246 / 0.7);
}
.hover\:n-text-light-neutral-bg-default\/75:hover {
  color:rgb(245 246 246 / 0.75);
}
.hover\:n-text-light-neutral-bg-default\/80:hover {
  color:rgb(245 246 246 / 0.8);
}
.hover\:n-text-light-neutral-bg-default\/85:hover {
  color:rgb(245 246 246 / 0.85);
}
.hover\:n-text-light-neutral-bg-default\/90:hover {
  color:rgb(245 246 246 / 0.9);
}
.hover\:n-text-light-neutral-bg-default\/95:hover {
  color:rgb(245 246 246 / 0.95);
}
.hover\:n-text-light-neutral-bg-on-bg-weak:hover {
  --tw-text-opacity:1;
  color:rgb(245 246 246 / var(--tw-text-opacity));
}
.hover\:n-text-light-neutral-bg-on-bg-weak\/0:hover {
  color:rgb(245 246 246 / 0);
}
.hover\:n-text-light-neutral-bg-on-bg-weak\/10:hover {
  color:rgb(245 246 246 / 0.1);
}
.hover\:n-text-light-neutral-bg-on-bg-weak\/100:hover {
  color:rgb(245 246 246 / 1);
}
.hover\:n-text-light-neutral-bg-on-bg-weak\/15:hover {
  color:rgb(245 246 246 / 0.15);
}
.hover\:n-text-light-neutral-bg-on-bg-weak\/20:hover {
  color:rgb(245 246 246 / 0.2);
}
.hover\:n-text-light-neutral-bg-on-bg-weak\/25:hover {
  color:rgb(245 246 246 / 0.25);
}
.hover\:n-text-light-neutral-bg-on-bg-weak\/30:hover {
  color:rgb(245 246 246 / 0.3);
}
.hover\:n-text-light-neutral-bg-on-bg-weak\/35:hover {
  color:rgb(245 246 246 / 0.35);
}
.hover\:n-text-light-neutral-bg-on-bg-weak\/40:hover {
  color:rgb(245 246 246 / 0.4);
}
.hover\:n-text-light-neutral-bg-on-bg-weak\/45:hover {
  color:rgb(245 246 246 / 0.45);
}
.hover\:n-text-light-neutral-bg-on-bg-weak\/5:hover {
  color:rgb(245 246 246 / 0.05);
}
.hover\:n-text-light-neutral-bg-on-bg-weak\/50:hover {
  color:rgb(245 246 246 / 0.5);
}
.hover\:n-text-light-neutral-bg-on-bg-weak\/55:hover {
  color:rgb(245 246 246 / 0.55);
}
.hover\:n-text-light-neutral-bg-on-bg-weak\/60:hover {
  color:rgb(245 246 246 / 0.6);
}
.hover\:n-text-light-neutral-bg-on-bg-weak\/65:hover {
  color:rgb(245 246 246 / 0.65);
}
.hover\:n-text-light-neutral-bg-on-bg-weak\/70:hover {
  color:rgb(245 246 246 / 0.7);
}
.hover\:n-text-light-neutral-bg-on-bg-weak\/75:hover {
  color:rgb(245 246 246 / 0.75);
}
.hover\:n-text-light-neutral-bg-on-bg-weak\/80:hover {
  color:rgb(245 246 246 / 0.8);
}
.hover\:n-text-light-neutral-bg-on-bg-weak\/85:hover {
  color:rgb(245 246 246 / 0.85);
}
.hover\:n-text-light-neutral-bg-on-bg-weak\/90:hover {
  color:rgb(245 246 246 / 0.9);
}
.hover\:n-text-light-neutral-bg-on-bg-weak\/95:hover {
  color:rgb(245 246 246 / 0.95);
}
.hover\:n-text-light-neutral-bg-status:hover {
  --tw-text-opacity:1;
  color:rgb(168 172 178 / var(--tw-text-opacity));
}
.hover\:n-text-light-neutral-bg-status\/0:hover {
  color:rgb(168 172 178 / 0);
}
.hover\:n-text-light-neutral-bg-status\/10:hover {
  color:rgb(168 172 178 / 0.1);
}
.hover\:n-text-light-neutral-bg-status\/100:hover {
  color:rgb(168 172 178 / 1);
}
.hover\:n-text-light-neutral-bg-status\/15:hover {
  color:rgb(168 172 178 / 0.15);
}
.hover\:n-text-light-neutral-bg-status\/20:hover {
  color:rgb(168 172 178 / 0.2);
}
.hover\:n-text-light-neutral-bg-status\/25:hover {
  color:rgb(168 172 178 / 0.25);
}
.hover\:n-text-light-neutral-bg-status\/30:hover {
  color:rgb(168 172 178 / 0.3);
}
.hover\:n-text-light-neutral-bg-status\/35:hover {
  color:rgb(168 172 178 / 0.35);
}
.hover\:n-text-light-neutral-bg-status\/40:hover {
  color:rgb(168 172 178 / 0.4);
}
.hover\:n-text-light-neutral-bg-status\/45:hover {
  color:rgb(168 172 178 / 0.45);
}
.hover\:n-text-light-neutral-bg-status\/5:hover {
  color:rgb(168 172 178 / 0.05);
}
.hover\:n-text-light-neutral-bg-status\/50:hover {
  color:rgb(168 172 178 / 0.5);
}
.hover\:n-text-light-neutral-bg-status\/55:hover {
  color:rgb(168 172 178 / 0.55);
}
.hover\:n-text-light-neutral-bg-status\/60:hover {
  color:rgb(168 172 178 / 0.6);
}
.hover\:n-text-light-neutral-bg-status\/65:hover {
  color:rgb(168 172 178 / 0.65);
}
.hover\:n-text-light-neutral-bg-status\/70:hover {
  color:rgb(168 172 178 / 0.7);
}
.hover\:n-text-light-neutral-bg-status\/75:hover {
  color:rgb(168 172 178 / 0.75);
}
.hover\:n-text-light-neutral-bg-status\/80:hover {
  color:rgb(168 172 178 / 0.8);
}
.hover\:n-text-light-neutral-bg-status\/85:hover {
  color:rgb(168 172 178 / 0.85);
}
.hover\:n-text-light-neutral-bg-status\/90:hover {
  color:rgb(168 172 178 / 0.9);
}
.hover\:n-text-light-neutral-bg-status\/95:hover {
  color:rgb(168 172 178 / 0.95);
}
.hover\:n-text-light-neutral-bg-strong:hover {
  --tw-text-opacity:1;
  color:rgb(226 227 229 / var(--tw-text-opacity));
}
.hover\:n-text-light-neutral-bg-strong\/0:hover {
  color:rgb(226 227 229 / 0);
}
.hover\:n-text-light-neutral-bg-strong\/10:hover {
  color:rgb(226 227 229 / 0.1);
}
.hover\:n-text-light-neutral-bg-strong\/100:hover {
  color:rgb(226 227 229 / 1);
}
.hover\:n-text-light-neutral-bg-strong\/15:hover {
  color:rgb(226 227 229 / 0.15);
}
.hover\:n-text-light-neutral-bg-strong\/20:hover {
  color:rgb(226 227 229 / 0.2);
}
.hover\:n-text-light-neutral-bg-strong\/25:hover {
  color:rgb(226 227 229 / 0.25);
}
.hover\:n-text-light-neutral-bg-strong\/30:hover {
  color:rgb(226 227 229 / 0.3);
}
.hover\:n-text-light-neutral-bg-strong\/35:hover {
  color:rgb(226 227 229 / 0.35);
}
.hover\:n-text-light-neutral-bg-strong\/40:hover {
  color:rgb(226 227 229 / 0.4);
}
.hover\:n-text-light-neutral-bg-strong\/45:hover {
  color:rgb(226 227 229 / 0.45);
}
.hover\:n-text-light-neutral-bg-strong\/5:hover {
  color:rgb(226 227 229 / 0.05);
}
.hover\:n-text-light-neutral-bg-strong\/50:hover {
  color:rgb(226 227 229 / 0.5);
}
.hover\:n-text-light-neutral-bg-strong\/55:hover {
  color:rgb(226 227 229 / 0.55);
}
.hover\:n-text-light-neutral-bg-strong\/60:hover {
  color:rgb(226 227 229 / 0.6);
}
.hover\:n-text-light-neutral-bg-strong\/65:hover {
  color:rgb(226 227 229 / 0.65);
}
.hover\:n-text-light-neutral-bg-strong\/70:hover {
  color:rgb(226 227 229 / 0.7);
}
.hover\:n-text-light-neutral-bg-strong\/75:hover {
  color:rgb(226 227 229 / 0.75);
}
.hover\:n-text-light-neutral-bg-strong\/80:hover {
  color:rgb(226 227 229 / 0.8);
}
.hover\:n-text-light-neutral-bg-strong\/85:hover {
  color:rgb(226 227 229 / 0.85);
}
.hover\:n-text-light-neutral-bg-strong\/90:hover {
  color:rgb(226 227 229 / 0.9);
}
.hover\:n-text-light-neutral-bg-strong\/95:hover {
  color:rgb(226 227 229 / 0.95);
}
.hover\:n-text-light-neutral-bg-stronger:hover {
  --tw-text-opacity:1;
  color:rgb(168 172 178 / var(--tw-text-opacity));
}
.hover\:n-text-light-neutral-bg-stronger\/0:hover {
  color:rgb(168 172 178 / 0);
}
.hover\:n-text-light-neutral-bg-stronger\/10:hover {
  color:rgb(168 172 178 / 0.1);
}
.hover\:n-text-light-neutral-bg-stronger\/100:hover {
  color:rgb(168 172 178 / 1);
}
.hover\:n-text-light-neutral-bg-stronger\/15:hover {
  color:rgb(168 172 178 / 0.15);
}
.hover\:n-text-light-neutral-bg-stronger\/20:hover {
  color:rgb(168 172 178 / 0.2);
}
.hover\:n-text-light-neutral-bg-stronger\/25:hover {
  color:rgb(168 172 178 / 0.25);
}
.hover\:n-text-light-neutral-bg-stronger\/30:hover {
  color:rgb(168 172 178 / 0.3);
}
.hover\:n-text-light-neutral-bg-stronger\/35:hover {
  color:rgb(168 172 178 / 0.35);
}
.hover\:n-text-light-neutral-bg-stronger\/40:hover {
  color:rgb(168 172 178 / 0.4);
}
.hover\:n-text-light-neutral-bg-stronger\/45:hover {
  color:rgb(168 172 178 / 0.45);
}
.hover\:n-text-light-neutral-bg-stronger\/5:hover {
  color:rgb(168 172 178 / 0.05);
}
.hover\:n-text-light-neutral-bg-stronger\/50:hover {
  color:rgb(168 172 178 / 0.5);
}
.hover\:n-text-light-neutral-bg-stronger\/55:hover {
  color:rgb(168 172 178 / 0.55);
}
.hover\:n-text-light-neutral-bg-stronger\/60:hover {
  color:rgb(168 172 178 / 0.6);
}
.hover\:n-text-light-neutral-bg-stronger\/65:hover {
  color:rgb(168 172 178 / 0.65);
}
.hover\:n-text-light-neutral-bg-stronger\/70:hover {
  color:rgb(168 172 178 / 0.7);
}
.hover\:n-text-light-neutral-bg-stronger\/75:hover {
  color:rgb(168 172 178 / 0.75);
}
.hover\:n-text-light-neutral-bg-stronger\/80:hover {
  color:rgb(168 172 178 / 0.8);
}
.hover\:n-text-light-neutral-bg-stronger\/85:hover {
  color:rgb(168 172 178 / 0.85);
}
.hover\:n-text-light-neutral-bg-stronger\/90:hover {
  color:rgb(168 172 178 / 0.9);
}
.hover\:n-text-light-neutral-bg-stronger\/95:hover {
  color:rgb(168 172 178 / 0.95);
}
.hover\:n-text-light-neutral-bg-strongest:hover {
  --tw-text-opacity:1;
  color:rgb(60 63 68 / var(--tw-text-opacity));
}
.hover\:n-text-light-neutral-bg-strongest\/0:hover {
  color:rgb(60 63 68 / 0);
}
.hover\:n-text-light-neutral-bg-strongest\/10:hover {
  color:rgb(60 63 68 / 0.1);
}
.hover\:n-text-light-neutral-bg-strongest\/100:hover {
  color:rgb(60 63 68 / 1);
}
.hover\:n-text-light-neutral-bg-strongest\/15:hover {
  color:rgb(60 63 68 / 0.15);
}
.hover\:n-text-light-neutral-bg-strongest\/20:hover {
  color:rgb(60 63 68 / 0.2);
}
.hover\:n-text-light-neutral-bg-strongest\/25:hover {
  color:rgb(60 63 68 / 0.25);
}
.hover\:n-text-light-neutral-bg-strongest\/30:hover {
  color:rgb(60 63 68 / 0.3);
}
.hover\:n-text-light-neutral-bg-strongest\/35:hover {
  color:rgb(60 63 68 / 0.35);
}
.hover\:n-text-light-neutral-bg-strongest\/40:hover {
  color:rgb(60 63 68 / 0.4);
}
.hover\:n-text-light-neutral-bg-strongest\/45:hover {
  color:rgb(60 63 68 / 0.45);
}
.hover\:n-text-light-neutral-bg-strongest\/5:hover {
  color:rgb(60 63 68 / 0.05);
}
.hover\:n-text-light-neutral-bg-strongest\/50:hover {
  color:rgb(60 63 68 / 0.5);
}
.hover\:n-text-light-neutral-bg-strongest\/55:hover {
  color:rgb(60 63 68 / 0.55);
}
.hover\:n-text-light-neutral-bg-strongest\/60:hover {
  color:rgb(60 63 68 / 0.6);
}
.hover\:n-text-light-neutral-bg-strongest\/65:hover {
  color:rgb(60 63 68 / 0.65);
}
.hover\:n-text-light-neutral-bg-strongest\/70:hover {
  color:rgb(60 63 68 / 0.7);
}
.hover\:n-text-light-neutral-bg-strongest\/75:hover {
  color:rgb(60 63 68 / 0.75);
}
.hover\:n-text-light-neutral-bg-strongest\/80:hover {
  color:rgb(60 63 68 / 0.8);
}
.hover\:n-text-light-neutral-bg-strongest\/85:hover {
  color:rgb(60 63 68 / 0.85);
}
.hover\:n-text-light-neutral-bg-strongest\/90:hover {
  color:rgb(60 63 68 / 0.9);
}
.hover\:n-text-light-neutral-bg-strongest\/95:hover {
  color:rgb(60 63 68 / 0.95);
}
.hover\:n-text-light-neutral-bg-weak:hover {
  --tw-text-opacity:1;
  color:rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:n-text-light-neutral-bg-weak\/0:hover {
  color:rgb(255 255 255 / 0);
}
.hover\:n-text-light-neutral-bg-weak\/10:hover {
  color:rgb(255 255 255 / 0.1);
}
.hover\:n-text-light-neutral-bg-weak\/100:hover {
  color:rgb(255 255 255 / 1);
}
.hover\:n-text-light-neutral-bg-weak\/15:hover {
  color:rgb(255 255 255 / 0.15);
}
.hover\:n-text-light-neutral-bg-weak\/20:hover {
  color:rgb(255 255 255 / 0.2);
}
.hover\:n-text-light-neutral-bg-weak\/25:hover {
  color:rgb(255 255 255 / 0.25);
}
.hover\:n-text-light-neutral-bg-weak\/30:hover {
  color:rgb(255 255 255 / 0.3);
}
.hover\:n-text-light-neutral-bg-weak\/35:hover {
  color:rgb(255 255 255 / 0.35);
}
.hover\:n-text-light-neutral-bg-weak\/40:hover {
  color:rgb(255 255 255 / 0.4);
}
.hover\:n-text-light-neutral-bg-weak\/45:hover {
  color:rgb(255 255 255 / 0.45);
}
.hover\:n-text-light-neutral-bg-weak\/5:hover {
  color:rgb(255 255 255 / 0.05);
}
.hover\:n-text-light-neutral-bg-weak\/50:hover {
  color:rgb(255 255 255 / 0.5);
}
.hover\:n-text-light-neutral-bg-weak\/55:hover {
  color:rgb(255 255 255 / 0.55);
}
.hover\:n-text-light-neutral-bg-weak\/60:hover {
  color:rgb(255 255 255 / 0.6);
}
.hover\:n-text-light-neutral-bg-weak\/65:hover {
  color:rgb(255 255 255 / 0.65);
}
.hover\:n-text-light-neutral-bg-weak\/70:hover {
  color:rgb(255 255 255 / 0.7);
}
.hover\:n-text-light-neutral-bg-weak\/75:hover {
  color:rgb(255 255 255 / 0.75);
}
.hover\:n-text-light-neutral-bg-weak\/80:hover {
  color:rgb(255 255 255 / 0.8);
}
.hover\:n-text-light-neutral-bg-weak\/85:hover {
  color:rgb(255 255 255 / 0.85);
}
.hover\:n-text-light-neutral-bg-weak\/90:hover {
  color:rgb(255 255 255 / 0.9);
}
.hover\:n-text-light-neutral-bg-weak\/95:hover {
  color:rgb(255 255 255 / 0.95);
}
.hover\:n-text-light-neutral-border-strong:hover {
  --tw-text-opacity:1;
  color:rgb(187 190 195 / var(--tw-text-opacity));
}
.hover\:n-text-light-neutral-border-strong\/0:hover {
  color:rgb(187 190 195 / 0);
}
.hover\:n-text-light-neutral-border-strong\/10:hover {
  color:rgb(187 190 195 / 0.1);
}
.hover\:n-text-light-neutral-border-strong\/100:hover {
  color:rgb(187 190 195 / 1);
}
.hover\:n-text-light-neutral-border-strong\/15:hover {
  color:rgb(187 190 195 / 0.15);
}
.hover\:n-text-light-neutral-border-strong\/20:hover {
  color:rgb(187 190 195 / 0.2);
}
.hover\:n-text-light-neutral-border-strong\/25:hover {
  color:rgb(187 190 195 / 0.25);
}
.hover\:n-text-light-neutral-border-strong\/30:hover {
  color:rgb(187 190 195 / 0.3);
}
.hover\:n-text-light-neutral-border-strong\/35:hover {
  color:rgb(187 190 195 / 0.35);
}
.hover\:n-text-light-neutral-border-strong\/40:hover {
  color:rgb(187 190 195 / 0.4);
}
.hover\:n-text-light-neutral-border-strong\/45:hover {
  color:rgb(187 190 195 / 0.45);
}
.hover\:n-text-light-neutral-border-strong\/5:hover {
  color:rgb(187 190 195 / 0.05);
}
.hover\:n-text-light-neutral-border-strong\/50:hover {
  color:rgb(187 190 195 / 0.5);
}
.hover\:n-text-light-neutral-border-strong\/55:hover {
  color:rgb(187 190 195 / 0.55);
}
.hover\:n-text-light-neutral-border-strong\/60:hover {
  color:rgb(187 190 195 / 0.6);
}
.hover\:n-text-light-neutral-border-strong\/65:hover {
  color:rgb(187 190 195 / 0.65);
}
.hover\:n-text-light-neutral-border-strong\/70:hover {
  color:rgb(187 190 195 / 0.7);
}
.hover\:n-text-light-neutral-border-strong\/75:hover {
  color:rgb(187 190 195 / 0.75);
}
.hover\:n-text-light-neutral-border-strong\/80:hover {
  color:rgb(187 190 195 / 0.8);
}
.hover\:n-text-light-neutral-border-strong\/85:hover {
  color:rgb(187 190 195 / 0.85);
}
.hover\:n-text-light-neutral-border-strong\/90:hover {
  color:rgb(187 190 195 / 0.9);
}
.hover\:n-text-light-neutral-border-strong\/95:hover {
  color:rgb(187 190 195 / 0.95);
}
.hover\:n-text-light-neutral-border-strongest:hover {
  --tw-text-opacity:1;
  color:rgb(111 117 126 / var(--tw-text-opacity));
}
.hover\:n-text-light-neutral-border-strongest\/0:hover {
  color:rgb(111 117 126 / 0);
}
.hover\:n-text-light-neutral-border-strongest\/10:hover {
  color:rgb(111 117 126 / 0.1);
}
.hover\:n-text-light-neutral-border-strongest\/100:hover {
  color:rgb(111 117 126 / 1);
}
.hover\:n-text-light-neutral-border-strongest\/15:hover {
  color:rgb(111 117 126 / 0.15);
}
.hover\:n-text-light-neutral-border-strongest\/20:hover {
  color:rgb(111 117 126 / 0.2);
}
.hover\:n-text-light-neutral-border-strongest\/25:hover {
  color:rgb(111 117 126 / 0.25);
}
.hover\:n-text-light-neutral-border-strongest\/30:hover {
  color:rgb(111 117 126 / 0.3);
}
.hover\:n-text-light-neutral-border-strongest\/35:hover {
  color:rgb(111 117 126 / 0.35);
}
.hover\:n-text-light-neutral-border-strongest\/40:hover {
  color:rgb(111 117 126 / 0.4);
}
.hover\:n-text-light-neutral-border-strongest\/45:hover {
  color:rgb(111 117 126 / 0.45);
}
.hover\:n-text-light-neutral-border-strongest\/5:hover {
  color:rgb(111 117 126 / 0.05);
}
.hover\:n-text-light-neutral-border-strongest\/50:hover {
  color:rgb(111 117 126 / 0.5);
}
.hover\:n-text-light-neutral-border-strongest\/55:hover {
  color:rgb(111 117 126 / 0.55);
}
.hover\:n-text-light-neutral-border-strongest\/60:hover {
  color:rgb(111 117 126 / 0.6);
}
.hover\:n-text-light-neutral-border-strongest\/65:hover {
  color:rgb(111 117 126 / 0.65);
}
.hover\:n-text-light-neutral-border-strongest\/70:hover {
  color:rgb(111 117 126 / 0.7);
}
.hover\:n-text-light-neutral-border-strongest\/75:hover {
  color:rgb(111 117 126 / 0.75);
}
.hover\:n-text-light-neutral-border-strongest\/80:hover {
  color:rgb(111 117 126 / 0.8);
}
.hover\:n-text-light-neutral-border-strongest\/85:hover {
  color:rgb(111 117 126 / 0.85);
}
.hover\:n-text-light-neutral-border-strongest\/90:hover {
  color:rgb(111 117 126 / 0.9);
}
.hover\:n-text-light-neutral-border-strongest\/95:hover {
  color:rgb(111 117 126 / 0.95);
}
.hover\:n-text-light-neutral-border-weak:hover {
  --tw-text-opacity:1;
  color:rgb(226 227 229 / var(--tw-text-opacity));
}
.hover\:n-text-light-neutral-border-weak\/0:hover {
  color:rgb(226 227 229 / 0);
}
.hover\:n-text-light-neutral-border-weak\/10:hover {
  color:rgb(226 227 229 / 0.1);
}
.hover\:n-text-light-neutral-border-weak\/100:hover {
  color:rgb(226 227 229 / 1);
}
.hover\:n-text-light-neutral-border-weak\/15:hover {
  color:rgb(226 227 229 / 0.15);
}
.hover\:n-text-light-neutral-border-weak\/20:hover {
  color:rgb(226 227 229 / 0.2);
}
.hover\:n-text-light-neutral-border-weak\/25:hover {
  color:rgb(226 227 229 / 0.25);
}
.hover\:n-text-light-neutral-border-weak\/30:hover {
  color:rgb(226 227 229 / 0.3);
}
.hover\:n-text-light-neutral-border-weak\/35:hover {
  color:rgb(226 227 229 / 0.35);
}
.hover\:n-text-light-neutral-border-weak\/40:hover {
  color:rgb(226 227 229 / 0.4);
}
.hover\:n-text-light-neutral-border-weak\/45:hover {
  color:rgb(226 227 229 / 0.45);
}
.hover\:n-text-light-neutral-border-weak\/5:hover {
  color:rgb(226 227 229 / 0.05);
}
.hover\:n-text-light-neutral-border-weak\/50:hover {
  color:rgb(226 227 229 / 0.5);
}
.hover\:n-text-light-neutral-border-weak\/55:hover {
  color:rgb(226 227 229 / 0.55);
}
.hover\:n-text-light-neutral-border-weak\/60:hover {
  color:rgb(226 227 229 / 0.6);
}
.hover\:n-text-light-neutral-border-weak\/65:hover {
  color:rgb(226 227 229 / 0.65);
}
.hover\:n-text-light-neutral-border-weak\/70:hover {
  color:rgb(226 227 229 / 0.7);
}
.hover\:n-text-light-neutral-border-weak\/75:hover {
  color:rgb(226 227 229 / 0.75);
}
.hover\:n-text-light-neutral-border-weak\/80:hover {
  color:rgb(226 227 229 / 0.8);
}
.hover\:n-text-light-neutral-border-weak\/85:hover {
  color:rgb(226 227 229 / 0.85);
}
.hover\:n-text-light-neutral-border-weak\/90:hover {
  color:rgb(226 227 229 / 0.9);
}
.hover\:n-text-light-neutral-border-weak\/95:hover {
  color:rgb(226 227 229 / 0.95);
}
.hover\:n-text-light-neutral-hover:hover {
  --tw-text-opacity:1;
  color:rgb(111 117 126 / var(--tw-text-opacity));
}
.hover\:n-text-light-neutral-hover\/0:hover {
  color:rgb(111 117 126 / 0);
}
.hover\:n-text-light-neutral-hover\/10:hover {
  color:rgb(111 117 126 / 0.1);
}
.hover\:n-text-light-neutral-hover\/100:hover {
  color:rgb(111 117 126 / 1);
}
.hover\:n-text-light-neutral-hover\/15:hover {
  color:rgb(111 117 126 / 0.15);
}
.hover\:n-text-light-neutral-hover\/20:hover {
  color:rgb(111 117 126 / 0.2);
}
.hover\:n-text-light-neutral-hover\/25:hover {
  color:rgb(111 117 126 / 0.25);
}
.hover\:n-text-light-neutral-hover\/30:hover {
  color:rgb(111 117 126 / 0.3);
}
.hover\:n-text-light-neutral-hover\/35:hover {
  color:rgb(111 117 126 / 0.35);
}
.hover\:n-text-light-neutral-hover\/40:hover {
  color:rgb(111 117 126 / 0.4);
}
.hover\:n-text-light-neutral-hover\/45:hover {
  color:rgb(111 117 126 / 0.45);
}
.hover\:n-text-light-neutral-hover\/5:hover {
  color:rgb(111 117 126 / 0.05);
}
.hover\:n-text-light-neutral-hover\/50:hover {
  color:rgb(111 117 126 / 0.5);
}
.hover\:n-text-light-neutral-hover\/55:hover {
  color:rgb(111 117 126 / 0.55);
}
.hover\:n-text-light-neutral-hover\/60:hover {
  color:rgb(111 117 126 / 0.6);
}
.hover\:n-text-light-neutral-hover\/65:hover {
  color:rgb(111 117 126 / 0.65);
}
.hover\:n-text-light-neutral-hover\/70:hover {
  color:rgb(111 117 126 / 0.7);
}
.hover\:n-text-light-neutral-hover\/75:hover {
  color:rgb(111 117 126 / 0.75);
}
.hover\:n-text-light-neutral-hover\/80:hover {
  color:rgb(111 117 126 / 0.8);
}
.hover\:n-text-light-neutral-hover\/85:hover {
  color:rgb(111 117 126 / 0.85);
}
.hover\:n-text-light-neutral-hover\/90:hover {
  color:rgb(111 117 126 / 0.9);
}
.hover\:n-text-light-neutral-hover\/95:hover {
  color:rgb(111 117 126 / 0.95);
}
.hover\:n-text-light-neutral-icon:hover {
  --tw-text-opacity:1;
  color:rgb(77 81 87 / var(--tw-text-opacity));
}
.hover\:n-text-light-neutral-icon\/0:hover {
  color:rgb(77 81 87 / 0);
}
.hover\:n-text-light-neutral-icon\/10:hover {
  color:rgb(77 81 87 / 0.1);
}
.hover\:n-text-light-neutral-icon\/100:hover {
  color:rgb(77 81 87 / 1);
}
.hover\:n-text-light-neutral-icon\/15:hover {
  color:rgb(77 81 87 / 0.15);
}
.hover\:n-text-light-neutral-icon\/20:hover {
  color:rgb(77 81 87 / 0.2);
}
.hover\:n-text-light-neutral-icon\/25:hover {
  color:rgb(77 81 87 / 0.25);
}
.hover\:n-text-light-neutral-icon\/30:hover {
  color:rgb(77 81 87 / 0.3);
}
.hover\:n-text-light-neutral-icon\/35:hover {
  color:rgb(77 81 87 / 0.35);
}
.hover\:n-text-light-neutral-icon\/40:hover {
  color:rgb(77 81 87 / 0.4);
}
.hover\:n-text-light-neutral-icon\/45:hover {
  color:rgb(77 81 87 / 0.45);
}
.hover\:n-text-light-neutral-icon\/5:hover {
  color:rgb(77 81 87 / 0.05);
}
.hover\:n-text-light-neutral-icon\/50:hover {
  color:rgb(77 81 87 / 0.5);
}
.hover\:n-text-light-neutral-icon\/55:hover {
  color:rgb(77 81 87 / 0.55);
}
.hover\:n-text-light-neutral-icon\/60:hover {
  color:rgb(77 81 87 / 0.6);
}
.hover\:n-text-light-neutral-icon\/65:hover {
  color:rgb(77 81 87 / 0.65);
}
.hover\:n-text-light-neutral-icon\/70:hover {
  color:rgb(77 81 87 / 0.7);
}
.hover\:n-text-light-neutral-icon\/75:hover {
  color:rgb(77 81 87 / 0.75);
}
.hover\:n-text-light-neutral-icon\/80:hover {
  color:rgb(77 81 87 / 0.8);
}
.hover\:n-text-light-neutral-icon\/85:hover {
  color:rgb(77 81 87 / 0.85);
}
.hover\:n-text-light-neutral-icon\/90:hover {
  color:rgb(77 81 87 / 0.9);
}
.hover\:n-text-light-neutral-icon\/95:hover {
  color:rgb(77 81 87 / 0.95);
}
.hover\:n-text-light-neutral-pressed:hover {
  --tw-text-opacity:1;
  color:rgb(111 117 126 / var(--tw-text-opacity));
}
.hover\:n-text-light-neutral-pressed\/0:hover {
  color:rgb(111 117 126 / 0);
}
.hover\:n-text-light-neutral-pressed\/10:hover {
  color:rgb(111 117 126 / 0.1);
}
.hover\:n-text-light-neutral-pressed\/100:hover {
  color:rgb(111 117 126 / 1);
}
.hover\:n-text-light-neutral-pressed\/15:hover {
  color:rgb(111 117 126 / 0.15);
}
.hover\:n-text-light-neutral-pressed\/20:hover {
  color:rgb(111 117 126 / 0.2);
}
.hover\:n-text-light-neutral-pressed\/25:hover {
  color:rgb(111 117 126 / 0.25);
}
.hover\:n-text-light-neutral-pressed\/30:hover {
  color:rgb(111 117 126 / 0.3);
}
.hover\:n-text-light-neutral-pressed\/35:hover {
  color:rgb(111 117 126 / 0.35);
}
.hover\:n-text-light-neutral-pressed\/40:hover {
  color:rgb(111 117 126 / 0.4);
}
.hover\:n-text-light-neutral-pressed\/45:hover {
  color:rgb(111 117 126 / 0.45);
}
.hover\:n-text-light-neutral-pressed\/5:hover {
  color:rgb(111 117 126 / 0.05);
}
.hover\:n-text-light-neutral-pressed\/50:hover {
  color:rgb(111 117 126 / 0.5);
}
.hover\:n-text-light-neutral-pressed\/55:hover {
  color:rgb(111 117 126 / 0.55);
}
.hover\:n-text-light-neutral-pressed\/60:hover {
  color:rgb(111 117 126 / 0.6);
}
.hover\:n-text-light-neutral-pressed\/65:hover {
  color:rgb(111 117 126 / 0.65);
}
.hover\:n-text-light-neutral-pressed\/70:hover {
  color:rgb(111 117 126 / 0.7);
}
.hover\:n-text-light-neutral-pressed\/75:hover {
  color:rgb(111 117 126 / 0.75);
}
.hover\:n-text-light-neutral-pressed\/80:hover {
  color:rgb(111 117 126 / 0.8);
}
.hover\:n-text-light-neutral-pressed\/85:hover {
  color:rgb(111 117 126 / 0.85);
}
.hover\:n-text-light-neutral-pressed\/90:hover {
  color:rgb(111 117 126 / 0.9);
}
.hover\:n-text-light-neutral-pressed\/95:hover {
  color:rgb(111 117 126 / 0.95);
}
.hover\:n-text-light-neutral-text-default:hover {
  --tw-text-opacity:1;
  color:rgb(26 27 29 / var(--tw-text-opacity));
}
.hover\:n-text-light-neutral-text-default\/0:hover {
  color:rgb(26 27 29 / 0);
}
.hover\:n-text-light-neutral-text-default\/10:hover {
  color:rgb(26 27 29 / 0.1);
}
.hover\:n-text-light-neutral-text-default\/100:hover {
  color:rgb(26 27 29 / 1);
}
.hover\:n-text-light-neutral-text-default\/15:hover {
  color:rgb(26 27 29 / 0.15);
}
.hover\:n-text-light-neutral-text-default\/20:hover {
  color:rgb(26 27 29 / 0.2);
}
.hover\:n-text-light-neutral-text-default\/25:hover {
  color:rgb(26 27 29 / 0.25);
}
.hover\:n-text-light-neutral-text-default\/30:hover {
  color:rgb(26 27 29 / 0.3);
}
.hover\:n-text-light-neutral-text-default\/35:hover {
  color:rgb(26 27 29 / 0.35);
}
.hover\:n-text-light-neutral-text-default\/40:hover {
  color:rgb(26 27 29 / 0.4);
}
.hover\:n-text-light-neutral-text-default\/45:hover {
  color:rgb(26 27 29 / 0.45);
}
.hover\:n-text-light-neutral-text-default\/5:hover {
  color:rgb(26 27 29 / 0.05);
}
.hover\:n-text-light-neutral-text-default\/50:hover {
  color:rgb(26 27 29 / 0.5);
}
.hover\:n-text-light-neutral-text-default\/55:hover {
  color:rgb(26 27 29 / 0.55);
}
.hover\:n-text-light-neutral-text-default\/60:hover {
  color:rgb(26 27 29 / 0.6);
}
.hover\:n-text-light-neutral-text-default\/65:hover {
  color:rgb(26 27 29 / 0.65);
}
.hover\:n-text-light-neutral-text-default\/70:hover {
  color:rgb(26 27 29 / 0.7);
}
.hover\:n-text-light-neutral-text-default\/75:hover {
  color:rgb(26 27 29 / 0.75);
}
.hover\:n-text-light-neutral-text-default\/80:hover {
  color:rgb(26 27 29 / 0.8);
}
.hover\:n-text-light-neutral-text-default\/85:hover {
  color:rgb(26 27 29 / 0.85);
}
.hover\:n-text-light-neutral-text-default\/90:hover {
  color:rgb(26 27 29 / 0.9);
}
.hover\:n-text-light-neutral-text-default\/95:hover {
  color:rgb(26 27 29 / 0.95);
}
.hover\:n-text-light-neutral-text-inverse:hover {
  --tw-text-opacity:1;
  color:rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:n-text-light-neutral-text-inverse\/0:hover {
  color:rgb(255 255 255 / 0);
}
.hover\:n-text-light-neutral-text-inverse\/10:hover {
  color:rgb(255 255 255 / 0.1);
}
.hover\:n-text-light-neutral-text-inverse\/100:hover {
  color:rgb(255 255 255 / 1);
}
.hover\:n-text-light-neutral-text-inverse\/15:hover {
  color:rgb(255 255 255 / 0.15);
}
.hover\:n-text-light-neutral-text-inverse\/20:hover {
  color:rgb(255 255 255 / 0.2);
}
.hover\:n-text-light-neutral-text-inverse\/25:hover {
  color:rgb(255 255 255 / 0.25);
}
.hover\:n-text-light-neutral-text-inverse\/30:hover {
  color:rgb(255 255 255 / 0.3);
}
.hover\:n-text-light-neutral-text-inverse\/35:hover {
  color:rgb(255 255 255 / 0.35);
}
.hover\:n-text-light-neutral-text-inverse\/40:hover {
  color:rgb(255 255 255 / 0.4);
}
.hover\:n-text-light-neutral-text-inverse\/45:hover {
  color:rgb(255 255 255 / 0.45);
}
.hover\:n-text-light-neutral-text-inverse\/5:hover {
  color:rgb(255 255 255 / 0.05);
}
.hover\:n-text-light-neutral-text-inverse\/50:hover {
  color:rgb(255 255 255 / 0.5);
}
.hover\:n-text-light-neutral-text-inverse\/55:hover {
  color:rgb(255 255 255 / 0.55);
}
.hover\:n-text-light-neutral-text-inverse\/60:hover {
  color:rgb(255 255 255 / 0.6);
}
.hover\:n-text-light-neutral-text-inverse\/65:hover {
  color:rgb(255 255 255 / 0.65);
}
.hover\:n-text-light-neutral-text-inverse\/70:hover {
  color:rgb(255 255 255 / 0.7);
}
.hover\:n-text-light-neutral-text-inverse\/75:hover {
  color:rgb(255 255 255 / 0.75);
}
.hover\:n-text-light-neutral-text-inverse\/80:hover {
  color:rgb(255 255 255 / 0.8);
}
.hover\:n-text-light-neutral-text-inverse\/85:hover {
  color:rgb(255 255 255 / 0.85);
}
.hover\:n-text-light-neutral-text-inverse\/90:hover {
  color:rgb(255 255 255 / 0.9);
}
.hover\:n-text-light-neutral-text-inverse\/95:hover {
  color:rgb(255 255 255 / 0.95);
}
.hover\:n-text-light-neutral-text-weak:hover {
  --tw-text-opacity:1;
  color:rgb(77 81 87 / var(--tw-text-opacity));
}
.hover\:n-text-light-neutral-text-weak\/0:hover {
  color:rgb(77 81 87 / 0);
}
.hover\:n-text-light-neutral-text-weak\/10:hover {
  color:rgb(77 81 87 / 0.1);
}
.hover\:n-text-light-neutral-text-weak\/100:hover {
  color:rgb(77 81 87 / 1);
}
.hover\:n-text-light-neutral-text-weak\/15:hover {
  color:rgb(77 81 87 / 0.15);
}
.hover\:n-text-light-neutral-text-weak\/20:hover {
  color:rgb(77 81 87 / 0.2);
}
.hover\:n-text-light-neutral-text-weak\/25:hover {
  color:rgb(77 81 87 / 0.25);
}
.hover\:n-text-light-neutral-text-weak\/30:hover {
  color:rgb(77 81 87 / 0.3);
}
.hover\:n-text-light-neutral-text-weak\/35:hover {
  color:rgb(77 81 87 / 0.35);
}
.hover\:n-text-light-neutral-text-weak\/40:hover {
  color:rgb(77 81 87 / 0.4);
}
.hover\:n-text-light-neutral-text-weak\/45:hover {
  color:rgb(77 81 87 / 0.45);
}
.hover\:n-text-light-neutral-text-weak\/5:hover {
  color:rgb(77 81 87 / 0.05);
}
.hover\:n-text-light-neutral-text-weak\/50:hover {
  color:rgb(77 81 87 / 0.5);
}
.hover\:n-text-light-neutral-text-weak\/55:hover {
  color:rgb(77 81 87 / 0.55);
}
.hover\:n-text-light-neutral-text-weak\/60:hover {
  color:rgb(77 81 87 / 0.6);
}
.hover\:n-text-light-neutral-text-weak\/65:hover {
  color:rgb(77 81 87 / 0.65);
}
.hover\:n-text-light-neutral-text-weak\/70:hover {
  color:rgb(77 81 87 / 0.7);
}
.hover\:n-text-light-neutral-text-weak\/75:hover {
  color:rgb(77 81 87 / 0.75);
}
.hover\:n-text-light-neutral-text-weak\/80:hover {
  color:rgb(77 81 87 / 0.8);
}
.hover\:n-text-light-neutral-text-weak\/85:hover {
  color:rgb(77 81 87 / 0.85);
}
.hover\:n-text-light-neutral-text-weak\/90:hover {
  color:rgb(77 81 87 / 0.9);
}
.hover\:n-text-light-neutral-text-weak\/95:hover {
  color:rgb(77 81 87 / 0.95);
}
.hover\:n-text-light-neutral-text-weaker:hover {
  --tw-text-opacity:1;
  color:rgb(94 99 106 / var(--tw-text-opacity));
}
.hover\:n-text-light-neutral-text-weaker\/0:hover {
  color:rgb(94 99 106 / 0);
}
.hover\:n-text-light-neutral-text-weaker\/10:hover {
  color:rgb(94 99 106 / 0.1);
}
.hover\:n-text-light-neutral-text-weaker\/100:hover {
  color:rgb(94 99 106 / 1);
}
.hover\:n-text-light-neutral-text-weaker\/15:hover {
  color:rgb(94 99 106 / 0.15);
}
.hover\:n-text-light-neutral-text-weaker\/20:hover {
  color:rgb(94 99 106 / 0.2);
}
.hover\:n-text-light-neutral-text-weaker\/25:hover {
  color:rgb(94 99 106 / 0.25);
}
.hover\:n-text-light-neutral-text-weaker\/30:hover {
  color:rgb(94 99 106 / 0.3);
}
.hover\:n-text-light-neutral-text-weaker\/35:hover {
  color:rgb(94 99 106 / 0.35);
}
.hover\:n-text-light-neutral-text-weaker\/40:hover {
  color:rgb(94 99 106 / 0.4);
}
.hover\:n-text-light-neutral-text-weaker\/45:hover {
  color:rgb(94 99 106 / 0.45);
}
.hover\:n-text-light-neutral-text-weaker\/5:hover {
  color:rgb(94 99 106 / 0.05);
}
.hover\:n-text-light-neutral-text-weaker\/50:hover {
  color:rgb(94 99 106 / 0.5);
}
.hover\:n-text-light-neutral-text-weaker\/55:hover {
  color:rgb(94 99 106 / 0.55);
}
.hover\:n-text-light-neutral-text-weaker\/60:hover {
  color:rgb(94 99 106 / 0.6);
}
.hover\:n-text-light-neutral-text-weaker\/65:hover {
  color:rgb(94 99 106 / 0.65);
}
.hover\:n-text-light-neutral-text-weaker\/70:hover {
  color:rgb(94 99 106 / 0.7);
}
.hover\:n-text-light-neutral-text-weaker\/75:hover {
  color:rgb(94 99 106 / 0.75);
}
.hover\:n-text-light-neutral-text-weaker\/80:hover {
  color:rgb(94 99 106 / 0.8);
}
.hover\:n-text-light-neutral-text-weaker\/85:hover {
  color:rgb(94 99 106 / 0.85);
}
.hover\:n-text-light-neutral-text-weaker\/90:hover {
  color:rgb(94 99 106 / 0.9);
}
.hover\:n-text-light-neutral-text-weaker\/95:hover {
  color:rgb(94 99 106 / 0.95);
}
.hover\:n-text-light-neutral-text-weakest:hover {
  --tw-text-opacity:1;
  color:rgb(168 172 178 / var(--tw-text-opacity));
}
.hover\:n-text-light-neutral-text-weakest\/0:hover {
  color:rgb(168 172 178 / 0);
}
.hover\:n-text-light-neutral-text-weakest\/10:hover {
  color:rgb(168 172 178 / 0.1);
}
.hover\:n-text-light-neutral-text-weakest\/100:hover {
  color:rgb(168 172 178 / 1);
}
.hover\:n-text-light-neutral-text-weakest\/15:hover {
  color:rgb(168 172 178 / 0.15);
}
.hover\:n-text-light-neutral-text-weakest\/20:hover {
  color:rgb(168 172 178 / 0.2);
}
.hover\:n-text-light-neutral-text-weakest\/25:hover {
  color:rgb(168 172 178 / 0.25);
}
.hover\:n-text-light-neutral-text-weakest\/30:hover {
  color:rgb(168 172 178 / 0.3);
}
.hover\:n-text-light-neutral-text-weakest\/35:hover {
  color:rgb(168 172 178 / 0.35);
}
.hover\:n-text-light-neutral-text-weakest\/40:hover {
  color:rgb(168 172 178 / 0.4);
}
.hover\:n-text-light-neutral-text-weakest\/45:hover {
  color:rgb(168 172 178 / 0.45);
}
.hover\:n-text-light-neutral-text-weakest\/5:hover {
  color:rgb(168 172 178 / 0.05);
}
.hover\:n-text-light-neutral-text-weakest\/50:hover {
  color:rgb(168 172 178 / 0.5);
}
.hover\:n-text-light-neutral-text-weakest\/55:hover {
  color:rgb(168 172 178 / 0.55);
}
.hover\:n-text-light-neutral-text-weakest\/60:hover {
  color:rgb(168 172 178 / 0.6);
}
.hover\:n-text-light-neutral-text-weakest\/65:hover {
  color:rgb(168 172 178 / 0.65);
}
.hover\:n-text-light-neutral-text-weakest\/70:hover {
  color:rgb(168 172 178 / 0.7);
}
.hover\:n-text-light-neutral-text-weakest\/75:hover {
  color:rgb(168 172 178 / 0.75);
}
.hover\:n-text-light-neutral-text-weakest\/80:hover {
  color:rgb(168 172 178 / 0.8);
}
.hover\:n-text-light-neutral-text-weakest\/85:hover {
  color:rgb(168 172 178 / 0.85);
}
.hover\:n-text-light-neutral-text-weakest\/90:hover {
  color:rgb(168 172 178 / 0.9);
}
.hover\:n-text-light-neutral-text-weakest\/95:hover {
  color:rgb(168 172 178 / 0.95);
}
.hover\:n-text-light-primary-bg-selected:hover {
  --tw-text-opacity:1;
  color:rgb(231 250 251 / var(--tw-text-opacity));
}
.hover\:n-text-light-primary-bg-selected\/0:hover {
  color:rgb(231 250 251 / 0);
}
.hover\:n-text-light-primary-bg-selected\/10:hover {
  color:rgb(231 250 251 / 0.1);
}
.hover\:n-text-light-primary-bg-selected\/100:hover {
  color:rgb(231 250 251 / 1);
}
.hover\:n-text-light-primary-bg-selected\/15:hover {
  color:rgb(231 250 251 / 0.15);
}
.hover\:n-text-light-primary-bg-selected\/20:hover {
  color:rgb(231 250 251 / 0.2);
}
.hover\:n-text-light-primary-bg-selected\/25:hover {
  color:rgb(231 250 251 / 0.25);
}
.hover\:n-text-light-primary-bg-selected\/30:hover {
  color:rgb(231 250 251 / 0.3);
}
.hover\:n-text-light-primary-bg-selected\/35:hover {
  color:rgb(231 250 251 / 0.35);
}
.hover\:n-text-light-primary-bg-selected\/40:hover {
  color:rgb(231 250 251 / 0.4);
}
.hover\:n-text-light-primary-bg-selected\/45:hover {
  color:rgb(231 250 251 / 0.45);
}
.hover\:n-text-light-primary-bg-selected\/5:hover {
  color:rgb(231 250 251 / 0.05);
}
.hover\:n-text-light-primary-bg-selected\/50:hover {
  color:rgb(231 250 251 / 0.5);
}
.hover\:n-text-light-primary-bg-selected\/55:hover {
  color:rgb(231 250 251 / 0.55);
}
.hover\:n-text-light-primary-bg-selected\/60:hover {
  color:rgb(231 250 251 / 0.6);
}
.hover\:n-text-light-primary-bg-selected\/65:hover {
  color:rgb(231 250 251 / 0.65);
}
.hover\:n-text-light-primary-bg-selected\/70:hover {
  color:rgb(231 250 251 / 0.7);
}
.hover\:n-text-light-primary-bg-selected\/75:hover {
  color:rgb(231 250 251 / 0.75);
}
.hover\:n-text-light-primary-bg-selected\/80:hover {
  color:rgb(231 250 251 / 0.8);
}
.hover\:n-text-light-primary-bg-selected\/85:hover {
  color:rgb(231 250 251 / 0.85);
}
.hover\:n-text-light-primary-bg-selected\/90:hover {
  color:rgb(231 250 251 / 0.9);
}
.hover\:n-text-light-primary-bg-selected\/95:hover {
  color:rgb(231 250 251 / 0.95);
}
.hover\:n-text-light-primary-bg-status:hover {
  --tw-text-opacity:1;
  color:rgb(76 153 164 / var(--tw-text-opacity));
}
.hover\:n-text-light-primary-bg-status\/0:hover {
  color:rgb(76 153 164 / 0);
}
.hover\:n-text-light-primary-bg-status\/10:hover {
  color:rgb(76 153 164 / 0.1);
}
.hover\:n-text-light-primary-bg-status\/100:hover {
  color:rgb(76 153 164 / 1);
}
.hover\:n-text-light-primary-bg-status\/15:hover {
  color:rgb(76 153 164 / 0.15);
}
.hover\:n-text-light-primary-bg-status\/20:hover {
  color:rgb(76 153 164 / 0.2);
}
.hover\:n-text-light-primary-bg-status\/25:hover {
  color:rgb(76 153 164 / 0.25);
}
.hover\:n-text-light-primary-bg-status\/30:hover {
  color:rgb(76 153 164 / 0.3);
}
.hover\:n-text-light-primary-bg-status\/35:hover {
  color:rgb(76 153 164 / 0.35);
}
.hover\:n-text-light-primary-bg-status\/40:hover {
  color:rgb(76 153 164 / 0.4);
}
.hover\:n-text-light-primary-bg-status\/45:hover {
  color:rgb(76 153 164 / 0.45);
}
.hover\:n-text-light-primary-bg-status\/5:hover {
  color:rgb(76 153 164 / 0.05);
}
.hover\:n-text-light-primary-bg-status\/50:hover {
  color:rgb(76 153 164 / 0.5);
}
.hover\:n-text-light-primary-bg-status\/55:hover {
  color:rgb(76 153 164 / 0.55);
}
.hover\:n-text-light-primary-bg-status\/60:hover {
  color:rgb(76 153 164 / 0.6);
}
.hover\:n-text-light-primary-bg-status\/65:hover {
  color:rgb(76 153 164 / 0.65);
}
.hover\:n-text-light-primary-bg-status\/70:hover {
  color:rgb(76 153 164 / 0.7);
}
.hover\:n-text-light-primary-bg-status\/75:hover {
  color:rgb(76 153 164 / 0.75);
}
.hover\:n-text-light-primary-bg-status\/80:hover {
  color:rgb(76 153 164 / 0.8);
}
.hover\:n-text-light-primary-bg-status\/85:hover {
  color:rgb(76 153 164 / 0.85);
}
.hover\:n-text-light-primary-bg-status\/90:hover {
  color:rgb(76 153 164 / 0.9);
}
.hover\:n-text-light-primary-bg-status\/95:hover {
  color:rgb(76 153 164 / 0.95);
}
.hover\:n-text-light-primary-bg-strong:hover {
  --tw-text-opacity:1;
  color:rgb(10 97 144 / var(--tw-text-opacity));
}
.hover\:n-text-light-primary-bg-strong\/0:hover {
  color:rgb(10 97 144 / 0);
}
.hover\:n-text-light-primary-bg-strong\/10:hover {
  color:rgb(10 97 144 / 0.1);
}
.hover\:n-text-light-primary-bg-strong\/100:hover {
  color:rgb(10 97 144 / 1);
}
.hover\:n-text-light-primary-bg-strong\/15:hover {
  color:rgb(10 97 144 / 0.15);
}
.hover\:n-text-light-primary-bg-strong\/20:hover {
  color:rgb(10 97 144 / 0.2);
}
.hover\:n-text-light-primary-bg-strong\/25:hover {
  color:rgb(10 97 144 / 0.25);
}
.hover\:n-text-light-primary-bg-strong\/30:hover {
  color:rgb(10 97 144 / 0.3);
}
.hover\:n-text-light-primary-bg-strong\/35:hover {
  color:rgb(10 97 144 / 0.35);
}
.hover\:n-text-light-primary-bg-strong\/40:hover {
  color:rgb(10 97 144 / 0.4);
}
.hover\:n-text-light-primary-bg-strong\/45:hover {
  color:rgb(10 97 144 / 0.45);
}
.hover\:n-text-light-primary-bg-strong\/5:hover {
  color:rgb(10 97 144 / 0.05);
}
.hover\:n-text-light-primary-bg-strong\/50:hover {
  color:rgb(10 97 144 / 0.5);
}
.hover\:n-text-light-primary-bg-strong\/55:hover {
  color:rgb(10 97 144 / 0.55);
}
.hover\:n-text-light-primary-bg-strong\/60:hover {
  color:rgb(10 97 144 / 0.6);
}
.hover\:n-text-light-primary-bg-strong\/65:hover {
  color:rgb(10 97 144 / 0.65);
}
.hover\:n-text-light-primary-bg-strong\/70:hover {
  color:rgb(10 97 144 / 0.7);
}
.hover\:n-text-light-primary-bg-strong\/75:hover {
  color:rgb(10 97 144 / 0.75);
}
.hover\:n-text-light-primary-bg-strong\/80:hover {
  color:rgb(10 97 144 / 0.8);
}
.hover\:n-text-light-primary-bg-strong\/85:hover {
  color:rgb(10 97 144 / 0.85);
}
.hover\:n-text-light-primary-bg-strong\/90:hover {
  color:rgb(10 97 144 / 0.9);
}
.hover\:n-text-light-primary-bg-strong\/95:hover {
  color:rgb(10 97 144 / 0.95);
}
.hover\:n-text-light-primary-bg-weak:hover {
  --tw-text-opacity:1;
  color:rgb(231 250 251 / var(--tw-text-opacity));
}
.hover\:n-text-light-primary-bg-weak\/0:hover {
  color:rgb(231 250 251 / 0);
}
.hover\:n-text-light-primary-bg-weak\/10:hover {
  color:rgb(231 250 251 / 0.1);
}
.hover\:n-text-light-primary-bg-weak\/100:hover {
  color:rgb(231 250 251 / 1);
}
.hover\:n-text-light-primary-bg-weak\/15:hover {
  color:rgb(231 250 251 / 0.15);
}
.hover\:n-text-light-primary-bg-weak\/20:hover {
  color:rgb(231 250 251 / 0.2);
}
.hover\:n-text-light-primary-bg-weak\/25:hover {
  color:rgb(231 250 251 / 0.25);
}
.hover\:n-text-light-primary-bg-weak\/30:hover {
  color:rgb(231 250 251 / 0.3);
}
.hover\:n-text-light-primary-bg-weak\/35:hover {
  color:rgb(231 250 251 / 0.35);
}
.hover\:n-text-light-primary-bg-weak\/40:hover {
  color:rgb(231 250 251 / 0.4);
}
.hover\:n-text-light-primary-bg-weak\/45:hover {
  color:rgb(231 250 251 / 0.45);
}
.hover\:n-text-light-primary-bg-weak\/5:hover {
  color:rgb(231 250 251 / 0.05);
}
.hover\:n-text-light-primary-bg-weak\/50:hover {
  color:rgb(231 250 251 / 0.5);
}
.hover\:n-text-light-primary-bg-weak\/55:hover {
  color:rgb(231 250 251 / 0.55);
}
.hover\:n-text-light-primary-bg-weak\/60:hover {
  color:rgb(231 250 251 / 0.6);
}
.hover\:n-text-light-primary-bg-weak\/65:hover {
  color:rgb(231 250 251 / 0.65);
}
.hover\:n-text-light-primary-bg-weak\/70:hover {
  color:rgb(231 250 251 / 0.7);
}
.hover\:n-text-light-primary-bg-weak\/75:hover {
  color:rgb(231 250 251 / 0.75);
}
.hover\:n-text-light-primary-bg-weak\/80:hover {
  color:rgb(231 250 251 / 0.8);
}
.hover\:n-text-light-primary-bg-weak\/85:hover {
  color:rgb(231 250 251 / 0.85);
}
.hover\:n-text-light-primary-bg-weak\/90:hover {
  color:rgb(231 250 251 / 0.9);
}
.hover\:n-text-light-primary-bg-weak\/95:hover {
  color:rgb(231 250 251 / 0.95);
}
.hover\:n-text-light-primary-border-strong:hover {
  --tw-text-opacity:1;
  color:rgb(10 97 144 / var(--tw-text-opacity));
}
.hover\:n-text-light-primary-border-strong\/0:hover {
  color:rgb(10 97 144 / 0);
}
.hover\:n-text-light-primary-border-strong\/10:hover {
  color:rgb(10 97 144 / 0.1);
}
.hover\:n-text-light-primary-border-strong\/100:hover {
  color:rgb(10 97 144 / 1);
}
.hover\:n-text-light-primary-border-strong\/15:hover {
  color:rgb(10 97 144 / 0.15);
}
.hover\:n-text-light-primary-border-strong\/20:hover {
  color:rgb(10 97 144 / 0.2);
}
.hover\:n-text-light-primary-border-strong\/25:hover {
  color:rgb(10 97 144 / 0.25);
}
.hover\:n-text-light-primary-border-strong\/30:hover {
  color:rgb(10 97 144 / 0.3);
}
.hover\:n-text-light-primary-border-strong\/35:hover {
  color:rgb(10 97 144 / 0.35);
}
.hover\:n-text-light-primary-border-strong\/40:hover {
  color:rgb(10 97 144 / 0.4);
}
.hover\:n-text-light-primary-border-strong\/45:hover {
  color:rgb(10 97 144 / 0.45);
}
.hover\:n-text-light-primary-border-strong\/5:hover {
  color:rgb(10 97 144 / 0.05);
}
.hover\:n-text-light-primary-border-strong\/50:hover {
  color:rgb(10 97 144 / 0.5);
}
.hover\:n-text-light-primary-border-strong\/55:hover {
  color:rgb(10 97 144 / 0.55);
}
.hover\:n-text-light-primary-border-strong\/60:hover {
  color:rgb(10 97 144 / 0.6);
}
.hover\:n-text-light-primary-border-strong\/65:hover {
  color:rgb(10 97 144 / 0.65);
}
.hover\:n-text-light-primary-border-strong\/70:hover {
  color:rgb(10 97 144 / 0.7);
}
.hover\:n-text-light-primary-border-strong\/75:hover {
  color:rgb(10 97 144 / 0.75);
}
.hover\:n-text-light-primary-border-strong\/80:hover {
  color:rgb(10 97 144 / 0.8);
}
.hover\:n-text-light-primary-border-strong\/85:hover {
  color:rgb(10 97 144 / 0.85);
}
.hover\:n-text-light-primary-border-strong\/90:hover {
  color:rgb(10 97 144 / 0.9);
}
.hover\:n-text-light-primary-border-strong\/95:hover {
  color:rgb(10 97 144 / 0.95);
}
.hover\:n-text-light-primary-border-weak:hover {
  --tw-text-opacity:1;
  color:rgb(143 227 232 / var(--tw-text-opacity));
}
.hover\:n-text-light-primary-border-weak\/0:hover {
  color:rgb(143 227 232 / 0);
}
.hover\:n-text-light-primary-border-weak\/10:hover {
  color:rgb(143 227 232 / 0.1);
}
.hover\:n-text-light-primary-border-weak\/100:hover {
  color:rgb(143 227 232 / 1);
}
.hover\:n-text-light-primary-border-weak\/15:hover {
  color:rgb(143 227 232 / 0.15);
}
.hover\:n-text-light-primary-border-weak\/20:hover {
  color:rgb(143 227 232 / 0.2);
}
.hover\:n-text-light-primary-border-weak\/25:hover {
  color:rgb(143 227 232 / 0.25);
}
.hover\:n-text-light-primary-border-weak\/30:hover {
  color:rgb(143 227 232 / 0.3);
}
.hover\:n-text-light-primary-border-weak\/35:hover {
  color:rgb(143 227 232 / 0.35);
}
.hover\:n-text-light-primary-border-weak\/40:hover {
  color:rgb(143 227 232 / 0.4);
}
.hover\:n-text-light-primary-border-weak\/45:hover {
  color:rgb(143 227 232 / 0.45);
}
.hover\:n-text-light-primary-border-weak\/5:hover {
  color:rgb(143 227 232 / 0.05);
}
.hover\:n-text-light-primary-border-weak\/50:hover {
  color:rgb(143 227 232 / 0.5);
}
.hover\:n-text-light-primary-border-weak\/55:hover {
  color:rgb(143 227 232 / 0.55);
}
.hover\:n-text-light-primary-border-weak\/60:hover {
  color:rgb(143 227 232 / 0.6);
}
.hover\:n-text-light-primary-border-weak\/65:hover {
  color:rgb(143 227 232 / 0.65);
}
.hover\:n-text-light-primary-border-weak\/70:hover {
  color:rgb(143 227 232 / 0.7);
}
.hover\:n-text-light-primary-border-weak\/75:hover {
  color:rgb(143 227 232 / 0.75);
}
.hover\:n-text-light-primary-border-weak\/80:hover {
  color:rgb(143 227 232 / 0.8);
}
.hover\:n-text-light-primary-border-weak\/85:hover {
  color:rgb(143 227 232 / 0.85);
}
.hover\:n-text-light-primary-border-weak\/90:hover {
  color:rgb(143 227 232 / 0.9);
}
.hover\:n-text-light-primary-border-weak\/95:hover {
  color:rgb(143 227 232 / 0.95);
}
.hover\:n-text-light-primary-focus:hover {
  --tw-text-opacity:1;
  color:rgb(48 131 157 / var(--tw-text-opacity));
}
.hover\:n-text-light-primary-focus\/0:hover {
  color:rgb(48 131 157 / 0);
}
.hover\:n-text-light-primary-focus\/10:hover {
  color:rgb(48 131 157 / 0.1);
}
.hover\:n-text-light-primary-focus\/100:hover {
  color:rgb(48 131 157 / 1);
}
.hover\:n-text-light-primary-focus\/15:hover {
  color:rgb(48 131 157 / 0.15);
}
.hover\:n-text-light-primary-focus\/20:hover {
  color:rgb(48 131 157 / 0.2);
}
.hover\:n-text-light-primary-focus\/25:hover {
  color:rgb(48 131 157 / 0.25);
}
.hover\:n-text-light-primary-focus\/30:hover {
  color:rgb(48 131 157 / 0.3);
}
.hover\:n-text-light-primary-focus\/35:hover {
  color:rgb(48 131 157 / 0.35);
}
.hover\:n-text-light-primary-focus\/40:hover {
  color:rgb(48 131 157 / 0.4);
}
.hover\:n-text-light-primary-focus\/45:hover {
  color:rgb(48 131 157 / 0.45);
}
.hover\:n-text-light-primary-focus\/5:hover {
  color:rgb(48 131 157 / 0.05);
}
.hover\:n-text-light-primary-focus\/50:hover {
  color:rgb(48 131 157 / 0.5);
}
.hover\:n-text-light-primary-focus\/55:hover {
  color:rgb(48 131 157 / 0.55);
}
.hover\:n-text-light-primary-focus\/60:hover {
  color:rgb(48 131 157 / 0.6);
}
.hover\:n-text-light-primary-focus\/65:hover {
  color:rgb(48 131 157 / 0.65);
}
.hover\:n-text-light-primary-focus\/70:hover {
  color:rgb(48 131 157 / 0.7);
}
.hover\:n-text-light-primary-focus\/75:hover {
  color:rgb(48 131 157 / 0.75);
}
.hover\:n-text-light-primary-focus\/80:hover {
  color:rgb(48 131 157 / 0.8);
}
.hover\:n-text-light-primary-focus\/85:hover {
  color:rgb(48 131 157 / 0.85);
}
.hover\:n-text-light-primary-focus\/90:hover {
  color:rgb(48 131 157 / 0.9);
}
.hover\:n-text-light-primary-focus\/95:hover {
  color:rgb(48 131 157 / 0.95);
}
.hover\:n-text-light-primary-hover-strong:hover {
  --tw-text-opacity:1;
  color:rgb(2 80 123 / var(--tw-text-opacity));
}
.hover\:n-text-light-primary-hover-strong\/0:hover {
  color:rgb(2 80 123 / 0);
}
.hover\:n-text-light-primary-hover-strong\/10:hover {
  color:rgb(2 80 123 / 0.1);
}
.hover\:n-text-light-primary-hover-strong\/100:hover {
  color:rgb(2 80 123 / 1);
}
.hover\:n-text-light-primary-hover-strong\/15:hover {
  color:rgb(2 80 123 / 0.15);
}
.hover\:n-text-light-primary-hover-strong\/20:hover {
  color:rgb(2 80 123 / 0.2);
}
.hover\:n-text-light-primary-hover-strong\/25:hover {
  color:rgb(2 80 123 / 0.25);
}
.hover\:n-text-light-primary-hover-strong\/30:hover {
  color:rgb(2 80 123 / 0.3);
}
.hover\:n-text-light-primary-hover-strong\/35:hover {
  color:rgb(2 80 123 / 0.35);
}
.hover\:n-text-light-primary-hover-strong\/40:hover {
  color:rgb(2 80 123 / 0.4);
}
.hover\:n-text-light-primary-hover-strong\/45:hover {
  color:rgb(2 80 123 / 0.45);
}
.hover\:n-text-light-primary-hover-strong\/5:hover {
  color:rgb(2 80 123 / 0.05);
}
.hover\:n-text-light-primary-hover-strong\/50:hover {
  color:rgb(2 80 123 / 0.5);
}
.hover\:n-text-light-primary-hover-strong\/55:hover {
  color:rgb(2 80 123 / 0.55);
}
.hover\:n-text-light-primary-hover-strong\/60:hover {
  color:rgb(2 80 123 / 0.6);
}
.hover\:n-text-light-primary-hover-strong\/65:hover {
  color:rgb(2 80 123 / 0.65);
}
.hover\:n-text-light-primary-hover-strong\/70:hover {
  color:rgb(2 80 123 / 0.7);
}
.hover\:n-text-light-primary-hover-strong\/75:hover {
  color:rgb(2 80 123 / 0.75);
}
.hover\:n-text-light-primary-hover-strong\/80:hover {
  color:rgb(2 80 123 / 0.8);
}
.hover\:n-text-light-primary-hover-strong\/85:hover {
  color:rgb(2 80 123 / 0.85);
}
.hover\:n-text-light-primary-hover-strong\/90:hover {
  color:rgb(2 80 123 / 0.9);
}
.hover\:n-text-light-primary-hover-strong\/95:hover {
  color:rgb(2 80 123 / 0.95);
}
.hover\:n-text-light-primary-hover-weak:hover {
  --tw-text-opacity:1;
  color:rgb(48 131 157 / var(--tw-text-opacity));
}
.hover\:n-text-light-primary-hover-weak\/0:hover {
  color:rgb(48 131 157 / 0);
}
.hover\:n-text-light-primary-hover-weak\/10:hover {
  color:rgb(48 131 157 / 0.1);
}
.hover\:n-text-light-primary-hover-weak\/100:hover {
  color:rgb(48 131 157 / 1);
}
.hover\:n-text-light-primary-hover-weak\/15:hover {
  color:rgb(48 131 157 / 0.15);
}
.hover\:n-text-light-primary-hover-weak\/20:hover {
  color:rgb(48 131 157 / 0.2);
}
.hover\:n-text-light-primary-hover-weak\/25:hover {
  color:rgb(48 131 157 / 0.25);
}
.hover\:n-text-light-primary-hover-weak\/30:hover {
  color:rgb(48 131 157 / 0.3);
}
.hover\:n-text-light-primary-hover-weak\/35:hover {
  color:rgb(48 131 157 / 0.35);
}
.hover\:n-text-light-primary-hover-weak\/40:hover {
  color:rgb(48 131 157 / 0.4);
}
.hover\:n-text-light-primary-hover-weak\/45:hover {
  color:rgb(48 131 157 / 0.45);
}
.hover\:n-text-light-primary-hover-weak\/5:hover {
  color:rgb(48 131 157 / 0.05);
}
.hover\:n-text-light-primary-hover-weak\/50:hover {
  color:rgb(48 131 157 / 0.5);
}
.hover\:n-text-light-primary-hover-weak\/55:hover {
  color:rgb(48 131 157 / 0.55);
}
.hover\:n-text-light-primary-hover-weak\/60:hover {
  color:rgb(48 131 157 / 0.6);
}
.hover\:n-text-light-primary-hover-weak\/65:hover {
  color:rgb(48 131 157 / 0.65);
}
.hover\:n-text-light-primary-hover-weak\/70:hover {
  color:rgb(48 131 157 / 0.7);
}
.hover\:n-text-light-primary-hover-weak\/75:hover {
  color:rgb(48 131 157 / 0.75);
}
.hover\:n-text-light-primary-hover-weak\/80:hover {
  color:rgb(48 131 157 / 0.8);
}
.hover\:n-text-light-primary-hover-weak\/85:hover {
  color:rgb(48 131 157 / 0.85);
}
.hover\:n-text-light-primary-hover-weak\/90:hover {
  color:rgb(48 131 157 / 0.9);
}
.hover\:n-text-light-primary-hover-weak\/95:hover {
  color:rgb(48 131 157 / 0.95);
}
.hover\:n-text-light-primary-icon:hover {
  --tw-text-opacity:1;
  color:rgb(10 97 144 / var(--tw-text-opacity));
}
.hover\:n-text-light-primary-icon\/0:hover {
  color:rgb(10 97 144 / 0);
}
.hover\:n-text-light-primary-icon\/10:hover {
  color:rgb(10 97 144 / 0.1);
}
.hover\:n-text-light-primary-icon\/100:hover {
  color:rgb(10 97 144 / 1);
}
.hover\:n-text-light-primary-icon\/15:hover {
  color:rgb(10 97 144 / 0.15);
}
.hover\:n-text-light-primary-icon\/20:hover {
  color:rgb(10 97 144 / 0.2);
}
.hover\:n-text-light-primary-icon\/25:hover {
  color:rgb(10 97 144 / 0.25);
}
.hover\:n-text-light-primary-icon\/30:hover {
  color:rgb(10 97 144 / 0.3);
}
.hover\:n-text-light-primary-icon\/35:hover {
  color:rgb(10 97 144 / 0.35);
}
.hover\:n-text-light-primary-icon\/40:hover {
  color:rgb(10 97 144 / 0.4);
}
.hover\:n-text-light-primary-icon\/45:hover {
  color:rgb(10 97 144 / 0.45);
}
.hover\:n-text-light-primary-icon\/5:hover {
  color:rgb(10 97 144 / 0.05);
}
.hover\:n-text-light-primary-icon\/50:hover {
  color:rgb(10 97 144 / 0.5);
}
.hover\:n-text-light-primary-icon\/55:hover {
  color:rgb(10 97 144 / 0.55);
}
.hover\:n-text-light-primary-icon\/60:hover {
  color:rgb(10 97 144 / 0.6);
}
.hover\:n-text-light-primary-icon\/65:hover {
  color:rgb(10 97 144 / 0.65);
}
.hover\:n-text-light-primary-icon\/70:hover {
  color:rgb(10 97 144 / 0.7);
}
.hover\:n-text-light-primary-icon\/75:hover {
  color:rgb(10 97 144 / 0.75);
}
.hover\:n-text-light-primary-icon\/80:hover {
  color:rgb(10 97 144 / 0.8);
}
.hover\:n-text-light-primary-icon\/85:hover {
  color:rgb(10 97 144 / 0.85);
}
.hover\:n-text-light-primary-icon\/90:hover {
  color:rgb(10 97 144 / 0.9);
}
.hover\:n-text-light-primary-icon\/95:hover {
  color:rgb(10 97 144 / 0.95);
}
.hover\:n-text-light-primary-pressed-strong:hover {
  --tw-text-opacity:1;
  color:rgb(1 64 99 / var(--tw-text-opacity));
}
.hover\:n-text-light-primary-pressed-strong\/0:hover {
  color:rgb(1 64 99 / 0);
}
.hover\:n-text-light-primary-pressed-strong\/10:hover {
  color:rgb(1 64 99 / 0.1);
}
.hover\:n-text-light-primary-pressed-strong\/100:hover {
  color:rgb(1 64 99 / 1);
}
.hover\:n-text-light-primary-pressed-strong\/15:hover {
  color:rgb(1 64 99 / 0.15);
}
.hover\:n-text-light-primary-pressed-strong\/20:hover {
  color:rgb(1 64 99 / 0.2);
}
.hover\:n-text-light-primary-pressed-strong\/25:hover {
  color:rgb(1 64 99 / 0.25);
}
.hover\:n-text-light-primary-pressed-strong\/30:hover {
  color:rgb(1 64 99 / 0.3);
}
.hover\:n-text-light-primary-pressed-strong\/35:hover {
  color:rgb(1 64 99 / 0.35);
}
.hover\:n-text-light-primary-pressed-strong\/40:hover {
  color:rgb(1 64 99 / 0.4);
}
.hover\:n-text-light-primary-pressed-strong\/45:hover {
  color:rgb(1 64 99 / 0.45);
}
.hover\:n-text-light-primary-pressed-strong\/5:hover {
  color:rgb(1 64 99 / 0.05);
}
.hover\:n-text-light-primary-pressed-strong\/50:hover {
  color:rgb(1 64 99 / 0.5);
}
.hover\:n-text-light-primary-pressed-strong\/55:hover {
  color:rgb(1 64 99 / 0.55);
}
.hover\:n-text-light-primary-pressed-strong\/60:hover {
  color:rgb(1 64 99 / 0.6);
}
.hover\:n-text-light-primary-pressed-strong\/65:hover {
  color:rgb(1 64 99 / 0.65);
}
.hover\:n-text-light-primary-pressed-strong\/70:hover {
  color:rgb(1 64 99 / 0.7);
}
.hover\:n-text-light-primary-pressed-strong\/75:hover {
  color:rgb(1 64 99 / 0.75);
}
.hover\:n-text-light-primary-pressed-strong\/80:hover {
  color:rgb(1 64 99 / 0.8);
}
.hover\:n-text-light-primary-pressed-strong\/85:hover {
  color:rgb(1 64 99 / 0.85);
}
.hover\:n-text-light-primary-pressed-strong\/90:hover {
  color:rgb(1 64 99 / 0.9);
}
.hover\:n-text-light-primary-pressed-strong\/95:hover {
  color:rgb(1 64 99 / 0.95);
}
.hover\:n-text-light-primary-pressed-weak:hover {
  --tw-text-opacity:1;
  color:rgb(48 131 157 / var(--tw-text-opacity));
}
.hover\:n-text-light-primary-pressed-weak\/0:hover {
  color:rgb(48 131 157 / 0);
}
.hover\:n-text-light-primary-pressed-weak\/10:hover {
  color:rgb(48 131 157 / 0.1);
}
.hover\:n-text-light-primary-pressed-weak\/100:hover {
  color:rgb(48 131 157 / 1);
}
.hover\:n-text-light-primary-pressed-weak\/15:hover {
  color:rgb(48 131 157 / 0.15);
}
.hover\:n-text-light-primary-pressed-weak\/20:hover {
  color:rgb(48 131 157 / 0.2);
}
.hover\:n-text-light-primary-pressed-weak\/25:hover {
  color:rgb(48 131 157 / 0.25);
}
.hover\:n-text-light-primary-pressed-weak\/30:hover {
  color:rgb(48 131 157 / 0.3);
}
.hover\:n-text-light-primary-pressed-weak\/35:hover {
  color:rgb(48 131 157 / 0.35);
}
.hover\:n-text-light-primary-pressed-weak\/40:hover {
  color:rgb(48 131 157 / 0.4);
}
.hover\:n-text-light-primary-pressed-weak\/45:hover {
  color:rgb(48 131 157 / 0.45);
}
.hover\:n-text-light-primary-pressed-weak\/5:hover {
  color:rgb(48 131 157 / 0.05);
}
.hover\:n-text-light-primary-pressed-weak\/50:hover {
  color:rgb(48 131 157 / 0.5);
}
.hover\:n-text-light-primary-pressed-weak\/55:hover {
  color:rgb(48 131 157 / 0.55);
}
.hover\:n-text-light-primary-pressed-weak\/60:hover {
  color:rgb(48 131 157 / 0.6);
}
.hover\:n-text-light-primary-pressed-weak\/65:hover {
  color:rgb(48 131 157 / 0.65);
}
.hover\:n-text-light-primary-pressed-weak\/70:hover {
  color:rgb(48 131 157 / 0.7);
}
.hover\:n-text-light-primary-pressed-weak\/75:hover {
  color:rgb(48 131 157 / 0.75);
}
.hover\:n-text-light-primary-pressed-weak\/80:hover {
  color:rgb(48 131 157 / 0.8);
}
.hover\:n-text-light-primary-pressed-weak\/85:hover {
  color:rgb(48 131 157 / 0.85);
}
.hover\:n-text-light-primary-pressed-weak\/90:hover {
  color:rgb(48 131 157 / 0.9);
}
.hover\:n-text-light-primary-pressed-weak\/95:hover {
  color:rgb(48 131 157 / 0.95);
}
.hover\:n-text-light-primary-text:hover {
  --tw-text-opacity:1;
  color:rgb(10 97 144 / var(--tw-text-opacity));
}
.hover\:n-text-light-primary-text\/0:hover {
  color:rgb(10 97 144 / 0);
}
.hover\:n-text-light-primary-text\/10:hover {
  color:rgb(10 97 144 / 0.1);
}
.hover\:n-text-light-primary-text\/100:hover {
  color:rgb(10 97 144 / 1);
}
.hover\:n-text-light-primary-text\/15:hover {
  color:rgb(10 97 144 / 0.15);
}
.hover\:n-text-light-primary-text\/20:hover {
  color:rgb(10 97 144 / 0.2);
}
.hover\:n-text-light-primary-text\/25:hover {
  color:rgb(10 97 144 / 0.25);
}
.hover\:n-text-light-primary-text\/30:hover {
  color:rgb(10 97 144 / 0.3);
}
.hover\:n-text-light-primary-text\/35:hover {
  color:rgb(10 97 144 / 0.35);
}
.hover\:n-text-light-primary-text\/40:hover {
  color:rgb(10 97 144 / 0.4);
}
.hover\:n-text-light-primary-text\/45:hover {
  color:rgb(10 97 144 / 0.45);
}
.hover\:n-text-light-primary-text\/5:hover {
  color:rgb(10 97 144 / 0.05);
}
.hover\:n-text-light-primary-text\/50:hover {
  color:rgb(10 97 144 / 0.5);
}
.hover\:n-text-light-primary-text\/55:hover {
  color:rgb(10 97 144 / 0.55);
}
.hover\:n-text-light-primary-text\/60:hover {
  color:rgb(10 97 144 / 0.6);
}
.hover\:n-text-light-primary-text\/65:hover {
  color:rgb(10 97 144 / 0.65);
}
.hover\:n-text-light-primary-text\/70:hover {
  color:rgb(10 97 144 / 0.7);
}
.hover\:n-text-light-primary-text\/75:hover {
  color:rgb(10 97 144 / 0.75);
}
.hover\:n-text-light-primary-text\/80:hover {
  color:rgb(10 97 144 / 0.8);
}
.hover\:n-text-light-primary-text\/85:hover {
  color:rgb(10 97 144 / 0.85);
}
.hover\:n-text-light-primary-text\/90:hover {
  color:rgb(10 97 144 / 0.9);
}
.hover\:n-text-light-primary-text\/95:hover {
  color:rgb(10 97 144 / 0.95);
}
.hover\:n-text-light-success-bg-status:hover {
  --tw-text-opacity:1;
  color:rgb(91 153 43 / var(--tw-text-opacity));
}
.hover\:n-text-light-success-bg-status\/0:hover {
  color:rgb(91 153 43 / 0);
}
.hover\:n-text-light-success-bg-status\/10:hover {
  color:rgb(91 153 43 / 0.1);
}
.hover\:n-text-light-success-bg-status\/100:hover {
  color:rgb(91 153 43 / 1);
}
.hover\:n-text-light-success-bg-status\/15:hover {
  color:rgb(91 153 43 / 0.15);
}
.hover\:n-text-light-success-bg-status\/20:hover {
  color:rgb(91 153 43 / 0.2);
}
.hover\:n-text-light-success-bg-status\/25:hover {
  color:rgb(91 153 43 / 0.25);
}
.hover\:n-text-light-success-bg-status\/30:hover {
  color:rgb(91 153 43 / 0.3);
}
.hover\:n-text-light-success-bg-status\/35:hover {
  color:rgb(91 153 43 / 0.35);
}
.hover\:n-text-light-success-bg-status\/40:hover {
  color:rgb(91 153 43 / 0.4);
}
.hover\:n-text-light-success-bg-status\/45:hover {
  color:rgb(91 153 43 / 0.45);
}
.hover\:n-text-light-success-bg-status\/5:hover {
  color:rgb(91 153 43 / 0.05);
}
.hover\:n-text-light-success-bg-status\/50:hover {
  color:rgb(91 153 43 / 0.5);
}
.hover\:n-text-light-success-bg-status\/55:hover {
  color:rgb(91 153 43 / 0.55);
}
.hover\:n-text-light-success-bg-status\/60:hover {
  color:rgb(91 153 43 / 0.6);
}
.hover\:n-text-light-success-bg-status\/65:hover {
  color:rgb(91 153 43 / 0.65);
}
.hover\:n-text-light-success-bg-status\/70:hover {
  color:rgb(91 153 43 / 0.7);
}
.hover\:n-text-light-success-bg-status\/75:hover {
  color:rgb(91 153 43 / 0.75);
}
.hover\:n-text-light-success-bg-status\/80:hover {
  color:rgb(91 153 43 / 0.8);
}
.hover\:n-text-light-success-bg-status\/85:hover {
  color:rgb(91 153 43 / 0.85);
}
.hover\:n-text-light-success-bg-status\/90:hover {
  color:rgb(91 153 43 / 0.9);
}
.hover\:n-text-light-success-bg-status\/95:hover {
  color:rgb(91 153 43 / 0.95);
}
.hover\:n-text-light-success-bg-strong:hover {
  --tw-text-opacity:1;
  color:rgb(63 120 36 / var(--tw-text-opacity));
}
.hover\:n-text-light-success-bg-strong\/0:hover {
  color:rgb(63 120 36 / 0);
}
.hover\:n-text-light-success-bg-strong\/10:hover {
  color:rgb(63 120 36 / 0.1);
}
.hover\:n-text-light-success-bg-strong\/100:hover {
  color:rgb(63 120 36 / 1);
}
.hover\:n-text-light-success-bg-strong\/15:hover {
  color:rgb(63 120 36 / 0.15);
}
.hover\:n-text-light-success-bg-strong\/20:hover {
  color:rgb(63 120 36 / 0.2);
}
.hover\:n-text-light-success-bg-strong\/25:hover {
  color:rgb(63 120 36 / 0.25);
}
.hover\:n-text-light-success-bg-strong\/30:hover {
  color:rgb(63 120 36 / 0.3);
}
.hover\:n-text-light-success-bg-strong\/35:hover {
  color:rgb(63 120 36 / 0.35);
}
.hover\:n-text-light-success-bg-strong\/40:hover {
  color:rgb(63 120 36 / 0.4);
}
.hover\:n-text-light-success-bg-strong\/45:hover {
  color:rgb(63 120 36 / 0.45);
}
.hover\:n-text-light-success-bg-strong\/5:hover {
  color:rgb(63 120 36 / 0.05);
}
.hover\:n-text-light-success-bg-strong\/50:hover {
  color:rgb(63 120 36 / 0.5);
}
.hover\:n-text-light-success-bg-strong\/55:hover {
  color:rgb(63 120 36 / 0.55);
}
.hover\:n-text-light-success-bg-strong\/60:hover {
  color:rgb(63 120 36 / 0.6);
}
.hover\:n-text-light-success-bg-strong\/65:hover {
  color:rgb(63 120 36 / 0.65);
}
.hover\:n-text-light-success-bg-strong\/70:hover {
  color:rgb(63 120 36 / 0.7);
}
.hover\:n-text-light-success-bg-strong\/75:hover {
  color:rgb(63 120 36 / 0.75);
}
.hover\:n-text-light-success-bg-strong\/80:hover {
  color:rgb(63 120 36 / 0.8);
}
.hover\:n-text-light-success-bg-strong\/85:hover {
  color:rgb(63 120 36 / 0.85);
}
.hover\:n-text-light-success-bg-strong\/90:hover {
  color:rgb(63 120 36 / 0.9);
}
.hover\:n-text-light-success-bg-strong\/95:hover {
  color:rgb(63 120 36 / 0.95);
}
.hover\:n-text-light-success-bg-weak:hover {
  --tw-text-opacity:1;
  color:rgb(231 252 215 / var(--tw-text-opacity));
}
.hover\:n-text-light-success-bg-weak\/0:hover {
  color:rgb(231 252 215 / 0);
}
.hover\:n-text-light-success-bg-weak\/10:hover {
  color:rgb(231 252 215 / 0.1);
}
.hover\:n-text-light-success-bg-weak\/100:hover {
  color:rgb(231 252 215 / 1);
}
.hover\:n-text-light-success-bg-weak\/15:hover {
  color:rgb(231 252 215 / 0.15);
}
.hover\:n-text-light-success-bg-weak\/20:hover {
  color:rgb(231 252 215 / 0.2);
}
.hover\:n-text-light-success-bg-weak\/25:hover {
  color:rgb(231 252 215 / 0.25);
}
.hover\:n-text-light-success-bg-weak\/30:hover {
  color:rgb(231 252 215 / 0.3);
}
.hover\:n-text-light-success-bg-weak\/35:hover {
  color:rgb(231 252 215 / 0.35);
}
.hover\:n-text-light-success-bg-weak\/40:hover {
  color:rgb(231 252 215 / 0.4);
}
.hover\:n-text-light-success-bg-weak\/45:hover {
  color:rgb(231 252 215 / 0.45);
}
.hover\:n-text-light-success-bg-weak\/5:hover {
  color:rgb(231 252 215 / 0.05);
}
.hover\:n-text-light-success-bg-weak\/50:hover {
  color:rgb(231 252 215 / 0.5);
}
.hover\:n-text-light-success-bg-weak\/55:hover {
  color:rgb(231 252 215 / 0.55);
}
.hover\:n-text-light-success-bg-weak\/60:hover {
  color:rgb(231 252 215 / 0.6);
}
.hover\:n-text-light-success-bg-weak\/65:hover {
  color:rgb(231 252 215 / 0.65);
}
.hover\:n-text-light-success-bg-weak\/70:hover {
  color:rgb(231 252 215 / 0.7);
}
.hover\:n-text-light-success-bg-weak\/75:hover {
  color:rgb(231 252 215 / 0.75);
}
.hover\:n-text-light-success-bg-weak\/80:hover {
  color:rgb(231 252 215 / 0.8);
}
.hover\:n-text-light-success-bg-weak\/85:hover {
  color:rgb(231 252 215 / 0.85);
}
.hover\:n-text-light-success-bg-weak\/90:hover {
  color:rgb(231 252 215 / 0.9);
}
.hover\:n-text-light-success-bg-weak\/95:hover {
  color:rgb(231 252 215 / 0.95);
}
.hover\:n-text-light-success-border-strong:hover {
  --tw-text-opacity:1;
  color:rgb(63 120 36 / var(--tw-text-opacity));
}
.hover\:n-text-light-success-border-strong\/0:hover {
  color:rgb(63 120 36 / 0);
}
.hover\:n-text-light-success-border-strong\/10:hover {
  color:rgb(63 120 36 / 0.1);
}
.hover\:n-text-light-success-border-strong\/100:hover {
  color:rgb(63 120 36 / 1);
}
.hover\:n-text-light-success-border-strong\/15:hover {
  color:rgb(63 120 36 / 0.15);
}
.hover\:n-text-light-success-border-strong\/20:hover {
  color:rgb(63 120 36 / 0.2);
}
.hover\:n-text-light-success-border-strong\/25:hover {
  color:rgb(63 120 36 / 0.25);
}
.hover\:n-text-light-success-border-strong\/30:hover {
  color:rgb(63 120 36 / 0.3);
}
.hover\:n-text-light-success-border-strong\/35:hover {
  color:rgb(63 120 36 / 0.35);
}
.hover\:n-text-light-success-border-strong\/40:hover {
  color:rgb(63 120 36 / 0.4);
}
.hover\:n-text-light-success-border-strong\/45:hover {
  color:rgb(63 120 36 / 0.45);
}
.hover\:n-text-light-success-border-strong\/5:hover {
  color:rgb(63 120 36 / 0.05);
}
.hover\:n-text-light-success-border-strong\/50:hover {
  color:rgb(63 120 36 / 0.5);
}
.hover\:n-text-light-success-border-strong\/55:hover {
  color:rgb(63 120 36 / 0.55);
}
.hover\:n-text-light-success-border-strong\/60:hover {
  color:rgb(63 120 36 / 0.6);
}
.hover\:n-text-light-success-border-strong\/65:hover {
  color:rgb(63 120 36 / 0.65);
}
.hover\:n-text-light-success-border-strong\/70:hover {
  color:rgb(63 120 36 / 0.7);
}
.hover\:n-text-light-success-border-strong\/75:hover {
  color:rgb(63 120 36 / 0.75);
}
.hover\:n-text-light-success-border-strong\/80:hover {
  color:rgb(63 120 36 / 0.8);
}
.hover\:n-text-light-success-border-strong\/85:hover {
  color:rgb(63 120 36 / 0.85);
}
.hover\:n-text-light-success-border-strong\/90:hover {
  color:rgb(63 120 36 / 0.9);
}
.hover\:n-text-light-success-border-strong\/95:hover {
  color:rgb(63 120 36 / 0.95);
}
.hover\:n-text-light-success-border-weak:hover {
  --tw-text-opacity:1;
  color:rgb(144 203 98 / var(--tw-text-opacity));
}
.hover\:n-text-light-success-border-weak\/0:hover {
  color:rgb(144 203 98 / 0);
}
.hover\:n-text-light-success-border-weak\/10:hover {
  color:rgb(144 203 98 / 0.1);
}
.hover\:n-text-light-success-border-weak\/100:hover {
  color:rgb(144 203 98 / 1);
}
.hover\:n-text-light-success-border-weak\/15:hover {
  color:rgb(144 203 98 / 0.15);
}
.hover\:n-text-light-success-border-weak\/20:hover {
  color:rgb(144 203 98 / 0.2);
}
.hover\:n-text-light-success-border-weak\/25:hover {
  color:rgb(144 203 98 / 0.25);
}
.hover\:n-text-light-success-border-weak\/30:hover {
  color:rgb(144 203 98 / 0.3);
}
.hover\:n-text-light-success-border-weak\/35:hover {
  color:rgb(144 203 98 / 0.35);
}
.hover\:n-text-light-success-border-weak\/40:hover {
  color:rgb(144 203 98 / 0.4);
}
.hover\:n-text-light-success-border-weak\/45:hover {
  color:rgb(144 203 98 / 0.45);
}
.hover\:n-text-light-success-border-weak\/5:hover {
  color:rgb(144 203 98 / 0.05);
}
.hover\:n-text-light-success-border-weak\/50:hover {
  color:rgb(144 203 98 / 0.5);
}
.hover\:n-text-light-success-border-weak\/55:hover {
  color:rgb(144 203 98 / 0.55);
}
.hover\:n-text-light-success-border-weak\/60:hover {
  color:rgb(144 203 98 / 0.6);
}
.hover\:n-text-light-success-border-weak\/65:hover {
  color:rgb(144 203 98 / 0.65);
}
.hover\:n-text-light-success-border-weak\/70:hover {
  color:rgb(144 203 98 / 0.7);
}
.hover\:n-text-light-success-border-weak\/75:hover {
  color:rgb(144 203 98 / 0.75);
}
.hover\:n-text-light-success-border-weak\/80:hover {
  color:rgb(144 203 98 / 0.8);
}
.hover\:n-text-light-success-border-weak\/85:hover {
  color:rgb(144 203 98 / 0.85);
}
.hover\:n-text-light-success-border-weak\/90:hover {
  color:rgb(144 203 98 / 0.9);
}
.hover\:n-text-light-success-border-weak\/95:hover {
  color:rgb(144 203 98 / 0.95);
}
.hover\:n-text-light-success-icon:hover {
  --tw-text-opacity:1;
  color:rgb(63 120 36 / var(--tw-text-opacity));
}
.hover\:n-text-light-success-icon\/0:hover {
  color:rgb(63 120 36 / 0);
}
.hover\:n-text-light-success-icon\/10:hover {
  color:rgb(63 120 36 / 0.1);
}
.hover\:n-text-light-success-icon\/100:hover {
  color:rgb(63 120 36 / 1);
}
.hover\:n-text-light-success-icon\/15:hover {
  color:rgb(63 120 36 / 0.15);
}
.hover\:n-text-light-success-icon\/20:hover {
  color:rgb(63 120 36 / 0.2);
}
.hover\:n-text-light-success-icon\/25:hover {
  color:rgb(63 120 36 / 0.25);
}
.hover\:n-text-light-success-icon\/30:hover {
  color:rgb(63 120 36 / 0.3);
}
.hover\:n-text-light-success-icon\/35:hover {
  color:rgb(63 120 36 / 0.35);
}
.hover\:n-text-light-success-icon\/40:hover {
  color:rgb(63 120 36 / 0.4);
}
.hover\:n-text-light-success-icon\/45:hover {
  color:rgb(63 120 36 / 0.45);
}
.hover\:n-text-light-success-icon\/5:hover {
  color:rgb(63 120 36 / 0.05);
}
.hover\:n-text-light-success-icon\/50:hover {
  color:rgb(63 120 36 / 0.5);
}
.hover\:n-text-light-success-icon\/55:hover {
  color:rgb(63 120 36 / 0.55);
}
.hover\:n-text-light-success-icon\/60:hover {
  color:rgb(63 120 36 / 0.6);
}
.hover\:n-text-light-success-icon\/65:hover {
  color:rgb(63 120 36 / 0.65);
}
.hover\:n-text-light-success-icon\/70:hover {
  color:rgb(63 120 36 / 0.7);
}
.hover\:n-text-light-success-icon\/75:hover {
  color:rgb(63 120 36 / 0.75);
}
.hover\:n-text-light-success-icon\/80:hover {
  color:rgb(63 120 36 / 0.8);
}
.hover\:n-text-light-success-icon\/85:hover {
  color:rgb(63 120 36 / 0.85);
}
.hover\:n-text-light-success-icon\/90:hover {
  color:rgb(63 120 36 / 0.9);
}
.hover\:n-text-light-success-icon\/95:hover {
  color:rgb(63 120 36 / 0.95);
}
.hover\:n-text-light-success-text:hover {
  --tw-text-opacity:1;
  color:rgb(63 120 36 / var(--tw-text-opacity));
}
.hover\:n-text-light-success-text\/0:hover {
  color:rgb(63 120 36 / 0);
}
.hover\:n-text-light-success-text\/10:hover {
  color:rgb(63 120 36 / 0.1);
}
.hover\:n-text-light-success-text\/100:hover {
  color:rgb(63 120 36 / 1);
}
.hover\:n-text-light-success-text\/15:hover {
  color:rgb(63 120 36 / 0.15);
}
.hover\:n-text-light-success-text\/20:hover {
  color:rgb(63 120 36 / 0.2);
}
.hover\:n-text-light-success-text\/25:hover {
  color:rgb(63 120 36 / 0.25);
}
.hover\:n-text-light-success-text\/30:hover {
  color:rgb(63 120 36 / 0.3);
}
.hover\:n-text-light-success-text\/35:hover {
  color:rgb(63 120 36 / 0.35);
}
.hover\:n-text-light-success-text\/40:hover {
  color:rgb(63 120 36 / 0.4);
}
.hover\:n-text-light-success-text\/45:hover {
  color:rgb(63 120 36 / 0.45);
}
.hover\:n-text-light-success-text\/5:hover {
  color:rgb(63 120 36 / 0.05);
}
.hover\:n-text-light-success-text\/50:hover {
  color:rgb(63 120 36 / 0.5);
}
.hover\:n-text-light-success-text\/55:hover {
  color:rgb(63 120 36 / 0.55);
}
.hover\:n-text-light-success-text\/60:hover {
  color:rgb(63 120 36 / 0.6);
}
.hover\:n-text-light-success-text\/65:hover {
  color:rgb(63 120 36 / 0.65);
}
.hover\:n-text-light-success-text\/70:hover {
  color:rgb(63 120 36 / 0.7);
}
.hover\:n-text-light-success-text\/75:hover {
  color:rgb(63 120 36 / 0.75);
}
.hover\:n-text-light-success-text\/80:hover {
  color:rgb(63 120 36 / 0.8);
}
.hover\:n-text-light-success-text\/85:hover {
  color:rgb(63 120 36 / 0.85);
}
.hover\:n-text-light-success-text\/90:hover {
  color:rgb(63 120 36 / 0.9);
}
.hover\:n-text-light-success-text\/95:hover {
  color:rgb(63 120 36 / 0.95);
}
.hover\:n-text-light-warning-bg-status:hover {
  --tw-text-opacity:1;
  color:rgb(215 170 10 / var(--tw-text-opacity));
}
.hover\:n-text-light-warning-bg-status\/0:hover {
  color:rgb(215 170 10 / 0);
}
.hover\:n-text-light-warning-bg-status\/10:hover {
  color:rgb(215 170 10 / 0.1);
}
.hover\:n-text-light-warning-bg-status\/100:hover {
  color:rgb(215 170 10 / 1);
}
.hover\:n-text-light-warning-bg-status\/15:hover {
  color:rgb(215 170 10 / 0.15);
}
.hover\:n-text-light-warning-bg-status\/20:hover {
  color:rgb(215 170 10 / 0.2);
}
.hover\:n-text-light-warning-bg-status\/25:hover {
  color:rgb(215 170 10 / 0.25);
}
.hover\:n-text-light-warning-bg-status\/30:hover {
  color:rgb(215 170 10 / 0.3);
}
.hover\:n-text-light-warning-bg-status\/35:hover {
  color:rgb(215 170 10 / 0.35);
}
.hover\:n-text-light-warning-bg-status\/40:hover {
  color:rgb(215 170 10 / 0.4);
}
.hover\:n-text-light-warning-bg-status\/45:hover {
  color:rgb(215 170 10 / 0.45);
}
.hover\:n-text-light-warning-bg-status\/5:hover {
  color:rgb(215 170 10 / 0.05);
}
.hover\:n-text-light-warning-bg-status\/50:hover {
  color:rgb(215 170 10 / 0.5);
}
.hover\:n-text-light-warning-bg-status\/55:hover {
  color:rgb(215 170 10 / 0.55);
}
.hover\:n-text-light-warning-bg-status\/60:hover {
  color:rgb(215 170 10 / 0.6);
}
.hover\:n-text-light-warning-bg-status\/65:hover {
  color:rgb(215 170 10 / 0.65);
}
.hover\:n-text-light-warning-bg-status\/70:hover {
  color:rgb(215 170 10 / 0.7);
}
.hover\:n-text-light-warning-bg-status\/75:hover {
  color:rgb(215 170 10 / 0.75);
}
.hover\:n-text-light-warning-bg-status\/80:hover {
  color:rgb(215 170 10 / 0.8);
}
.hover\:n-text-light-warning-bg-status\/85:hover {
  color:rgb(215 170 10 / 0.85);
}
.hover\:n-text-light-warning-bg-status\/90:hover {
  color:rgb(215 170 10 / 0.9);
}
.hover\:n-text-light-warning-bg-status\/95:hover {
  color:rgb(215 170 10 / 0.95);
}
.hover\:n-text-light-warning-bg-strong:hover {
  --tw-text-opacity:1;
  color:rgb(118 85 0 / var(--tw-text-opacity));
}
.hover\:n-text-light-warning-bg-strong\/0:hover {
  color:rgb(118 85 0 / 0);
}
.hover\:n-text-light-warning-bg-strong\/10:hover {
  color:rgb(118 85 0 / 0.1);
}
.hover\:n-text-light-warning-bg-strong\/100:hover {
  color:rgb(118 85 0 / 1);
}
.hover\:n-text-light-warning-bg-strong\/15:hover {
  color:rgb(118 85 0 / 0.15);
}
.hover\:n-text-light-warning-bg-strong\/20:hover {
  color:rgb(118 85 0 / 0.2);
}
.hover\:n-text-light-warning-bg-strong\/25:hover {
  color:rgb(118 85 0 / 0.25);
}
.hover\:n-text-light-warning-bg-strong\/30:hover {
  color:rgb(118 85 0 / 0.3);
}
.hover\:n-text-light-warning-bg-strong\/35:hover {
  color:rgb(118 85 0 / 0.35);
}
.hover\:n-text-light-warning-bg-strong\/40:hover {
  color:rgb(118 85 0 / 0.4);
}
.hover\:n-text-light-warning-bg-strong\/45:hover {
  color:rgb(118 85 0 / 0.45);
}
.hover\:n-text-light-warning-bg-strong\/5:hover {
  color:rgb(118 85 0 / 0.05);
}
.hover\:n-text-light-warning-bg-strong\/50:hover {
  color:rgb(118 85 0 / 0.5);
}
.hover\:n-text-light-warning-bg-strong\/55:hover {
  color:rgb(118 85 0 / 0.55);
}
.hover\:n-text-light-warning-bg-strong\/60:hover {
  color:rgb(118 85 0 / 0.6);
}
.hover\:n-text-light-warning-bg-strong\/65:hover {
  color:rgb(118 85 0 / 0.65);
}
.hover\:n-text-light-warning-bg-strong\/70:hover {
  color:rgb(118 85 0 / 0.7);
}
.hover\:n-text-light-warning-bg-strong\/75:hover {
  color:rgb(118 85 0 / 0.75);
}
.hover\:n-text-light-warning-bg-strong\/80:hover {
  color:rgb(118 85 0 / 0.8);
}
.hover\:n-text-light-warning-bg-strong\/85:hover {
  color:rgb(118 85 0 / 0.85);
}
.hover\:n-text-light-warning-bg-strong\/90:hover {
  color:rgb(118 85 0 / 0.9);
}
.hover\:n-text-light-warning-bg-strong\/95:hover {
  color:rgb(118 85 0 / 0.95);
}
.hover\:n-text-light-warning-bg-weak:hover {
  --tw-text-opacity:1;
  color:rgb(255 250 209 / var(--tw-text-opacity));
}
.hover\:n-text-light-warning-bg-weak\/0:hover {
  color:rgb(255 250 209 / 0);
}
.hover\:n-text-light-warning-bg-weak\/10:hover {
  color:rgb(255 250 209 / 0.1);
}
.hover\:n-text-light-warning-bg-weak\/100:hover {
  color:rgb(255 250 209 / 1);
}
.hover\:n-text-light-warning-bg-weak\/15:hover {
  color:rgb(255 250 209 / 0.15);
}
.hover\:n-text-light-warning-bg-weak\/20:hover {
  color:rgb(255 250 209 / 0.2);
}
.hover\:n-text-light-warning-bg-weak\/25:hover {
  color:rgb(255 250 209 / 0.25);
}
.hover\:n-text-light-warning-bg-weak\/30:hover {
  color:rgb(255 250 209 / 0.3);
}
.hover\:n-text-light-warning-bg-weak\/35:hover {
  color:rgb(255 250 209 / 0.35);
}
.hover\:n-text-light-warning-bg-weak\/40:hover {
  color:rgb(255 250 209 / 0.4);
}
.hover\:n-text-light-warning-bg-weak\/45:hover {
  color:rgb(255 250 209 / 0.45);
}
.hover\:n-text-light-warning-bg-weak\/5:hover {
  color:rgb(255 250 209 / 0.05);
}
.hover\:n-text-light-warning-bg-weak\/50:hover {
  color:rgb(255 250 209 / 0.5);
}
.hover\:n-text-light-warning-bg-weak\/55:hover {
  color:rgb(255 250 209 / 0.55);
}
.hover\:n-text-light-warning-bg-weak\/60:hover {
  color:rgb(255 250 209 / 0.6);
}
.hover\:n-text-light-warning-bg-weak\/65:hover {
  color:rgb(255 250 209 / 0.65);
}
.hover\:n-text-light-warning-bg-weak\/70:hover {
  color:rgb(255 250 209 / 0.7);
}
.hover\:n-text-light-warning-bg-weak\/75:hover {
  color:rgb(255 250 209 / 0.75);
}
.hover\:n-text-light-warning-bg-weak\/80:hover {
  color:rgb(255 250 209 / 0.8);
}
.hover\:n-text-light-warning-bg-weak\/85:hover {
  color:rgb(255 250 209 / 0.85);
}
.hover\:n-text-light-warning-bg-weak\/90:hover {
  color:rgb(255 250 209 / 0.9);
}
.hover\:n-text-light-warning-bg-weak\/95:hover {
  color:rgb(255 250 209 / 0.95);
}
.hover\:n-text-light-warning-border-strong:hover {
  --tw-text-opacity:1;
  color:rgb(153 110 0 / var(--tw-text-opacity));
}
.hover\:n-text-light-warning-border-strong\/0:hover {
  color:rgb(153 110 0 / 0);
}
.hover\:n-text-light-warning-border-strong\/10:hover {
  color:rgb(153 110 0 / 0.1);
}
.hover\:n-text-light-warning-border-strong\/100:hover {
  color:rgb(153 110 0 / 1);
}
.hover\:n-text-light-warning-border-strong\/15:hover {
  color:rgb(153 110 0 / 0.15);
}
.hover\:n-text-light-warning-border-strong\/20:hover {
  color:rgb(153 110 0 / 0.2);
}
.hover\:n-text-light-warning-border-strong\/25:hover {
  color:rgb(153 110 0 / 0.25);
}
.hover\:n-text-light-warning-border-strong\/30:hover {
  color:rgb(153 110 0 / 0.3);
}
.hover\:n-text-light-warning-border-strong\/35:hover {
  color:rgb(153 110 0 / 0.35);
}
.hover\:n-text-light-warning-border-strong\/40:hover {
  color:rgb(153 110 0 / 0.4);
}
.hover\:n-text-light-warning-border-strong\/45:hover {
  color:rgb(153 110 0 / 0.45);
}
.hover\:n-text-light-warning-border-strong\/5:hover {
  color:rgb(153 110 0 / 0.05);
}
.hover\:n-text-light-warning-border-strong\/50:hover {
  color:rgb(153 110 0 / 0.5);
}
.hover\:n-text-light-warning-border-strong\/55:hover {
  color:rgb(153 110 0 / 0.55);
}
.hover\:n-text-light-warning-border-strong\/60:hover {
  color:rgb(153 110 0 / 0.6);
}
.hover\:n-text-light-warning-border-strong\/65:hover {
  color:rgb(153 110 0 / 0.65);
}
.hover\:n-text-light-warning-border-strong\/70:hover {
  color:rgb(153 110 0 / 0.7);
}
.hover\:n-text-light-warning-border-strong\/75:hover {
  color:rgb(153 110 0 / 0.75);
}
.hover\:n-text-light-warning-border-strong\/80:hover {
  color:rgb(153 110 0 / 0.8);
}
.hover\:n-text-light-warning-border-strong\/85:hover {
  color:rgb(153 110 0 / 0.85);
}
.hover\:n-text-light-warning-border-strong\/90:hover {
  color:rgb(153 110 0 / 0.9);
}
.hover\:n-text-light-warning-border-strong\/95:hover {
  color:rgb(153 110 0 / 0.95);
}
.hover\:n-text-light-warning-border-weak:hover {
  --tw-text-opacity:1;
  color:rgb(255 214 0 / var(--tw-text-opacity));
}
.hover\:n-text-light-warning-border-weak\/0:hover {
  color:rgb(255 214 0 / 0);
}
.hover\:n-text-light-warning-border-weak\/10:hover {
  color:rgb(255 214 0 / 0.1);
}
.hover\:n-text-light-warning-border-weak\/100:hover {
  color:rgb(255 214 0 / 1);
}
.hover\:n-text-light-warning-border-weak\/15:hover {
  color:rgb(255 214 0 / 0.15);
}
.hover\:n-text-light-warning-border-weak\/20:hover {
  color:rgb(255 214 0 / 0.2);
}
.hover\:n-text-light-warning-border-weak\/25:hover {
  color:rgb(255 214 0 / 0.25);
}
.hover\:n-text-light-warning-border-weak\/30:hover {
  color:rgb(255 214 0 / 0.3);
}
.hover\:n-text-light-warning-border-weak\/35:hover {
  color:rgb(255 214 0 / 0.35);
}
.hover\:n-text-light-warning-border-weak\/40:hover {
  color:rgb(255 214 0 / 0.4);
}
.hover\:n-text-light-warning-border-weak\/45:hover {
  color:rgb(255 214 0 / 0.45);
}
.hover\:n-text-light-warning-border-weak\/5:hover {
  color:rgb(255 214 0 / 0.05);
}
.hover\:n-text-light-warning-border-weak\/50:hover {
  color:rgb(255 214 0 / 0.5);
}
.hover\:n-text-light-warning-border-weak\/55:hover {
  color:rgb(255 214 0 / 0.55);
}
.hover\:n-text-light-warning-border-weak\/60:hover {
  color:rgb(255 214 0 / 0.6);
}
.hover\:n-text-light-warning-border-weak\/65:hover {
  color:rgb(255 214 0 / 0.65);
}
.hover\:n-text-light-warning-border-weak\/70:hover {
  color:rgb(255 214 0 / 0.7);
}
.hover\:n-text-light-warning-border-weak\/75:hover {
  color:rgb(255 214 0 / 0.75);
}
.hover\:n-text-light-warning-border-weak\/80:hover {
  color:rgb(255 214 0 / 0.8);
}
.hover\:n-text-light-warning-border-weak\/85:hover {
  color:rgb(255 214 0 / 0.85);
}
.hover\:n-text-light-warning-border-weak\/90:hover {
  color:rgb(255 214 0 / 0.9);
}
.hover\:n-text-light-warning-border-weak\/95:hover {
  color:rgb(255 214 0 / 0.95);
}
.hover\:n-text-light-warning-icon:hover {
  --tw-text-opacity:1;
  color:rgb(118 85 0 / var(--tw-text-opacity));
}
.hover\:n-text-light-warning-icon\/0:hover {
  color:rgb(118 85 0 / 0);
}
.hover\:n-text-light-warning-icon\/10:hover {
  color:rgb(118 85 0 / 0.1);
}
.hover\:n-text-light-warning-icon\/100:hover {
  color:rgb(118 85 0 / 1);
}
.hover\:n-text-light-warning-icon\/15:hover {
  color:rgb(118 85 0 / 0.15);
}
.hover\:n-text-light-warning-icon\/20:hover {
  color:rgb(118 85 0 / 0.2);
}
.hover\:n-text-light-warning-icon\/25:hover {
  color:rgb(118 85 0 / 0.25);
}
.hover\:n-text-light-warning-icon\/30:hover {
  color:rgb(118 85 0 / 0.3);
}
.hover\:n-text-light-warning-icon\/35:hover {
  color:rgb(118 85 0 / 0.35);
}
.hover\:n-text-light-warning-icon\/40:hover {
  color:rgb(118 85 0 / 0.4);
}
.hover\:n-text-light-warning-icon\/45:hover {
  color:rgb(118 85 0 / 0.45);
}
.hover\:n-text-light-warning-icon\/5:hover {
  color:rgb(118 85 0 / 0.05);
}
.hover\:n-text-light-warning-icon\/50:hover {
  color:rgb(118 85 0 / 0.5);
}
.hover\:n-text-light-warning-icon\/55:hover {
  color:rgb(118 85 0 / 0.55);
}
.hover\:n-text-light-warning-icon\/60:hover {
  color:rgb(118 85 0 / 0.6);
}
.hover\:n-text-light-warning-icon\/65:hover {
  color:rgb(118 85 0 / 0.65);
}
.hover\:n-text-light-warning-icon\/70:hover {
  color:rgb(118 85 0 / 0.7);
}
.hover\:n-text-light-warning-icon\/75:hover {
  color:rgb(118 85 0 / 0.75);
}
.hover\:n-text-light-warning-icon\/80:hover {
  color:rgb(118 85 0 / 0.8);
}
.hover\:n-text-light-warning-icon\/85:hover {
  color:rgb(118 85 0 / 0.85);
}
.hover\:n-text-light-warning-icon\/90:hover {
  color:rgb(118 85 0 / 0.9);
}
.hover\:n-text-light-warning-icon\/95:hover {
  color:rgb(118 85 0 / 0.95);
}
.hover\:n-text-light-warning-text:hover {
  --tw-text-opacity:1;
  color:rgb(118 85 0 / var(--tw-text-opacity));
}
.hover\:n-text-light-warning-text\/0:hover {
  color:rgb(118 85 0 / 0);
}
.hover\:n-text-light-warning-text\/10:hover {
  color:rgb(118 85 0 / 0.1);
}
.hover\:n-text-light-warning-text\/100:hover {
  color:rgb(118 85 0 / 1);
}
.hover\:n-text-light-warning-text\/15:hover {
  color:rgb(118 85 0 / 0.15);
}
.hover\:n-text-light-warning-text\/20:hover {
  color:rgb(118 85 0 / 0.2);
}
.hover\:n-text-light-warning-text\/25:hover {
  color:rgb(118 85 0 / 0.25);
}
.hover\:n-text-light-warning-text\/30:hover {
  color:rgb(118 85 0 / 0.3);
}
.hover\:n-text-light-warning-text\/35:hover {
  color:rgb(118 85 0 / 0.35);
}
.hover\:n-text-light-warning-text\/40:hover {
  color:rgb(118 85 0 / 0.4);
}
.hover\:n-text-light-warning-text\/45:hover {
  color:rgb(118 85 0 / 0.45);
}
.hover\:n-text-light-warning-text\/5:hover {
  color:rgb(118 85 0 / 0.05);
}
.hover\:n-text-light-warning-text\/50:hover {
  color:rgb(118 85 0 / 0.5);
}
.hover\:n-text-light-warning-text\/55:hover {
  color:rgb(118 85 0 / 0.55);
}
.hover\:n-text-light-warning-text\/60:hover {
  color:rgb(118 85 0 / 0.6);
}
.hover\:n-text-light-warning-text\/65:hover {
  color:rgb(118 85 0 / 0.65);
}
.hover\:n-text-light-warning-text\/70:hover {
  color:rgb(118 85 0 / 0.7);
}
.hover\:n-text-light-warning-text\/75:hover {
  color:rgb(118 85 0 / 0.75);
}
.hover\:n-text-light-warning-text\/80:hover {
  color:rgb(118 85 0 / 0.8);
}
.hover\:n-text-light-warning-text\/85:hover {
  color:rgb(118 85 0 / 0.85);
}
.hover\:n-text-light-warning-text\/90:hover {
  color:rgb(118 85 0 / 0.9);
}
.hover\:n-text-light-warning-text\/95:hover {
  color:rgb(118 85 0 / 0.95);
}
.hover\:n-text-neutral-10:hover {
  --tw-text-opacity:1;
  color:rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:n-text-neutral-10\/0:hover {
  color:rgb(255 255 255 / 0);
}
.hover\:n-text-neutral-10\/10:hover {
  color:rgb(255 255 255 / 0.1);
}
.hover\:n-text-neutral-10\/100:hover {
  color:rgb(255 255 255 / 1);
}
.hover\:n-text-neutral-10\/15:hover {
  color:rgb(255 255 255 / 0.15);
}
.hover\:n-text-neutral-10\/20:hover {
  color:rgb(255 255 255 / 0.2);
}
.hover\:n-text-neutral-10\/25:hover {
  color:rgb(255 255 255 / 0.25);
}
.hover\:n-text-neutral-10\/30:hover {
  color:rgb(255 255 255 / 0.3);
}
.hover\:n-text-neutral-10\/35:hover {
  color:rgb(255 255 255 / 0.35);
}
.hover\:n-text-neutral-10\/40:hover {
  color:rgb(255 255 255 / 0.4);
}
.hover\:n-text-neutral-10\/45:hover {
  color:rgb(255 255 255 / 0.45);
}
.hover\:n-text-neutral-10\/5:hover {
  color:rgb(255 255 255 / 0.05);
}
.hover\:n-text-neutral-10\/50:hover {
  color:rgb(255 255 255 / 0.5);
}
.hover\:n-text-neutral-10\/55:hover {
  color:rgb(255 255 255 / 0.55);
}
.hover\:n-text-neutral-10\/60:hover {
  color:rgb(255 255 255 / 0.6);
}
.hover\:n-text-neutral-10\/65:hover {
  color:rgb(255 255 255 / 0.65);
}
.hover\:n-text-neutral-10\/70:hover {
  color:rgb(255 255 255 / 0.7);
}
.hover\:n-text-neutral-10\/75:hover {
  color:rgb(255 255 255 / 0.75);
}
.hover\:n-text-neutral-10\/80:hover {
  color:rgb(255 255 255 / 0.8);
}
.hover\:n-text-neutral-10\/85:hover {
  color:rgb(255 255 255 / 0.85);
}
.hover\:n-text-neutral-10\/90:hover {
  color:rgb(255 255 255 / 0.9);
}
.hover\:n-text-neutral-10\/95:hover {
  color:rgb(255 255 255 / 0.95);
}
.hover\:n-text-neutral-15:hover {
  --tw-text-opacity:1;
  color:rgb(245 246 246 / var(--tw-text-opacity));
}
.hover\:n-text-neutral-15\/0:hover {
  color:rgb(245 246 246 / 0);
}
.hover\:n-text-neutral-15\/10:hover {
  color:rgb(245 246 246 / 0.1);
}
.hover\:n-text-neutral-15\/100:hover {
  color:rgb(245 246 246 / 1);
}
.hover\:n-text-neutral-15\/15:hover {
  color:rgb(245 246 246 / 0.15);
}
.hover\:n-text-neutral-15\/20:hover {
  color:rgb(245 246 246 / 0.2);
}
.hover\:n-text-neutral-15\/25:hover {
  color:rgb(245 246 246 / 0.25);
}
.hover\:n-text-neutral-15\/30:hover {
  color:rgb(245 246 246 / 0.3);
}
.hover\:n-text-neutral-15\/35:hover {
  color:rgb(245 246 246 / 0.35);
}
.hover\:n-text-neutral-15\/40:hover {
  color:rgb(245 246 246 / 0.4);
}
.hover\:n-text-neutral-15\/45:hover {
  color:rgb(245 246 246 / 0.45);
}
.hover\:n-text-neutral-15\/5:hover {
  color:rgb(245 246 246 / 0.05);
}
.hover\:n-text-neutral-15\/50:hover {
  color:rgb(245 246 246 / 0.5);
}
.hover\:n-text-neutral-15\/55:hover {
  color:rgb(245 246 246 / 0.55);
}
.hover\:n-text-neutral-15\/60:hover {
  color:rgb(245 246 246 / 0.6);
}
.hover\:n-text-neutral-15\/65:hover {
  color:rgb(245 246 246 / 0.65);
}
.hover\:n-text-neutral-15\/70:hover {
  color:rgb(245 246 246 / 0.7);
}
.hover\:n-text-neutral-15\/75:hover {
  color:rgb(245 246 246 / 0.75);
}
.hover\:n-text-neutral-15\/80:hover {
  color:rgb(245 246 246 / 0.8);
}
.hover\:n-text-neutral-15\/85:hover {
  color:rgb(245 246 246 / 0.85);
}
.hover\:n-text-neutral-15\/90:hover {
  color:rgb(245 246 246 / 0.9);
}
.hover\:n-text-neutral-15\/95:hover {
  color:rgb(245 246 246 / 0.95);
}
.hover\:n-text-neutral-20:hover {
  --tw-text-opacity:1;
  color:rgb(226 227 229 / var(--tw-text-opacity));
}
.hover\:n-text-neutral-20\/0:hover {
  color:rgb(226 227 229 / 0);
}
.hover\:n-text-neutral-20\/10:hover {
  color:rgb(226 227 229 / 0.1);
}
.hover\:n-text-neutral-20\/100:hover {
  color:rgb(226 227 229 / 1);
}
.hover\:n-text-neutral-20\/15:hover {
  color:rgb(226 227 229 / 0.15);
}
.hover\:n-text-neutral-20\/20:hover {
  color:rgb(226 227 229 / 0.2);
}
.hover\:n-text-neutral-20\/25:hover {
  color:rgb(226 227 229 / 0.25);
}
.hover\:n-text-neutral-20\/30:hover {
  color:rgb(226 227 229 / 0.3);
}
.hover\:n-text-neutral-20\/35:hover {
  color:rgb(226 227 229 / 0.35);
}
.hover\:n-text-neutral-20\/40:hover {
  color:rgb(226 227 229 / 0.4);
}
.hover\:n-text-neutral-20\/45:hover {
  color:rgb(226 227 229 / 0.45);
}
.hover\:n-text-neutral-20\/5:hover {
  color:rgb(226 227 229 / 0.05);
}
.hover\:n-text-neutral-20\/50:hover {
  color:rgb(226 227 229 / 0.5);
}
.hover\:n-text-neutral-20\/55:hover {
  color:rgb(226 227 229 / 0.55);
}
.hover\:n-text-neutral-20\/60:hover {
  color:rgb(226 227 229 / 0.6);
}
.hover\:n-text-neutral-20\/65:hover {
  color:rgb(226 227 229 / 0.65);
}
.hover\:n-text-neutral-20\/70:hover {
  color:rgb(226 227 229 / 0.7);
}
.hover\:n-text-neutral-20\/75:hover {
  color:rgb(226 227 229 / 0.75);
}
.hover\:n-text-neutral-20\/80:hover {
  color:rgb(226 227 229 / 0.8);
}
.hover\:n-text-neutral-20\/85:hover {
  color:rgb(226 227 229 / 0.85);
}
.hover\:n-text-neutral-20\/90:hover {
  color:rgb(226 227 229 / 0.9);
}
.hover\:n-text-neutral-20\/95:hover {
  color:rgb(226 227 229 / 0.95);
}
.hover\:n-text-neutral-25:hover {
  --tw-text-opacity:1;
  color:rgb(207 209 212 / var(--tw-text-opacity));
}
.hover\:n-text-neutral-25\/0:hover {
  color:rgb(207 209 212 / 0);
}
.hover\:n-text-neutral-25\/10:hover {
  color:rgb(207 209 212 / 0.1);
}
.hover\:n-text-neutral-25\/100:hover {
  color:rgb(207 209 212 / 1);
}
.hover\:n-text-neutral-25\/15:hover {
  color:rgb(207 209 212 / 0.15);
}
.hover\:n-text-neutral-25\/20:hover {
  color:rgb(207 209 212 / 0.2);
}
.hover\:n-text-neutral-25\/25:hover {
  color:rgb(207 209 212 / 0.25);
}
.hover\:n-text-neutral-25\/30:hover {
  color:rgb(207 209 212 / 0.3);
}
.hover\:n-text-neutral-25\/35:hover {
  color:rgb(207 209 212 / 0.35);
}
.hover\:n-text-neutral-25\/40:hover {
  color:rgb(207 209 212 / 0.4);
}
.hover\:n-text-neutral-25\/45:hover {
  color:rgb(207 209 212 / 0.45);
}
.hover\:n-text-neutral-25\/5:hover {
  color:rgb(207 209 212 / 0.05);
}
.hover\:n-text-neutral-25\/50:hover {
  color:rgb(207 209 212 / 0.5);
}
.hover\:n-text-neutral-25\/55:hover {
  color:rgb(207 209 212 / 0.55);
}
.hover\:n-text-neutral-25\/60:hover {
  color:rgb(207 209 212 / 0.6);
}
.hover\:n-text-neutral-25\/65:hover {
  color:rgb(207 209 212 / 0.65);
}
.hover\:n-text-neutral-25\/70:hover {
  color:rgb(207 209 212 / 0.7);
}
.hover\:n-text-neutral-25\/75:hover {
  color:rgb(207 209 212 / 0.75);
}
.hover\:n-text-neutral-25\/80:hover {
  color:rgb(207 209 212 / 0.8);
}
.hover\:n-text-neutral-25\/85:hover {
  color:rgb(207 209 212 / 0.85);
}
.hover\:n-text-neutral-25\/90:hover {
  color:rgb(207 209 212 / 0.9);
}
.hover\:n-text-neutral-25\/95:hover {
  color:rgb(207 209 212 / 0.95);
}
.hover\:n-text-neutral-30:hover {
  --tw-text-opacity:1;
  color:rgb(187 190 195 / var(--tw-text-opacity));
}
.hover\:n-text-neutral-30\/0:hover {
  color:rgb(187 190 195 / 0);
}
.hover\:n-text-neutral-30\/10:hover {
  color:rgb(187 190 195 / 0.1);
}
.hover\:n-text-neutral-30\/100:hover {
  color:rgb(187 190 195 / 1);
}
.hover\:n-text-neutral-30\/15:hover {
  color:rgb(187 190 195 / 0.15);
}
.hover\:n-text-neutral-30\/20:hover {
  color:rgb(187 190 195 / 0.2);
}
.hover\:n-text-neutral-30\/25:hover {
  color:rgb(187 190 195 / 0.25);
}
.hover\:n-text-neutral-30\/30:hover {
  color:rgb(187 190 195 / 0.3);
}
.hover\:n-text-neutral-30\/35:hover {
  color:rgb(187 190 195 / 0.35);
}
.hover\:n-text-neutral-30\/40:hover {
  color:rgb(187 190 195 / 0.4);
}
.hover\:n-text-neutral-30\/45:hover {
  color:rgb(187 190 195 / 0.45);
}
.hover\:n-text-neutral-30\/5:hover {
  color:rgb(187 190 195 / 0.05);
}
.hover\:n-text-neutral-30\/50:hover {
  color:rgb(187 190 195 / 0.5);
}
.hover\:n-text-neutral-30\/55:hover {
  color:rgb(187 190 195 / 0.55);
}
.hover\:n-text-neutral-30\/60:hover {
  color:rgb(187 190 195 / 0.6);
}
.hover\:n-text-neutral-30\/65:hover {
  color:rgb(187 190 195 / 0.65);
}
.hover\:n-text-neutral-30\/70:hover {
  color:rgb(187 190 195 / 0.7);
}
.hover\:n-text-neutral-30\/75:hover {
  color:rgb(187 190 195 / 0.75);
}
.hover\:n-text-neutral-30\/80:hover {
  color:rgb(187 190 195 / 0.8);
}
.hover\:n-text-neutral-30\/85:hover {
  color:rgb(187 190 195 / 0.85);
}
.hover\:n-text-neutral-30\/90:hover {
  color:rgb(187 190 195 / 0.9);
}
.hover\:n-text-neutral-30\/95:hover {
  color:rgb(187 190 195 / 0.95);
}
.hover\:n-text-neutral-35:hover {
  --tw-text-opacity:1;
  color:rgb(168 172 178 / var(--tw-text-opacity));
}
.hover\:n-text-neutral-35\/0:hover {
  color:rgb(168 172 178 / 0);
}
.hover\:n-text-neutral-35\/10:hover {
  color:rgb(168 172 178 / 0.1);
}
.hover\:n-text-neutral-35\/100:hover {
  color:rgb(168 172 178 / 1);
}
.hover\:n-text-neutral-35\/15:hover {
  color:rgb(168 172 178 / 0.15);
}
.hover\:n-text-neutral-35\/20:hover {
  color:rgb(168 172 178 / 0.2);
}
.hover\:n-text-neutral-35\/25:hover {
  color:rgb(168 172 178 / 0.25);
}
.hover\:n-text-neutral-35\/30:hover {
  color:rgb(168 172 178 / 0.3);
}
.hover\:n-text-neutral-35\/35:hover {
  color:rgb(168 172 178 / 0.35);
}
.hover\:n-text-neutral-35\/40:hover {
  color:rgb(168 172 178 / 0.4);
}
.hover\:n-text-neutral-35\/45:hover {
  color:rgb(168 172 178 / 0.45);
}
.hover\:n-text-neutral-35\/5:hover {
  color:rgb(168 172 178 / 0.05);
}
.hover\:n-text-neutral-35\/50:hover {
  color:rgb(168 172 178 / 0.5);
}
.hover\:n-text-neutral-35\/55:hover {
  color:rgb(168 172 178 / 0.55);
}
.hover\:n-text-neutral-35\/60:hover {
  color:rgb(168 172 178 / 0.6);
}
.hover\:n-text-neutral-35\/65:hover {
  color:rgb(168 172 178 / 0.65);
}
.hover\:n-text-neutral-35\/70:hover {
  color:rgb(168 172 178 / 0.7);
}
.hover\:n-text-neutral-35\/75:hover {
  color:rgb(168 172 178 / 0.75);
}
.hover\:n-text-neutral-35\/80:hover {
  color:rgb(168 172 178 / 0.8);
}
.hover\:n-text-neutral-35\/85:hover {
  color:rgb(168 172 178 / 0.85);
}
.hover\:n-text-neutral-35\/90:hover {
  color:rgb(168 172 178 / 0.9);
}
.hover\:n-text-neutral-35\/95:hover {
  color:rgb(168 172 178 / 0.95);
}
.hover\:n-text-neutral-40:hover {
  --tw-text-opacity:1;
  color:rgb(149 154 161 / var(--tw-text-opacity));
}
.hover\:n-text-neutral-40\/0:hover {
  color:rgb(149 154 161 / 0);
}
.hover\:n-text-neutral-40\/10:hover {
  color:rgb(149 154 161 / 0.1);
}
.hover\:n-text-neutral-40\/100:hover {
  color:rgb(149 154 161 / 1);
}
.hover\:n-text-neutral-40\/15:hover {
  color:rgb(149 154 161 / 0.15);
}
.hover\:n-text-neutral-40\/20:hover {
  color:rgb(149 154 161 / 0.2);
}
.hover\:n-text-neutral-40\/25:hover {
  color:rgb(149 154 161 / 0.25);
}
.hover\:n-text-neutral-40\/30:hover {
  color:rgb(149 154 161 / 0.3);
}
.hover\:n-text-neutral-40\/35:hover {
  color:rgb(149 154 161 / 0.35);
}
.hover\:n-text-neutral-40\/40:hover {
  color:rgb(149 154 161 / 0.4);
}
.hover\:n-text-neutral-40\/45:hover {
  color:rgb(149 154 161 / 0.45);
}
.hover\:n-text-neutral-40\/5:hover {
  color:rgb(149 154 161 / 0.05);
}
.hover\:n-text-neutral-40\/50:hover {
  color:rgb(149 154 161 / 0.5);
}
.hover\:n-text-neutral-40\/55:hover {
  color:rgb(149 154 161 / 0.55);
}
.hover\:n-text-neutral-40\/60:hover {
  color:rgb(149 154 161 / 0.6);
}
.hover\:n-text-neutral-40\/65:hover {
  color:rgb(149 154 161 / 0.65);
}
.hover\:n-text-neutral-40\/70:hover {
  color:rgb(149 154 161 / 0.7);
}
.hover\:n-text-neutral-40\/75:hover {
  color:rgb(149 154 161 / 0.75);
}
.hover\:n-text-neutral-40\/80:hover {
  color:rgb(149 154 161 / 0.8);
}
.hover\:n-text-neutral-40\/85:hover {
  color:rgb(149 154 161 / 0.85);
}
.hover\:n-text-neutral-40\/90:hover {
  color:rgb(149 154 161 / 0.9);
}
.hover\:n-text-neutral-40\/95:hover {
  color:rgb(149 154 161 / 0.95);
}
.hover\:n-text-neutral-45:hover {
  --tw-text-opacity:1;
  color:rgb(129 135 144 / var(--tw-text-opacity));
}
.hover\:n-text-neutral-45\/0:hover {
  color:rgb(129 135 144 / 0);
}
.hover\:n-text-neutral-45\/10:hover {
  color:rgb(129 135 144 / 0.1);
}
.hover\:n-text-neutral-45\/100:hover {
  color:rgb(129 135 144 / 1);
}
.hover\:n-text-neutral-45\/15:hover {
  color:rgb(129 135 144 / 0.15);
}
.hover\:n-text-neutral-45\/20:hover {
  color:rgb(129 135 144 / 0.2);
}
.hover\:n-text-neutral-45\/25:hover {
  color:rgb(129 135 144 / 0.25);
}
.hover\:n-text-neutral-45\/30:hover {
  color:rgb(129 135 144 / 0.3);
}
.hover\:n-text-neutral-45\/35:hover {
  color:rgb(129 135 144 / 0.35);
}
.hover\:n-text-neutral-45\/40:hover {
  color:rgb(129 135 144 / 0.4);
}
.hover\:n-text-neutral-45\/45:hover {
  color:rgb(129 135 144 / 0.45);
}
.hover\:n-text-neutral-45\/5:hover {
  color:rgb(129 135 144 / 0.05);
}
.hover\:n-text-neutral-45\/50:hover {
  color:rgb(129 135 144 / 0.5);
}
.hover\:n-text-neutral-45\/55:hover {
  color:rgb(129 135 144 / 0.55);
}
.hover\:n-text-neutral-45\/60:hover {
  color:rgb(129 135 144 / 0.6);
}
.hover\:n-text-neutral-45\/65:hover {
  color:rgb(129 135 144 / 0.65);
}
.hover\:n-text-neutral-45\/70:hover {
  color:rgb(129 135 144 / 0.7);
}
.hover\:n-text-neutral-45\/75:hover {
  color:rgb(129 135 144 / 0.75);
}
.hover\:n-text-neutral-45\/80:hover {
  color:rgb(129 135 144 / 0.8);
}
.hover\:n-text-neutral-45\/85:hover {
  color:rgb(129 135 144 / 0.85);
}
.hover\:n-text-neutral-45\/90:hover {
  color:rgb(129 135 144 / 0.9);
}
.hover\:n-text-neutral-45\/95:hover {
  color:rgb(129 135 144 / 0.95);
}
.hover\:n-text-neutral-50:hover {
  --tw-text-opacity:1;
  color:rgb(111 117 126 / var(--tw-text-opacity));
}
.hover\:n-text-neutral-50\/0:hover {
  color:rgb(111 117 126 / 0);
}
.hover\:n-text-neutral-50\/10:hover {
  color:rgb(111 117 126 / 0.1);
}
.hover\:n-text-neutral-50\/100:hover {
  color:rgb(111 117 126 / 1);
}
.hover\:n-text-neutral-50\/15:hover {
  color:rgb(111 117 126 / 0.15);
}
.hover\:n-text-neutral-50\/20:hover {
  color:rgb(111 117 126 / 0.2);
}
.hover\:n-text-neutral-50\/25:hover {
  color:rgb(111 117 126 / 0.25);
}
.hover\:n-text-neutral-50\/30:hover {
  color:rgb(111 117 126 / 0.3);
}
.hover\:n-text-neutral-50\/35:hover {
  color:rgb(111 117 126 / 0.35);
}
.hover\:n-text-neutral-50\/40:hover {
  color:rgb(111 117 126 / 0.4);
}
.hover\:n-text-neutral-50\/45:hover {
  color:rgb(111 117 126 / 0.45);
}
.hover\:n-text-neutral-50\/5:hover {
  color:rgb(111 117 126 / 0.05);
}
.hover\:n-text-neutral-50\/50:hover {
  color:rgb(111 117 126 / 0.5);
}
.hover\:n-text-neutral-50\/55:hover {
  color:rgb(111 117 126 / 0.55);
}
.hover\:n-text-neutral-50\/60:hover {
  color:rgb(111 117 126 / 0.6);
}
.hover\:n-text-neutral-50\/65:hover {
  color:rgb(111 117 126 / 0.65);
}
.hover\:n-text-neutral-50\/70:hover {
  color:rgb(111 117 126 / 0.7);
}
.hover\:n-text-neutral-50\/75:hover {
  color:rgb(111 117 126 / 0.75);
}
.hover\:n-text-neutral-50\/80:hover {
  color:rgb(111 117 126 / 0.8);
}
.hover\:n-text-neutral-50\/85:hover {
  color:rgb(111 117 126 / 0.85);
}
.hover\:n-text-neutral-50\/90:hover {
  color:rgb(111 117 126 / 0.9);
}
.hover\:n-text-neutral-50\/95:hover {
  color:rgb(111 117 126 / 0.95);
}
.hover\:n-text-neutral-55:hover {
  --tw-text-opacity:1;
  color:rgb(94 99 106 / var(--tw-text-opacity));
}
.hover\:n-text-neutral-55\/0:hover {
  color:rgb(94 99 106 / 0);
}
.hover\:n-text-neutral-55\/10:hover {
  color:rgb(94 99 106 / 0.1);
}
.hover\:n-text-neutral-55\/100:hover {
  color:rgb(94 99 106 / 1);
}
.hover\:n-text-neutral-55\/15:hover {
  color:rgb(94 99 106 / 0.15);
}
.hover\:n-text-neutral-55\/20:hover {
  color:rgb(94 99 106 / 0.2);
}
.hover\:n-text-neutral-55\/25:hover {
  color:rgb(94 99 106 / 0.25);
}
.hover\:n-text-neutral-55\/30:hover {
  color:rgb(94 99 106 / 0.3);
}
.hover\:n-text-neutral-55\/35:hover {
  color:rgb(94 99 106 / 0.35);
}
.hover\:n-text-neutral-55\/40:hover {
  color:rgb(94 99 106 / 0.4);
}
.hover\:n-text-neutral-55\/45:hover {
  color:rgb(94 99 106 / 0.45);
}
.hover\:n-text-neutral-55\/5:hover {
  color:rgb(94 99 106 / 0.05);
}
.hover\:n-text-neutral-55\/50:hover {
  color:rgb(94 99 106 / 0.5);
}
.hover\:n-text-neutral-55\/55:hover {
  color:rgb(94 99 106 / 0.55);
}
.hover\:n-text-neutral-55\/60:hover {
  color:rgb(94 99 106 / 0.6);
}
.hover\:n-text-neutral-55\/65:hover {
  color:rgb(94 99 106 / 0.65);
}
.hover\:n-text-neutral-55\/70:hover {
  color:rgb(94 99 106 / 0.7);
}
.hover\:n-text-neutral-55\/75:hover {
  color:rgb(94 99 106 / 0.75);
}
.hover\:n-text-neutral-55\/80:hover {
  color:rgb(94 99 106 / 0.8);
}
.hover\:n-text-neutral-55\/85:hover {
  color:rgb(94 99 106 / 0.85);
}
.hover\:n-text-neutral-55\/90:hover {
  color:rgb(94 99 106 / 0.9);
}
.hover\:n-text-neutral-55\/95:hover {
  color:rgb(94 99 106 / 0.95);
}
.hover\:n-text-neutral-60:hover {
  --tw-text-opacity:1;
  color:rgb(77 81 87 / var(--tw-text-opacity));
}
.hover\:n-text-neutral-60\/0:hover {
  color:rgb(77 81 87 / 0);
}
.hover\:n-text-neutral-60\/10:hover {
  color:rgb(77 81 87 / 0.1);
}
.hover\:n-text-neutral-60\/100:hover {
  color:rgb(77 81 87 / 1);
}
.hover\:n-text-neutral-60\/15:hover {
  color:rgb(77 81 87 / 0.15);
}
.hover\:n-text-neutral-60\/20:hover {
  color:rgb(77 81 87 / 0.2);
}
.hover\:n-text-neutral-60\/25:hover {
  color:rgb(77 81 87 / 0.25);
}
.hover\:n-text-neutral-60\/30:hover {
  color:rgb(77 81 87 / 0.3);
}
.hover\:n-text-neutral-60\/35:hover {
  color:rgb(77 81 87 / 0.35);
}
.hover\:n-text-neutral-60\/40:hover {
  color:rgb(77 81 87 / 0.4);
}
.hover\:n-text-neutral-60\/45:hover {
  color:rgb(77 81 87 / 0.45);
}
.hover\:n-text-neutral-60\/5:hover {
  color:rgb(77 81 87 / 0.05);
}
.hover\:n-text-neutral-60\/50:hover {
  color:rgb(77 81 87 / 0.5);
}
.hover\:n-text-neutral-60\/55:hover {
  color:rgb(77 81 87 / 0.55);
}
.hover\:n-text-neutral-60\/60:hover {
  color:rgb(77 81 87 / 0.6);
}
.hover\:n-text-neutral-60\/65:hover {
  color:rgb(77 81 87 / 0.65);
}
.hover\:n-text-neutral-60\/70:hover {
  color:rgb(77 81 87 / 0.7);
}
.hover\:n-text-neutral-60\/75:hover {
  color:rgb(77 81 87 / 0.75);
}
.hover\:n-text-neutral-60\/80:hover {
  color:rgb(77 81 87 / 0.8);
}
.hover\:n-text-neutral-60\/85:hover {
  color:rgb(77 81 87 / 0.85);
}
.hover\:n-text-neutral-60\/90:hover {
  color:rgb(77 81 87 / 0.9);
}
.hover\:n-text-neutral-60\/95:hover {
  color:rgb(77 81 87 / 0.95);
}
.hover\:n-text-neutral-65:hover {
  --tw-text-opacity:1;
  color:rgb(60 63 68 / var(--tw-text-opacity));
}
.hover\:n-text-neutral-65\/0:hover {
  color:rgb(60 63 68 / 0);
}
.hover\:n-text-neutral-65\/10:hover {
  color:rgb(60 63 68 / 0.1);
}
.hover\:n-text-neutral-65\/100:hover {
  color:rgb(60 63 68 / 1);
}
.hover\:n-text-neutral-65\/15:hover {
  color:rgb(60 63 68 / 0.15);
}
.hover\:n-text-neutral-65\/20:hover {
  color:rgb(60 63 68 / 0.2);
}
.hover\:n-text-neutral-65\/25:hover {
  color:rgb(60 63 68 / 0.25);
}
.hover\:n-text-neutral-65\/30:hover {
  color:rgb(60 63 68 / 0.3);
}
.hover\:n-text-neutral-65\/35:hover {
  color:rgb(60 63 68 / 0.35);
}
.hover\:n-text-neutral-65\/40:hover {
  color:rgb(60 63 68 / 0.4);
}
.hover\:n-text-neutral-65\/45:hover {
  color:rgb(60 63 68 / 0.45);
}
.hover\:n-text-neutral-65\/5:hover {
  color:rgb(60 63 68 / 0.05);
}
.hover\:n-text-neutral-65\/50:hover {
  color:rgb(60 63 68 / 0.5);
}
.hover\:n-text-neutral-65\/55:hover {
  color:rgb(60 63 68 / 0.55);
}
.hover\:n-text-neutral-65\/60:hover {
  color:rgb(60 63 68 / 0.6);
}
.hover\:n-text-neutral-65\/65:hover {
  color:rgb(60 63 68 / 0.65);
}
.hover\:n-text-neutral-65\/70:hover {
  color:rgb(60 63 68 / 0.7);
}
.hover\:n-text-neutral-65\/75:hover {
  color:rgb(60 63 68 / 0.75);
}
.hover\:n-text-neutral-65\/80:hover {
  color:rgb(60 63 68 / 0.8);
}
.hover\:n-text-neutral-65\/85:hover {
  color:rgb(60 63 68 / 0.85);
}
.hover\:n-text-neutral-65\/90:hover {
  color:rgb(60 63 68 / 0.9);
}
.hover\:n-text-neutral-65\/95:hover {
  color:rgb(60 63 68 / 0.95);
}
.hover\:n-text-neutral-70:hover {
  --tw-text-opacity:1;
  color:rgb(33 35 37 / var(--tw-text-opacity));
}
.hover\:n-text-neutral-70\/0:hover {
  color:rgb(33 35 37 / 0);
}
.hover\:n-text-neutral-70\/10:hover {
  color:rgb(33 35 37 / 0.1);
}
.hover\:n-text-neutral-70\/100:hover {
  color:rgb(33 35 37 / 1);
}
.hover\:n-text-neutral-70\/15:hover {
  color:rgb(33 35 37 / 0.15);
}
.hover\:n-text-neutral-70\/20:hover {
  color:rgb(33 35 37 / 0.2);
}
.hover\:n-text-neutral-70\/25:hover {
  color:rgb(33 35 37 / 0.25);
}
.hover\:n-text-neutral-70\/30:hover {
  color:rgb(33 35 37 / 0.3);
}
.hover\:n-text-neutral-70\/35:hover {
  color:rgb(33 35 37 / 0.35);
}
.hover\:n-text-neutral-70\/40:hover {
  color:rgb(33 35 37 / 0.4);
}
.hover\:n-text-neutral-70\/45:hover {
  color:rgb(33 35 37 / 0.45);
}
.hover\:n-text-neutral-70\/5:hover {
  color:rgb(33 35 37 / 0.05);
}
.hover\:n-text-neutral-70\/50:hover {
  color:rgb(33 35 37 / 0.5);
}
.hover\:n-text-neutral-70\/55:hover {
  color:rgb(33 35 37 / 0.55);
}
.hover\:n-text-neutral-70\/60:hover {
  color:rgb(33 35 37 / 0.6);
}
.hover\:n-text-neutral-70\/65:hover {
  color:rgb(33 35 37 / 0.65);
}
.hover\:n-text-neutral-70\/70:hover {
  color:rgb(33 35 37 / 0.7);
}
.hover\:n-text-neutral-70\/75:hover {
  color:rgb(33 35 37 / 0.75);
}
.hover\:n-text-neutral-70\/80:hover {
  color:rgb(33 35 37 / 0.8);
}
.hover\:n-text-neutral-70\/85:hover {
  color:rgb(33 35 37 / 0.85);
}
.hover\:n-text-neutral-70\/90:hover {
  color:rgb(33 35 37 / 0.9);
}
.hover\:n-text-neutral-70\/95:hover {
  color:rgb(33 35 37 / 0.95);
}
.hover\:n-text-neutral-75:hover {
  --tw-text-opacity:1;
  color:rgb(26 27 29 / var(--tw-text-opacity));
}
.hover\:n-text-neutral-75\/0:hover {
  color:rgb(26 27 29 / 0);
}
.hover\:n-text-neutral-75\/10:hover {
  color:rgb(26 27 29 / 0.1);
}
.hover\:n-text-neutral-75\/100:hover {
  color:rgb(26 27 29 / 1);
}
.hover\:n-text-neutral-75\/15:hover {
  color:rgb(26 27 29 / 0.15);
}
.hover\:n-text-neutral-75\/20:hover {
  color:rgb(26 27 29 / 0.2);
}
.hover\:n-text-neutral-75\/25:hover {
  color:rgb(26 27 29 / 0.25);
}
.hover\:n-text-neutral-75\/30:hover {
  color:rgb(26 27 29 / 0.3);
}
.hover\:n-text-neutral-75\/35:hover {
  color:rgb(26 27 29 / 0.35);
}
.hover\:n-text-neutral-75\/40:hover {
  color:rgb(26 27 29 / 0.4);
}
.hover\:n-text-neutral-75\/45:hover {
  color:rgb(26 27 29 / 0.45);
}
.hover\:n-text-neutral-75\/5:hover {
  color:rgb(26 27 29 / 0.05);
}
.hover\:n-text-neutral-75\/50:hover {
  color:rgb(26 27 29 / 0.5);
}
.hover\:n-text-neutral-75\/55:hover {
  color:rgb(26 27 29 / 0.55);
}
.hover\:n-text-neutral-75\/60:hover {
  color:rgb(26 27 29 / 0.6);
}
.hover\:n-text-neutral-75\/65:hover {
  color:rgb(26 27 29 / 0.65);
}
.hover\:n-text-neutral-75\/70:hover {
  color:rgb(26 27 29 / 0.7);
}
.hover\:n-text-neutral-75\/75:hover {
  color:rgb(26 27 29 / 0.75);
}
.hover\:n-text-neutral-75\/80:hover {
  color:rgb(26 27 29 / 0.8);
}
.hover\:n-text-neutral-75\/85:hover {
  color:rgb(26 27 29 / 0.85);
}
.hover\:n-text-neutral-75\/90:hover {
  color:rgb(26 27 29 / 0.9);
}
.hover\:n-text-neutral-75\/95:hover {
  color:rgb(26 27 29 / 0.95);
}
.hover\:n-text-neutral-80:hover {
  --tw-text-opacity:1;
  color:rgb(9 9 10 / var(--tw-text-opacity));
}
.hover\:n-text-neutral-80\/0:hover {
  color:rgb(9 9 10 / 0);
}
.hover\:n-text-neutral-80\/10:hover {
  color:rgb(9 9 10 / 0.1);
}
.hover\:n-text-neutral-80\/100:hover {
  color:rgb(9 9 10 / 1);
}
.hover\:n-text-neutral-80\/15:hover {
  color:rgb(9 9 10 / 0.15);
}
.hover\:n-text-neutral-80\/20:hover {
  color:rgb(9 9 10 / 0.2);
}
.hover\:n-text-neutral-80\/25:hover {
  color:rgb(9 9 10 / 0.25);
}
.hover\:n-text-neutral-80\/30:hover {
  color:rgb(9 9 10 / 0.3);
}
.hover\:n-text-neutral-80\/35:hover {
  color:rgb(9 9 10 / 0.35);
}
.hover\:n-text-neutral-80\/40:hover {
  color:rgb(9 9 10 / 0.4);
}
.hover\:n-text-neutral-80\/45:hover {
  color:rgb(9 9 10 / 0.45);
}
.hover\:n-text-neutral-80\/5:hover {
  color:rgb(9 9 10 / 0.05);
}
.hover\:n-text-neutral-80\/50:hover {
  color:rgb(9 9 10 / 0.5);
}
.hover\:n-text-neutral-80\/55:hover {
  color:rgb(9 9 10 / 0.55);
}
.hover\:n-text-neutral-80\/60:hover {
  color:rgb(9 9 10 / 0.6);
}
.hover\:n-text-neutral-80\/65:hover {
  color:rgb(9 9 10 / 0.65);
}
.hover\:n-text-neutral-80\/70:hover {
  color:rgb(9 9 10 / 0.7);
}
.hover\:n-text-neutral-80\/75:hover {
  color:rgb(9 9 10 / 0.75);
}
.hover\:n-text-neutral-80\/80:hover {
  color:rgb(9 9 10 / 0.8);
}
.hover\:n-text-neutral-80\/85:hover {
  color:rgb(9 9 10 / 0.85);
}
.hover\:n-text-neutral-80\/90:hover {
  color:rgb(9 9 10 / 0.9);
}
.hover\:n-text-neutral-80\/95:hover {
  color:rgb(9 9 10 / 0.95);
}
.hover\:n-text-palette-danger-bg-status:hover {
  color:rgb(var(--theme-palette-danger-bg-status));
}
.hover\:n-text-palette-danger-bg-status\/0:hover {
  color:rgb(var(--theme-palette-danger-bg-status) / 0);
}
.hover\:n-text-palette-danger-bg-status\/10:hover {
  color:rgb(var(--theme-palette-danger-bg-status) / 0.1);
}
.hover\:n-text-palette-danger-bg-status\/100:hover {
  color:rgb(var(--theme-palette-danger-bg-status) / 1);
}
.hover\:n-text-palette-danger-bg-status\/15:hover {
  color:rgb(var(--theme-palette-danger-bg-status) / 0.15);
}
.hover\:n-text-palette-danger-bg-status\/20:hover {
  color:rgb(var(--theme-palette-danger-bg-status) / 0.2);
}
.hover\:n-text-palette-danger-bg-status\/25:hover {
  color:rgb(var(--theme-palette-danger-bg-status) / 0.25);
}
.hover\:n-text-palette-danger-bg-status\/30:hover {
  color:rgb(var(--theme-palette-danger-bg-status) / 0.3);
}
.hover\:n-text-palette-danger-bg-status\/35:hover {
  color:rgb(var(--theme-palette-danger-bg-status) / 0.35);
}
.hover\:n-text-palette-danger-bg-status\/40:hover {
  color:rgb(var(--theme-palette-danger-bg-status) / 0.4);
}
.hover\:n-text-palette-danger-bg-status\/45:hover {
  color:rgb(var(--theme-palette-danger-bg-status) / 0.45);
}
.hover\:n-text-palette-danger-bg-status\/5:hover {
  color:rgb(var(--theme-palette-danger-bg-status) / 0.05);
}
.hover\:n-text-palette-danger-bg-status\/50:hover {
  color:rgb(var(--theme-palette-danger-bg-status) / 0.5);
}
.hover\:n-text-palette-danger-bg-status\/55:hover {
  color:rgb(var(--theme-palette-danger-bg-status) / 0.55);
}
.hover\:n-text-palette-danger-bg-status\/60:hover {
  color:rgb(var(--theme-palette-danger-bg-status) / 0.6);
}
.hover\:n-text-palette-danger-bg-status\/65:hover {
  color:rgb(var(--theme-palette-danger-bg-status) / 0.65);
}
.hover\:n-text-palette-danger-bg-status\/70:hover {
  color:rgb(var(--theme-palette-danger-bg-status) / 0.7);
}
.hover\:n-text-palette-danger-bg-status\/75:hover {
  color:rgb(var(--theme-palette-danger-bg-status) / 0.75);
}
.hover\:n-text-palette-danger-bg-status\/80:hover {
  color:rgb(var(--theme-palette-danger-bg-status) / 0.8);
}
.hover\:n-text-palette-danger-bg-status\/85:hover {
  color:rgb(var(--theme-palette-danger-bg-status) / 0.85);
}
.hover\:n-text-palette-danger-bg-status\/90:hover {
  color:rgb(var(--theme-palette-danger-bg-status) / 0.9);
}
.hover\:n-text-palette-danger-bg-status\/95:hover {
  color:rgb(var(--theme-palette-danger-bg-status) / 0.95);
}
.hover\:n-text-palette-danger-bg-strong:hover {
  color:rgb(var(--theme-palette-danger-bg-strong));
}
.hover\:n-text-palette-danger-bg-strong\/0:hover {
  color:rgb(var(--theme-palette-danger-bg-strong) / 0);
}
.hover\:n-text-palette-danger-bg-strong\/10:hover {
  color:rgb(var(--theme-palette-danger-bg-strong) / 0.1);
}
.hover\:n-text-palette-danger-bg-strong\/100:hover {
  color:rgb(var(--theme-palette-danger-bg-strong) / 1);
}
.hover\:n-text-palette-danger-bg-strong\/15:hover {
  color:rgb(var(--theme-palette-danger-bg-strong) / 0.15);
}
.hover\:n-text-palette-danger-bg-strong\/20:hover {
  color:rgb(var(--theme-palette-danger-bg-strong) / 0.2);
}
.hover\:n-text-palette-danger-bg-strong\/25:hover {
  color:rgb(var(--theme-palette-danger-bg-strong) / 0.25);
}
.hover\:n-text-palette-danger-bg-strong\/30:hover {
  color:rgb(var(--theme-palette-danger-bg-strong) / 0.3);
}
.hover\:n-text-palette-danger-bg-strong\/35:hover {
  color:rgb(var(--theme-palette-danger-bg-strong) / 0.35);
}
.hover\:n-text-palette-danger-bg-strong\/40:hover {
  color:rgb(var(--theme-palette-danger-bg-strong) / 0.4);
}
.hover\:n-text-palette-danger-bg-strong\/45:hover {
  color:rgb(var(--theme-palette-danger-bg-strong) / 0.45);
}
.hover\:n-text-palette-danger-bg-strong\/5:hover {
  color:rgb(var(--theme-palette-danger-bg-strong) / 0.05);
}
.hover\:n-text-palette-danger-bg-strong\/50:hover {
  color:rgb(var(--theme-palette-danger-bg-strong) / 0.5);
}
.hover\:n-text-palette-danger-bg-strong\/55:hover {
  color:rgb(var(--theme-palette-danger-bg-strong) / 0.55);
}
.hover\:n-text-palette-danger-bg-strong\/60:hover {
  color:rgb(var(--theme-palette-danger-bg-strong) / 0.6);
}
.hover\:n-text-palette-danger-bg-strong\/65:hover {
  color:rgb(var(--theme-palette-danger-bg-strong) / 0.65);
}
.hover\:n-text-palette-danger-bg-strong\/70:hover {
  color:rgb(var(--theme-palette-danger-bg-strong) / 0.7);
}
.hover\:n-text-palette-danger-bg-strong\/75:hover {
  color:rgb(var(--theme-palette-danger-bg-strong) / 0.75);
}
.hover\:n-text-palette-danger-bg-strong\/80:hover {
  color:rgb(var(--theme-palette-danger-bg-strong) / 0.8);
}
.hover\:n-text-palette-danger-bg-strong\/85:hover {
  color:rgb(var(--theme-palette-danger-bg-strong) / 0.85);
}
.hover\:n-text-palette-danger-bg-strong\/90:hover {
  color:rgb(var(--theme-palette-danger-bg-strong) / 0.9);
}
.hover\:n-text-palette-danger-bg-strong\/95:hover {
  color:rgb(var(--theme-palette-danger-bg-strong) / 0.95);
}
.hover\:n-text-palette-danger-bg-weak:hover {
  color:rgb(var(--theme-palette-danger-bg-weak));
}
.hover\:n-text-palette-danger-bg-weak\/0:hover {
  color:rgb(var(--theme-palette-danger-bg-weak) / 0);
}
.hover\:n-text-palette-danger-bg-weak\/10:hover {
  color:rgb(var(--theme-palette-danger-bg-weak) / 0.1);
}
.hover\:n-text-palette-danger-bg-weak\/100:hover {
  color:rgb(var(--theme-palette-danger-bg-weak) / 1);
}
.hover\:n-text-palette-danger-bg-weak\/15:hover {
  color:rgb(var(--theme-palette-danger-bg-weak) / 0.15);
}
.hover\:n-text-palette-danger-bg-weak\/20:hover {
  color:rgb(var(--theme-palette-danger-bg-weak) / 0.2);
}
.hover\:n-text-palette-danger-bg-weak\/25:hover {
  color:rgb(var(--theme-palette-danger-bg-weak) / 0.25);
}
.hover\:n-text-palette-danger-bg-weak\/30:hover {
  color:rgb(var(--theme-palette-danger-bg-weak) / 0.3);
}
.hover\:n-text-palette-danger-bg-weak\/35:hover {
  color:rgb(var(--theme-palette-danger-bg-weak) / 0.35);
}
.hover\:n-text-palette-danger-bg-weak\/40:hover {
  color:rgb(var(--theme-palette-danger-bg-weak) / 0.4);
}
.hover\:n-text-palette-danger-bg-weak\/45:hover {
  color:rgb(var(--theme-palette-danger-bg-weak) / 0.45);
}
.hover\:n-text-palette-danger-bg-weak\/5:hover {
  color:rgb(var(--theme-palette-danger-bg-weak) / 0.05);
}
.hover\:n-text-palette-danger-bg-weak\/50:hover {
  color:rgb(var(--theme-palette-danger-bg-weak) / 0.5);
}
.hover\:n-text-palette-danger-bg-weak\/55:hover {
  color:rgb(var(--theme-palette-danger-bg-weak) / 0.55);
}
.hover\:n-text-palette-danger-bg-weak\/60:hover {
  color:rgb(var(--theme-palette-danger-bg-weak) / 0.6);
}
.hover\:n-text-palette-danger-bg-weak\/65:hover {
  color:rgb(var(--theme-palette-danger-bg-weak) / 0.65);
}
.hover\:n-text-palette-danger-bg-weak\/70:hover {
  color:rgb(var(--theme-palette-danger-bg-weak) / 0.7);
}
.hover\:n-text-palette-danger-bg-weak\/75:hover {
  color:rgb(var(--theme-palette-danger-bg-weak) / 0.75);
}
.hover\:n-text-palette-danger-bg-weak\/80:hover {
  color:rgb(var(--theme-palette-danger-bg-weak) / 0.8);
}
.hover\:n-text-palette-danger-bg-weak\/85:hover {
  color:rgb(var(--theme-palette-danger-bg-weak) / 0.85);
}
.hover\:n-text-palette-danger-bg-weak\/90:hover {
  color:rgb(var(--theme-palette-danger-bg-weak) / 0.9);
}
.hover\:n-text-palette-danger-bg-weak\/95:hover {
  color:rgb(var(--theme-palette-danger-bg-weak) / 0.95);
}
.hover\:n-text-palette-danger-border-strong:hover {
  color:rgb(var(--theme-palette-danger-border-strong));
}
.hover\:n-text-palette-danger-border-strong\/0:hover {
  color:rgb(var(--theme-palette-danger-border-strong) / 0);
}
.hover\:n-text-palette-danger-border-strong\/10:hover {
  color:rgb(var(--theme-palette-danger-border-strong) / 0.1);
}
.hover\:n-text-palette-danger-border-strong\/100:hover {
  color:rgb(var(--theme-palette-danger-border-strong) / 1);
}
.hover\:n-text-palette-danger-border-strong\/15:hover {
  color:rgb(var(--theme-palette-danger-border-strong) / 0.15);
}
.hover\:n-text-palette-danger-border-strong\/20:hover {
  color:rgb(var(--theme-palette-danger-border-strong) / 0.2);
}
.hover\:n-text-palette-danger-border-strong\/25:hover {
  color:rgb(var(--theme-palette-danger-border-strong) / 0.25);
}
.hover\:n-text-palette-danger-border-strong\/30:hover {
  color:rgb(var(--theme-palette-danger-border-strong) / 0.3);
}
.hover\:n-text-palette-danger-border-strong\/35:hover {
  color:rgb(var(--theme-palette-danger-border-strong) / 0.35);
}
.hover\:n-text-palette-danger-border-strong\/40:hover {
  color:rgb(var(--theme-palette-danger-border-strong) / 0.4);
}
.hover\:n-text-palette-danger-border-strong\/45:hover {
  color:rgb(var(--theme-palette-danger-border-strong) / 0.45);
}
.hover\:n-text-palette-danger-border-strong\/5:hover {
  color:rgb(var(--theme-palette-danger-border-strong) / 0.05);
}
.hover\:n-text-palette-danger-border-strong\/50:hover {
  color:rgb(var(--theme-palette-danger-border-strong) / 0.5);
}
.hover\:n-text-palette-danger-border-strong\/55:hover {
  color:rgb(var(--theme-palette-danger-border-strong) / 0.55);
}
.hover\:n-text-palette-danger-border-strong\/60:hover {
  color:rgb(var(--theme-palette-danger-border-strong) / 0.6);
}
.hover\:n-text-palette-danger-border-strong\/65:hover {
  color:rgb(var(--theme-palette-danger-border-strong) / 0.65);
}
.hover\:n-text-palette-danger-border-strong\/70:hover {
  color:rgb(var(--theme-palette-danger-border-strong) / 0.7);
}
.hover\:n-text-palette-danger-border-strong\/75:hover {
  color:rgb(var(--theme-palette-danger-border-strong) / 0.75);
}
.hover\:n-text-palette-danger-border-strong\/80:hover {
  color:rgb(var(--theme-palette-danger-border-strong) / 0.8);
}
.hover\:n-text-palette-danger-border-strong\/85:hover {
  color:rgb(var(--theme-palette-danger-border-strong) / 0.85);
}
.hover\:n-text-palette-danger-border-strong\/90:hover {
  color:rgb(var(--theme-palette-danger-border-strong) / 0.9);
}
.hover\:n-text-palette-danger-border-strong\/95:hover {
  color:rgb(var(--theme-palette-danger-border-strong) / 0.95);
}
.hover\:n-text-palette-danger-border-weak:hover {
  color:rgb(var(--theme-palette-danger-border-weak));
}
.hover\:n-text-palette-danger-border-weak\/0:hover {
  color:rgb(var(--theme-palette-danger-border-weak) / 0);
}
.hover\:n-text-palette-danger-border-weak\/10:hover {
  color:rgb(var(--theme-palette-danger-border-weak) / 0.1);
}
.hover\:n-text-palette-danger-border-weak\/100:hover {
  color:rgb(var(--theme-palette-danger-border-weak) / 1);
}
.hover\:n-text-palette-danger-border-weak\/15:hover {
  color:rgb(var(--theme-palette-danger-border-weak) / 0.15);
}
.hover\:n-text-palette-danger-border-weak\/20:hover {
  color:rgb(var(--theme-palette-danger-border-weak) / 0.2);
}
.hover\:n-text-palette-danger-border-weak\/25:hover {
  color:rgb(var(--theme-palette-danger-border-weak) / 0.25);
}
.hover\:n-text-palette-danger-border-weak\/30:hover {
  color:rgb(var(--theme-palette-danger-border-weak) / 0.3);
}
.hover\:n-text-palette-danger-border-weak\/35:hover {
  color:rgb(var(--theme-palette-danger-border-weak) / 0.35);
}
.hover\:n-text-palette-danger-border-weak\/40:hover {
  color:rgb(var(--theme-palette-danger-border-weak) / 0.4);
}
.hover\:n-text-palette-danger-border-weak\/45:hover {
  color:rgb(var(--theme-palette-danger-border-weak) / 0.45);
}
.hover\:n-text-palette-danger-border-weak\/5:hover {
  color:rgb(var(--theme-palette-danger-border-weak) / 0.05);
}
.hover\:n-text-palette-danger-border-weak\/50:hover {
  color:rgb(var(--theme-palette-danger-border-weak) / 0.5);
}
.hover\:n-text-palette-danger-border-weak\/55:hover {
  color:rgb(var(--theme-palette-danger-border-weak) / 0.55);
}
.hover\:n-text-palette-danger-border-weak\/60:hover {
  color:rgb(var(--theme-palette-danger-border-weak) / 0.6);
}
.hover\:n-text-palette-danger-border-weak\/65:hover {
  color:rgb(var(--theme-palette-danger-border-weak) / 0.65);
}
.hover\:n-text-palette-danger-border-weak\/70:hover {
  color:rgb(var(--theme-palette-danger-border-weak) / 0.7);
}
.hover\:n-text-palette-danger-border-weak\/75:hover {
  color:rgb(var(--theme-palette-danger-border-weak) / 0.75);
}
.hover\:n-text-palette-danger-border-weak\/80:hover {
  color:rgb(var(--theme-palette-danger-border-weak) / 0.8);
}
.hover\:n-text-palette-danger-border-weak\/85:hover {
  color:rgb(var(--theme-palette-danger-border-weak) / 0.85);
}
.hover\:n-text-palette-danger-border-weak\/90:hover {
  color:rgb(var(--theme-palette-danger-border-weak) / 0.9);
}
.hover\:n-text-palette-danger-border-weak\/95:hover {
  color:rgb(var(--theme-palette-danger-border-weak) / 0.95);
}
.hover\:n-text-palette-danger-hover-strong:hover {
  color:rgb(var(--theme-palette-danger-hover-strong));
}
.hover\:n-text-palette-danger-hover-strong\/0:hover {
  color:rgb(var(--theme-palette-danger-hover-strong) / 0);
}
.hover\:n-text-palette-danger-hover-strong\/10:hover {
  color:rgb(var(--theme-palette-danger-hover-strong) / 0.1);
}
.hover\:n-text-palette-danger-hover-strong\/100:hover {
  color:rgb(var(--theme-palette-danger-hover-strong) / 1);
}
.hover\:n-text-palette-danger-hover-strong\/15:hover {
  color:rgb(var(--theme-palette-danger-hover-strong) / 0.15);
}
.hover\:n-text-palette-danger-hover-strong\/20:hover {
  color:rgb(var(--theme-palette-danger-hover-strong) / 0.2);
}
.hover\:n-text-palette-danger-hover-strong\/25:hover {
  color:rgb(var(--theme-palette-danger-hover-strong) / 0.25);
}
.hover\:n-text-palette-danger-hover-strong\/30:hover {
  color:rgb(var(--theme-palette-danger-hover-strong) / 0.3);
}
.hover\:n-text-palette-danger-hover-strong\/35:hover {
  color:rgb(var(--theme-palette-danger-hover-strong) / 0.35);
}
.hover\:n-text-palette-danger-hover-strong\/40:hover {
  color:rgb(var(--theme-palette-danger-hover-strong) / 0.4);
}
.hover\:n-text-palette-danger-hover-strong\/45:hover {
  color:rgb(var(--theme-palette-danger-hover-strong) / 0.45);
}
.hover\:n-text-palette-danger-hover-strong\/5:hover {
  color:rgb(var(--theme-palette-danger-hover-strong) / 0.05);
}
.hover\:n-text-palette-danger-hover-strong\/50:hover {
  color:rgb(var(--theme-palette-danger-hover-strong) / 0.5);
}
.hover\:n-text-palette-danger-hover-strong\/55:hover {
  color:rgb(var(--theme-palette-danger-hover-strong) / 0.55);
}
.hover\:n-text-palette-danger-hover-strong\/60:hover {
  color:rgb(var(--theme-palette-danger-hover-strong) / 0.6);
}
.hover\:n-text-palette-danger-hover-strong\/65:hover {
  color:rgb(var(--theme-palette-danger-hover-strong) / 0.65);
}
.hover\:n-text-palette-danger-hover-strong\/70:hover {
  color:rgb(var(--theme-palette-danger-hover-strong) / 0.7);
}
.hover\:n-text-palette-danger-hover-strong\/75:hover {
  color:rgb(var(--theme-palette-danger-hover-strong) / 0.75);
}
.hover\:n-text-palette-danger-hover-strong\/80:hover {
  color:rgb(var(--theme-palette-danger-hover-strong) / 0.8);
}
.hover\:n-text-palette-danger-hover-strong\/85:hover {
  color:rgb(var(--theme-palette-danger-hover-strong) / 0.85);
}
.hover\:n-text-palette-danger-hover-strong\/90:hover {
  color:rgb(var(--theme-palette-danger-hover-strong) / 0.9);
}
.hover\:n-text-palette-danger-hover-strong\/95:hover {
  color:rgb(var(--theme-palette-danger-hover-strong) / 0.95);
}
.hover\:n-text-palette-danger-hover-weak:hover {
  color:rgb(var(--theme-palette-danger-hover-weak));
}
.hover\:n-text-palette-danger-hover-weak\/0:hover {
  color:rgb(var(--theme-palette-danger-hover-weak) / 0);
}
.hover\:n-text-palette-danger-hover-weak\/10:hover {
  color:rgb(var(--theme-palette-danger-hover-weak) / 0.1);
}
.hover\:n-text-palette-danger-hover-weak\/100:hover {
  color:rgb(var(--theme-palette-danger-hover-weak) / 1);
}
.hover\:n-text-palette-danger-hover-weak\/15:hover {
  color:rgb(var(--theme-palette-danger-hover-weak) / 0.15);
}
.hover\:n-text-palette-danger-hover-weak\/20:hover {
  color:rgb(var(--theme-palette-danger-hover-weak) / 0.2);
}
.hover\:n-text-palette-danger-hover-weak\/25:hover {
  color:rgb(var(--theme-palette-danger-hover-weak) / 0.25);
}
.hover\:n-text-palette-danger-hover-weak\/30:hover {
  color:rgb(var(--theme-palette-danger-hover-weak) / 0.3);
}
.hover\:n-text-palette-danger-hover-weak\/35:hover {
  color:rgb(var(--theme-palette-danger-hover-weak) / 0.35);
}
.hover\:n-text-palette-danger-hover-weak\/40:hover {
  color:rgb(var(--theme-palette-danger-hover-weak) / 0.4);
}
.hover\:n-text-palette-danger-hover-weak\/45:hover {
  color:rgb(var(--theme-palette-danger-hover-weak) / 0.45);
}
.hover\:n-text-palette-danger-hover-weak\/5:hover {
  color:rgb(var(--theme-palette-danger-hover-weak) / 0.05);
}
.hover\:n-text-palette-danger-hover-weak\/50:hover {
  color:rgb(var(--theme-palette-danger-hover-weak) / 0.5);
}
.hover\:n-text-palette-danger-hover-weak\/55:hover {
  color:rgb(var(--theme-palette-danger-hover-weak) / 0.55);
}
.hover\:n-text-palette-danger-hover-weak\/60:hover {
  color:rgb(var(--theme-palette-danger-hover-weak) / 0.6);
}
.hover\:n-text-palette-danger-hover-weak\/65:hover {
  color:rgb(var(--theme-palette-danger-hover-weak) / 0.65);
}
.hover\:n-text-palette-danger-hover-weak\/70:hover {
  color:rgb(var(--theme-palette-danger-hover-weak) / 0.7);
}
.hover\:n-text-palette-danger-hover-weak\/75:hover {
  color:rgb(var(--theme-palette-danger-hover-weak) / 0.75);
}
.hover\:n-text-palette-danger-hover-weak\/80:hover {
  color:rgb(var(--theme-palette-danger-hover-weak) / 0.8);
}
.hover\:n-text-palette-danger-hover-weak\/85:hover {
  color:rgb(var(--theme-palette-danger-hover-weak) / 0.85);
}
.hover\:n-text-palette-danger-hover-weak\/90:hover {
  color:rgb(var(--theme-palette-danger-hover-weak) / 0.9);
}
.hover\:n-text-palette-danger-hover-weak\/95:hover {
  color:rgb(var(--theme-palette-danger-hover-weak) / 0.95);
}
.hover\:n-text-palette-danger-icon:hover {
  color:rgb(var(--theme-palette-danger-icon));
}
.hover\:n-text-palette-danger-icon\/0:hover {
  color:rgb(var(--theme-palette-danger-icon) / 0);
}
.hover\:n-text-palette-danger-icon\/10:hover {
  color:rgb(var(--theme-palette-danger-icon) / 0.1);
}
.hover\:n-text-palette-danger-icon\/100:hover {
  color:rgb(var(--theme-palette-danger-icon) / 1);
}
.hover\:n-text-palette-danger-icon\/15:hover {
  color:rgb(var(--theme-palette-danger-icon) / 0.15);
}
.hover\:n-text-palette-danger-icon\/20:hover {
  color:rgb(var(--theme-palette-danger-icon) / 0.2);
}
.hover\:n-text-palette-danger-icon\/25:hover {
  color:rgb(var(--theme-palette-danger-icon) / 0.25);
}
.hover\:n-text-palette-danger-icon\/30:hover {
  color:rgb(var(--theme-palette-danger-icon) / 0.3);
}
.hover\:n-text-palette-danger-icon\/35:hover {
  color:rgb(var(--theme-palette-danger-icon) / 0.35);
}
.hover\:n-text-palette-danger-icon\/40:hover {
  color:rgb(var(--theme-palette-danger-icon) / 0.4);
}
.hover\:n-text-palette-danger-icon\/45:hover {
  color:rgb(var(--theme-palette-danger-icon) / 0.45);
}
.hover\:n-text-palette-danger-icon\/5:hover {
  color:rgb(var(--theme-palette-danger-icon) / 0.05);
}
.hover\:n-text-palette-danger-icon\/50:hover {
  color:rgb(var(--theme-palette-danger-icon) / 0.5);
}
.hover\:n-text-palette-danger-icon\/55:hover {
  color:rgb(var(--theme-palette-danger-icon) / 0.55);
}
.hover\:n-text-palette-danger-icon\/60:hover {
  color:rgb(var(--theme-palette-danger-icon) / 0.6);
}
.hover\:n-text-palette-danger-icon\/65:hover {
  color:rgb(var(--theme-palette-danger-icon) / 0.65);
}
.hover\:n-text-palette-danger-icon\/70:hover {
  color:rgb(var(--theme-palette-danger-icon) / 0.7);
}
.hover\:n-text-palette-danger-icon\/75:hover {
  color:rgb(var(--theme-palette-danger-icon) / 0.75);
}
.hover\:n-text-palette-danger-icon\/80:hover {
  color:rgb(var(--theme-palette-danger-icon) / 0.8);
}
.hover\:n-text-palette-danger-icon\/85:hover {
  color:rgb(var(--theme-palette-danger-icon) / 0.85);
}
.hover\:n-text-palette-danger-icon\/90:hover {
  color:rgb(var(--theme-palette-danger-icon) / 0.9);
}
.hover\:n-text-palette-danger-icon\/95:hover {
  color:rgb(var(--theme-palette-danger-icon) / 0.95);
}
.hover\:n-text-palette-danger-pressed-strong:hover {
  color:rgb(var(--theme-palette-danger-pressed-strong));
}
.hover\:n-text-palette-danger-pressed-strong\/0:hover {
  color:rgb(var(--theme-palette-danger-pressed-strong) / 0);
}
.hover\:n-text-palette-danger-pressed-strong\/10:hover {
  color:rgb(var(--theme-palette-danger-pressed-strong) / 0.1);
}
.hover\:n-text-palette-danger-pressed-strong\/100:hover {
  color:rgb(var(--theme-palette-danger-pressed-strong) / 1);
}
.hover\:n-text-palette-danger-pressed-strong\/15:hover {
  color:rgb(var(--theme-palette-danger-pressed-strong) / 0.15);
}
.hover\:n-text-palette-danger-pressed-strong\/20:hover {
  color:rgb(var(--theme-palette-danger-pressed-strong) / 0.2);
}
.hover\:n-text-palette-danger-pressed-strong\/25:hover {
  color:rgb(var(--theme-palette-danger-pressed-strong) / 0.25);
}
.hover\:n-text-palette-danger-pressed-strong\/30:hover {
  color:rgb(var(--theme-palette-danger-pressed-strong) / 0.3);
}
.hover\:n-text-palette-danger-pressed-strong\/35:hover {
  color:rgb(var(--theme-palette-danger-pressed-strong) / 0.35);
}
.hover\:n-text-palette-danger-pressed-strong\/40:hover {
  color:rgb(var(--theme-palette-danger-pressed-strong) / 0.4);
}
.hover\:n-text-palette-danger-pressed-strong\/45:hover {
  color:rgb(var(--theme-palette-danger-pressed-strong) / 0.45);
}
.hover\:n-text-palette-danger-pressed-strong\/5:hover {
  color:rgb(var(--theme-palette-danger-pressed-strong) / 0.05);
}
.hover\:n-text-palette-danger-pressed-strong\/50:hover {
  color:rgb(var(--theme-palette-danger-pressed-strong) / 0.5);
}
.hover\:n-text-palette-danger-pressed-strong\/55:hover {
  color:rgb(var(--theme-palette-danger-pressed-strong) / 0.55);
}
.hover\:n-text-palette-danger-pressed-strong\/60:hover {
  color:rgb(var(--theme-palette-danger-pressed-strong) / 0.6);
}
.hover\:n-text-palette-danger-pressed-strong\/65:hover {
  color:rgb(var(--theme-palette-danger-pressed-strong) / 0.65);
}
.hover\:n-text-palette-danger-pressed-strong\/70:hover {
  color:rgb(var(--theme-palette-danger-pressed-strong) / 0.7);
}
.hover\:n-text-palette-danger-pressed-strong\/75:hover {
  color:rgb(var(--theme-palette-danger-pressed-strong) / 0.75);
}
.hover\:n-text-palette-danger-pressed-strong\/80:hover {
  color:rgb(var(--theme-palette-danger-pressed-strong) / 0.8);
}
.hover\:n-text-palette-danger-pressed-strong\/85:hover {
  color:rgb(var(--theme-palette-danger-pressed-strong) / 0.85);
}
.hover\:n-text-palette-danger-pressed-strong\/90:hover {
  color:rgb(var(--theme-palette-danger-pressed-strong) / 0.9);
}
.hover\:n-text-palette-danger-pressed-strong\/95:hover {
  color:rgb(var(--theme-palette-danger-pressed-strong) / 0.95);
}
.hover\:n-text-palette-danger-pressed-weak:hover {
  color:rgb(var(--theme-palette-danger-pressed-weak));
}
.hover\:n-text-palette-danger-pressed-weak\/0:hover {
  color:rgb(var(--theme-palette-danger-pressed-weak) / 0);
}
.hover\:n-text-palette-danger-pressed-weak\/10:hover {
  color:rgb(var(--theme-palette-danger-pressed-weak) / 0.1);
}
.hover\:n-text-palette-danger-pressed-weak\/100:hover {
  color:rgb(var(--theme-palette-danger-pressed-weak) / 1);
}
.hover\:n-text-palette-danger-pressed-weak\/15:hover {
  color:rgb(var(--theme-palette-danger-pressed-weak) / 0.15);
}
.hover\:n-text-palette-danger-pressed-weak\/20:hover {
  color:rgb(var(--theme-palette-danger-pressed-weak) / 0.2);
}
.hover\:n-text-palette-danger-pressed-weak\/25:hover {
  color:rgb(var(--theme-palette-danger-pressed-weak) / 0.25);
}
.hover\:n-text-palette-danger-pressed-weak\/30:hover {
  color:rgb(var(--theme-palette-danger-pressed-weak) / 0.3);
}
.hover\:n-text-palette-danger-pressed-weak\/35:hover {
  color:rgb(var(--theme-palette-danger-pressed-weak) / 0.35);
}
.hover\:n-text-palette-danger-pressed-weak\/40:hover {
  color:rgb(var(--theme-palette-danger-pressed-weak) / 0.4);
}
.hover\:n-text-palette-danger-pressed-weak\/45:hover {
  color:rgb(var(--theme-palette-danger-pressed-weak) / 0.45);
}
.hover\:n-text-palette-danger-pressed-weak\/5:hover {
  color:rgb(var(--theme-palette-danger-pressed-weak) / 0.05);
}
.hover\:n-text-palette-danger-pressed-weak\/50:hover {
  color:rgb(var(--theme-palette-danger-pressed-weak) / 0.5);
}
.hover\:n-text-palette-danger-pressed-weak\/55:hover {
  color:rgb(var(--theme-palette-danger-pressed-weak) / 0.55);
}
.hover\:n-text-palette-danger-pressed-weak\/60:hover {
  color:rgb(var(--theme-palette-danger-pressed-weak) / 0.6);
}
.hover\:n-text-palette-danger-pressed-weak\/65:hover {
  color:rgb(var(--theme-palette-danger-pressed-weak) / 0.65);
}
.hover\:n-text-palette-danger-pressed-weak\/70:hover {
  color:rgb(var(--theme-palette-danger-pressed-weak) / 0.7);
}
.hover\:n-text-palette-danger-pressed-weak\/75:hover {
  color:rgb(var(--theme-palette-danger-pressed-weak) / 0.75);
}
.hover\:n-text-palette-danger-pressed-weak\/80:hover {
  color:rgb(var(--theme-palette-danger-pressed-weak) / 0.8);
}
.hover\:n-text-palette-danger-pressed-weak\/85:hover {
  color:rgb(var(--theme-palette-danger-pressed-weak) / 0.85);
}
.hover\:n-text-palette-danger-pressed-weak\/90:hover {
  color:rgb(var(--theme-palette-danger-pressed-weak) / 0.9);
}
.hover\:n-text-palette-danger-pressed-weak\/95:hover {
  color:rgb(var(--theme-palette-danger-pressed-weak) / 0.95);
}
.hover\:n-text-palette-danger-text:hover {
  color:rgb(var(--theme-palette-danger-text));
}
.hover\:n-text-palette-danger-text\/0:hover {
  color:rgb(var(--theme-palette-danger-text) / 0);
}
.hover\:n-text-palette-danger-text\/10:hover {
  color:rgb(var(--theme-palette-danger-text) / 0.1);
}
.hover\:n-text-palette-danger-text\/100:hover {
  color:rgb(var(--theme-palette-danger-text) / 1);
}
.hover\:n-text-palette-danger-text\/15:hover {
  color:rgb(var(--theme-palette-danger-text) / 0.15);
}
.hover\:n-text-palette-danger-text\/20:hover {
  color:rgb(var(--theme-palette-danger-text) / 0.2);
}
.hover\:n-text-palette-danger-text\/25:hover {
  color:rgb(var(--theme-palette-danger-text) / 0.25);
}
.hover\:n-text-palette-danger-text\/30:hover {
  color:rgb(var(--theme-palette-danger-text) / 0.3);
}
.hover\:n-text-palette-danger-text\/35:hover {
  color:rgb(var(--theme-palette-danger-text) / 0.35);
}
.hover\:n-text-palette-danger-text\/40:hover {
  color:rgb(var(--theme-palette-danger-text) / 0.4);
}
.hover\:n-text-palette-danger-text\/45:hover {
  color:rgb(var(--theme-palette-danger-text) / 0.45);
}
.hover\:n-text-palette-danger-text\/5:hover {
  color:rgb(var(--theme-palette-danger-text) / 0.05);
}
.hover\:n-text-palette-danger-text\/50:hover {
  color:rgb(var(--theme-palette-danger-text) / 0.5);
}
.hover\:n-text-palette-danger-text\/55:hover {
  color:rgb(var(--theme-palette-danger-text) / 0.55);
}
.hover\:n-text-palette-danger-text\/60:hover {
  color:rgb(var(--theme-palette-danger-text) / 0.6);
}
.hover\:n-text-palette-danger-text\/65:hover {
  color:rgb(var(--theme-palette-danger-text) / 0.65);
}
.hover\:n-text-palette-danger-text\/70:hover {
  color:rgb(var(--theme-palette-danger-text) / 0.7);
}
.hover\:n-text-palette-danger-text\/75:hover {
  color:rgb(var(--theme-palette-danger-text) / 0.75);
}
.hover\:n-text-palette-danger-text\/80:hover {
  color:rgb(var(--theme-palette-danger-text) / 0.8);
}
.hover\:n-text-palette-danger-text\/85:hover {
  color:rgb(var(--theme-palette-danger-text) / 0.85);
}
.hover\:n-text-palette-danger-text\/90:hover {
  color:rgb(var(--theme-palette-danger-text) / 0.9);
}
.hover\:n-text-palette-danger-text\/95:hover {
  color:rgb(var(--theme-palette-danger-text) / 0.95);
}
.hover\:n-text-palette-discovery-bg-status:hover {
  color:rgb(var(--theme-palette-discovery-bg-status));
}
.hover\:n-text-palette-discovery-bg-status\/0:hover {
  color:rgb(var(--theme-palette-discovery-bg-status) / 0);
}
.hover\:n-text-palette-discovery-bg-status\/10:hover {
  color:rgb(var(--theme-palette-discovery-bg-status) / 0.1);
}
.hover\:n-text-palette-discovery-bg-status\/100:hover {
  color:rgb(var(--theme-palette-discovery-bg-status) / 1);
}
.hover\:n-text-palette-discovery-bg-status\/15:hover {
  color:rgb(var(--theme-palette-discovery-bg-status) / 0.15);
}
.hover\:n-text-palette-discovery-bg-status\/20:hover {
  color:rgb(var(--theme-palette-discovery-bg-status) / 0.2);
}
.hover\:n-text-palette-discovery-bg-status\/25:hover {
  color:rgb(var(--theme-palette-discovery-bg-status) / 0.25);
}
.hover\:n-text-palette-discovery-bg-status\/30:hover {
  color:rgb(var(--theme-palette-discovery-bg-status) / 0.3);
}
.hover\:n-text-palette-discovery-bg-status\/35:hover {
  color:rgb(var(--theme-palette-discovery-bg-status) / 0.35);
}
.hover\:n-text-palette-discovery-bg-status\/40:hover {
  color:rgb(var(--theme-palette-discovery-bg-status) / 0.4);
}
.hover\:n-text-palette-discovery-bg-status\/45:hover {
  color:rgb(var(--theme-palette-discovery-bg-status) / 0.45);
}
.hover\:n-text-palette-discovery-bg-status\/5:hover {
  color:rgb(var(--theme-palette-discovery-bg-status) / 0.05);
}
.hover\:n-text-palette-discovery-bg-status\/50:hover {
  color:rgb(var(--theme-palette-discovery-bg-status) / 0.5);
}
.hover\:n-text-palette-discovery-bg-status\/55:hover {
  color:rgb(var(--theme-palette-discovery-bg-status) / 0.55);
}
.hover\:n-text-palette-discovery-bg-status\/60:hover {
  color:rgb(var(--theme-palette-discovery-bg-status) / 0.6);
}
.hover\:n-text-palette-discovery-bg-status\/65:hover {
  color:rgb(var(--theme-palette-discovery-bg-status) / 0.65);
}
.hover\:n-text-palette-discovery-bg-status\/70:hover {
  color:rgb(var(--theme-palette-discovery-bg-status) / 0.7);
}
.hover\:n-text-palette-discovery-bg-status\/75:hover {
  color:rgb(var(--theme-palette-discovery-bg-status) / 0.75);
}
.hover\:n-text-palette-discovery-bg-status\/80:hover {
  color:rgb(var(--theme-palette-discovery-bg-status) / 0.8);
}
.hover\:n-text-palette-discovery-bg-status\/85:hover {
  color:rgb(var(--theme-palette-discovery-bg-status) / 0.85);
}
.hover\:n-text-palette-discovery-bg-status\/90:hover {
  color:rgb(var(--theme-palette-discovery-bg-status) / 0.9);
}
.hover\:n-text-palette-discovery-bg-status\/95:hover {
  color:rgb(var(--theme-palette-discovery-bg-status) / 0.95);
}
.hover\:n-text-palette-discovery-bg-strong:hover {
  color:rgb(var(--theme-palette-discovery-bg-strong));
}
.hover\:n-text-palette-discovery-bg-strong\/0:hover {
  color:rgb(var(--theme-palette-discovery-bg-strong) / 0);
}
.hover\:n-text-palette-discovery-bg-strong\/10:hover {
  color:rgb(var(--theme-palette-discovery-bg-strong) / 0.1);
}
.hover\:n-text-palette-discovery-bg-strong\/100:hover {
  color:rgb(var(--theme-palette-discovery-bg-strong) / 1);
}
.hover\:n-text-palette-discovery-bg-strong\/15:hover {
  color:rgb(var(--theme-palette-discovery-bg-strong) / 0.15);
}
.hover\:n-text-palette-discovery-bg-strong\/20:hover {
  color:rgb(var(--theme-palette-discovery-bg-strong) / 0.2);
}
.hover\:n-text-palette-discovery-bg-strong\/25:hover {
  color:rgb(var(--theme-palette-discovery-bg-strong) / 0.25);
}
.hover\:n-text-palette-discovery-bg-strong\/30:hover {
  color:rgb(var(--theme-palette-discovery-bg-strong) / 0.3);
}
.hover\:n-text-palette-discovery-bg-strong\/35:hover {
  color:rgb(var(--theme-palette-discovery-bg-strong) / 0.35);
}
.hover\:n-text-palette-discovery-bg-strong\/40:hover {
  color:rgb(var(--theme-palette-discovery-bg-strong) / 0.4);
}
.hover\:n-text-palette-discovery-bg-strong\/45:hover {
  color:rgb(var(--theme-palette-discovery-bg-strong) / 0.45);
}
.hover\:n-text-palette-discovery-bg-strong\/5:hover {
  color:rgb(var(--theme-palette-discovery-bg-strong) / 0.05);
}
.hover\:n-text-palette-discovery-bg-strong\/50:hover {
  color:rgb(var(--theme-palette-discovery-bg-strong) / 0.5);
}
.hover\:n-text-palette-discovery-bg-strong\/55:hover {
  color:rgb(var(--theme-palette-discovery-bg-strong) / 0.55);
}
.hover\:n-text-palette-discovery-bg-strong\/60:hover {
  color:rgb(var(--theme-palette-discovery-bg-strong) / 0.6);
}
.hover\:n-text-palette-discovery-bg-strong\/65:hover {
  color:rgb(var(--theme-palette-discovery-bg-strong) / 0.65);
}
.hover\:n-text-palette-discovery-bg-strong\/70:hover {
  color:rgb(var(--theme-palette-discovery-bg-strong) / 0.7);
}
.hover\:n-text-palette-discovery-bg-strong\/75:hover {
  color:rgb(var(--theme-palette-discovery-bg-strong) / 0.75);
}
.hover\:n-text-palette-discovery-bg-strong\/80:hover {
  color:rgb(var(--theme-palette-discovery-bg-strong) / 0.8);
}
.hover\:n-text-palette-discovery-bg-strong\/85:hover {
  color:rgb(var(--theme-palette-discovery-bg-strong) / 0.85);
}
.hover\:n-text-palette-discovery-bg-strong\/90:hover {
  color:rgb(var(--theme-palette-discovery-bg-strong) / 0.9);
}
.hover\:n-text-palette-discovery-bg-strong\/95:hover {
  color:rgb(var(--theme-palette-discovery-bg-strong) / 0.95);
}
.hover\:n-text-palette-discovery-bg-weak:hover {
  color:rgb(var(--theme-palette-discovery-bg-weak));
}
.hover\:n-text-palette-discovery-bg-weak\/0:hover {
  color:rgb(var(--theme-palette-discovery-bg-weak) / 0);
}
.hover\:n-text-palette-discovery-bg-weak\/10:hover {
  color:rgb(var(--theme-palette-discovery-bg-weak) / 0.1);
}
.hover\:n-text-palette-discovery-bg-weak\/100:hover {
  color:rgb(var(--theme-palette-discovery-bg-weak) / 1);
}
.hover\:n-text-palette-discovery-bg-weak\/15:hover {
  color:rgb(var(--theme-palette-discovery-bg-weak) / 0.15);
}
.hover\:n-text-palette-discovery-bg-weak\/20:hover {
  color:rgb(var(--theme-palette-discovery-bg-weak) / 0.2);
}
.hover\:n-text-palette-discovery-bg-weak\/25:hover {
  color:rgb(var(--theme-palette-discovery-bg-weak) / 0.25);
}
.hover\:n-text-palette-discovery-bg-weak\/30:hover {
  color:rgb(var(--theme-palette-discovery-bg-weak) / 0.3);
}
.hover\:n-text-palette-discovery-bg-weak\/35:hover {
  color:rgb(var(--theme-palette-discovery-bg-weak) / 0.35);
}
.hover\:n-text-palette-discovery-bg-weak\/40:hover {
  color:rgb(var(--theme-palette-discovery-bg-weak) / 0.4);
}
.hover\:n-text-palette-discovery-bg-weak\/45:hover {
  color:rgb(var(--theme-palette-discovery-bg-weak) / 0.45);
}
.hover\:n-text-palette-discovery-bg-weak\/5:hover {
  color:rgb(var(--theme-palette-discovery-bg-weak) / 0.05);
}
.hover\:n-text-palette-discovery-bg-weak\/50:hover {
  color:rgb(var(--theme-palette-discovery-bg-weak) / 0.5);
}
.hover\:n-text-palette-discovery-bg-weak\/55:hover {
  color:rgb(var(--theme-palette-discovery-bg-weak) / 0.55);
}
.hover\:n-text-palette-discovery-bg-weak\/60:hover {
  color:rgb(var(--theme-palette-discovery-bg-weak) / 0.6);
}
.hover\:n-text-palette-discovery-bg-weak\/65:hover {
  color:rgb(var(--theme-palette-discovery-bg-weak) / 0.65);
}
.hover\:n-text-palette-discovery-bg-weak\/70:hover {
  color:rgb(var(--theme-palette-discovery-bg-weak) / 0.7);
}
.hover\:n-text-palette-discovery-bg-weak\/75:hover {
  color:rgb(var(--theme-palette-discovery-bg-weak) / 0.75);
}
.hover\:n-text-palette-discovery-bg-weak\/80:hover {
  color:rgb(var(--theme-palette-discovery-bg-weak) / 0.8);
}
.hover\:n-text-palette-discovery-bg-weak\/85:hover {
  color:rgb(var(--theme-palette-discovery-bg-weak) / 0.85);
}
.hover\:n-text-palette-discovery-bg-weak\/90:hover {
  color:rgb(var(--theme-palette-discovery-bg-weak) / 0.9);
}
.hover\:n-text-palette-discovery-bg-weak\/95:hover {
  color:rgb(var(--theme-palette-discovery-bg-weak) / 0.95);
}
.hover\:n-text-palette-discovery-border-strong:hover {
  color:rgb(var(--theme-palette-discovery-border-strong));
}
.hover\:n-text-palette-discovery-border-strong\/0:hover {
  color:rgb(var(--theme-palette-discovery-border-strong) / 0);
}
.hover\:n-text-palette-discovery-border-strong\/10:hover {
  color:rgb(var(--theme-palette-discovery-border-strong) / 0.1);
}
.hover\:n-text-palette-discovery-border-strong\/100:hover {
  color:rgb(var(--theme-palette-discovery-border-strong) / 1);
}
.hover\:n-text-palette-discovery-border-strong\/15:hover {
  color:rgb(var(--theme-palette-discovery-border-strong) / 0.15);
}
.hover\:n-text-palette-discovery-border-strong\/20:hover {
  color:rgb(var(--theme-palette-discovery-border-strong) / 0.2);
}
.hover\:n-text-palette-discovery-border-strong\/25:hover {
  color:rgb(var(--theme-palette-discovery-border-strong) / 0.25);
}
.hover\:n-text-palette-discovery-border-strong\/30:hover {
  color:rgb(var(--theme-palette-discovery-border-strong) / 0.3);
}
.hover\:n-text-palette-discovery-border-strong\/35:hover {
  color:rgb(var(--theme-palette-discovery-border-strong) / 0.35);
}
.hover\:n-text-palette-discovery-border-strong\/40:hover {
  color:rgb(var(--theme-palette-discovery-border-strong) / 0.4);
}
.hover\:n-text-palette-discovery-border-strong\/45:hover {
  color:rgb(var(--theme-palette-discovery-border-strong) / 0.45);
}
.hover\:n-text-palette-discovery-border-strong\/5:hover {
  color:rgb(var(--theme-palette-discovery-border-strong) / 0.05);
}
.hover\:n-text-palette-discovery-border-strong\/50:hover {
  color:rgb(var(--theme-palette-discovery-border-strong) / 0.5);
}
.hover\:n-text-palette-discovery-border-strong\/55:hover {
  color:rgb(var(--theme-palette-discovery-border-strong) / 0.55);
}
.hover\:n-text-palette-discovery-border-strong\/60:hover {
  color:rgb(var(--theme-palette-discovery-border-strong) / 0.6);
}
.hover\:n-text-palette-discovery-border-strong\/65:hover {
  color:rgb(var(--theme-palette-discovery-border-strong) / 0.65);
}
.hover\:n-text-palette-discovery-border-strong\/70:hover {
  color:rgb(var(--theme-palette-discovery-border-strong) / 0.7);
}
.hover\:n-text-palette-discovery-border-strong\/75:hover {
  color:rgb(var(--theme-palette-discovery-border-strong) / 0.75);
}
.hover\:n-text-palette-discovery-border-strong\/80:hover {
  color:rgb(var(--theme-palette-discovery-border-strong) / 0.8);
}
.hover\:n-text-palette-discovery-border-strong\/85:hover {
  color:rgb(var(--theme-palette-discovery-border-strong) / 0.85);
}
.hover\:n-text-palette-discovery-border-strong\/90:hover {
  color:rgb(var(--theme-palette-discovery-border-strong) / 0.9);
}
.hover\:n-text-palette-discovery-border-strong\/95:hover {
  color:rgb(var(--theme-palette-discovery-border-strong) / 0.95);
}
.hover\:n-text-palette-discovery-border-weak:hover {
  color:rgb(var(--theme-palette-discovery-border-weak));
}
.hover\:n-text-palette-discovery-border-weak\/0:hover {
  color:rgb(var(--theme-palette-discovery-border-weak) / 0);
}
.hover\:n-text-palette-discovery-border-weak\/10:hover {
  color:rgb(var(--theme-palette-discovery-border-weak) / 0.1);
}
.hover\:n-text-palette-discovery-border-weak\/100:hover {
  color:rgb(var(--theme-palette-discovery-border-weak) / 1);
}
.hover\:n-text-palette-discovery-border-weak\/15:hover {
  color:rgb(var(--theme-palette-discovery-border-weak) / 0.15);
}
.hover\:n-text-palette-discovery-border-weak\/20:hover {
  color:rgb(var(--theme-palette-discovery-border-weak) / 0.2);
}
.hover\:n-text-palette-discovery-border-weak\/25:hover {
  color:rgb(var(--theme-palette-discovery-border-weak) / 0.25);
}
.hover\:n-text-palette-discovery-border-weak\/30:hover {
  color:rgb(var(--theme-palette-discovery-border-weak) / 0.3);
}
.hover\:n-text-palette-discovery-border-weak\/35:hover {
  color:rgb(var(--theme-palette-discovery-border-weak) / 0.35);
}
.hover\:n-text-palette-discovery-border-weak\/40:hover {
  color:rgb(var(--theme-palette-discovery-border-weak) / 0.4);
}
.hover\:n-text-palette-discovery-border-weak\/45:hover {
  color:rgb(var(--theme-palette-discovery-border-weak) / 0.45);
}
.hover\:n-text-palette-discovery-border-weak\/5:hover {
  color:rgb(var(--theme-palette-discovery-border-weak) / 0.05);
}
.hover\:n-text-palette-discovery-border-weak\/50:hover {
  color:rgb(var(--theme-palette-discovery-border-weak) / 0.5);
}
.hover\:n-text-palette-discovery-border-weak\/55:hover {
  color:rgb(var(--theme-palette-discovery-border-weak) / 0.55);
}
.hover\:n-text-palette-discovery-border-weak\/60:hover {
  color:rgb(var(--theme-palette-discovery-border-weak) / 0.6);
}
.hover\:n-text-palette-discovery-border-weak\/65:hover {
  color:rgb(var(--theme-palette-discovery-border-weak) / 0.65);
}
.hover\:n-text-palette-discovery-border-weak\/70:hover {
  color:rgb(var(--theme-palette-discovery-border-weak) / 0.7);
}
.hover\:n-text-palette-discovery-border-weak\/75:hover {
  color:rgb(var(--theme-palette-discovery-border-weak) / 0.75);
}
.hover\:n-text-palette-discovery-border-weak\/80:hover {
  color:rgb(var(--theme-palette-discovery-border-weak) / 0.8);
}
.hover\:n-text-palette-discovery-border-weak\/85:hover {
  color:rgb(var(--theme-palette-discovery-border-weak) / 0.85);
}
.hover\:n-text-palette-discovery-border-weak\/90:hover {
  color:rgb(var(--theme-palette-discovery-border-weak) / 0.9);
}
.hover\:n-text-palette-discovery-border-weak\/95:hover {
  color:rgb(var(--theme-palette-discovery-border-weak) / 0.95);
}
.hover\:n-text-palette-discovery-icon:hover {
  color:rgb(var(--theme-palette-discovery-icon));
}
.hover\:n-text-palette-discovery-icon\/0:hover {
  color:rgb(var(--theme-palette-discovery-icon) / 0);
}
.hover\:n-text-palette-discovery-icon\/10:hover {
  color:rgb(var(--theme-palette-discovery-icon) / 0.1);
}
.hover\:n-text-palette-discovery-icon\/100:hover {
  color:rgb(var(--theme-palette-discovery-icon) / 1);
}
.hover\:n-text-palette-discovery-icon\/15:hover {
  color:rgb(var(--theme-palette-discovery-icon) / 0.15);
}
.hover\:n-text-palette-discovery-icon\/20:hover {
  color:rgb(var(--theme-palette-discovery-icon) / 0.2);
}
.hover\:n-text-palette-discovery-icon\/25:hover {
  color:rgb(var(--theme-palette-discovery-icon) / 0.25);
}
.hover\:n-text-palette-discovery-icon\/30:hover {
  color:rgb(var(--theme-palette-discovery-icon) / 0.3);
}
.hover\:n-text-palette-discovery-icon\/35:hover {
  color:rgb(var(--theme-palette-discovery-icon) / 0.35);
}
.hover\:n-text-palette-discovery-icon\/40:hover {
  color:rgb(var(--theme-palette-discovery-icon) / 0.4);
}
.hover\:n-text-palette-discovery-icon\/45:hover {
  color:rgb(var(--theme-palette-discovery-icon) / 0.45);
}
.hover\:n-text-palette-discovery-icon\/5:hover {
  color:rgb(var(--theme-palette-discovery-icon) / 0.05);
}
.hover\:n-text-palette-discovery-icon\/50:hover {
  color:rgb(var(--theme-palette-discovery-icon) / 0.5);
}
.hover\:n-text-palette-discovery-icon\/55:hover {
  color:rgb(var(--theme-palette-discovery-icon) / 0.55);
}
.hover\:n-text-palette-discovery-icon\/60:hover {
  color:rgb(var(--theme-palette-discovery-icon) / 0.6);
}
.hover\:n-text-palette-discovery-icon\/65:hover {
  color:rgb(var(--theme-palette-discovery-icon) / 0.65);
}
.hover\:n-text-palette-discovery-icon\/70:hover {
  color:rgb(var(--theme-palette-discovery-icon) / 0.7);
}
.hover\:n-text-palette-discovery-icon\/75:hover {
  color:rgb(var(--theme-palette-discovery-icon) / 0.75);
}
.hover\:n-text-palette-discovery-icon\/80:hover {
  color:rgb(var(--theme-palette-discovery-icon) / 0.8);
}
.hover\:n-text-palette-discovery-icon\/85:hover {
  color:rgb(var(--theme-palette-discovery-icon) / 0.85);
}
.hover\:n-text-palette-discovery-icon\/90:hover {
  color:rgb(var(--theme-palette-discovery-icon) / 0.9);
}
.hover\:n-text-palette-discovery-icon\/95:hover {
  color:rgb(var(--theme-palette-discovery-icon) / 0.95);
}
.hover\:n-text-palette-discovery-text:hover {
  color:rgb(var(--theme-palette-discovery-text));
}
.hover\:n-text-palette-discovery-text\/0:hover {
  color:rgb(var(--theme-palette-discovery-text) / 0);
}
.hover\:n-text-palette-discovery-text\/10:hover {
  color:rgb(var(--theme-palette-discovery-text) / 0.1);
}
.hover\:n-text-palette-discovery-text\/100:hover {
  color:rgb(var(--theme-palette-discovery-text) / 1);
}
.hover\:n-text-palette-discovery-text\/15:hover {
  color:rgb(var(--theme-palette-discovery-text) / 0.15);
}
.hover\:n-text-palette-discovery-text\/20:hover {
  color:rgb(var(--theme-palette-discovery-text) / 0.2);
}
.hover\:n-text-palette-discovery-text\/25:hover {
  color:rgb(var(--theme-palette-discovery-text) / 0.25);
}
.hover\:n-text-palette-discovery-text\/30:hover {
  color:rgb(var(--theme-palette-discovery-text) / 0.3);
}
.hover\:n-text-palette-discovery-text\/35:hover {
  color:rgb(var(--theme-palette-discovery-text) / 0.35);
}
.hover\:n-text-palette-discovery-text\/40:hover {
  color:rgb(var(--theme-palette-discovery-text) / 0.4);
}
.hover\:n-text-palette-discovery-text\/45:hover {
  color:rgb(var(--theme-palette-discovery-text) / 0.45);
}
.hover\:n-text-palette-discovery-text\/5:hover {
  color:rgb(var(--theme-palette-discovery-text) / 0.05);
}
.hover\:n-text-palette-discovery-text\/50:hover {
  color:rgb(var(--theme-palette-discovery-text) / 0.5);
}
.hover\:n-text-palette-discovery-text\/55:hover {
  color:rgb(var(--theme-palette-discovery-text) / 0.55);
}
.hover\:n-text-palette-discovery-text\/60:hover {
  color:rgb(var(--theme-palette-discovery-text) / 0.6);
}
.hover\:n-text-palette-discovery-text\/65:hover {
  color:rgb(var(--theme-palette-discovery-text) / 0.65);
}
.hover\:n-text-palette-discovery-text\/70:hover {
  color:rgb(var(--theme-palette-discovery-text) / 0.7);
}
.hover\:n-text-palette-discovery-text\/75:hover {
  color:rgb(var(--theme-palette-discovery-text) / 0.75);
}
.hover\:n-text-palette-discovery-text\/80:hover {
  color:rgb(var(--theme-palette-discovery-text) / 0.8);
}
.hover\:n-text-palette-discovery-text\/85:hover {
  color:rgb(var(--theme-palette-discovery-text) / 0.85);
}
.hover\:n-text-palette-discovery-text\/90:hover {
  color:rgb(var(--theme-palette-discovery-text) / 0.9);
}
.hover\:n-text-palette-discovery-text\/95:hover {
  color:rgb(var(--theme-palette-discovery-text) / 0.95);
}
.hover\:n-text-palette-neutral-bg-default:hover {
  color:rgb(var(--theme-palette-neutral-bg-default));
}
.hover\:n-text-palette-neutral-bg-default\/0:hover {
  color:rgb(var(--theme-palette-neutral-bg-default) / 0);
}
.hover\:n-text-palette-neutral-bg-default\/10:hover {
  color:rgb(var(--theme-palette-neutral-bg-default) / 0.1);
}
.hover\:n-text-palette-neutral-bg-default\/100:hover {
  color:rgb(var(--theme-palette-neutral-bg-default) / 1);
}
.hover\:n-text-palette-neutral-bg-default\/15:hover {
  color:rgb(var(--theme-palette-neutral-bg-default) / 0.15);
}
.hover\:n-text-palette-neutral-bg-default\/20:hover {
  color:rgb(var(--theme-palette-neutral-bg-default) / 0.2);
}
.hover\:n-text-palette-neutral-bg-default\/25:hover {
  color:rgb(var(--theme-palette-neutral-bg-default) / 0.25);
}
.hover\:n-text-palette-neutral-bg-default\/30:hover {
  color:rgb(var(--theme-palette-neutral-bg-default) / 0.3);
}
.hover\:n-text-palette-neutral-bg-default\/35:hover {
  color:rgb(var(--theme-palette-neutral-bg-default) / 0.35);
}
.hover\:n-text-palette-neutral-bg-default\/40:hover {
  color:rgb(var(--theme-palette-neutral-bg-default) / 0.4);
}
.hover\:n-text-palette-neutral-bg-default\/45:hover {
  color:rgb(var(--theme-palette-neutral-bg-default) / 0.45);
}
.hover\:n-text-palette-neutral-bg-default\/5:hover {
  color:rgb(var(--theme-palette-neutral-bg-default) / 0.05);
}
.hover\:n-text-palette-neutral-bg-default\/50:hover {
  color:rgb(var(--theme-palette-neutral-bg-default) / 0.5);
}
.hover\:n-text-palette-neutral-bg-default\/55:hover {
  color:rgb(var(--theme-palette-neutral-bg-default) / 0.55);
}
.hover\:n-text-palette-neutral-bg-default\/60:hover {
  color:rgb(var(--theme-palette-neutral-bg-default) / 0.6);
}
.hover\:n-text-palette-neutral-bg-default\/65:hover {
  color:rgb(var(--theme-palette-neutral-bg-default) / 0.65);
}
.hover\:n-text-palette-neutral-bg-default\/70:hover {
  color:rgb(var(--theme-palette-neutral-bg-default) / 0.7);
}
.hover\:n-text-palette-neutral-bg-default\/75:hover {
  color:rgb(var(--theme-palette-neutral-bg-default) / 0.75);
}
.hover\:n-text-palette-neutral-bg-default\/80:hover {
  color:rgb(var(--theme-palette-neutral-bg-default) / 0.8);
}
.hover\:n-text-palette-neutral-bg-default\/85:hover {
  color:rgb(var(--theme-palette-neutral-bg-default) / 0.85);
}
.hover\:n-text-palette-neutral-bg-default\/90:hover {
  color:rgb(var(--theme-palette-neutral-bg-default) / 0.9);
}
.hover\:n-text-palette-neutral-bg-default\/95:hover {
  color:rgb(var(--theme-palette-neutral-bg-default) / 0.95);
}
.hover\:n-text-palette-neutral-bg-on-bg-weak:hover {
  color:rgb(var(--theme-palette-neutral-bg-on-bg-weak));
}
.hover\:n-text-palette-neutral-bg-on-bg-weak\/0:hover {
  color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0);
}
.hover\:n-text-palette-neutral-bg-on-bg-weak\/10:hover {
  color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.1);
}
.hover\:n-text-palette-neutral-bg-on-bg-weak\/100:hover {
  color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 1);
}
.hover\:n-text-palette-neutral-bg-on-bg-weak\/15:hover {
  color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.15);
}
.hover\:n-text-palette-neutral-bg-on-bg-weak\/20:hover {
  color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.2);
}
.hover\:n-text-palette-neutral-bg-on-bg-weak\/25:hover {
  color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.25);
}
.hover\:n-text-palette-neutral-bg-on-bg-weak\/30:hover {
  color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.3);
}
.hover\:n-text-palette-neutral-bg-on-bg-weak\/35:hover {
  color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.35);
}
.hover\:n-text-palette-neutral-bg-on-bg-weak\/40:hover {
  color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.4);
}
.hover\:n-text-palette-neutral-bg-on-bg-weak\/45:hover {
  color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.45);
}
.hover\:n-text-palette-neutral-bg-on-bg-weak\/5:hover {
  color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.05);
}
.hover\:n-text-palette-neutral-bg-on-bg-weak\/50:hover {
  color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.5);
}
.hover\:n-text-palette-neutral-bg-on-bg-weak\/55:hover {
  color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.55);
}
.hover\:n-text-palette-neutral-bg-on-bg-weak\/60:hover {
  color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.6);
}
.hover\:n-text-palette-neutral-bg-on-bg-weak\/65:hover {
  color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.65);
}
.hover\:n-text-palette-neutral-bg-on-bg-weak\/70:hover {
  color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.7);
}
.hover\:n-text-palette-neutral-bg-on-bg-weak\/75:hover {
  color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.75);
}
.hover\:n-text-palette-neutral-bg-on-bg-weak\/80:hover {
  color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.8);
}
.hover\:n-text-palette-neutral-bg-on-bg-weak\/85:hover {
  color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.85);
}
.hover\:n-text-palette-neutral-bg-on-bg-weak\/90:hover {
  color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.9);
}
.hover\:n-text-palette-neutral-bg-on-bg-weak\/95:hover {
  color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.95);
}
.hover\:n-text-palette-neutral-bg-status:hover {
  color:rgb(var(--theme-palette-neutral-bg-status));
}
.hover\:n-text-palette-neutral-bg-status\/0:hover {
  color:rgb(var(--theme-palette-neutral-bg-status) / 0);
}
.hover\:n-text-palette-neutral-bg-status\/10:hover {
  color:rgb(var(--theme-palette-neutral-bg-status) / 0.1);
}
.hover\:n-text-palette-neutral-bg-status\/100:hover {
  color:rgb(var(--theme-palette-neutral-bg-status) / 1);
}
.hover\:n-text-palette-neutral-bg-status\/15:hover {
  color:rgb(var(--theme-palette-neutral-bg-status) / 0.15);
}
.hover\:n-text-palette-neutral-bg-status\/20:hover {
  color:rgb(var(--theme-palette-neutral-bg-status) / 0.2);
}
.hover\:n-text-palette-neutral-bg-status\/25:hover {
  color:rgb(var(--theme-palette-neutral-bg-status) / 0.25);
}
.hover\:n-text-palette-neutral-bg-status\/30:hover {
  color:rgb(var(--theme-palette-neutral-bg-status) / 0.3);
}
.hover\:n-text-palette-neutral-bg-status\/35:hover {
  color:rgb(var(--theme-palette-neutral-bg-status) / 0.35);
}
.hover\:n-text-palette-neutral-bg-status\/40:hover {
  color:rgb(var(--theme-palette-neutral-bg-status) / 0.4);
}
.hover\:n-text-palette-neutral-bg-status\/45:hover {
  color:rgb(var(--theme-palette-neutral-bg-status) / 0.45);
}
.hover\:n-text-palette-neutral-bg-status\/5:hover {
  color:rgb(var(--theme-palette-neutral-bg-status) / 0.05);
}
.hover\:n-text-palette-neutral-bg-status\/50:hover {
  color:rgb(var(--theme-palette-neutral-bg-status) / 0.5);
}
.hover\:n-text-palette-neutral-bg-status\/55:hover {
  color:rgb(var(--theme-palette-neutral-bg-status) / 0.55);
}
.hover\:n-text-palette-neutral-bg-status\/60:hover {
  color:rgb(var(--theme-palette-neutral-bg-status) / 0.6);
}
.hover\:n-text-palette-neutral-bg-status\/65:hover {
  color:rgb(var(--theme-palette-neutral-bg-status) / 0.65);
}
.hover\:n-text-palette-neutral-bg-status\/70:hover {
  color:rgb(var(--theme-palette-neutral-bg-status) / 0.7);
}
.hover\:n-text-palette-neutral-bg-status\/75:hover {
  color:rgb(var(--theme-palette-neutral-bg-status) / 0.75);
}
.hover\:n-text-palette-neutral-bg-status\/80:hover {
  color:rgb(var(--theme-palette-neutral-bg-status) / 0.8);
}
.hover\:n-text-palette-neutral-bg-status\/85:hover {
  color:rgb(var(--theme-palette-neutral-bg-status) / 0.85);
}
.hover\:n-text-palette-neutral-bg-status\/90:hover {
  color:rgb(var(--theme-palette-neutral-bg-status) / 0.9);
}
.hover\:n-text-palette-neutral-bg-status\/95:hover {
  color:rgb(var(--theme-palette-neutral-bg-status) / 0.95);
}
.hover\:n-text-palette-neutral-bg-strong:hover {
  color:rgb(var(--theme-palette-neutral-bg-strong));
}
.hover\:n-text-palette-neutral-bg-strong\/0:hover {
  color:rgb(var(--theme-palette-neutral-bg-strong) / 0);
}
.hover\:n-text-palette-neutral-bg-strong\/10:hover {
  color:rgb(var(--theme-palette-neutral-bg-strong) / 0.1);
}
.hover\:n-text-palette-neutral-bg-strong\/100:hover {
  color:rgb(var(--theme-palette-neutral-bg-strong) / 1);
}
.hover\:n-text-palette-neutral-bg-strong\/15:hover {
  color:rgb(var(--theme-palette-neutral-bg-strong) / 0.15);
}
.hover\:n-text-palette-neutral-bg-strong\/20:hover {
  color:rgb(var(--theme-palette-neutral-bg-strong) / 0.2);
}
.hover\:n-text-palette-neutral-bg-strong\/25:hover {
  color:rgb(var(--theme-palette-neutral-bg-strong) / 0.25);
}
.hover\:n-text-palette-neutral-bg-strong\/30:hover {
  color:rgb(var(--theme-palette-neutral-bg-strong) / 0.3);
}
.hover\:n-text-palette-neutral-bg-strong\/35:hover {
  color:rgb(var(--theme-palette-neutral-bg-strong) / 0.35);
}
.hover\:n-text-palette-neutral-bg-strong\/40:hover {
  color:rgb(var(--theme-palette-neutral-bg-strong) / 0.4);
}
.hover\:n-text-palette-neutral-bg-strong\/45:hover {
  color:rgb(var(--theme-palette-neutral-bg-strong) / 0.45);
}
.hover\:n-text-palette-neutral-bg-strong\/5:hover {
  color:rgb(var(--theme-palette-neutral-bg-strong) / 0.05);
}
.hover\:n-text-palette-neutral-bg-strong\/50:hover {
  color:rgb(var(--theme-palette-neutral-bg-strong) / 0.5);
}
.hover\:n-text-palette-neutral-bg-strong\/55:hover {
  color:rgb(var(--theme-palette-neutral-bg-strong) / 0.55);
}
.hover\:n-text-palette-neutral-bg-strong\/60:hover {
  color:rgb(var(--theme-palette-neutral-bg-strong) / 0.6);
}
.hover\:n-text-palette-neutral-bg-strong\/65:hover {
  color:rgb(var(--theme-palette-neutral-bg-strong) / 0.65);
}
.hover\:n-text-palette-neutral-bg-strong\/70:hover {
  color:rgb(var(--theme-palette-neutral-bg-strong) / 0.7);
}
.hover\:n-text-palette-neutral-bg-strong\/75:hover {
  color:rgb(var(--theme-palette-neutral-bg-strong) / 0.75);
}
.hover\:n-text-palette-neutral-bg-strong\/80:hover {
  color:rgb(var(--theme-palette-neutral-bg-strong) / 0.8);
}
.hover\:n-text-palette-neutral-bg-strong\/85:hover {
  color:rgb(var(--theme-palette-neutral-bg-strong) / 0.85);
}
.hover\:n-text-palette-neutral-bg-strong\/90:hover {
  color:rgb(var(--theme-palette-neutral-bg-strong) / 0.9);
}
.hover\:n-text-palette-neutral-bg-strong\/95:hover {
  color:rgb(var(--theme-palette-neutral-bg-strong) / 0.95);
}
.hover\:n-text-palette-neutral-bg-stronger:hover {
  color:rgb(var(--theme-palette-neutral-bg-stronger));
}
.hover\:n-text-palette-neutral-bg-stronger\/0:hover {
  color:rgb(var(--theme-palette-neutral-bg-stronger) / 0);
}
.hover\:n-text-palette-neutral-bg-stronger\/10:hover {
  color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.1);
}
.hover\:n-text-palette-neutral-bg-stronger\/100:hover {
  color:rgb(var(--theme-palette-neutral-bg-stronger) / 1);
}
.hover\:n-text-palette-neutral-bg-stronger\/15:hover {
  color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.15);
}
.hover\:n-text-palette-neutral-bg-stronger\/20:hover {
  color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.2);
}
.hover\:n-text-palette-neutral-bg-stronger\/25:hover {
  color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.25);
}
.hover\:n-text-palette-neutral-bg-stronger\/30:hover {
  color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.3);
}
.hover\:n-text-palette-neutral-bg-stronger\/35:hover {
  color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.35);
}
.hover\:n-text-palette-neutral-bg-stronger\/40:hover {
  color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.4);
}
.hover\:n-text-palette-neutral-bg-stronger\/45:hover {
  color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.45);
}
.hover\:n-text-palette-neutral-bg-stronger\/5:hover {
  color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.05);
}
.hover\:n-text-palette-neutral-bg-stronger\/50:hover {
  color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.5);
}
.hover\:n-text-palette-neutral-bg-stronger\/55:hover {
  color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.55);
}
.hover\:n-text-palette-neutral-bg-stronger\/60:hover {
  color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.6);
}
.hover\:n-text-palette-neutral-bg-stronger\/65:hover {
  color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.65);
}
.hover\:n-text-palette-neutral-bg-stronger\/70:hover {
  color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.7);
}
.hover\:n-text-palette-neutral-bg-stronger\/75:hover {
  color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.75);
}
.hover\:n-text-palette-neutral-bg-stronger\/80:hover {
  color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.8);
}
.hover\:n-text-palette-neutral-bg-stronger\/85:hover {
  color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.85);
}
.hover\:n-text-palette-neutral-bg-stronger\/90:hover {
  color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.9);
}
.hover\:n-text-palette-neutral-bg-stronger\/95:hover {
  color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.95);
}
.hover\:n-text-palette-neutral-bg-strongest:hover {
  color:rgb(var(--theme-palette-neutral-bg-strongest));
}
.hover\:n-text-palette-neutral-bg-strongest\/0:hover {
  color:rgb(var(--theme-palette-neutral-bg-strongest) / 0);
}
.hover\:n-text-palette-neutral-bg-strongest\/10:hover {
  color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.1);
}
.hover\:n-text-palette-neutral-bg-strongest\/100:hover {
  color:rgb(var(--theme-palette-neutral-bg-strongest) / 1);
}
.hover\:n-text-palette-neutral-bg-strongest\/15:hover {
  color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.15);
}
.hover\:n-text-palette-neutral-bg-strongest\/20:hover {
  color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.2);
}
.hover\:n-text-palette-neutral-bg-strongest\/25:hover {
  color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.25);
}
.hover\:n-text-palette-neutral-bg-strongest\/30:hover {
  color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.3);
}
.hover\:n-text-palette-neutral-bg-strongest\/35:hover {
  color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.35);
}
.hover\:n-text-palette-neutral-bg-strongest\/40:hover {
  color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.4);
}
.hover\:n-text-palette-neutral-bg-strongest\/45:hover {
  color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.45);
}
.hover\:n-text-palette-neutral-bg-strongest\/5:hover {
  color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.05);
}
.hover\:n-text-palette-neutral-bg-strongest\/50:hover {
  color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.5);
}
.hover\:n-text-palette-neutral-bg-strongest\/55:hover {
  color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.55);
}
.hover\:n-text-palette-neutral-bg-strongest\/60:hover {
  color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.6);
}
.hover\:n-text-palette-neutral-bg-strongest\/65:hover {
  color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.65);
}
.hover\:n-text-palette-neutral-bg-strongest\/70:hover {
  color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.7);
}
.hover\:n-text-palette-neutral-bg-strongest\/75:hover {
  color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.75);
}
.hover\:n-text-palette-neutral-bg-strongest\/80:hover {
  color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.8);
}
.hover\:n-text-palette-neutral-bg-strongest\/85:hover {
  color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.85);
}
.hover\:n-text-palette-neutral-bg-strongest\/90:hover {
  color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.9);
}
.hover\:n-text-palette-neutral-bg-strongest\/95:hover {
  color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.95);
}
.hover\:n-text-palette-neutral-bg-weak:hover {
  color:rgb(var(--theme-palette-neutral-bg-weak));
}
.hover\:n-text-palette-neutral-bg-weak\/0:hover {
  color:rgb(var(--theme-palette-neutral-bg-weak) / 0);
}
.hover\:n-text-palette-neutral-bg-weak\/10:hover {
  color:rgb(var(--theme-palette-neutral-bg-weak) / 0.1);
}
.hover\:n-text-palette-neutral-bg-weak\/100:hover {
  color:rgb(var(--theme-palette-neutral-bg-weak) / 1);
}
.hover\:n-text-palette-neutral-bg-weak\/15:hover {
  color:rgb(var(--theme-palette-neutral-bg-weak) / 0.15);
}
.hover\:n-text-palette-neutral-bg-weak\/20:hover {
  color:rgb(var(--theme-palette-neutral-bg-weak) / 0.2);
}
.hover\:n-text-palette-neutral-bg-weak\/25:hover {
  color:rgb(var(--theme-palette-neutral-bg-weak) / 0.25);
}
.hover\:n-text-palette-neutral-bg-weak\/30:hover {
  color:rgb(var(--theme-palette-neutral-bg-weak) / 0.3);
}
.hover\:n-text-palette-neutral-bg-weak\/35:hover {
  color:rgb(var(--theme-palette-neutral-bg-weak) / 0.35);
}
.hover\:n-text-palette-neutral-bg-weak\/40:hover {
  color:rgb(var(--theme-palette-neutral-bg-weak) / 0.4);
}
.hover\:n-text-palette-neutral-bg-weak\/45:hover {
  color:rgb(var(--theme-palette-neutral-bg-weak) / 0.45);
}
.hover\:n-text-palette-neutral-bg-weak\/5:hover {
  color:rgb(var(--theme-palette-neutral-bg-weak) / 0.05);
}
.hover\:n-text-palette-neutral-bg-weak\/50:hover {
  color:rgb(var(--theme-palette-neutral-bg-weak) / 0.5);
}
.hover\:n-text-palette-neutral-bg-weak\/55:hover {
  color:rgb(var(--theme-palette-neutral-bg-weak) / 0.55);
}
.hover\:n-text-palette-neutral-bg-weak\/60:hover {
  color:rgb(var(--theme-palette-neutral-bg-weak) / 0.6);
}
.hover\:n-text-palette-neutral-bg-weak\/65:hover {
  color:rgb(var(--theme-palette-neutral-bg-weak) / 0.65);
}
.hover\:n-text-palette-neutral-bg-weak\/70:hover {
  color:rgb(var(--theme-palette-neutral-bg-weak) / 0.7);
}
.hover\:n-text-palette-neutral-bg-weak\/75:hover {
  color:rgb(var(--theme-palette-neutral-bg-weak) / 0.75);
}
.hover\:n-text-palette-neutral-bg-weak\/80:hover {
  color:rgb(var(--theme-palette-neutral-bg-weak) / 0.8);
}
.hover\:n-text-palette-neutral-bg-weak\/85:hover {
  color:rgb(var(--theme-palette-neutral-bg-weak) / 0.85);
}
.hover\:n-text-palette-neutral-bg-weak\/90:hover {
  color:rgb(var(--theme-palette-neutral-bg-weak) / 0.9);
}
.hover\:n-text-palette-neutral-bg-weak\/95:hover {
  color:rgb(var(--theme-palette-neutral-bg-weak) / 0.95);
}
.hover\:n-text-palette-neutral-border-strong:hover {
  color:rgb(var(--theme-palette-neutral-border-strong));
}
.hover\:n-text-palette-neutral-border-strong\/0:hover {
  color:rgb(var(--theme-palette-neutral-border-strong) / 0);
}
.hover\:n-text-palette-neutral-border-strong\/10:hover {
  color:rgb(var(--theme-palette-neutral-border-strong) / 0.1);
}
.hover\:n-text-palette-neutral-border-strong\/100:hover {
  color:rgb(var(--theme-palette-neutral-border-strong) / 1);
}
.hover\:n-text-palette-neutral-border-strong\/15:hover {
  color:rgb(var(--theme-palette-neutral-border-strong) / 0.15);
}
.hover\:n-text-palette-neutral-border-strong\/20:hover {
  color:rgb(var(--theme-palette-neutral-border-strong) / 0.2);
}
.hover\:n-text-palette-neutral-border-strong\/25:hover {
  color:rgb(var(--theme-palette-neutral-border-strong) / 0.25);
}
.hover\:n-text-palette-neutral-border-strong\/30:hover {
  color:rgb(var(--theme-palette-neutral-border-strong) / 0.3);
}
.hover\:n-text-palette-neutral-border-strong\/35:hover {
  color:rgb(var(--theme-palette-neutral-border-strong) / 0.35);
}
.hover\:n-text-palette-neutral-border-strong\/40:hover {
  color:rgb(var(--theme-palette-neutral-border-strong) / 0.4);
}
.hover\:n-text-palette-neutral-border-strong\/45:hover {
  color:rgb(var(--theme-palette-neutral-border-strong) / 0.45);
}
.hover\:n-text-palette-neutral-border-strong\/5:hover {
  color:rgb(var(--theme-palette-neutral-border-strong) / 0.05);
}
.hover\:n-text-palette-neutral-border-strong\/50:hover {
  color:rgb(var(--theme-palette-neutral-border-strong) / 0.5);
}
.hover\:n-text-palette-neutral-border-strong\/55:hover {
  color:rgb(var(--theme-palette-neutral-border-strong) / 0.55);
}
.hover\:n-text-palette-neutral-border-strong\/60:hover {
  color:rgb(var(--theme-palette-neutral-border-strong) / 0.6);
}
.hover\:n-text-palette-neutral-border-strong\/65:hover {
  color:rgb(var(--theme-palette-neutral-border-strong) / 0.65);
}
.hover\:n-text-palette-neutral-border-strong\/70:hover {
  color:rgb(var(--theme-palette-neutral-border-strong) / 0.7);
}
.hover\:n-text-palette-neutral-border-strong\/75:hover {
  color:rgb(var(--theme-palette-neutral-border-strong) / 0.75);
}
.hover\:n-text-palette-neutral-border-strong\/80:hover {
  color:rgb(var(--theme-palette-neutral-border-strong) / 0.8);
}
.hover\:n-text-palette-neutral-border-strong\/85:hover {
  color:rgb(var(--theme-palette-neutral-border-strong) / 0.85);
}
.hover\:n-text-palette-neutral-border-strong\/90:hover {
  color:rgb(var(--theme-palette-neutral-border-strong) / 0.9);
}
.hover\:n-text-palette-neutral-border-strong\/95:hover {
  color:rgb(var(--theme-palette-neutral-border-strong) / 0.95);
}
.hover\:n-text-palette-neutral-border-strongest:hover {
  color:rgb(var(--theme-palette-neutral-border-strongest));
}
.hover\:n-text-palette-neutral-border-strongest\/0:hover {
  color:rgb(var(--theme-palette-neutral-border-strongest) / 0);
}
.hover\:n-text-palette-neutral-border-strongest\/10:hover {
  color:rgb(var(--theme-palette-neutral-border-strongest) / 0.1);
}
.hover\:n-text-palette-neutral-border-strongest\/100:hover {
  color:rgb(var(--theme-palette-neutral-border-strongest) / 1);
}
.hover\:n-text-palette-neutral-border-strongest\/15:hover {
  color:rgb(var(--theme-palette-neutral-border-strongest) / 0.15);
}
.hover\:n-text-palette-neutral-border-strongest\/20:hover {
  color:rgb(var(--theme-palette-neutral-border-strongest) / 0.2);
}
.hover\:n-text-palette-neutral-border-strongest\/25:hover {
  color:rgb(var(--theme-palette-neutral-border-strongest) / 0.25);
}
.hover\:n-text-palette-neutral-border-strongest\/30:hover {
  color:rgb(var(--theme-palette-neutral-border-strongest) / 0.3);
}
.hover\:n-text-palette-neutral-border-strongest\/35:hover {
  color:rgb(var(--theme-palette-neutral-border-strongest) / 0.35);
}
.hover\:n-text-palette-neutral-border-strongest\/40:hover {
  color:rgb(var(--theme-palette-neutral-border-strongest) / 0.4);
}
.hover\:n-text-palette-neutral-border-strongest\/45:hover {
  color:rgb(var(--theme-palette-neutral-border-strongest) / 0.45);
}
.hover\:n-text-palette-neutral-border-strongest\/5:hover {
  color:rgb(var(--theme-palette-neutral-border-strongest) / 0.05);
}
.hover\:n-text-palette-neutral-border-strongest\/50:hover {
  color:rgb(var(--theme-palette-neutral-border-strongest) / 0.5);
}
.hover\:n-text-palette-neutral-border-strongest\/55:hover {
  color:rgb(var(--theme-palette-neutral-border-strongest) / 0.55);
}
.hover\:n-text-palette-neutral-border-strongest\/60:hover {
  color:rgb(var(--theme-palette-neutral-border-strongest) / 0.6);
}
.hover\:n-text-palette-neutral-border-strongest\/65:hover {
  color:rgb(var(--theme-palette-neutral-border-strongest) / 0.65);
}
.hover\:n-text-palette-neutral-border-strongest\/70:hover {
  color:rgb(var(--theme-palette-neutral-border-strongest) / 0.7);
}
.hover\:n-text-palette-neutral-border-strongest\/75:hover {
  color:rgb(var(--theme-palette-neutral-border-strongest) / 0.75);
}
.hover\:n-text-palette-neutral-border-strongest\/80:hover {
  color:rgb(var(--theme-palette-neutral-border-strongest) / 0.8);
}
.hover\:n-text-palette-neutral-border-strongest\/85:hover {
  color:rgb(var(--theme-palette-neutral-border-strongest) / 0.85);
}
.hover\:n-text-palette-neutral-border-strongest\/90:hover {
  color:rgb(var(--theme-palette-neutral-border-strongest) / 0.9);
}
.hover\:n-text-palette-neutral-border-strongest\/95:hover {
  color:rgb(var(--theme-palette-neutral-border-strongest) / 0.95);
}
.hover\:n-text-palette-neutral-border-weak:hover {
  color:rgb(var(--theme-palette-neutral-border-weak));
}
.hover\:n-text-palette-neutral-border-weak\/0:hover {
  color:rgb(var(--theme-palette-neutral-border-weak) / 0);
}
.hover\:n-text-palette-neutral-border-weak\/10:hover {
  color:rgb(var(--theme-palette-neutral-border-weak) / 0.1);
}
.hover\:n-text-palette-neutral-border-weak\/100:hover {
  color:rgb(var(--theme-palette-neutral-border-weak) / 1);
}
.hover\:n-text-palette-neutral-border-weak\/15:hover {
  color:rgb(var(--theme-palette-neutral-border-weak) / 0.15);
}
.hover\:n-text-palette-neutral-border-weak\/20:hover {
  color:rgb(var(--theme-palette-neutral-border-weak) / 0.2);
}
.hover\:n-text-palette-neutral-border-weak\/25:hover {
  color:rgb(var(--theme-palette-neutral-border-weak) / 0.25);
}
.hover\:n-text-palette-neutral-border-weak\/30:hover {
  color:rgb(var(--theme-palette-neutral-border-weak) / 0.3);
}
.hover\:n-text-palette-neutral-border-weak\/35:hover {
  color:rgb(var(--theme-palette-neutral-border-weak) / 0.35);
}
.hover\:n-text-palette-neutral-border-weak\/40:hover {
  color:rgb(var(--theme-palette-neutral-border-weak) / 0.4);
}
.hover\:n-text-palette-neutral-border-weak\/45:hover {
  color:rgb(var(--theme-palette-neutral-border-weak) / 0.45);
}
.hover\:n-text-palette-neutral-border-weak\/5:hover {
  color:rgb(var(--theme-palette-neutral-border-weak) / 0.05);
}
.hover\:n-text-palette-neutral-border-weak\/50:hover {
  color:rgb(var(--theme-palette-neutral-border-weak) / 0.5);
}
.hover\:n-text-palette-neutral-border-weak\/55:hover {
  color:rgb(var(--theme-palette-neutral-border-weak) / 0.55);
}
.hover\:n-text-palette-neutral-border-weak\/60:hover {
  color:rgb(var(--theme-palette-neutral-border-weak) / 0.6);
}
.hover\:n-text-palette-neutral-border-weak\/65:hover {
  color:rgb(var(--theme-palette-neutral-border-weak) / 0.65);
}
.hover\:n-text-palette-neutral-border-weak\/70:hover {
  color:rgb(var(--theme-palette-neutral-border-weak) / 0.7);
}
.hover\:n-text-palette-neutral-border-weak\/75:hover {
  color:rgb(var(--theme-palette-neutral-border-weak) / 0.75);
}
.hover\:n-text-palette-neutral-border-weak\/80:hover {
  color:rgb(var(--theme-palette-neutral-border-weak) / 0.8);
}
.hover\:n-text-palette-neutral-border-weak\/85:hover {
  color:rgb(var(--theme-palette-neutral-border-weak) / 0.85);
}
.hover\:n-text-palette-neutral-border-weak\/90:hover {
  color:rgb(var(--theme-palette-neutral-border-weak) / 0.9);
}
.hover\:n-text-palette-neutral-border-weak\/95:hover {
  color:rgb(var(--theme-palette-neutral-border-weak) / 0.95);
}
.hover\:n-text-palette-neutral-hover:hover {
  color:rgb(var(--theme-palette-neutral-hover));
}
.hover\:n-text-palette-neutral-hover\/0:hover {
  color:rgb(var(--theme-palette-neutral-hover) / 0);
}
.hover\:n-text-palette-neutral-hover\/10:hover {
  color:rgb(var(--theme-palette-neutral-hover) / 0.1);
}
.hover\:n-text-palette-neutral-hover\/100:hover {
  color:rgb(var(--theme-palette-neutral-hover) / 1);
}
.hover\:n-text-palette-neutral-hover\/15:hover {
  color:rgb(var(--theme-palette-neutral-hover) / 0.15);
}
.hover\:n-text-palette-neutral-hover\/20:hover {
  color:rgb(var(--theme-palette-neutral-hover) / 0.2);
}
.hover\:n-text-palette-neutral-hover\/25:hover {
  color:rgb(var(--theme-palette-neutral-hover) / 0.25);
}
.hover\:n-text-palette-neutral-hover\/30:hover {
  color:rgb(var(--theme-palette-neutral-hover) / 0.3);
}
.hover\:n-text-palette-neutral-hover\/35:hover {
  color:rgb(var(--theme-palette-neutral-hover) / 0.35);
}
.hover\:n-text-palette-neutral-hover\/40:hover {
  color:rgb(var(--theme-palette-neutral-hover) / 0.4);
}
.hover\:n-text-palette-neutral-hover\/45:hover {
  color:rgb(var(--theme-palette-neutral-hover) / 0.45);
}
.hover\:n-text-palette-neutral-hover\/5:hover {
  color:rgb(var(--theme-palette-neutral-hover) / 0.05);
}
.hover\:n-text-palette-neutral-hover\/50:hover {
  color:rgb(var(--theme-palette-neutral-hover) / 0.5);
}
.hover\:n-text-palette-neutral-hover\/55:hover {
  color:rgb(var(--theme-palette-neutral-hover) / 0.55);
}
.hover\:n-text-palette-neutral-hover\/60:hover {
  color:rgb(var(--theme-palette-neutral-hover) / 0.6);
}
.hover\:n-text-palette-neutral-hover\/65:hover {
  color:rgb(var(--theme-palette-neutral-hover) / 0.65);
}
.hover\:n-text-palette-neutral-hover\/70:hover {
  color:rgb(var(--theme-palette-neutral-hover) / 0.7);
}
.hover\:n-text-palette-neutral-hover\/75:hover {
  color:rgb(var(--theme-palette-neutral-hover) / 0.75);
}
.hover\:n-text-palette-neutral-hover\/80:hover {
  color:rgb(var(--theme-palette-neutral-hover) / 0.8);
}
.hover\:n-text-palette-neutral-hover\/85:hover {
  color:rgb(var(--theme-palette-neutral-hover) / 0.85);
}
.hover\:n-text-palette-neutral-hover\/90:hover {
  color:rgb(var(--theme-palette-neutral-hover) / 0.9);
}
.hover\:n-text-palette-neutral-hover\/95:hover {
  color:rgb(var(--theme-palette-neutral-hover) / 0.95);
}
.hover\:n-text-palette-neutral-icon:hover {
  color:rgb(var(--theme-palette-neutral-icon));
}
.hover\:n-text-palette-neutral-icon\/0:hover {
  color:rgb(var(--theme-palette-neutral-icon) / 0);
}
.hover\:n-text-palette-neutral-icon\/10:hover {
  color:rgb(var(--theme-palette-neutral-icon) / 0.1);
}
.hover\:n-text-palette-neutral-icon\/100:hover {
  color:rgb(var(--theme-palette-neutral-icon) / 1);
}
.hover\:n-text-palette-neutral-icon\/15:hover {
  color:rgb(var(--theme-palette-neutral-icon) / 0.15);
}
.hover\:n-text-palette-neutral-icon\/20:hover {
  color:rgb(var(--theme-palette-neutral-icon) / 0.2);
}
.hover\:n-text-palette-neutral-icon\/25:hover {
  color:rgb(var(--theme-palette-neutral-icon) / 0.25);
}
.hover\:n-text-palette-neutral-icon\/30:hover {
  color:rgb(var(--theme-palette-neutral-icon) / 0.3);
}
.hover\:n-text-palette-neutral-icon\/35:hover {
  color:rgb(var(--theme-palette-neutral-icon) / 0.35);
}
.hover\:n-text-palette-neutral-icon\/40:hover {
  color:rgb(var(--theme-palette-neutral-icon) / 0.4);
}
.hover\:n-text-palette-neutral-icon\/45:hover {
  color:rgb(var(--theme-palette-neutral-icon) / 0.45);
}
.hover\:n-text-palette-neutral-icon\/5:hover {
  color:rgb(var(--theme-palette-neutral-icon) / 0.05);
}
.hover\:n-text-palette-neutral-icon\/50:hover {
  color:rgb(var(--theme-palette-neutral-icon) / 0.5);
}
.hover\:n-text-palette-neutral-icon\/55:hover {
  color:rgb(var(--theme-palette-neutral-icon) / 0.55);
}
.hover\:n-text-palette-neutral-icon\/60:hover {
  color:rgb(var(--theme-palette-neutral-icon) / 0.6);
}
.hover\:n-text-palette-neutral-icon\/65:hover {
  color:rgb(var(--theme-palette-neutral-icon) / 0.65);
}
.hover\:n-text-palette-neutral-icon\/70:hover {
  color:rgb(var(--theme-palette-neutral-icon) / 0.7);
}
.hover\:n-text-palette-neutral-icon\/75:hover {
  color:rgb(var(--theme-palette-neutral-icon) / 0.75);
}
.hover\:n-text-palette-neutral-icon\/80:hover {
  color:rgb(var(--theme-palette-neutral-icon) / 0.8);
}
.hover\:n-text-palette-neutral-icon\/85:hover {
  color:rgb(var(--theme-palette-neutral-icon) / 0.85);
}
.hover\:n-text-palette-neutral-icon\/90:hover {
  color:rgb(var(--theme-palette-neutral-icon) / 0.9);
}
.hover\:n-text-palette-neutral-icon\/95:hover {
  color:rgb(var(--theme-palette-neutral-icon) / 0.95);
}
.hover\:n-text-palette-neutral-pressed:hover {
  color:rgb(var(--theme-palette-neutral-pressed));
}
.hover\:n-text-palette-neutral-pressed\/0:hover {
  color:rgb(var(--theme-palette-neutral-pressed) / 0);
}
.hover\:n-text-palette-neutral-pressed\/10:hover {
  color:rgb(var(--theme-palette-neutral-pressed) / 0.1);
}
.hover\:n-text-palette-neutral-pressed\/100:hover {
  color:rgb(var(--theme-palette-neutral-pressed) / 1);
}
.hover\:n-text-palette-neutral-pressed\/15:hover {
  color:rgb(var(--theme-palette-neutral-pressed) / 0.15);
}
.hover\:n-text-palette-neutral-pressed\/20:hover {
  color:rgb(var(--theme-palette-neutral-pressed) / 0.2);
}
.hover\:n-text-palette-neutral-pressed\/25:hover {
  color:rgb(var(--theme-palette-neutral-pressed) / 0.25);
}
.hover\:n-text-palette-neutral-pressed\/30:hover {
  color:rgb(var(--theme-palette-neutral-pressed) / 0.3);
}
.hover\:n-text-palette-neutral-pressed\/35:hover {
  color:rgb(var(--theme-palette-neutral-pressed) / 0.35);
}
.hover\:n-text-palette-neutral-pressed\/40:hover {
  color:rgb(var(--theme-palette-neutral-pressed) / 0.4);
}
.hover\:n-text-palette-neutral-pressed\/45:hover {
  color:rgb(var(--theme-palette-neutral-pressed) / 0.45);
}
.hover\:n-text-palette-neutral-pressed\/5:hover {
  color:rgb(var(--theme-palette-neutral-pressed) / 0.05);
}
.hover\:n-text-palette-neutral-pressed\/50:hover {
  color:rgb(var(--theme-palette-neutral-pressed) / 0.5);
}
.hover\:n-text-palette-neutral-pressed\/55:hover {
  color:rgb(var(--theme-palette-neutral-pressed) / 0.55);
}
.hover\:n-text-palette-neutral-pressed\/60:hover {
  color:rgb(var(--theme-palette-neutral-pressed) / 0.6);
}
.hover\:n-text-palette-neutral-pressed\/65:hover {
  color:rgb(var(--theme-palette-neutral-pressed) / 0.65);
}
.hover\:n-text-palette-neutral-pressed\/70:hover {
  color:rgb(var(--theme-palette-neutral-pressed) / 0.7);
}
.hover\:n-text-palette-neutral-pressed\/75:hover {
  color:rgb(var(--theme-palette-neutral-pressed) / 0.75);
}
.hover\:n-text-palette-neutral-pressed\/80:hover {
  color:rgb(var(--theme-palette-neutral-pressed) / 0.8);
}
.hover\:n-text-palette-neutral-pressed\/85:hover {
  color:rgb(var(--theme-palette-neutral-pressed) / 0.85);
}
.hover\:n-text-palette-neutral-pressed\/90:hover {
  color:rgb(var(--theme-palette-neutral-pressed) / 0.9);
}
.hover\:n-text-palette-neutral-pressed\/95:hover {
  color:rgb(var(--theme-palette-neutral-pressed) / 0.95);
}
.hover\:n-text-palette-neutral-text-default:hover {
  color:rgb(var(--theme-palette-neutral-text-default));
}
.hover\:n-text-palette-neutral-text-default\/0:hover {
  color:rgb(var(--theme-palette-neutral-text-default) / 0);
}
.hover\:n-text-palette-neutral-text-default\/10:hover {
  color:rgb(var(--theme-palette-neutral-text-default) / 0.1);
}
.hover\:n-text-palette-neutral-text-default\/100:hover {
  color:rgb(var(--theme-palette-neutral-text-default) / 1);
}
.hover\:n-text-palette-neutral-text-default\/15:hover {
  color:rgb(var(--theme-palette-neutral-text-default) / 0.15);
}
.hover\:n-text-palette-neutral-text-default\/20:hover {
  color:rgb(var(--theme-palette-neutral-text-default) / 0.2);
}
.hover\:n-text-palette-neutral-text-default\/25:hover {
  color:rgb(var(--theme-palette-neutral-text-default) / 0.25);
}
.hover\:n-text-palette-neutral-text-default\/30:hover {
  color:rgb(var(--theme-palette-neutral-text-default) / 0.3);
}
.hover\:n-text-palette-neutral-text-default\/35:hover {
  color:rgb(var(--theme-palette-neutral-text-default) / 0.35);
}
.hover\:n-text-palette-neutral-text-default\/40:hover {
  color:rgb(var(--theme-palette-neutral-text-default) / 0.4);
}
.hover\:n-text-palette-neutral-text-default\/45:hover {
  color:rgb(var(--theme-palette-neutral-text-default) / 0.45);
}
.hover\:n-text-palette-neutral-text-default\/5:hover {
  color:rgb(var(--theme-palette-neutral-text-default) / 0.05);
}
.hover\:n-text-palette-neutral-text-default\/50:hover {
  color:rgb(var(--theme-palette-neutral-text-default) / 0.5);
}
.hover\:n-text-palette-neutral-text-default\/55:hover {
  color:rgb(var(--theme-palette-neutral-text-default) / 0.55);
}
.hover\:n-text-palette-neutral-text-default\/60:hover {
  color:rgb(var(--theme-palette-neutral-text-default) / 0.6);
}
.hover\:n-text-palette-neutral-text-default\/65:hover {
  color:rgb(var(--theme-palette-neutral-text-default) / 0.65);
}
.hover\:n-text-palette-neutral-text-default\/70:hover {
  color:rgb(var(--theme-palette-neutral-text-default) / 0.7);
}
.hover\:n-text-palette-neutral-text-default\/75:hover {
  color:rgb(var(--theme-palette-neutral-text-default) / 0.75);
}
.hover\:n-text-palette-neutral-text-default\/80:hover {
  color:rgb(var(--theme-palette-neutral-text-default) / 0.8);
}
.hover\:n-text-palette-neutral-text-default\/85:hover {
  color:rgb(var(--theme-palette-neutral-text-default) / 0.85);
}
.hover\:n-text-palette-neutral-text-default\/90:hover {
  color:rgb(var(--theme-palette-neutral-text-default) / 0.9);
}
.hover\:n-text-palette-neutral-text-default\/95:hover {
  color:rgb(var(--theme-palette-neutral-text-default) / 0.95);
}
.hover\:n-text-palette-neutral-text-inverse:hover {
  color:rgb(var(--theme-palette-neutral-text-inverse));
}
.hover\:n-text-palette-neutral-text-inverse\/0:hover {
  color:rgb(var(--theme-palette-neutral-text-inverse) / 0);
}
.hover\:n-text-palette-neutral-text-inverse\/10:hover {
  color:rgb(var(--theme-palette-neutral-text-inverse) / 0.1);
}
.hover\:n-text-palette-neutral-text-inverse\/100:hover {
  color:rgb(var(--theme-palette-neutral-text-inverse) / 1);
}
.hover\:n-text-palette-neutral-text-inverse\/15:hover {
  color:rgb(var(--theme-palette-neutral-text-inverse) / 0.15);
}
.hover\:n-text-palette-neutral-text-inverse\/20:hover {
  color:rgb(var(--theme-palette-neutral-text-inverse) / 0.2);
}
.hover\:n-text-palette-neutral-text-inverse\/25:hover {
  color:rgb(var(--theme-palette-neutral-text-inverse) / 0.25);
}
.hover\:n-text-palette-neutral-text-inverse\/30:hover {
  color:rgb(var(--theme-palette-neutral-text-inverse) / 0.3);
}
.hover\:n-text-palette-neutral-text-inverse\/35:hover {
  color:rgb(var(--theme-palette-neutral-text-inverse) / 0.35);
}
.hover\:n-text-palette-neutral-text-inverse\/40:hover {
  color:rgb(var(--theme-palette-neutral-text-inverse) / 0.4);
}
.hover\:n-text-palette-neutral-text-inverse\/45:hover {
  color:rgb(var(--theme-palette-neutral-text-inverse) / 0.45);
}
.hover\:n-text-palette-neutral-text-inverse\/5:hover {
  color:rgb(var(--theme-palette-neutral-text-inverse) / 0.05);
}
.hover\:n-text-palette-neutral-text-inverse\/50:hover {
  color:rgb(var(--theme-palette-neutral-text-inverse) / 0.5);
}
.hover\:n-text-palette-neutral-text-inverse\/55:hover {
  color:rgb(var(--theme-palette-neutral-text-inverse) / 0.55);
}
.hover\:n-text-palette-neutral-text-inverse\/60:hover {
  color:rgb(var(--theme-palette-neutral-text-inverse) / 0.6);
}
.hover\:n-text-palette-neutral-text-inverse\/65:hover {
  color:rgb(var(--theme-palette-neutral-text-inverse) / 0.65);
}
.hover\:n-text-palette-neutral-text-inverse\/70:hover {
  color:rgb(var(--theme-palette-neutral-text-inverse) / 0.7);
}
.hover\:n-text-palette-neutral-text-inverse\/75:hover {
  color:rgb(var(--theme-palette-neutral-text-inverse) / 0.75);
}
.hover\:n-text-palette-neutral-text-inverse\/80:hover {
  color:rgb(var(--theme-palette-neutral-text-inverse) / 0.8);
}
.hover\:n-text-palette-neutral-text-inverse\/85:hover {
  color:rgb(var(--theme-palette-neutral-text-inverse) / 0.85);
}
.hover\:n-text-palette-neutral-text-inverse\/90:hover {
  color:rgb(var(--theme-palette-neutral-text-inverse) / 0.9);
}
.hover\:n-text-palette-neutral-text-inverse\/95:hover {
  color:rgb(var(--theme-palette-neutral-text-inverse) / 0.95);
}
.hover\:n-text-palette-neutral-text-weak:hover {
  color:rgb(var(--theme-palette-neutral-text-weak));
}
.hover\:n-text-palette-neutral-text-weak\/0:hover {
  color:rgb(var(--theme-palette-neutral-text-weak) / 0);
}
.hover\:n-text-palette-neutral-text-weak\/10:hover {
  color:rgb(var(--theme-palette-neutral-text-weak) / 0.1);
}
.hover\:n-text-palette-neutral-text-weak\/100:hover {
  color:rgb(var(--theme-palette-neutral-text-weak) / 1);
}
.hover\:n-text-palette-neutral-text-weak\/15:hover {
  color:rgb(var(--theme-palette-neutral-text-weak) / 0.15);
}
.hover\:n-text-palette-neutral-text-weak\/20:hover {
  color:rgb(var(--theme-palette-neutral-text-weak) / 0.2);
}
.hover\:n-text-palette-neutral-text-weak\/25:hover {
  color:rgb(var(--theme-palette-neutral-text-weak) / 0.25);
}
.hover\:n-text-palette-neutral-text-weak\/30:hover {
  color:rgb(var(--theme-palette-neutral-text-weak) / 0.3);
}
.hover\:n-text-palette-neutral-text-weak\/35:hover {
  color:rgb(var(--theme-palette-neutral-text-weak) / 0.35);
}
.hover\:n-text-palette-neutral-text-weak\/40:hover {
  color:rgb(var(--theme-palette-neutral-text-weak) / 0.4);
}
.hover\:n-text-palette-neutral-text-weak\/45:hover {
  color:rgb(var(--theme-palette-neutral-text-weak) / 0.45);
}
.hover\:n-text-palette-neutral-text-weak\/5:hover {
  color:rgb(var(--theme-palette-neutral-text-weak) / 0.05);
}
.hover\:n-text-palette-neutral-text-weak\/50:hover {
  color:rgb(var(--theme-palette-neutral-text-weak) / 0.5);
}
.hover\:n-text-palette-neutral-text-weak\/55:hover {
  color:rgb(var(--theme-palette-neutral-text-weak) / 0.55);
}
.hover\:n-text-palette-neutral-text-weak\/60:hover {
  color:rgb(var(--theme-palette-neutral-text-weak) / 0.6);
}
.hover\:n-text-palette-neutral-text-weak\/65:hover {
  color:rgb(var(--theme-palette-neutral-text-weak) / 0.65);
}
.hover\:n-text-palette-neutral-text-weak\/70:hover {
  color:rgb(var(--theme-palette-neutral-text-weak) / 0.7);
}
.hover\:n-text-palette-neutral-text-weak\/75:hover {
  color:rgb(var(--theme-palette-neutral-text-weak) / 0.75);
}
.hover\:n-text-palette-neutral-text-weak\/80:hover {
  color:rgb(var(--theme-palette-neutral-text-weak) / 0.8);
}
.hover\:n-text-palette-neutral-text-weak\/85:hover {
  color:rgb(var(--theme-palette-neutral-text-weak) / 0.85);
}
.hover\:n-text-palette-neutral-text-weak\/90:hover {
  color:rgb(var(--theme-palette-neutral-text-weak) / 0.9);
}
.hover\:n-text-palette-neutral-text-weak\/95:hover {
  color:rgb(var(--theme-palette-neutral-text-weak) / 0.95);
}
.hover\:n-text-palette-neutral-text-weaker:hover {
  color:rgb(var(--theme-palette-neutral-text-weaker));
}
.hover\:n-text-palette-neutral-text-weaker\/0:hover {
  color:rgb(var(--theme-palette-neutral-text-weaker) / 0);
}
.hover\:n-text-palette-neutral-text-weaker\/10:hover {
  color:rgb(var(--theme-palette-neutral-text-weaker) / 0.1);
}
.hover\:n-text-palette-neutral-text-weaker\/100:hover {
  color:rgb(var(--theme-palette-neutral-text-weaker) / 1);
}
.hover\:n-text-palette-neutral-text-weaker\/15:hover {
  color:rgb(var(--theme-palette-neutral-text-weaker) / 0.15);
}
.hover\:n-text-palette-neutral-text-weaker\/20:hover {
  color:rgb(var(--theme-palette-neutral-text-weaker) / 0.2);
}
.hover\:n-text-palette-neutral-text-weaker\/25:hover {
  color:rgb(var(--theme-palette-neutral-text-weaker) / 0.25);
}
.hover\:n-text-palette-neutral-text-weaker\/30:hover {
  color:rgb(var(--theme-palette-neutral-text-weaker) / 0.3);
}
.hover\:n-text-palette-neutral-text-weaker\/35:hover {
  color:rgb(var(--theme-palette-neutral-text-weaker) / 0.35);
}
.hover\:n-text-palette-neutral-text-weaker\/40:hover {
  color:rgb(var(--theme-palette-neutral-text-weaker) / 0.4);
}
.hover\:n-text-palette-neutral-text-weaker\/45:hover {
  color:rgb(var(--theme-palette-neutral-text-weaker) / 0.45);
}
.hover\:n-text-palette-neutral-text-weaker\/5:hover {
  color:rgb(var(--theme-palette-neutral-text-weaker) / 0.05);
}
.hover\:n-text-palette-neutral-text-weaker\/50:hover {
  color:rgb(var(--theme-palette-neutral-text-weaker) / 0.5);
}
.hover\:n-text-palette-neutral-text-weaker\/55:hover {
  color:rgb(var(--theme-palette-neutral-text-weaker) / 0.55);
}
.hover\:n-text-palette-neutral-text-weaker\/60:hover {
  color:rgb(var(--theme-palette-neutral-text-weaker) / 0.6);
}
.hover\:n-text-palette-neutral-text-weaker\/65:hover {
  color:rgb(var(--theme-palette-neutral-text-weaker) / 0.65);
}
.hover\:n-text-palette-neutral-text-weaker\/70:hover {
  color:rgb(var(--theme-palette-neutral-text-weaker) / 0.7);
}
.hover\:n-text-palette-neutral-text-weaker\/75:hover {
  color:rgb(var(--theme-palette-neutral-text-weaker) / 0.75);
}
.hover\:n-text-palette-neutral-text-weaker\/80:hover {
  color:rgb(var(--theme-palette-neutral-text-weaker) / 0.8);
}
.hover\:n-text-palette-neutral-text-weaker\/85:hover {
  color:rgb(var(--theme-palette-neutral-text-weaker) / 0.85);
}
.hover\:n-text-palette-neutral-text-weaker\/90:hover {
  color:rgb(var(--theme-palette-neutral-text-weaker) / 0.9);
}
.hover\:n-text-palette-neutral-text-weaker\/95:hover {
  color:rgb(var(--theme-palette-neutral-text-weaker) / 0.95);
}
.hover\:n-text-palette-neutral-text-weakest:hover {
  color:rgb(var(--theme-palette-neutral-text-weakest));
}
.hover\:n-text-palette-neutral-text-weakest\/0:hover {
  color:rgb(var(--theme-palette-neutral-text-weakest) / 0);
}
.hover\:n-text-palette-neutral-text-weakest\/10:hover {
  color:rgb(var(--theme-palette-neutral-text-weakest) / 0.1);
}
.hover\:n-text-palette-neutral-text-weakest\/100:hover {
  color:rgb(var(--theme-palette-neutral-text-weakest) / 1);
}
.hover\:n-text-palette-neutral-text-weakest\/15:hover {
  color:rgb(var(--theme-palette-neutral-text-weakest) / 0.15);
}
.hover\:n-text-palette-neutral-text-weakest\/20:hover {
  color:rgb(var(--theme-palette-neutral-text-weakest) / 0.2);
}
.hover\:n-text-palette-neutral-text-weakest\/25:hover {
  color:rgb(var(--theme-palette-neutral-text-weakest) / 0.25);
}
.hover\:n-text-palette-neutral-text-weakest\/30:hover {
  color:rgb(var(--theme-palette-neutral-text-weakest) / 0.3);
}
.hover\:n-text-palette-neutral-text-weakest\/35:hover {
  color:rgb(var(--theme-palette-neutral-text-weakest) / 0.35);
}
.hover\:n-text-palette-neutral-text-weakest\/40:hover {
  color:rgb(var(--theme-palette-neutral-text-weakest) / 0.4);
}
.hover\:n-text-palette-neutral-text-weakest\/45:hover {
  color:rgb(var(--theme-palette-neutral-text-weakest) / 0.45);
}
.hover\:n-text-palette-neutral-text-weakest\/5:hover {
  color:rgb(var(--theme-palette-neutral-text-weakest) / 0.05);
}
.hover\:n-text-palette-neutral-text-weakest\/50:hover {
  color:rgb(var(--theme-palette-neutral-text-weakest) / 0.5);
}
.hover\:n-text-palette-neutral-text-weakest\/55:hover {
  color:rgb(var(--theme-palette-neutral-text-weakest) / 0.55);
}
.hover\:n-text-palette-neutral-text-weakest\/60:hover {
  color:rgb(var(--theme-palette-neutral-text-weakest) / 0.6);
}
.hover\:n-text-palette-neutral-text-weakest\/65:hover {
  color:rgb(var(--theme-palette-neutral-text-weakest) / 0.65);
}
.hover\:n-text-palette-neutral-text-weakest\/70:hover {
  color:rgb(var(--theme-palette-neutral-text-weakest) / 0.7);
}
.hover\:n-text-palette-neutral-text-weakest\/75:hover {
  color:rgb(var(--theme-palette-neutral-text-weakest) / 0.75);
}
.hover\:n-text-palette-neutral-text-weakest\/80:hover {
  color:rgb(var(--theme-palette-neutral-text-weakest) / 0.8);
}
.hover\:n-text-palette-neutral-text-weakest\/85:hover {
  color:rgb(var(--theme-palette-neutral-text-weakest) / 0.85);
}
.hover\:n-text-palette-neutral-text-weakest\/90:hover {
  color:rgb(var(--theme-palette-neutral-text-weakest) / 0.9);
}
.hover\:n-text-palette-neutral-text-weakest\/95:hover {
  color:rgb(var(--theme-palette-neutral-text-weakest) / 0.95);
}
.hover\:n-text-palette-primary-bg-selected:hover {
  color:rgb(var(--theme-palette-primary-bg-selected));
}
.hover\:n-text-palette-primary-bg-selected\/0:hover {
  color:rgb(var(--theme-palette-primary-bg-selected) / 0);
}
.hover\:n-text-palette-primary-bg-selected\/10:hover {
  color:rgb(var(--theme-palette-primary-bg-selected) / 0.1);
}
.hover\:n-text-palette-primary-bg-selected\/100:hover {
  color:rgb(var(--theme-palette-primary-bg-selected) / 1);
}
.hover\:n-text-palette-primary-bg-selected\/15:hover {
  color:rgb(var(--theme-palette-primary-bg-selected) / 0.15);
}
.hover\:n-text-palette-primary-bg-selected\/20:hover {
  color:rgb(var(--theme-palette-primary-bg-selected) / 0.2);
}
.hover\:n-text-palette-primary-bg-selected\/25:hover {
  color:rgb(var(--theme-palette-primary-bg-selected) / 0.25);
}
.hover\:n-text-palette-primary-bg-selected\/30:hover {
  color:rgb(var(--theme-palette-primary-bg-selected) / 0.3);
}
.hover\:n-text-palette-primary-bg-selected\/35:hover {
  color:rgb(var(--theme-palette-primary-bg-selected) / 0.35);
}
.hover\:n-text-palette-primary-bg-selected\/40:hover {
  color:rgb(var(--theme-palette-primary-bg-selected) / 0.4);
}
.hover\:n-text-palette-primary-bg-selected\/45:hover {
  color:rgb(var(--theme-palette-primary-bg-selected) / 0.45);
}
.hover\:n-text-palette-primary-bg-selected\/5:hover {
  color:rgb(var(--theme-palette-primary-bg-selected) / 0.05);
}
.hover\:n-text-palette-primary-bg-selected\/50:hover {
  color:rgb(var(--theme-palette-primary-bg-selected) / 0.5);
}
.hover\:n-text-palette-primary-bg-selected\/55:hover {
  color:rgb(var(--theme-palette-primary-bg-selected) / 0.55);
}
.hover\:n-text-palette-primary-bg-selected\/60:hover {
  color:rgb(var(--theme-palette-primary-bg-selected) / 0.6);
}
.hover\:n-text-palette-primary-bg-selected\/65:hover {
  color:rgb(var(--theme-palette-primary-bg-selected) / 0.65);
}
.hover\:n-text-palette-primary-bg-selected\/70:hover {
  color:rgb(var(--theme-palette-primary-bg-selected) / 0.7);
}
.hover\:n-text-palette-primary-bg-selected\/75:hover {
  color:rgb(var(--theme-palette-primary-bg-selected) / 0.75);
}
.hover\:n-text-palette-primary-bg-selected\/80:hover {
  color:rgb(var(--theme-palette-primary-bg-selected) / 0.8);
}
.hover\:n-text-palette-primary-bg-selected\/85:hover {
  color:rgb(var(--theme-palette-primary-bg-selected) / 0.85);
}
.hover\:n-text-palette-primary-bg-selected\/90:hover {
  color:rgb(var(--theme-palette-primary-bg-selected) / 0.9);
}
.hover\:n-text-palette-primary-bg-selected\/95:hover {
  color:rgb(var(--theme-palette-primary-bg-selected) / 0.95);
}
.hover\:n-text-palette-primary-bg-status:hover {
  color:rgb(var(--theme-palette-primary-bg-status));
}
.hover\:n-text-palette-primary-bg-status\/0:hover {
  color:rgb(var(--theme-palette-primary-bg-status) / 0);
}
.hover\:n-text-palette-primary-bg-status\/10:hover {
  color:rgb(var(--theme-palette-primary-bg-status) / 0.1);
}
.hover\:n-text-palette-primary-bg-status\/100:hover {
  color:rgb(var(--theme-palette-primary-bg-status) / 1);
}
.hover\:n-text-palette-primary-bg-status\/15:hover {
  color:rgb(var(--theme-palette-primary-bg-status) / 0.15);
}
.hover\:n-text-palette-primary-bg-status\/20:hover {
  color:rgb(var(--theme-palette-primary-bg-status) / 0.2);
}
.hover\:n-text-palette-primary-bg-status\/25:hover {
  color:rgb(var(--theme-palette-primary-bg-status) / 0.25);
}
.hover\:n-text-palette-primary-bg-status\/30:hover {
  color:rgb(var(--theme-palette-primary-bg-status) / 0.3);
}
.hover\:n-text-palette-primary-bg-status\/35:hover {
  color:rgb(var(--theme-palette-primary-bg-status) / 0.35);
}
.hover\:n-text-palette-primary-bg-status\/40:hover {
  color:rgb(var(--theme-palette-primary-bg-status) / 0.4);
}
.hover\:n-text-palette-primary-bg-status\/45:hover {
  color:rgb(var(--theme-palette-primary-bg-status) / 0.45);
}
.hover\:n-text-palette-primary-bg-status\/5:hover {
  color:rgb(var(--theme-palette-primary-bg-status) / 0.05);
}
.hover\:n-text-palette-primary-bg-status\/50:hover {
  color:rgb(var(--theme-palette-primary-bg-status) / 0.5);
}
.hover\:n-text-palette-primary-bg-status\/55:hover {
  color:rgb(var(--theme-palette-primary-bg-status) / 0.55);
}
.hover\:n-text-palette-primary-bg-status\/60:hover {
  color:rgb(var(--theme-palette-primary-bg-status) / 0.6);
}
.hover\:n-text-palette-primary-bg-status\/65:hover {
  color:rgb(var(--theme-palette-primary-bg-status) / 0.65);
}
.hover\:n-text-palette-primary-bg-status\/70:hover {
  color:rgb(var(--theme-palette-primary-bg-status) / 0.7);
}
.hover\:n-text-palette-primary-bg-status\/75:hover {
  color:rgb(var(--theme-palette-primary-bg-status) / 0.75);
}
.hover\:n-text-palette-primary-bg-status\/80:hover {
  color:rgb(var(--theme-palette-primary-bg-status) / 0.8);
}
.hover\:n-text-palette-primary-bg-status\/85:hover {
  color:rgb(var(--theme-palette-primary-bg-status) / 0.85);
}
.hover\:n-text-palette-primary-bg-status\/90:hover {
  color:rgb(var(--theme-palette-primary-bg-status) / 0.9);
}
.hover\:n-text-palette-primary-bg-status\/95:hover {
  color:rgb(var(--theme-palette-primary-bg-status) / 0.95);
}
.hover\:n-text-palette-primary-bg-strong:hover {
  color:rgb(var(--theme-palette-primary-bg-strong));
}
.hover\:n-text-palette-primary-bg-strong\/0:hover {
  color:rgb(var(--theme-palette-primary-bg-strong) / 0);
}
.hover\:n-text-palette-primary-bg-strong\/10:hover {
  color:rgb(var(--theme-palette-primary-bg-strong) / 0.1);
}
.hover\:n-text-palette-primary-bg-strong\/100:hover {
  color:rgb(var(--theme-palette-primary-bg-strong) / 1);
}
.hover\:n-text-palette-primary-bg-strong\/15:hover {
  color:rgb(var(--theme-palette-primary-bg-strong) / 0.15);
}
.hover\:n-text-palette-primary-bg-strong\/20:hover {
  color:rgb(var(--theme-palette-primary-bg-strong) / 0.2);
}
.hover\:n-text-palette-primary-bg-strong\/25:hover {
  color:rgb(var(--theme-palette-primary-bg-strong) / 0.25);
}
.hover\:n-text-palette-primary-bg-strong\/30:hover {
  color:rgb(var(--theme-palette-primary-bg-strong) / 0.3);
}
.hover\:n-text-palette-primary-bg-strong\/35:hover {
  color:rgb(var(--theme-palette-primary-bg-strong) / 0.35);
}
.hover\:n-text-palette-primary-bg-strong\/40:hover {
  color:rgb(var(--theme-palette-primary-bg-strong) / 0.4);
}
.hover\:n-text-palette-primary-bg-strong\/45:hover {
  color:rgb(var(--theme-palette-primary-bg-strong) / 0.45);
}
.hover\:n-text-palette-primary-bg-strong\/5:hover {
  color:rgb(var(--theme-palette-primary-bg-strong) / 0.05);
}
.hover\:n-text-palette-primary-bg-strong\/50:hover {
  color:rgb(var(--theme-palette-primary-bg-strong) / 0.5);
}
.hover\:n-text-palette-primary-bg-strong\/55:hover {
  color:rgb(var(--theme-palette-primary-bg-strong) / 0.55);
}
.hover\:n-text-palette-primary-bg-strong\/60:hover {
  color:rgb(var(--theme-palette-primary-bg-strong) / 0.6);
}
.hover\:n-text-palette-primary-bg-strong\/65:hover {
  color:rgb(var(--theme-palette-primary-bg-strong) / 0.65);
}
.hover\:n-text-palette-primary-bg-strong\/70:hover {
  color:rgb(var(--theme-palette-primary-bg-strong) / 0.7);
}
.hover\:n-text-palette-primary-bg-strong\/75:hover {
  color:rgb(var(--theme-palette-primary-bg-strong) / 0.75);
}
.hover\:n-text-palette-primary-bg-strong\/80:hover {
  color:rgb(var(--theme-palette-primary-bg-strong) / 0.8);
}
.hover\:n-text-palette-primary-bg-strong\/85:hover {
  color:rgb(var(--theme-palette-primary-bg-strong) / 0.85);
}
.hover\:n-text-palette-primary-bg-strong\/90:hover {
  color:rgb(var(--theme-palette-primary-bg-strong) / 0.9);
}
.hover\:n-text-palette-primary-bg-strong\/95:hover {
  color:rgb(var(--theme-palette-primary-bg-strong) / 0.95);
}
.hover\:n-text-palette-primary-bg-weak:hover {
  color:rgb(var(--theme-palette-primary-bg-weak));
}
.hover\:n-text-palette-primary-bg-weak\/0:hover {
  color:rgb(var(--theme-palette-primary-bg-weak) / 0);
}
.hover\:n-text-palette-primary-bg-weak\/10:hover {
  color:rgb(var(--theme-palette-primary-bg-weak) / 0.1);
}
.hover\:n-text-palette-primary-bg-weak\/100:hover {
  color:rgb(var(--theme-palette-primary-bg-weak) / 1);
}
.hover\:n-text-palette-primary-bg-weak\/15:hover {
  color:rgb(var(--theme-palette-primary-bg-weak) / 0.15);
}
.hover\:n-text-palette-primary-bg-weak\/20:hover {
  color:rgb(var(--theme-palette-primary-bg-weak) / 0.2);
}
.hover\:n-text-palette-primary-bg-weak\/25:hover {
  color:rgb(var(--theme-palette-primary-bg-weak) / 0.25);
}
.hover\:n-text-palette-primary-bg-weak\/30:hover {
  color:rgb(var(--theme-palette-primary-bg-weak) / 0.3);
}
.hover\:n-text-palette-primary-bg-weak\/35:hover {
  color:rgb(var(--theme-palette-primary-bg-weak) / 0.35);
}
.hover\:n-text-palette-primary-bg-weak\/40:hover {
  color:rgb(var(--theme-palette-primary-bg-weak) / 0.4);
}
.hover\:n-text-palette-primary-bg-weak\/45:hover {
  color:rgb(var(--theme-palette-primary-bg-weak) / 0.45);
}
.hover\:n-text-palette-primary-bg-weak\/5:hover {
  color:rgb(var(--theme-palette-primary-bg-weak) / 0.05);
}
.hover\:n-text-palette-primary-bg-weak\/50:hover {
  color:rgb(var(--theme-palette-primary-bg-weak) / 0.5);
}
.hover\:n-text-palette-primary-bg-weak\/55:hover {
  color:rgb(var(--theme-palette-primary-bg-weak) / 0.55);
}
.hover\:n-text-palette-primary-bg-weak\/60:hover {
  color:rgb(var(--theme-palette-primary-bg-weak) / 0.6);
}
.hover\:n-text-palette-primary-bg-weak\/65:hover {
  color:rgb(var(--theme-palette-primary-bg-weak) / 0.65);
}
.hover\:n-text-palette-primary-bg-weak\/70:hover {
  color:rgb(var(--theme-palette-primary-bg-weak) / 0.7);
}
.hover\:n-text-palette-primary-bg-weak\/75:hover {
  color:rgb(var(--theme-palette-primary-bg-weak) / 0.75);
}
.hover\:n-text-palette-primary-bg-weak\/80:hover {
  color:rgb(var(--theme-palette-primary-bg-weak) / 0.8);
}
.hover\:n-text-palette-primary-bg-weak\/85:hover {
  color:rgb(var(--theme-palette-primary-bg-weak) / 0.85);
}
.hover\:n-text-palette-primary-bg-weak\/90:hover {
  color:rgb(var(--theme-palette-primary-bg-weak) / 0.9);
}
.hover\:n-text-palette-primary-bg-weak\/95:hover {
  color:rgb(var(--theme-palette-primary-bg-weak) / 0.95);
}
.hover\:n-text-palette-primary-border-strong:hover {
  color:rgb(var(--theme-palette-primary-border-strong));
}
.hover\:n-text-palette-primary-border-strong\/0:hover {
  color:rgb(var(--theme-palette-primary-border-strong) / 0);
}
.hover\:n-text-palette-primary-border-strong\/10:hover {
  color:rgb(var(--theme-palette-primary-border-strong) / 0.1);
}
.hover\:n-text-palette-primary-border-strong\/100:hover {
  color:rgb(var(--theme-palette-primary-border-strong) / 1);
}
.hover\:n-text-palette-primary-border-strong\/15:hover {
  color:rgb(var(--theme-palette-primary-border-strong) / 0.15);
}
.hover\:n-text-palette-primary-border-strong\/20:hover {
  color:rgb(var(--theme-palette-primary-border-strong) / 0.2);
}
.hover\:n-text-palette-primary-border-strong\/25:hover {
  color:rgb(var(--theme-palette-primary-border-strong) / 0.25);
}
.hover\:n-text-palette-primary-border-strong\/30:hover {
  color:rgb(var(--theme-palette-primary-border-strong) / 0.3);
}
.hover\:n-text-palette-primary-border-strong\/35:hover {
  color:rgb(var(--theme-palette-primary-border-strong) / 0.35);
}
.hover\:n-text-palette-primary-border-strong\/40:hover {
  color:rgb(var(--theme-palette-primary-border-strong) / 0.4);
}
.hover\:n-text-palette-primary-border-strong\/45:hover {
  color:rgb(var(--theme-palette-primary-border-strong) / 0.45);
}
.hover\:n-text-palette-primary-border-strong\/5:hover {
  color:rgb(var(--theme-palette-primary-border-strong) / 0.05);
}
.hover\:n-text-palette-primary-border-strong\/50:hover {
  color:rgb(var(--theme-palette-primary-border-strong) / 0.5);
}
.hover\:n-text-palette-primary-border-strong\/55:hover {
  color:rgb(var(--theme-palette-primary-border-strong) / 0.55);
}
.hover\:n-text-palette-primary-border-strong\/60:hover {
  color:rgb(var(--theme-palette-primary-border-strong) / 0.6);
}
.hover\:n-text-palette-primary-border-strong\/65:hover {
  color:rgb(var(--theme-palette-primary-border-strong) / 0.65);
}
.hover\:n-text-palette-primary-border-strong\/70:hover {
  color:rgb(var(--theme-palette-primary-border-strong) / 0.7);
}
.hover\:n-text-palette-primary-border-strong\/75:hover {
  color:rgb(var(--theme-palette-primary-border-strong) / 0.75);
}
.hover\:n-text-palette-primary-border-strong\/80:hover {
  color:rgb(var(--theme-palette-primary-border-strong) / 0.8);
}
.hover\:n-text-palette-primary-border-strong\/85:hover {
  color:rgb(var(--theme-palette-primary-border-strong) / 0.85);
}
.hover\:n-text-palette-primary-border-strong\/90:hover {
  color:rgb(var(--theme-palette-primary-border-strong) / 0.9);
}
.hover\:n-text-palette-primary-border-strong\/95:hover {
  color:rgb(var(--theme-palette-primary-border-strong) / 0.95);
}
.hover\:n-text-palette-primary-border-weak:hover {
  color:rgb(var(--theme-palette-primary-border-weak));
}
.hover\:n-text-palette-primary-border-weak\/0:hover {
  color:rgb(var(--theme-palette-primary-border-weak) / 0);
}
.hover\:n-text-palette-primary-border-weak\/10:hover {
  color:rgb(var(--theme-palette-primary-border-weak) / 0.1);
}
.hover\:n-text-palette-primary-border-weak\/100:hover {
  color:rgb(var(--theme-palette-primary-border-weak) / 1);
}
.hover\:n-text-palette-primary-border-weak\/15:hover {
  color:rgb(var(--theme-palette-primary-border-weak) / 0.15);
}
.hover\:n-text-palette-primary-border-weak\/20:hover {
  color:rgb(var(--theme-palette-primary-border-weak) / 0.2);
}
.hover\:n-text-palette-primary-border-weak\/25:hover {
  color:rgb(var(--theme-palette-primary-border-weak) / 0.25);
}
.hover\:n-text-palette-primary-border-weak\/30:hover {
  color:rgb(var(--theme-palette-primary-border-weak) / 0.3);
}
.hover\:n-text-palette-primary-border-weak\/35:hover {
  color:rgb(var(--theme-palette-primary-border-weak) / 0.35);
}
.hover\:n-text-palette-primary-border-weak\/40:hover {
  color:rgb(var(--theme-palette-primary-border-weak) / 0.4);
}
.hover\:n-text-palette-primary-border-weak\/45:hover {
  color:rgb(var(--theme-palette-primary-border-weak) / 0.45);
}
.hover\:n-text-palette-primary-border-weak\/5:hover {
  color:rgb(var(--theme-palette-primary-border-weak) / 0.05);
}
.hover\:n-text-palette-primary-border-weak\/50:hover {
  color:rgb(var(--theme-palette-primary-border-weak) / 0.5);
}
.hover\:n-text-palette-primary-border-weak\/55:hover {
  color:rgb(var(--theme-palette-primary-border-weak) / 0.55);
}
.hover\:n-text-palette-primary-border-weak\/60:hover {
  color:rgb(var(--theme-palette-primary-border-weak) / 0.6);
}
.hover\:n-text-palette-primary-border-weak\/65:hover {
  color:rgb(var(--theme-palette-primary-border-weak) / 0.65);
}
.hover\:n-text-palette-primary-border-weak\/70:hover {
  color:rgb(var(--theme-palette-primary-border-weak) / 0.7);
}
.hover\:n-text-palette-primary-border-weak\/75:hover {
  color:rgb(var(--theme-palette-primary-border-weak) / 0.75);
}
.hover\:n-text-palette-primary-border-weak\/80:hover {
  color:rgb(var(--theme-palette-primary-border-weak) / 0.8);
}
.hover\:n-text-palette-primary-border-weak\/85:hover {
  color:rgb(var(--theme-palette-primary-border-weak) / 0.85);
}
.hover\:n-text-palette-primary-border-weak\/90:hover {
  color:rgb(var(--theme-palette-primary-border-weak) / 0.9);
}
.hover\:n-text-palette-primary-border-weak\/95:hover {
  color:rgb(var(--theme-palette-primary-border-weak) / 0.95);
}
.hover\:n-text-palette-primary-focus:hover {
  color:rgb(var(--theme-palette-primary-focus));
}
.hover\:n-text-palette-primary-focus\/0:hover {
  color:rgb(var(--theme-palette-primary-focus) / 0);
}
.hover\:n-text-palette-primary-focus\/10:hover {
  color:rgb(var(--theme-palette-primary-focus) / 0.1);
}
.hover\:n-text-palette-primary-focus\/100:hover {
  color:rgb(var(--theme-palette-primary-focus) / 1);
}
.hover\:n-text-palette-primary-focus\/15:hover {
  color:rgb(var(--theme-palette-primary-focus) / 0.15);
}
.hover\:n-text-palette-primary-focus\/20:hover {
  color:rgb(var(--theme-palette-primary-focus) / 0.2);
}
.hover\:n-text-palette-primary-focus\/25:hover {
  color:rgb(var(--theme-palette-primary-focus) / 0.25);
}
.hover\:n-text-palette-primary-focus\/30:hover {
  color:rgb(var(--theme-palette-primary-focus) / 0.3);
}
.hover\:n-text-palette-primary-focus\/35:hover {
  color:rgb(var(--theme-palette-primary-focus) / 0.35);
}
.hover\:n-text-palette-primary-focus\/40:hover {
  color:rgb(var(--theme-palette-primary-focus) / 0.4);
}
.hover\:n-text-palette-primary-focus\/45:hover {
  color:rgb(var(--theme-palette-primary-focus) / 0.45);
}
.hover\:n-text-palette-primary-focus\/5:hover {
  color:rgb(var(--theme-palette-primary-focus) / 0.05);
}
.hover\:n-text-palette-primary-focus\/50:hover {
  color:rgb(var(--theme-palette-primary-focus) / 0.5);
}
.hover\:n-text-palette-primary-focus\/55:hover {
  color:rgb(var(--theme-palette-primary-focus) / 0.55);
}
.hover\:n-text-palette-primary-focus\/60:hover {
  color:rgb(var(--theme-palette-primary-focus) / 0.6);
}
.hover\:n-text-palette-primary-focus\/65:hover {
  color:rgb(var(--theme-palette-primary-focus) / 0.65);
}
.hover\:n-text-palette-primary-focus\/70:hover {
  color:rgb(var(--theme-palette-primary-focus) / 0.7);
}
.hover\:n-text-palette-primary-focus\/75:hover {
  color:rgb(var(--theme-palette-primary-focus) / 0.75);
}
.hover\:n-text-palette-primary-focus\/80:hover {
  color:rgb(var(--theme-palette-primary-focus) / 0.8);
}
.hover\:n-text-palette-primary-focus\/85:hover {
  color:rgb(var(--theme-palette-primary-focus) / 0.85);
}
.hover\:n-text-palette-primary-focus\/90:hover {
  color:rgb(var(--theme-palette-primary-focus) / 0.9);
}
.hover\:n-text-palette-primary-focus\/95:hover {
  color:rgb(var(--theme-palette-primary-focus) / 0.95);
}
.hover\:n-text-palette-primary-hover-strong:hover {
  color:rgb(var(--theme-palette-primary-hover-strong));
}
.hover\:n-text-palette-primary-hover-strong\/0:hover {
  color:rgb(var(--theme-palette-primary-hover-strong) / 0);
}
.hover\:n-text-palette-primary-hover-strong\/10:hover {
  color:rgb(var(--theme-palette-primary-hover-strong) / 0.1);
}
.hover\:n-text-palette-primary-hover-strong\/100:hover {
  color:rgb(var(--theme-palette-primary-hover-strong) / 1);
}
.hover\:n-text-palette-primary-hover-strong\/15:hover {
  color:rgb(var(--theme-palette-primary-hover-strong) / 0.15);
}
.hover\:n-text-palette-primary-hover-strong\/20:hover {
  color:rgb(var(--theme-palette-primary-hover-strong) / 0.2);
}
.hover\:n-text-palette-primary-hover-strong\/25:hover {
  color:rgb(var(--theme-palette-primary-hover-strong) / 0.25);
}
.hover\:n-text-palette-primary-hover-strong\/30:hover {
  color:rgb(var(--theme-palette-primary-hover-strong) / 0.3);
}
.hover\:n-text-palette-primary-hover-strong\/35:hover {
  color:rgb(var(--theme-palette-primary-hover-strong) / 0.35);
}
.hover\:n-text-palette-primary-hover-strong\/40:hover {
  color:rgb(var(--theme-palette-primary-hover-strong) / 0.4);
}
.hover\:n-text-palette-primary-hover-strong\/45:hover {
  color:rgb(var(--theme-palette-primary-hover-strong) / 0.45);
}
.hover\:n-text-palette-primary-hover-strong\/5:hover {
  color:rgb(var(--theme-palette-primary-hover-strong) / 0.05);
}
.hover\:n-text-palette-primary-hover-strong\/50:hover {
  color:rgb(var(--theme-palette-primary-hover-strong) / 0.5);
}
.hover\:n-text-palette-primary-hover-strong\/55:hover {
  color:rgb(var(--theme-palette-primary-hover-strong) / 0.55);
}
.hover\:n-text-palette-primary-hover-strong\/60:hover {
  color:rgb(var(--theme-palette-primary-hover-strong) / 0.6);
}
.hover\:n-text-palette-primary-hover-strong\/65:hover {
  color:rgb(var(--theme-palette-primary-hover-strong) / 0.65);
}
.hover\:n-text-palette-primary-hover-strong\/70:hover {
  color:rgb(var(--theme-palette-primary-hover-strong) / 0.7);
}
.hover\:n-text-palette-primary-hover-strong\/75:hover {
  color:rgb(var(--theme-palette-primary-hover-strong) / 0.75);
}
.hover\:n-text-palette-primary-hover-strong\/80:hover {
  color:rgb(var(--theme-palette-primary-hover-strong) / 0.8);
}
.hover\:n-text-palette-primary-hover-strong\/85:hover {
  color:rgb(var(--theme-palette-primary-hover-strong) / 0.85);
}
.hover\:n-text-palette-primary-hover-strong\/90:hover {
  color:rgb(var(--theme-palette-primary-hover-strong) / 0.9);
}
.hover\:n-text-palette-primary-hover-strong\/95:hover {
  color:rgb(var(--theme-palette-primary-hover-strong) / 0.95);
}
.hover\:n-text-palette-primary-hover-weak:hover {
  color:rgb(var(--theme-palette-primary-hover-weak));
}
.hover\:n-text-palette-primary-hover-weak\/0:hover {
  color:rgb(var(--theme-palette-primary-hover-weak) / 0);
}
.hover\:n-text-palette-primary-hover-weak\/10:hover {
  color:rgb(var(--theme-palette-primary-hover-weak) / 0.1);
}
.hover\:n-text-palette-primary-hover-weak\/100:hover {
  color:rgb(var(--theme-palette-primary-hover-weak) / 1);
}
.hover\:n-text-palette-primary-hover-weak\/15:hover {
  color:rgb(var(--theme-palette-primary-hover-weak) / 0.15);
}
.hover\:n-text-palette-primary-hover-weak\/20:hover {
  color:rgb(var(--theme-palette-primary-hover-weak) / 0.2);
}
.hover\:n-text-palette-primary-hover-weak\/25:hover {
  color:rgb(var(--theme-palette-primary-hover-weak) / 0.25);
}
.hover\:n-text-palette-primary-hover-weak\/30:hover {
  color:rgb(var(--theme-palette-primary-hover-weak) / 0.3);
}
.hover\:n-text-palette-primary-hover-weak\/35:hover {
  color:rgb(var(--theme-palette-primary-hover-weak) / 0.35);
}
.hover\:n-text-palette-primary-hover-weak\/40:hover {
  color:rgb(var(--theme-palette-primary-hover-weak) / 0.4);
}
.hover\:n-text-palette-primary-hover-weak\/45:hover {
  color:rgb(var(--theme-palette-primary-hover-weak) / 0.45);
}
.hover\:n-text-palette-primary-hover-weak\/5:hover {
  color:rgb(var(--theme-palette-primary-hover-weak) / 0.05);
}
.hover\:n-text-palette-primary-hover-weak\/50:hover {
  color:rgb(var(--theme-palette-primary-hover-weak) / 0.5);
}
.hover\:n-text-palette-primary-hover-weak\/55:hover {
  color:rgb(var(--theme-palette-primary-hover-weak) / 0.55);
}
.hover\:n-text-palette-primary-hover-weak\/60:hover {
  color:rgb(var(--theme-palette-primary-hover-weak) / 0.6);
}
.hover\:n-text-palette-primary-hover-weak\/65:hover {
  color:rgb(var(--theme-palette-primary-hover-weak) / 0.65);
}
.hover\:n-text-palette-primary-hover-weak\/70:hover {
  color:rgb(var(--theme-palette-primary-hover-weak) / 0.7);
}
.hover\:n-text-palette-primary-hover-weak\/75:hover {
  color:rgb(var(--theme-palette-primary-hover-weak) / 0.75);
}
.hover\:n-text-palette-primary-hover-weak\/80:hover {
  color:rgb(var(--theme-palette-primary-hover-weak) / 0.8);
}
.hover\:n-text-palette-primary-hover-weak\/85:hover {
  color:rgb(var(--theme-palette-primary-hover-weak) / 0.85);
}
.hover\:n-text-palette-primary-hover-weak\/90:hover {
  color:rgb(var(--theme-palette-primary-hover-weak) / 0.9);
}
.hover\:n-text-palette-primary-hover-weak\/95:hover {
  color:rgb(var(--theme-palette-primary-hover-weak) / 0.95);
}
.hover\:n-text-palette-primary-icon:hover {
  color:rgb(var(--theme-palette-primary-icon));
}
.hover\:n-text-palette-primary-icon\/0:hover {
  color:rgb(var(--theme-palette-primary-icon) / 0);
}
.hover\:n-text-palette-primary-icon\/10:hover {
  color:rgb(var(--theme-palette-primary-icon) / 0.1);
}
.hover\:n-text-palette-primary-icon\/100:hover {
  color:rgb(var(--theme-palette-primary-icon) / 1);
}
.hover\:n-text-palette-primary-icon\/15:hover {
  color:rgb(var(--theme-palette-primary-icon) / 0.15);
}
.hover\:n-text-palette-primary-icon\/20:hover {
  color:rgb(var(--theme-palette-primary-icon) / 0.2);
}
.hover\:n-text-palette-primary-icon\/25:hover {
  color:rgb(var(--theme-palette-primary-icon) / 0.25);
}
.hover\:n-text-palette-primary-icon\/30:hover {
  color:rgb(var(--theme-palette-primary-icon) / 0.3);
}
.hover\:n-text-palette-primary-icon\/35:hover {
  color:rgb(var(--theme-palette-primary-icon) / 0.35);
}
.hover\:n-text-palette-primary-icon\/40:hover {
  color:rgb(var(--theme-palette-primary-icon) / 0.4);
}
.hover\:n-text-palette-primary-icon\/45:hover {
  color:rgb(var(--theme-palette-primary-icon) / 0.45);
}
.hover\:n-text-palette-primary-icon\/5:hover {
  color:rgb(var(--theme-palette-primary-icon) / 0.05);
}
.hover\:n-text-palette-primary-icon\/50:hover {
  color:rgb(var(--theme-palette-primary-icon) / 0.5);
}
.hover\:n-text-palette-primary-icon\/55:hover {
  color:rgb(var(--theme-palette-primary-icon) / 0.55);
}
.hover\:n-text-palette-primary-icon\/60:hover {
  color:rgb(var(--theme-palette-primary-icon) / 0.6);
}
.hover\:n-text-palette-primary-icon\/65:hover {
  color:rgb(var(--theme-palette-primary-icon) / 0.65);
}
.hover\:n-text-palette-primary-icon\/70:hover {
  color:rgb(var(--theme-palette-primary-icon) / 0.7);
}
.hover\:n-text-palette-primary-icon\/75:hover {
  color:rgb(var(--theme-palette-primary-icon) / 0.75);
}
.hover\:n-text-palette-primary-icon\/80:hover {
  color:rgb(var(--theme-palette-primary-icon) / 0.8);
}
.hover\:n-text-palette-primary-icon\/85:hover {
  color:rgb(var(--theme-palette-primary-icon) / 0.85);
}
.hover\:n-text-palette-primary-icon\/90:hover {
  color:rgb(var(--theme-palette-primary-icon) / 0.9);
}
.hover\:n-text-palette-primary-icon\/95:hover {
  color:rgb(var(--theme-palette-primary-icon) / 0.95);
}
.hover\:n-text-palette-primary-pressed-strong:hover {
  color:rgb(var(--theme-palette-primary-pressed-strong));
}
.hover\:n-text-palette-primary-pressed-strong\/0:hover {
  color:rgb(var(--theme-palette-primary-pressed-strong) / 0);
}
.hover\:n-text-palette-primary-pressed-strong\/10:hover {
  color:rgb(var(--theme-palette-primary-pressed-strong) / 0.1);
}
.hover\:n-text-palette-primary-pressed-strong\/100:hover {
  color:rgb(var(--theme-palette-primary-pressed-strong) / 1);
}
.hover\:n-text-palette-primary-pressed-strong\/15:hover {
  color:rgb(var(--theme-palette-primary-pressed-strong) / 0.15);
}
.hover\:n-text-palette-primary-pressed-strong\/20:hover {
  color:rgb(var(--theme-palette-primary-pressed-strong) / 0.2);
}
.hover\:n-text-palette-primary-pressed-strong\/25:hover {
  color:rgb(var(--theme-palette-primary-pressed-strong) / 0.25);
}
.hover\:n-text-palette-primary-pressed-strong\/30:hover {
  color:rgb(var(--theme-palette-primary-pressed-strong) / 0.3);
}
.hover\:n-text-palette-primary-pressed-strong\/35:hover {
  color:rgb(var(--theme-palette-primary-pressed-strong) / 0.35);
}
.hover\:n-text-palette-primary-pressed-strong\/40:hover {
  color:rgb(var(--theme-palette-primary-pressed-strong) / 0.4);
}
.hover\:n-text-palette-primary-pressed-strong\/45:hover {
  color:rgb(var(--theme-palette-primary-pressed-strong) / 0.45);
}
.hover\:n-text-palette-primary-pressed-strong\/5:hover {
  color:rgb(var(--theme-palette-primary-pressed-strong) / 0.05);
}
.hover\:n-text-palette-primary-pressed-strong\/50:hover {
  color:rgb(var(--theme-palette-primary-pressed-strong) / 0.5);
}
.hover\:n-text-palette-primary-pressed-strong\/55:hover {
  color:rgb(var(--theme-palette-primary-pressed-strong) / 0.55);
}
.hover\:n-text-palette-primary-pressed-strong\/60:hover {
  color:rgb(var(--theme-palette-primary-pressed-strong) / 0.6);
}
.hover\:n-text-palette-primary-pressed-strong\/65:hover {
  color:rgb(var(--theme-palette-primary-pressed-strong) / 0.65);
}
.hover\:n-text-palette-primary-pressed-strong\/70:hover {
  color:rgb(var(--theme-palette-primary-pressed-strong) / 0.7);
}
.hover\:n-text-palette-primary-pressed-strong\/75:hover {
  color:rgb(var(--theme-palette-primary-pressed-strong) / 0.75);
}
.hover\:n-text-palette-primary-pressed-strong\/80:hover {
  color:rgb(var(--theme-palette-primary-pressed-strong) / 0.8);
}
.hover\:n-text-palette-primary-pressed-strong\/85:hover {
  color:rgb(var(--theme-palette-primary-pressed-strong) / 0.85);
}
.hover\:n-text-palette-primary-pressed-strong\/90:hover {
  color:rgb(var(--theme-palette-primary-pressed-strong) / 0.9);
}
.hover\:n-text-palette-primary-pressed-strong\/95:hover {
  color:rgb(var(--theme-palette-primary-pressed-strong) / 0.95);
}
.hover\:n-text-palette-primary-pressed-weak:hover {
  color:rgb(var(--theme-palette-primary-pressed-weak));
}
.hover\:n-text-palette-primary-pressed-weak\/0:hover {
  color:rgb(var(--theme-palette-primary-pressed-weak) / 0);
}
.hover\:n-text-palette-primary-pressed-weak\/10:hover {
  color:rgb(var(--theme-palette-primary-pressed-weak) / 0.1);
}
.hover\:n-text-palette-primary-pressed-weak\/100:hover {
  color:rgb(var(--theme-palette-primary-pressed-weak) / 1);
}
.hover\:n-text-palette-primary-pressed-weak\/15:hover {
  color:rgb(var(--theme-palette-primary-pressed-weak) / 0.15);
}
.hover\:n-text-palette-primary-pressed-weak\/20:hover {
  color:rgb(var(--theme-palette-primary-pressed-weak) / 0.2);
}
.hover\:n-text-palette-primary-pressed-weak\/25:hover {
  color:rgb(var(--theme-palette-primary-pressed-weak) / 0.25);
}
.hover\:n-text-palette-primary-pressed-weak\/30:hover {
  color:rgb(var(--theme-palette-primary-pressed-weak) / 0.3);
}
.hover\:n-text-palette-primary-pressed-weak\/35:hover {
  color:rgb(var(--theme-palette-primary-pressed-weak) / 0.35);
}
.hover\:n-text-palette-primary-pressed-weak\/40:hover {
  color:rgb(var(--theme-palette-primary-pressed-weak) / 0.4);
}
.hover\:n-text-palette-primary-pressed-weak\/45:hover {
  color:rgb(var(--theme-palette-primary-pressed-weak) / 0.45);
}
.hover\:n-text-palette-primary-pressed-weak\/5:hover {
  color:rgb(var(--theme-palette-primary-pressed-weak) / 0.05);
}
.hover\:n-text-palette-primary-pressed-weak\/50:hover {
  color:rgb(var(--theme-palette-primary-pressed-weak) / 0.5);
}
.hover\:n-text-palette-primary-pressed-weak\/55:hover {
  color:rgb(var(--theme-palette-primary-pressed-weak) / 0.55);
}
.hover\:n-text-palette-primary-pressed-weak\/60:hover {
  color:rgb(var(--theme-palette-primary-pressed-weak) / 0.6);
}
.hover\:n-text-palette-primary-pressed-weak\/65:hover {
  color:rgb(var(--theme-palette-primary-pressed-weak) / 0.65);
}
.hover\:n-text-palette-primary-pressed-weak\/70:hover {
  color:rgb(var(--theme-palette-primary-pressed-weak) / 0.7);
}
.hover\:n-text-palette-primary-pressed-weak\/75:hover {
  color:rgb(var(--theme-palette-primary-pressed-weak) / 0.75);
}
.hover\:n-text-palette-primary-pressed-weak\/80:hover {
  color:rgb(var(--theme-palette-primary-pressed-weak) / 0.8);
}
.hover\:n-text-palette-primary-pressed-weak\/85:hover {
  color:rgb(var(--theme-palette-primary-pressed-weak) / 0.85);
}
.hover\:n-text-palette-primary-pressed-weak\/90:hover {
  color:rgb(var(--theme-palette-primary-pressed-weak) / 0.9);
}
.hover\:n-text-palette-primary-pressed-weak\/95:hover {
  color:rgb(var(--theme-palette-primary-pressed-weak) / 0.95);
}
.hover\:n-text-palette-primary-text:hover {
  color:rgb(var(--theme-palette-primary-text));
}
.hover\:n-text-palette-primary-text\/0:hover {
  color:rgb(var(--theme-palette-primary-text) / 0);
}
.hover\:n-text-palette-primary-text\/10:hover {
  color:rgb(var(--theme-palette-primary-text) / 0.1);
}
.hover\:n-text-palette-primary-text\/100:hover {
  color:rgb(var(--theme-palette-primary-text) / 1);
}
.hover\:n-text-palette-primary-text\/15:hover {
  color:rgb(var(--theme-palette-primary-text) / 0.15);
}
.hover\:n-text-palette-primary-text\/20:hover {
  color:rgb(var(--theme-palette-primary-text) / 0.2);
}
.hover\:n-text-palette-primary-text\/25:hover {
  color:rgb(var(--theme-palette-primary-text) / 0.25);
}
.hover\:n-text-palette-primary-text\/30:hover {
  color:rgb(var(--theme-palette-primary-text) / 0.3);
}
.hover\:n-text-palette-primary-text\/35:hover {
  color:rgb(var(--theme-palette-primary-text) / 0.35);
}
.hover\:n-text-palette-primary-text\/40:hover {
  color:rgb(var(--theme-palette-primary-text) / 0.4);
}
.hover\:n-text-palette-primary-text\/45:hover {
  color:rgb(var(--theme-palette-primary-text) / 0.45);
}
.hover\:n-text-palette-primary-text\/5:hover {
  color:rgb(var(--theme-palette-primary-text) / 0.05);
}
.hover\:n-text-palette-primary-text\/50:hover {
  color:rgb(var(--theme-palette-primary-text) / 0.5);
}
.hover\:n-text-palette-primary-text\/55:hover {
  color:rgb(var(--theme-palette-primary-text) / 0.55);
}
.hover\:n-text-palette-primary-text\/60:hover {
  color:rgb(var(--theme-palette-primary-text) / 0.6);
}
.hover\:n-text-palette-primary-text\/65:hover {
  color:rgb(var(--theme-palette-primary-text) / 0.65);
}
.hover\:n-text-palette-primary-text\/70:hover {
  color:rgb(var(--theme-palette-primary-text) / 0.7);
}
.hover\:n-text-palette-primary-text\/75:hover {
  color:rgb(var(--theme-palette-primary-text) / 0.75);
}
.hover\:n-text-palette-primary-text\/80:hover {
  color:rgb(var(--theme-palette-primary-text) / 0.8);
}
.hover\:n-text-palette-primary-text\/85:hover {
  color:rgb(var(--theme-palette-primary-text) / 0.85);
}
.hover\:n-text-palette-primary-text\/90:hover {
  color:rgb(var(--theme-palette-primary-text) / 0.9);
}
.hover\:n-text-palette-primary-text\/95:hover {
  color:rgb(var(--theme-palette-primary-text) / 0.95);
}
.hover\:n-text-palette-success-bg-status:hover {
  color:rgb(var(--theme-palette-success-bg-status));
}
.hover\:n-text-palette-success-bg-status\/0:hover {
  color:rgb(var(--theme-palette-success-bg-status) / 0);
}
.hover\:n-text-palette-success-bg-status\/10:hover {
  color:rgb(var(--theme-palette-success-bg-status) / 0.1);
}
.hover\:n-text-palette-success-bg-status\/100:hover {
  color:rgb(var(--theme-palette-success-bg-status) / 1);
}
.hover\:n-text-palette-success-bg-status\/15:hover {
  color:rgb(var(--theme-palette-success-bg-status) / 0.15);
}
.hover\:n-text-palette-success-bg-status\/20:hover {
  color:rgb(var(--theme-palette-success-bg-status) / 0.2);
}
.hover\:n-text-palette-success-bg-status\/25:hover {
  color:rgb(var(--theme-palette-success-bg-status) / 0.25);
}
.hover\:n-text-palette-success-bg-status\/30:hover {
  color:rgb(var(--theme-palette-success-bg-status) / 0.3);
}
.hover\:n-text-palette-success-bg-status\/35:hover {
  color:rgb(var(--theme-palette-success-bg-status) / 0.35);
}
.hover\:n-text-palette-success-bg-status\/40:hover {
  color:rgb(var(--theme-palette-success-bg-status) / 0.4);
}
.hover\:n-text-palette-success-bg-status\/45:hover {
  color:rgb(var(--theme-palette-success-bg-status) / 0.45);
}
.hover\:n-text-palette-success-bg-status\/5:hover {
  color:rgb(var(--theme-palette-success-bg-status) / 0.05);
}
.hover\:n-text-palette-success-bg-status\/50:hover {
  color:rgb(var(--theme-palette-success-bg-status) / 0.5);
}
.hover\:n-text-palette-success-bg-status\/55:hover {
  color:rgb(var(--theme-palette-success-bg-status) / 0.55);
}
.hover\:n-text-palette-success-bg-status\/60:hover {
  color:rgb(var(--theme-palette-success-bg-status) / 0.6);
}
.hover\:n-text-palette-success-bg-status\/65:hover {
  color:rgb(var(--theme-palette-success-bg-status) / 0.65);
}
.hover\:n-text-palette-success-bg-status\/70:hover {
  color:rgb(var(--theme-palette-success-bg-status) / 0.7);
}
.hover\:n-text-palette-success-bg-status\/75:hover {
  color:rgb(var(--theme-palette-success-bg-status) / 0.75);
}
.hover\:n-text-palette-success-bg-status\/80:hover {
  color:rgb(var(--theme-palette-success-bg-status) / 0.8);
}
.hover\:n-text-palette-success-bg-status\/85:hover {
  color:rgb(var(--theme-palette-success-bg-status) / 0.85);
}
.hover\:n-text-palette-success-bg-status\/90:hover {
  color:rgb(var(--theme-palette-success-bg-status) / 0.9);
}
.hover\:n-text-palette-success-bg-status\/95:hover {
  color:rgb(var(--theme-palette-success-bg-status) / 0.95);
}
.hover\:n-text-palette-success-bg-strong:hover {
  color:rgb(var(--theme-palette-success-bg-strong));
}
.hover\:n-text-palette-success-bg-strong\/0:hover {
  color:rgb(var(--theme-palette-success-bg-strong) / 0);
}
.hover\:n-text-palette-success-bg-strong\/10:hover {
  color:rgb(var(--theme-palette-success-bg-strong) / 0.1);
}
.hover\:n-text-palette-success-bg-strong\/100:hover {
  color:rgb(var(--theme-palette-success-bg-strong) / 1);
}
.hover\:n-text-palette-success-bg-strong\/15:hover {
  color:rgb(var(--theme-palette-success-bg-strong) / 0.15);
}
.hover\:n-text-palette-success-bg-strong\/20:hover {
  color:rgb(var(--theme-palette-success-bg-strong) / 0.2);
}
.hover\:n-text-palette-success-bg-strong\/25:hover {
  color:rgb(var(--theme-palette-success-bg-strong) / 0.25);
}
.hover\:n-text-palette-success-bg-strong\/30:hover {
  color:rgb(var(--theme-palette-success-bg-strong) / 0.3);
}
.hover\:n-text-palette-success-bg-strong\/35:hover {
  color:rgb(var(--theme-palette-success-bg-strong) / 0.35);
}
.hover\:n-text-palette-success-bg-strong\/40:hover {
  color:rgb(var(--theme-palette-success-bg-strong) / 0.4);
}
.hover\:n-text-palette-success-bg-strong\/45:hover {
  color:rgb(var(--theme-palette-success-bg-strong) / 0.45);
}
.hover\:n-text-palette-success-bg-strong\/5:hover {
  color:rgb(var(--theme-palette-success-bg-strong) / 0.05);
}
.hover\:n-text-palette-success-bg-strong\/50:hover {
  color:rgb(var(--theme-palette-success-bg-strong) / 0.5);
}
.hover\:n-text-palette-success-bg-strong\/55:hover {
  color:rgb(var(--theme-palette-success-bg-strong) / 0.55);
}
.hover\:n-text-palette-success-bg-strong\/60:hover {
  color:rgb(var(--theme-palette-success-bg-strong) / 0.6);
}
.hover\:n-text-palette-success-bg-strong\/65:hover {
  color:rgb(var(--theme-palette-success-bg-strong) / 0.65);
}
.hover\:n-text-palette-success-bg-strong\/70:hover {
  color:rgb(var(--theme-palette-success-bg-strong) / 0.7);
}
.hover\:n-text-palette-success-bg-strong\/75:hover {
  color:rgb(var(--theme-palette-success-bg-strong) / 0.75);
}
.hover\:n-text-palette-success-bg-strong\/80:hover {
  color:rgb(var(--theme-palette-success-bg-strong) / 0.8);
}
.hover\:n-text-palette-success-bg-strong\/85:hover {
  color:rgb(var(--theme-palette-success-bg-strong) / 0.85);
}
.hover\:n-text-palette-success-bg-strong\/90:hover {
  color:rgb(var(--theme-palette-success-bg-strong) / 0.9);
}
.hover\:n-text-palette-success-bg-strong\/95:hover {
  color:rgb(var(--theme-palette-success-bg-strong) / 0.95);
}
.hover\:n-text-palette-success-bg-weak:hover {
  color:rgb(var(--theme-palette-success-bg-weak));
}
.hover\:n-text-palette-success-bg-weak\/0:hover {
  color:rgb(var(--theme-palette-success-bg-weak) / 0);
}
.hover\:n-text-palette-success-bg-weak\/10:hover {
  color:rgb(var(--theme-palette-success-bg-weak) / 0.1);
}
.hover\:n-text-palette-success-bg-weak\/100:hover {
  color:rgb(var(--theme-palette-success-bg-weak) / 1);
}
.hover\:n-text-palette-success-bg-weak\/15:hover {
  color:rgb(var(--theme-palette-success-bg-weak) / 0.15);
}
.hover\:n-text-palette-success-bg-weak\/20:hover {
  color:rgb(var(--theme-palette-success-bg-weak) / 0.2);
}
.hover\:n-text-palette-success-bg-weak\/25:hover {
  color:rgb(var(--theme-palette-success-bg-weak) / 0.25);
}
.hover\:n-text-palette-success-bg-weak\/30:hover {
  color:rgb(var(--theme-palette-success-bg-weak) / 0.3);
}
.hover\:n-text-palette-success-bg-weak\/35:hover {
  color:rgb(var(--theme-palette-success-bg-weak) / 0.35);
}
.hover\:n-text-palette-success-bg-weak\/40:hover {
  color:rgb(var(--theme-palette-success-bg-weak) / 0.4);
}
.hover\:n-text-palette-success-bg-weak\/45:hover {
  color:rgb(var(--theme-palette-success-bg-weak) / 0.45);
}
.hover\:n-text-palette-success-bg-weak\/5:hover {
  color:rgb(var(--theme-palette-success-bg-weak) / 0.05);
}
.hover\:n-text-palette-success-bg-weak\/50:hover {
  color:rgb(var(--theme-palette-success-bg-weak) / 0.5);
}
.hover\:n-text-palette-success-bg-weak\/55:hover {
  color:rgb(var(--theme-palette-success-bg-weak) / 0.55);
}
.hover\:n-text-palette-success-bg-weak\/60:hover {
  color:rgb(var(--theme-palette-success-bg-weak) / 0.6);
}
.hover\:n-text-palette-success-bg-weak\/65:hover {
  color:rgb(var(--theme-palette-success-bg-weak) / 0.65);
}
.hover\:n-text-palette-success-bg-weak\/70:hover {
  color:rgb(var(--theme-palette-success-bg-weak) / 0.7);
}
.hover\:n-text-palette-success-bg-weak\/75:hover {
  color:rgb(var(--theme-palette-success-bg-weak) / 0.75);
}
.hover\:n-text-palette-success-bg-weak\/80:hover {
  color:rgb(var(--theme-palette-success-bg-weak) / 0.8);
}
.hover\:n-text-palette-success-bg-weak\/85:hover {
  color:rgb(var(--theme-palette-success-bg-weak) / 0.85);
}
.hover\:n-text-palette-success-bg-weak\/90:hover {
  color:rgb(var(--theme-palette-success-bg-weak) / 0.9);
}
.hover\:n-text-palette-success-bg-weak\/95:hover {
  color:rgb(var(--theme-palette-success-bg-weak) / 0.95);
}
.hover\:n-text-palette-success-border-strong:hover {
  color:rgb(var(--theme-palette-success-border-strong));
}
.hover\:n-text-palette-success-border-strong\/0:hover {
  color:rgb(var(--theme-palette-success-border-strong) / 0);
}
.hover\:n-text-palette-success-border-strong\/10:hover {
  color:rgb(var(--theme-palette-success-border-strong) / 0.1);
}
.hover\:n-text-palette-success-border-strong\/100:hover {
  color:rgb(var(--theme-palette-success-border-strong) / 1);
}
.hover\:n-text-palette-success-border-strong\/15:hover {
  color:rgb(var(--theme-palette-success-border-strong) / 0.15);
}
.hover\:n-text-palette-success-border-strong\/20:hover {
  color:rgb(var(--theme-palette-success-border-strong) / 0.2);
}
.hover\:n-text-palette-success-border-strong\/25:hover {
  color:rgb(var(--theme-palette-success-border-strong) / 0.25);
}
.hover\:n-text-palette-success-border-strong\/30:hover {
  color:rgb(var(--theme-palette-success-border-strong) / 0.3);
}
.hover\:n-text-palette-success-border-strong\/35:hover {
  color:rgb(var(--theme-palette-success-border-strong) / 0.35);
}
.hover\:n-text-palette-success-border-strong\/40:hover {
  color:rgb(var(--theme-palette-success-border-strong) / 0.4);
}
.hover\:n-text-palette-success-border-strong\/45:hover {
  color:rgb(var(--theme-palette-success-border-strong) / 0.45);
}
.hover\:n-text-palette-success-border-strong\/5:hover {
  color:rgb(var(--theme-palette-success-border-strong) / 0.05);
}
.hover\:n-text-palette-success-border-strong\/50:hover {
  color:rgb(var(--theme-palette-success-border-strong) / 0.5);
}
.hover\:n-text-palette-success-border-strong\/55:hover {
  color:rgb(var(--theme-palette-success-border-strong) / 0.55);
}
.hover\:n-text-palette-success-border-strong\/60:hover {
  color:rgb(var(--theme-palette-success-border-strong) / 0.6);
}
.hover\:n-text-palette-success-border-strong\/65:hover {
  color:rgb(var(--theme-palette-success-border-strong) / 0.65);
}
.hover\:n-text-palette-success-border-strong\/70:hover {
  color:rgb(var(--theme-palette-success-border-strong) / 0.7);
}
.hover\:n-text-palette-success-border-strong\/75:hover {
  color:rgb(var(--theme-palette-success-border-strong) / 0.75);
}
.hover\:n-text-palette-success-border-strong\/80:hover {
  color:rgb(var(--theme-palette-success-border-strong) / 0.8);
}
.hover\:n-text-palette-success-border-strong\/85:hover {
  color:rgb(var(--theme-palette-success-border-strong) / 0.85);
}
.hover\:n-text-palette-success-border-strong\/90:hover {
  color:rgb(var(--theme-palette-success-border-strong) / 0.9);
}
.hover\:n-text-palette-success-border-strong\/95:hover {
  color:rgb(var(--theme-palette-success-border-strong) / 0.95);
}
.hover\:n-text-palette-success-border-weak:hover {
  color:rgb(var(--theme-palette-success-border-weak));
}
.hover\:n-text-palette-success-border-weak\/0:hover {
  color:rgb(var(--theme-palette-success-border-weak) / 0);
}
.hover\:n-text-palette-success-border-weak\/10:hover {
  color:rgb(var(--theme-palette-success-border-weak) / 0.1);
}
.hover\:n-text-palette-success-border-weak\/100:hover {
  color:rgb(var(--theme-palette-success-border-weak) / 1);
}
.hover\:n-text-palette-success-border-weak\/15:hover {
  color:rgb(var(--theme-palette-success-border-weak) / 0.15);
}
.hover\:n-text-palette-success-border-weak\/20:hover {
  color:rgb(var(--theme-palette-success-border-weak) / 0.2);
}
.hover\:n-text-palette-success-border-weak\/25:hover {
  color:rgb(var(--theme-palette-success-border-weak) / 0.25);
}
.hover\:n-text-palette-success-border-weak\/30:hover {
  color:rgb(var(--theme-palette-success-border-weak) / 0.3);
}
.hover\:n-text-palette-success-border-weak\/35:hover {
  color:rgb(var(--theme-palette-success-border-weak) / 0.35);
}
.hover\:n-text-palette-success-border-weak\/40:hover {
  color:rgb(var(--theme-palette-success-border-weak) / 0.4);
}
.hover\:n-text-palette-success-border-weak\/45:hover {
  color:rgb(var(--theme-palette-success-border-weak) / 0.45);
}
.hover\:n-text-palette-success-border-weak\/5:hover {
  color:rgb(var(--theme-palette-success-border-weak) / 0.05);
}
.hover\:n-text-palette-success-border-weak\/50:hover {
  color:rgb(var(--theme-palette-success-border-weak) / 0.5);
}
.hover\:n-text-palette-success-border-weak\/55:hover {
  color:rgb(var(--theme-palette-success-border-weak) / 0.55);
}
.hover\:n-text-palette-success-border-weak\/60:hover {
  color:rgb(var(--theme-palette-success-border-weak) / 0.6);
}
.hover\:n-text-palette-success-border-weak\/65:hover {
  color:rgb(var(--theme-palette-success-border-weak) / 0.65);
}
.hover\:n-text-palette-success-border-weak\/70:hover {
  color:rgb(var(--theme-palette-success-border-weak) / 0.7);
}
.hover\:n-text-palette-success-border-weak\/75:hover {
  color:rgb(var(--theme-palette-success-border-weak) / 0.75);
}
.hover\:n-text-palette-success-border-weak\/80:hover {
  color:rgb(var(--theme-palette-success-border-weak) / 0.8);
}
.hover\:n-text-palette-success-border-weak\/85:hover {
  color:rgb(var(--theme-palette-success-border-weak) / 0.85);
}
.hover\:n-text-palette-success-border-weak\/90:hover {
  color:rgb(var(--theme-palette-success-border-weak) / 0.9);
}
.hover\:n-text-palette-success-border-weak\/95:hover {
  color:rgb(var(--theme-palette-success-border-weak) / 0.95);
}
.hover\:n-text-palette-success-icon:hover {
  color:rgb(var(--theme-palette-success-icon));
}
.hover\:n-text-palette-success-icon\/0:hover {
  color:rgb(var(--theme-palette-success-icon) / 0);
}
.hover\:n-text-palette-success-icon\/10:hover {
  color:rgb(var(--theme-palette-success-icon) / 0.1);
}
.hover\:n-text-palette-success-icon\/100:hover {
  color:rgb(var(--theme-palette-success-icon) / 1);
}
.hover\:n-text-palette-success-icon\/15:hover {
  color:rgb(var(--theme-palette-success-icon) / 0.15);
}
.hover\:n-text-palette-success-icon\/20:hover {
  color:rgb(var(--theme-palette-success-icon) / 0.2);
}
.hover\:n-text-palette-success-icon\/25:hover {
  color:rgb(var(--theme-palette-success-icon) / 0.25);
}
.hover\:n-text-palette-success-icon\/30:hover {
  color:rgb(var(--theme-palette-success-icon) / 0.3);
}
.hover\:n-text-palette-success-icon\/35:hover {
  color:rgb(var(--theme-palette-success-icon) / 0.35);
}
.hover\:n-text-palette-success-icon\/40:hover {
  color:rgb(var(--theme-palette-success-icon) / 0.4);
}
.hover\:n-text-palette-success-icon\/45:hover {
  color:rgb(var(--theme-palette-success-icon) / 0.45);
}
.hover\:n-text-palette-success-icon\/5:hover {
  color:rgb(var(--theme-palette-success-icon) / 0.05);
}
.hover\:n-text-palette-success-icon\/50:hover {
  color:rgb(var(--theme-palette-success-icon) / 0.5);
}
.hover\:n-text-palette-success-icon\/55:hover {
  color:rgb(var(--theme-palette-success-icon) / 0.55);
}
.hover\:n-text-palette-success-icon\/60:hover {
  color:rgb(var(--theme-palette-success-icon) / 0.6);
}
.hover\:n-text-palette-success-icon\/65:hover {
  color:rgb(var(--theme-palette-success-icon) / 0.65);
}
.hover\:n-text-palette-success-icon\/70:hover {
  color:rgb(var(--theme-palette-success-icon) / 0.7);
}
.hover\:n-text-palette-success-icon\/75:hover {
  color:rgb(var(--theme-palette-success-icon) / 0.75);
}
.hover\:n-text-palette-success-icon\/80:hover {
  color:rgb(var(--theme-palette-success-icon) / 0.8);
}
.hover\:n-text-palette-success-icon\/85:hover {
  color:rgb(var(--theme-palette-success-icon) / 0.85);
}
.hover\:n-text-palette-success-icon\/90:hover {
  color:rgb(var(--theme-palette-success-icon) / 0.9);
}
.hover\:n-text-palette-success-icon\/95:hover {
  color:rgb(var(--theme-palette-success-icon) / 0.95);
}
.hover\:n-text-palette-success-text:hover {
  color:rgb(var(--theme-palette-success-text));
}
.hover\:n-text-palette-success-text\/0:hover {
  color:rgb(var(--theme-palette-success-text) / 0);
}
.hover\:n-text-palette-success-text\/10:hover {
  color:rgb(var(--theme-palette-success-text) / 0.1);
}
.hover\:n-text-palette-success-text\/100:hover {
  color:rgb(var(--theme-palette-success-text) / 1);
}
.hover\:n-text-palette-success-text\/15:hover {
  color:rgb(var(--theme-palette-success-text) / 0.15);
}
.hover\:n-text-palette-success-text\/20:hover {
  color:rgb(var(--theme-palette-success-text) / 0.2);
}
.hover\:n-text-palette-success-text\/25:hover {
  color:rgb(var(--theme-palette-success-text) / 0.25);
}
.hover\:n-text-palette-success-text\/30:hover {
  color:rgb(var(--theme-palette-success-text) / 0.3);
}
.hover\:n-text-palette-success-text\/35:hover {
  color:rgb(var(--theme-palette-success-text) / 0.35);
}
.hover\:n-text-palette-success-text\/40:hover {
  color:rgb(var(--theme-palette-success-text) / 0.4);
}
.hover\:n-text-palette-success-text\/45:hover {
  color:rgb(var(--theme-palette-success-text) / 0.45);
}
.hover\:n-text-palette-success-text\/5:hover {
  color:rgb(var(--theme-palette-success-text) / 0.05);
}
.hover\:n-text-palette-success-text\/50:hover {
  color:rgb(var(--theme-palette-success-text) / 0.5);
}
.hover\:n-text-palette-success-text\/55:hover {
  color:rgb(var(--theme-palette-success-text) / 0.55);
}
.hover\:n-text-palette-success-text\/60:hover {
  color:rgb(var(--theme-palette-success-text) / 0.6);
}
.hover\:n-text-palette-success-text\/65:hover {
  color:rgb(var(--theme-palette-success-text) / 0.65);
}
.hover\:n-text-palette-success-text\/70:hover {
  color:rgb(var(--theme-palette-success-text) / 0.7);
}
.hover\:n-text-palette-success-text\/75:hover {
  color:rgb(var(--theme-palette-success-text) / 0.75);
}
.hover\:n-text-palette-success-text\/80:hover {
  color:rgb(var(--theme-palette-success-text) / 0.8);
}
.hover\:n-text-palette-success-text\/85:hover {
  color:rgb(var(--theme-palette-success-text) / 0.85);
}
.hover\:n-text-palette-success-text\/90:hover {
  color:rgb(var(--theme-palette-success-text) / 0.9);
}
.hover\:n-text-palette-success-text\/95:hover {
  color:rgb(var(--theme-palette-success-text) / 0.95);
}
.hover\:n-text-palette-warning-bg-status:hover {
  color:rgb(var(--theme-palette-warning-bg-status));
}
.hover\:n-text-palette-warning-bg-status\/0:hover {
  color:rgb(var(--theme-palette-warning-bg-status) / 0);
}
.hover\:n-text-palette-warning-bg-status\/10:hover {
  color:rgb(var(--theme-palette-warning-bg-status) / 0.1);
}
.hover\:n-text-palette-warning-bg-status\/100:hover {
  color:rgb(var(--theme-palette-warning-bg-status) / 1);
}
.hover\:n-text-palette-warning-bg-status\/15:hover {
  color:rgb(var(--theme-palette-warning-bg-status) / 0.15);
}
.hover\:n-text-palette-warning-bg-status\/20:hover {
  color:rgb(var(--theme-palette-warning-bg-status) / 0.2);
}
.hover\:n-text-palette-warning-bg-status\/25:hover {
  color:rgb(var(--theme-palette-warning-bg-status) / 0.25);
}
.hover\:n-text-palette-warning-bg-status\/30:hover {
  color:rgb(var(--theme-palette-warning-bg-status) / 0.3);
}
.hover\:n-text-palette-warning-bg-status\/35:hover {
  color:rgb(var(--theme-palette-warning-bg-status) / 0.35);
}
.hover\:n-text-palette-warning-bg-status\/40:hover {
  color:rgb(var(--theme-palette-warning-bg-status) / 0.4);
}
.hover\:n-text-palette-warning-bg-status\/45:hover {
  color:rgb(var(--theme-palette-warning-bg-status) / 0.45);
}
.hover\:n-text-palette-warning-bg-status\/5:hover {
  color:rgb(var(--theme-palette-warning-bg-status) / 0.05);
}
.hover\:n-text-palette-warning-bg-status\/50:hover {
  color:rgb(var(--theme-palette-warning-bg-status) / 0.5);
}
.hover\:n-text-palette-warning-bg-status\/55:hover {
  color:rgb(var(--theme-palette-warning-bg-status) / 0.55);
}
.hover\:n-text-palette-warning-bg-status\/60:hover {
  color:rgb(var(--theme-palette-warning-bg-status) / 0.6);
}
.hover\:n-text-palette-warning-bg-status\/65:hover {
  color:rgb(var(--theme-palette-warning-bg-status) / 0.65);
}
.hover\:n-text-palette-warning-bg-status\/70:hover {
  color:rgb(var(--theme-palette-warning-bg-status) / 0.7);
}
.hover\:n-text-palette-warning-bg-status\/75:hover {
  color:rgb(var(--theme-palette-warning-bg-status) / 0.75);
}
.hover\:n-text-palette-warning-bg-status\/80:hover {
  color:rgb(var(--theme-palette-warning-bg-status) / 0.8);
}
.hover\:n-text-palette-warning-bg-status\/85:hover {
  color:rgb(var(--theme-palette-warning-bg-status) / 0.85);
}
.hover\:n-text-palette-warning-bg-status\/90:hover {
  color:rgb(var(--theme-palette-warning-bg-status) / 0.9);
}
.hover\:n-text-palette-warning-bg-status\/95:hover {
  color:rgb(var(--theme-palette-warning-bg-status) / 0.95);
}
.hover\:n-text-palette-warning-bg-strong:hover {
  color:rgb(var(--theme-palette-warning-bg-strong));
}
.hover\:n-text-palette-warning-bg-strong\/0:hover {
  color:rgb(var(--theme-palette-warning-bg-strong) / 0);
}
.hover\:n-text-palette-warning-bg-strong\/10:hover {
  color:rgb(var(--theme-palette-warning-bg-strong) / 0.1);
}
.hover\:n-text-palette-warning-bg-strong\/100:hover {
  color:rgb(var(--theme-palette-warning-bg-strong) / 1);
}
.hover\:n-text-palette-warning-bg-strong\/15:hover {
  color:rgb(var(--theme-palette-warning-bg-strong) / 0.15);
}
.hover\:n-text-palette-warning-bg-strong\/20:hover {
  color:rgb(var(--theme-palette-warning-bg-strong) / 0.2);
}
.hover\:n-text-palette-warning-bg-strong\/25:hover {
  color:rgb(var(--theme-palette-warning-bg-strong) / 0.25);
}
.hover\:n-text-palette-warning-bg-strong\/30:hover {
  color:rgb(var(--theme-palette-warning-bg-strong) / 0.3);
}
.hover\:n-text-palette-warning-bg-strong\/35:hover {
  color:rgb(var(--theme-palette-warning-bg-strong) / 0.35);
}
.hover\:n-text-palette-warning-bg-strong\/40:hover {
  color:rgb(var(--theme-palette-warning-bg-strong) / 0.4);
}
.hover\:n-text-palette-warning-bg-strong\/45:hover {
  color:rgb(var(--theme-palette-warning-bg-strong) / 0.45);
}
.hover\:n-text-palette-warning-bg-strong\/5:hover {
  color:rgb(var(--theme-palette-warning-bg-strong) / 0.05);
}
.hover\:n-text-palette-warning-bg-strong\/50:hover {
  color:rgb(var(--theme-palette-warning-bg-strong) / 0.5);
}
.hover\:n-text-palette-warning-bg-strong\/55:hover {
  color:rgb(var(--theme-palette-warning-bg-strong) / 0.55);
}
.hover\:n-text-palette-warning-bg-strong\/60:hover {
  color:rgb(var(--theme-palette-warning-bg-strong) / 0.6);
}
.hover\:n-text-palette-warning-bg-strong\/65:hover {
  color:rgb(var(--theme-palette-warning-bg-strong) / 0.65);
}
.hover\:n-text-palette-warning-bg-strong\/70:hover {
  color:rgb(var(--theme-palette-warning-bg-strong) / 0.7);
}
.hover\:n-text-palette-warning-bg-strong\/75:hover {
  color:rgb(var(--theme-palette-warning-bg-strong) / 0.75);
}
.hover\:n-text-palette-warning-bg-strong\/80:hover {
  color:rgb(var(--theme-palette-warning-bg-strong) / 0.8);
}
.hover\:n-text-palette-warning-bg-strong\/85:hover {
  color:rgb(var(--theme-palette-warning-bg-strong) / 0.85);
}
.hover\:n-text-palette-warning-bg-strong\/90:hover {
  color:rgb(var(--theme-palette-warning-bg-strong) / 0.9);
}
.hover\:n-text-palette-warning-bg-strong\/95:hover {
  color:rgb(var(--theme-palette-warning-bg-strong) / 0.95);
}
.hover\:n-text-palette-warning-bg-weak:hover {
  color:rgb(var(--theme-palette-warning-bg-weak));
}
.hover\:n-text-palette-warning-bg-weak\/0:hover {
  color:rgb(var(--theme-palette-warning-bg-weak) / 0);
}
.hover\:n-text-palette-warning-bg-weak\/10:hover {
  color:rgb(var(--theme-palette-warning-bg-weak) / 0.1);
}
.hover\:n-text-palette-warning-bg-weak\/100:hover {
  color:rgb(var(--theme-palette-warning-bg-weak) / 1);
}
.hover\:n-text-palette-warning-bg-weak\/15:hover {
  color:rgb(var(--theme-palette-warning-bg-weak) / 0.15);
}
.hover\:n-text-palette-warning-bg-weak\/20:hover {
  color:rgb(var(--theme-palette-warning-bg-weak) / 0.2);
}
.hover\:n-text-palette-warning-bg-weak\/25:hover {
  color:rgb(var(--theme-palette-warning-bg-weak) / 0.25);
}
.hover\:n-text-palette-warning-bg-weak\/30:hover {
  color:rgb(var(--theme-palette-warning-bg-weak) / 0.3);
}
.hover\:n-text-palette-warning-bg-weak\/35:hover {
  color:rgb(var(--theme-palette-warning-bg-weak) / 0.35);
}
.hover\:n-text-palette-warning-bg-weak\/40:hover {
  color:rgb(var(--theme-palette-warning-bg-weak) / 0.4);
}
.hover\:n-text-palette-warning-bg-weak\/45:hover {
  color:rgb(var(--theme-palette-warning-bg-weak) / 0.45);
}
.hover\:n-text-palette-warning-bg-weak\/5:hover {
  color:rgb(var(--theme-palette-warning-bg-weak) / 0.05);
}
.hover\:n-text-palette-warning-bg-weak\/50:hover {
  color:rgb(var(--theme-palette-warning-bg-weak) / 0.5);
}
.hover\:n-text-palette-warning-bg-weak\/55:hover {
  color:rgb(var(--theme-palette-warning-bg-weak) / 0.55);
}
.hover\:n-text-palette-warning-bg-weak\/60:hover {
  color:rgb(var(--theme-palette-warning-bg-weak) / 0.6);
}
.hover\:n-text-palette-warning-bg-weak\/65:hover {
  color:rgb(var(--theme-palette-warning-bg-weak) / 0.65);
}
.hover\:n-text-palette-warning-bg-weak\/70:hover {
  color:rgb(var(--theme-palette-warning-bg-weak) / 0.7);
}
.hover\:n-text-palette-warning-bg-weak\/75:hover {
  color:rgb(var(--theme-palette-warning-bg-weak) / 0.75);
}
.hover\:n-text-palette-warning-bg-weak\/80:hover {
  color:rgb(var(--theme-palette-warning-bg-weak) / 0.8);
}
.hover\:n-text-palette-warning-bg-weak\/85:hover {
  color:rgb(var(--theme-palette-warning-bg-weak) / 0.85);
}
.hover\:n-text-palette-warning-bg-weak\/90:hover {
  color:rgb(var(--theme-palette-warning-bg-weak) / 0.9);
}
.hover\:n-text-palette-warning-bg-weak\/95:hover {
  color:rgb(var(--theme-palette-warning-bg-weak) / 0.95);
}
.hover\:n-text-palette-warning-border-strong:hover {
  color:rgb(var(--theme-palette-warning-border-strong));
}
.hover\:n-text-palette-warning-border-strong\/0:hover {
  color:rgb(var(--theme-palette-warning-border-strong) / 0);
}
.hover\:n-text-palette-warning-border-strong\/10:hover {
  color:rgb(var(--theme-palette-warning-border-strong) / 0.1);
}
.hover\:n-text-palette-warning-border-strong\/100:hover {
  color:rgb(var(--theme-palette-warning-border-strong) / 1);
}
.hover\:n-text-palette-warning-border-strong\/15:hover {
  color:rgb(var(--theme-palette-warning-border-strong) / 0.15);
}
.hover\:n-text-palette-warning-border-strong\/20:hover {
  color:rgb(var(--theme-palette-warning-border-strong) / 0.2);
}
.hover\:n-text-palette-warning-border-strong\/25:hover {
  color:rgb(var(--theme-palette-warning-border-strong) / 0.25);
}
.hover\:n-text-palette-warning-border-strong\/30:hover {
  color:rgb(var(--theme-palette-warning-border-strong) / 0.3);
}
.hover\:n-text-palette-warning-border-strong\/35:hover {
  color:rgb(var(--theme-palette-warning-border-strong) / 0.35);
}
.hover\:n-text-palette-warning-border-strong\/40:hover {
  color:rgb(var(--theme-palette-warning-border-strong) / 0.4);
}
.hover\:n-text-palette-warning-border-strong\/45:hover {
  color:rgb(var(--theme-palette-warning-border-strong) / 0.45);
}
.hover\:n-text-palette-warning-border-strong\/5:hover {
  color:rgb(var(--theme-palette-warning-border-strong) / 0.05);
}
.hover\:n-text-palette-warning-border-strong\/50:hover {
  color:rgb(var(--theme-palette-warning-border-strong) / 0.5);
}
.hover\:n-text-palette-warning-border-strong\/55:hover {
  color:rgb(var(--theme-palette-warning-border-strong) / 0.55);
}
.hover\:n-text-palette-warning-border-strong\/60:hover {
  color:rgb(var(--theme-palette-warning-border-strong) / 0.6);
}
.hover\:n-text-palette-warning-border-strong\/65:hover {
  color:rgb(var(--theme-palette-warning-border-strong) / 0.65);
}
.hover\:n-text-palette-warning-border-strong\/70:hover {
  color:rgb(var(--theme-palette-warning-border-strong) / 0.7);
}
.hover\:n-text-palette-warning-border-strong\/75:hover {
  color:rgb(var(--theme-palette-warning-border-strong) / 0.75);
}
.hover\:n-text-palette-warning-border-strong\/80:hover {
  color:rgb(var(--theme-palette-warning-border-strong) / 0.8);
}
.hover\:n-text-palette-warning-border-strong\/85:hover {
  color:rgb(var(--theme-palette-warning-border-strong) / 0.85);
}
.hover\:n-text-palette-warning-border-strong\/90:hover {
  color:rgb(var(--theme-palette-warning-border-strong) / 0.9);
}
.hover\:n-text-palette-warning-border-strong\/95:hover {
  color:rgb(var(--theme-palette-warning-border-strong) / 0.95);
}
.hover\:n-text-palette-warning-border-weak:hover {
  color:rgb(var(--theme-palette-warning-border-weak));
}
.hover\:n-text-palette-warning-border-weak\/0:hover {
  color:rgb(var(--theme-palette-warning-border-weak) / 0);
}
.hover\:n-text-palette-warning-border-weak\/10:hover {
  color:rgb(var(--theme-palette-warning-border-weak) / 0.1);
}
.hover\:n-text-palette-warning-border-weak\/100:hover {
  color:rgb(var(--theme-palette-warning-border-weak) / 1);
}
.hover\:n-text-palette-warning-border-weak\/15:hover {
  color:rgb(var(--theme-palette-warning-border-weak) / 0.15);
}
.hover\:n-text-palette-warning-border-weak\/20:hover {
  color:rgb(var(--theme-palette-warning-border-weak) / 0.2);
}
.hover\:n-text-palette-warning-border-weak\/25:hover {
  color:rgb(var(--theme-palette-warning-border-weak) / 0.25);
}
.hover\:n-text-palette-warning-border-weak\/30:hover {
  color:rgb(var(--theme-palette-warning-border-weak) / 0.3);
}
.hover\:n-text-palette-warning-border-weak\/35:hover {
  color:rgb(var(--theme-palette-warning-border-weak) / 0.35);
}
.hover\:n-text-palette-warning-border-weak\/40:hover {
  color:rgb(var(--theme-palette-warning-border-weak) / 0.4);
}
.hover\:n-text-palette-warning-border-weak\/45:hover {
  color:rgb(var(--theme-palette-warning-border-weak) / 0.45);
}
.hover\:n-text-palette-warning-border-weak\/5:hover {
  color:rgb(var(--theme-palette-warning-border-weak) / 0.05);
}
.hover\:n-text-palette-warning-border-weak\/50:hover {
  color:rgb(var(--theme-palette-warning-border-weak) / 0.5);
}
.hover\:n-text-palette-warning-border-weak\/55:hover {
  color:rgb(var(--theme-palette-warning-border-weak) / 0.55);
}
.hover\:n-text-palette-warning-border-weak\/60:hover {
  color:rgb(var(--theme-palette-warning-border-weak) / 0.6);
}
.hover\:n-text-palette-warning-border-weak\/65:hover {
  color:rgb(var(--theme-palette-warning-border-weak) / 0.65);
}
.hover\:n-text-palette-warning-border-weak\/70:hover {
  color:rgb(var(--theme-palette-warning-border-weak) / 0.7);
}
.hover\:n-text-palette-warning-border-weak\/75:hover {
  color:rgb(var(--theme-palette-warning-border-weak) / 0.75);
}
.hover\:n-text-palette-warning-border-weak\/80:hover {
  color:rgb(var(--theme-palette-warning-border-weak) / 0.8);
}
.hover\:n-text-palette-warning-border-weak\/85:hover {
  color:rgb(var(--theme-palette-warning-border-weak) / 0.85);
}
.hover\:n-text-palette-warning-border-weak\/90:hover {
  color:rgb(var(--theme-palette-warning-border-weak) / 0.9);
}
.hover\:n-text-palette-warning-border-weak\/95:hover {
  color:rgb(var(--theme-palette-warning-border-weak) / 0.95);
}
.hover\:n-text-palette-warning-icon:hover {
  color:rgb(var(--theme-palette-warning-icon));
}
.hover\:n-text-palette-warning-icon\/0:hover {
  color:rgb(var(--theme-palette-warning-icon) / 0);
}
.hover\:n-text-palette-warning-icon\/10:hover {
  color:rgb(var(--theme-palette-warning-icon) / 0.1);
}
.hover\:n-text-palette-warning-icon\/100:hover {
  color:rgb(var(--theme-palette-warning-icon) / 1);
}
.hover\:n-text-palette-warning-icon\/15:hover {
  color:rgb(var(--theme-palette-warning-icon) / 0.15);
}
.hover\:n-text-palette-warning-icon\/20:hover {
  color:rgb(var(--theme-palette-warning-icon) / 0.2);
}
.hover\:n-text-palette-warning-icon\/25:hover {
  color:rgb(var(--theme-palette-warning-icon) / 0.25);
}
.hover\:n-text-palette-warning-icon\/30:hover {
  color:rgb(var(--theme-palette-warning-icon) / 0.3);
}
.hover\:n-text-palette-warning-icon\/35:hover {
  color:rgb(var(--theme-palette-warning-icon) / 0.35);
}
.hover\:n-text-palette-warning-icon\/40:hover {
  color:rgb(var(--theme-palette-warning-icon) / 0.4);
}
.hover\:n-text-palette-warning-icon\/45:hover {
  color:rgb(var(--theme-palette-warning-icon) / 0.45);
}
.hover\:n-text-palette-warning-icon\/5:hover {
  color:rgb(var(--theme-palette-warning-icon) / 0.05);
}
.hover\:n-text-palette-warning-icon\/50:hover {
  color:rgb(var(--theme-palette-warning-icon) / 0.5);
}
.hover\:n-text-palette-warning-icon\/55:hover {
  color:rgb(var(--theme-palette-warning-icon) / 0.55);
}
.hover\:n-text-palette-warning-icon\/60:hover {
  color:rgb(var(--theme-palette-warning-icon) / 0.6);
}
.hover\:n-text-palette-warning-icon\/65:hover {
  color:rgb(var(--theme-palette-warning-icon) / 0.65);
}
.hover\:n-text-palette-warning-icon\/70:hover {
  color:rgb(var(--theme-palette-warning-icon) / 0.7);
}
.hover\:n-text-palette-warning-icon\/75:hover {
  color:rgb(var(--theme-palette-warning-icon) / 0.75);
}
.hover\:n-text-palette-warning-icon\/80:hover {
  color:rgb(var(--theme-palette-warning-icon) / 0.8);
}
.hover\:n-text-palette-warning-icon\/85:hover {
  color:rgb(var(--theme-palette-warning-icon) / 0.85);
}
.hover\:n-text-palette-warning-icon\/90:hover {
  color:rgb(var(--theme-palette-warning-icon) / 0.9);
}
.hover\:n-text-palette-warning-icon\/95:hover {
  color:rgb(var(--theme-palette-warning-icon) / 0.95);
}
.hover\:n-text-palette-warning-text:hover {
  color:rgb(var(--theme-palette-warning-text));
}
.hover\:n-text-palette-warning-text\/0:hover {
  color:rgb(var(--theme-palette-warning-text) / 0);
}
.hover\:n-text-palette-warning-text\/10:hover {
  color:rgb(var(--theme-palette-warning-text) / 0.1);
}
.hover\:n-text-palette-warning-text\/100:hover {
  color:rgb(var(--theme-palette-warning-text) / 1);
}
.hover\:n-text-palette-warning-text\/15:hover {
  color:rgb(var(--theme-palette-warning-text) / 0.15);
}
.hover\:n-text-palette-warning-text\/20:hover {
  color:rgb(var(--theme-palette-warning-text) / 0.2);
}
.hover\:n-text-palette-warning-text\/25:hover {
  color:rgb(var(--theme-palette-warning-text) / 0.25);
}
.hover\:n-text-palette-warning-text\/30:hover {
  color:rgb(var(--theme-palette-warning-text) / 0.3);
}
.hover\:n-text-palette-warning-text\/35:hover {
  color:rgb(var(--theme-palette-warning-text) / 0.35);
}
.hover\:n-text-palette-warning-text\/40:hover {
  color:rgb(var(--theme-palette-warning-text) / 0.4);
}
.hover\:n-text-palette-warning-text\/45:hover {
  color:rgb(var(--theme-palette-warning-text) / 0.45);
}
.hover\:n-text-palette-warning-text\/5:hover {
  color:rgb(var(--theme-palette-warning-text) / 0.05);
}
.hover\:n-text-palette-warning-text\/50:hover {
  color:rgb(var(--theme-palette-warning-text) / 0.5);
}
.hover\:n-text-palette-warning-text\/55:hover {
  color:rgb(var(--theme-palette-warning-text) / 0.55);
}
.hover\:n-text-palette-warning-text\/60:hover {
  color:rgb(var(--theme-palette-warning-text) / 0.6);
}
.hover\:n-text-palette-warning-text\/65:hover {
  color:rgb(var(--theme-palette-warning-text) / 0.65);
}
.hover\:n-text-palette-warning-text\/70:hover {
  color:rgb(var(--theme-palette-warning-text) / 0.7);
}
.hover\:n-text-palette-warning-text\/75:hover {
  color:rgb(var(--theme-palette-warning-text) / 0.75);
}
.hover\:n-text-palette-warning-text\/80:hover {
  color:rgb(var(--theme-palette-warning-text) / 0.8);
}
.hover\:n-text-palette-warning-text\/85:hover {
  color:rgb(var(--theme-palette-warning-text) / 0.85);
}
.hover\:n-text-palette-warning-text\/90:hover {
  color:rgb(var(--theme-palette-warning-text) / 0.9);
}
.hover\:n-text-palette-warning-text\/95:hover {
  color:rgb(var(--theme-palette-warning-text) / 0.95);
}
.active\:n-bg-dark-danger-bg-status:active {
  --tw-bg-opacity:1;
  background-color:rgb(255 170 151 / var(--tw-bg-opacity));
}
.active\:n-bg-dark-danger-bg-status\/0:active {
  background-color:rgb(255 170 151 / 0);
}
.active\:n-bg-dark-danger-bg-status\/10:active {
  background-color:rgb(255 170 151 / 0.1);
}
.active\:n-bg-dark-danger-bg-status\/100:active {
  background-color:rgb(255 170 151 / 1);
}
.active\:n-bg-dark-danger-bg-status\/15:active {
  background-color:rgb(255 170 151 / 0.15);
}
.active\:n-bg-dark-danger-bg-status\/20:active {
  background-color:rgb(255 170 151 / 0.2);
}
.active\:n-bg-dark-danger-bg-status\/25:active {
  background-color:rgb(255 170 151 / 0.25);
}
.active\:n-bg-dark-danger-bg-status\/30:active {
  background-color:rgb(255 170 151 / 0.3);
}
.active\:n-bg-dark-danger-bg-status\/35:active {
  background-color:rgb(255 170 151 / 0.35);
}
.active\:n-bg-dark-danger-bg-status\/40:active {
  background-color:rgb(255 170 151 / 0.4);
}
.active\:n-bg-dark-danger-bg-status\/45:active {
  background-color:rgb(255 170 151 / 0.45);
}
.active\:n-bg-dark-danger-bg-status\/5:active {
  background-color:rgb(255 170 151 / 0.05);
}
.active\:n-bg-dark-danger-bg-status\/50:active {
  background-color:rgb(255 170 151 / 0.5);
}
.active\:n-bg-dark-danger-bg-status\/55:active {
  background-color:rgb(255 170 151 / 0.55);
}
.active\:n-bg-dark-danger-bg-status\/60:active {
  background-color:rgb(255 170 151 / 0.6);
}
.active\:n-bg-dark-danger-bg-status\/65:active {
  background-color:rgb(255 170 151 / 0.65);
}
.active\:n-bg-dark-danger-bg-status\/70:active {
  background-color:rgb(255 170 151 / 0.7);
}
.active\:n-bg-dark-danger-bg-status\/75:active {
  background-color:rgb(255 170 151 / 0.75);
}
.active\:n-bg-dark-danger-bg-status\/80:active {
  background-color:rgb(255 170 151 / 0.8);
}
.active\:n-bg-dark-danger-bg-status\/85:active {
  background-color:rgb(255 170 151 / 0.85);
}
.active\:n-bg-dark-danger-bg-status\/90:active {
  background-color:rgb(255 170 151 / 0.9);
}
.active\:n-bg-dark-danger-bg-status\/95:active {
  background-color:rgb(255 170 151 / 0.95);
}
.active\:n-bg-dark-danger-bg-strong:active {
  --tw-bg-opacity:1;
  background-color:rgb(255 170 151 / var(--tw-bg-opacity));
}
.active\:n-bg-dark-danger-bg-strong\/0:active {
  background-color:rgb(255 170 151 / 0);
}
.active\:n-bg-dark-danger-bg-strong\/10:active {
  background-color:rgb(255 170 151 / 0.1);
}
.active\:n-bg-dark-danger-bg-strong\/100:active {
  background-color:rgb(255 170 151 / 1);
}
.active\:n-bg-dark-danger-bg-strong\/15:active {
  background-color:rgb(255 170 151 / 0.15);
}
.active\:n-bg-dark-danger-bg-strong\/20:active {
  background-color:rgb(255 170 151 / 0.2);
}
.active\:n-bg-dark-danger-bg-strong\/25:active {
  background-color:rgb(255 170 151 / 0.25);
}
.active\:n-bg-dark-danger-bg-strong\/30:active {
  background-color:rgb(255 170 151 / 0.3);
}
.active\:n-bg-dark-danger-bg-strong\/35:active {
  background-color:rgb(255 170 151 / 0.35);
}
.active\:n-bg-dark-danger-bg-strong\/40:active {
  background-color:rgb(255 170 151 / 0.4);
}
.active\:n-bg-dark-danger-bg-strong\/45:active {
  background-color:rgb(255 170 151 / 0.45);
}
.active\:n-bg-dark-danger-bg-strong\/5:active {
  background-color:rgb(255 170 151 / 0.05);
}
.active\:n-bg-dark-danger-bg-strong\/50:active {
  background-color:rgb(255 170 151 / 0.5);
}
.active\:n-bg-dark-danger-bg-strong\/55:active {
  background-color:rgb(255 170 151 / 0.55);
}
.active\:n-bg-dark-danger-bg-strong\/60:active {
  background-color:rgb(255 170 151 / 0.6);
}
.active\:n-bg-dark-danger-bg-strong\/65:active {
  background-color:rgb(255 170 151 / 0.65);
}
.active\:n-bg-dark-danger-bg-strong\/70:active {
  background-color:rgb(255 170 151 / 0.7);
}
.active\:n-bg-dark-danger-bg-strong\/75:active {
  background-color:rgb(255 170 151 / 0.75);
}
.active\:n-bg-dark-danger-bg-strong\/80:active {
  background-color:rgb(255 170 151 / 0.8);
}
.active\:n-bg-dark-danger-bg-strong\/85:active {
  background-color:rgb(255 170 151 / 0.85);
}
.active\:n-bg-dark-danger-bg-strong\/90:active {
  background-color:rgb(255 170 151 / 0.9);
}
.active\:n-bg-dark-danger-bg-strong\/95:active {
  background-color:rgb(255 170 151 / 0.95);
}
.active\:n-bg-dark-danger-bg-weak:active {
  --tw-bg-opacity:1;
  background-color:rgb(67 37 32 / var(--tw-bg-opacity));
}
.active\:n-bg-dark-danger-bg-weak\/0:active {
  background-color:rgb(67 37 32 / 0);
}
.active\:n-bg-dark-danger-bg-weak\/10:active {
  background-color:rgb(67 37 32 / 0.1);
}
.active\:n-bg-dark-danger-bg-weak\/100:active {
  background-color:rgb(67 37 32 / 1);
}
.active\:n-bg-dark-danger-bg-weak\/15:active {
  background-color:rgb(67 37 32 / 0.15);
}
.active\:n-bg-dark-danger-bg-weak\/20:active {
  background-color:rgb(67 37 32 / 0.2);
}
.active\:n-bg-dark-danger-bg-weak\/25:active {
  background-color:rgb(67 37 32 / 0.25);
}
.active\:n-bg-dark-danger-bg-weak\/30:active {
  background-color:rgb(67 37 32 / 0.3);
}
.active\:n-bg-dark-danger-bg-weak\/35:active {
  background-color:rgb(67 37 32 / 0.35);
}
.active\:n-bg-dark-danger-bg-weak\/40:active {
  background-color:rgb(67 37 32 / 0.4);
}
.active\:n-bg-dark-danger-bg-weak\/45:active {
  background-color:rgb(67 37 32 / 0.45);
}
.active\:n-bg-dark-danger-bg-weak\/5:active {
  background-color:rgb(67 37 32 / 0.05);
}
.active\:n-bg-dark-danger-bg-weak\/50:active {
  background-color:rgb(67 37 32 / 0.5);
}
.active\:n-bg-dark-danger-bg-weak\/55:active {
  background-color:rgb(67 37 32 / 0.55);
}
.active\:n-bg-dark-danger-bg-weak\/60:active {
  background-color:rgb(67 37 32 / 0.6);
}
.active\:n-bg-dark-danger-bg-weak\/65:active {
  background-color:rgb(67 37 32 / 0.65);
}
.active\:n-bg-dark-danger-bg-weak\/70:active {
  background-color:rgb(67 37 32 / 0.7);
}
.active\:n-bg-dark-danger-bg-weak\/75:active {
  background-color:rgb(67 37 32 / 0.75);
}
.active\:n-bg-dark-danger-bg-weak\/80:active {
  background-color:rgb(67 37 32 / 0.8);
}
.active\:n-bg-dark-danger-bg-weak\/85:active {
  background-color:rgb(67 37 32 / 0.85);
}
.active\:n-bg-dark-danger-bg-weak\/90:active {
  background-color:rgb(67 37 32 / 0.9);
}
.active\:n-bg-dark-danger-bg-weak\/95:active {
  background-color:rgb(67 37 32 / 0.95);
}
.active\:n-bg-dark-danger-border-strong:active {
  --tw-bg-opacity:1;
  background-color:rgb(255 170 151 / var(--tw-bg-opacity));
}
.active\:n-bg-dark-danger-border-strong\/0:active {
  background-color:rgb(255 170 151 / 0);
}
.active\:n-bg-dark-danger-border-strong\/10:active {
  background-color:rgb(255 170 151 / 0.1);
}
.active\:n-bg-dark-danger-border-strong\/100:active {
  background-color:rgb(255 170 151 / 1);
}
.active\:n-bg-dark-danger-border-strong\/15:active {
  background-color:rgb(255 170 151 / 0.15);
}
.active\:n-bg-dark-danger-border-strong\/20:active {
  background-color:rgb(255 170 151 / 0.2);
}
.active\:n-bg-dark-danger-border-strong\/25:active {
  background-color:rgb(255 170 151 / 0.25);
}
.active\:n-bg-dark-danger-border-strong\/30:active {
  background-color:rgb(255 170 151 / 0.3);
}
.active\:n-bg-dark-danger-border-strong\/35:active {
  background-color:rgb(255 170 151 / 0.35);
}
.active\:n-bg-dark-danger-border-strong\/40:active {
  background-color:rgb(255 170 151 / 0.4);
}
.active\:n-bg-dark-danger-border-strong\/45:active {
  background-color:rgb(255 170 151 / 0.45);
}
.active\:n-bg-dark-danger-border-strong\/5:active {
  background-color:rgb(255 170 151 / 0.05);
}
.active\:n-bg-dark-danger-border-strong\/50:active {
  background-color:rgb(255 170 151 / 0.5);
}
.active\:n-bg-dark-danger-border-strong\/55:active {
  background-color:rgb(255 170 151 / 0.55);
}
.active\:n-bg-dark-danger-border-strong\/60:active {
  background-color:rgb(255 170 151 / 0.6);
}
.active\:n-bg-dark-danger-border-strong\/65:active {
  background-color:rgb(255 170 151 / 0.65);
}
.active\:n-bg-dark-danger-border-strong\/70:active {
  background-color:rgb(255 170 151 / 0.7);
}
.active\:n-bg-dark-danger-border-strong\/75:active {
  background-color:rgb(255 170 151 / 0.75);
}
.active\:n-bg-dark-danger-border-strong\/80:active {
  background-color:rgb(255 170 151 / 0.8);
}
.active\:n-bg-dark-danger-border-strong\/85:active {
  background-color:rgb(255 170 151 / 0.85);
}
.active\:n-bg-dark-danger-border-strong\/90:active {
  background-color:rgb(255 170 151 / 0.9);
}
.active\:n-bg-dark-danger-border-strong\/95:active {
  background-color:rgb(255 170 151 / 0.95);
}
.active\:n-bg-dark-danger-border-weak:active {
  --tw-bg-opacity:1;
  background-color:rgb(115 14 0 / var(--tw-bg-opacity));
}
.active\:n-bg-dark-danger-border-weak\/0:active {
  background-color:rgb(115 14 0 / 0);
}
.active\:n-bg-dark-danger-border-weak\/10:active {
  background-color:rgb(115 14 0 / 0.1);
}
.active\:n-bg-dark-danger-border-weak\/100:active {
  background-color:rgb(115 14 0 / 1);
}
.active\:n-bg-dark-danger-border-weak\/15:active {
  background-color:rgb(115 14 0 / 0.15);
}
.active\:n-bg-dark-danger-border-weak\/20:active {
  background-color:rgb(115 14 0 / 0.2);
}
.active\:n-bg-dark-danger-border-weak\/25:active {
  background-color:rgb(115 14 0 / 0.25);
}
.active\:n-bg-dark-danger-border-weak\/30:active {
  background-color:rgb(115 14 0 / 0.3);
}
.active\:n-bg-dark-danger-border-weak\/35:active {
  background-color:rgb(115 14 0 / 0.35);
}
.active\:n-bg-dark-danger-border-weak\/40:active {
  background-color:rgb(115 14 0 / 0.4);
}
.active\:n-bg-dark-danger-border-weak\/45:active {
  background-color:rgb(115 14 0 / 0.45);
}
.active\:n-bg-dark-danger-border-weak\/5:active {
  background-color:rgb(115 14 0 / 0.05);
}
.active\:n-bg-dark-danger-border-weak\/50:active {
  background-color:rgb(115 14 0 / 0.5);
}
.active\:n-bg-dark-danger-border-weak\/55:active {
  background-color:rgb(115 14 0 / 0.55);
}
.active\:n-bg-dark-danger-border-weak\/60:active {
  background-color:rgb(115 14 0 / 0.6);
}
.active\:n-bg-dark-danger-border-weak\/65:active {
  background-color:rgb(115 14 0 / 0.65);
}
.active\:n-bg-dark-danger-border-weak\/70:active {
  background-color:rgb(115 14 0 / 0.7);
}
.active\:n-bg-dark-danger-border-weak\/75:active {
  background-color:rgb(115 14 0 / 0.75);
}
.active\:n-bg-dark-danger-border-weak\/80:active {
  background-color:rgb(115 14 0 / 0.8);
}
.active\:n-bg-dark-danger-border-weak\/85:active {
  background-color:rgb(115 14 0 / 0.85);
}
.active\:n-bg-dark-danger-border-weak\/90:active {
  background-color:rgb(115 14 0 / 0.9);
}
.active\:n-bg-dark-danger-border-weak\/95:active {
  background-color:rgb(115 14 0 / 0.95);
}
.active\:n-bg-dark-danger-hover-strong:active {
  --tw-bg-opacity:1;
  background-color:rgb(249 103 70 / var(--tw-bg-opacity));
}
.active\:n-bg-dark-danger-hover-strong\/0:active {
  background-color:rgb(249 103 70 / 0);
}
.active\:n-bg-dark-danger-hover-strong\/10:active {
  background-color:rgb(249 103 70 / 0.1);
}
.active\:n-bg-dark-danger-hover-strong\/100:active {
  background-color:rgb(249 103 70 / 1);
}
.active\:n-bg-dark-danger-hover-strong\/15:active {
  background-color:rgb(249 103 70 / 0.15);
}
.active\:n-bg-dark-danger-hover-strong\/20:active {
  background-color:rgb(249 103 70 / 0.2);
}
.active\:n-bg-dark-danger-hover-strong\/25:active {
  background-color:rgb(249 103 70 / 0.25);
}
.active\:n-bg-dark-danger-hover-strong\/30:active {
  background-color:rgb(249 103 70 / 0.3);
}
.active\:n-bg-dark-danger-hover-strong\/35:active {
  background-color:rgb(249 103 70 / 0.35);
}
.active\:n-bg-dark-danger-hover-strong\/40:active {
  background-color:rgb(249 103 70 / 0.4);
}
.active\:n-bg-dark-danger-hover-strong\/45:active {
  background-color:rgb(249 103 70 / 0.45);
}
.active\:n-bg-dark-danger-hover-strong\/5:active {
  background-color:rgb(249 103 70 / 0.05);
}
.active\:n-bg-dark-danger-hover-strong\/50:active {
  background-color:rgb(249 103 70 / 0.5);
}
.active\:n-bg-dark-danger-hover-strong\/55:active {
  background-color:rgb(249 103 70 / 0.55);
}
.active\:n-bg-dark-danger-hover-strong\/60:active {
  background-color:rgb(249 103 70 / 0.6);
}
.active\:n-bg-dark-danger-hover-strong\/65:active {
  background-color:rgb(249 103 70 / 0.65);
}
.active\:n-bg-dark-danger-hover-strong\/70:active {
  background-color:rgb(249 103 70 / 0.7);
}
.active\:n-bg-dark-danger-hover-strong\/75:active {
  background-color:rgb(249 103 70 / 0.75);
}
.active\:n-bg-dark-danger-hover-strong\/80:active {
  background-color:rgb(249 103 70 / 0.8);
}
.active\:n-bg-dark-danger-hover-strong\/85:active {
  background-color:rgb(249 103 70 / 0.85);
}
.active\:n-bg-dark-danger-hover-strong\/90:active {
  background-color:rgb(249 103 70 / 0.9);
}
.active\:n-bg-dark-danger-hover-strong\/95:active {
  background-color:rgb(249 103 70 / 0.95);
}
.active\:n-bg-dark-danger-hover-weak:active {
  --tw-bg-opacity:1;
  background-color:rgb(255 170 151 / var(--tw-bg-opacity));
}
.active\:n-bg-dark-danger-hover-weak\/0:active {
  background-color:rgb(255 170 151 / 0);
}
.active\:n-bg-dark-danger-hover-weak\/10:active {
  background-color:rgb(255 170 151 / 0.1);
}
.active\:n-bg-dark-danger-hover-weak\/100:active {
  background-color:rgb(255 170 151 / 1);
}
.active\:n-bg-dark-danger-hover-weak\/15:active {
  background-color:rgb(255 170 151 / 0.15);
}
.active\:n-bg-dark-danger-hover-weak\/20:active {
  background-color:rgb(255 170 151 / 0.2);
}
.active\:n-bg-dark-danger-hover-weak\/25:active {
  background-color:rgb(255 170 151 / 0.25);
}
.active\:n-bg-dark-danger-hover-weak\/30:active {
  background-color:rgb(255 170 151 / 0.3);
}
.active\:n-bg-dark-danger-hover-weak\/35:active {
  background-color:rgb(255 170 151 / 0.35);
}
.active\:n-bg-dark-danger-hover-weak\/40:active {
  background-color:rgb(255 170 151 / 0.4);
}
.active\:n-bg-dark-danger-hover-weak\/45:active {
  background-color:rgb(255 170 151 / 0.45);
}
.active\:n-bg-dark-danger-hover-weak\/5:active {
  background-color:rgb(255 170 151 / 0.05);
}
.active\:n-bg-dark-danger-hover-weak\/50:active {
  background-color:rgb(255 170 151 / 0.5);
}
.active\:n-bg-dark-danger-hover-weak\/55:active {
  background-color:rgb(255 170 151 / 0.55);
}
.active\:n-bg-dark-danger-hover-weak\/60:active {
  background-color:rgb(255 170 151 / 0.6);
}
.active\:n-bg-dark-danger-hover-weak\/65:active {
  background-color:rgb(255 170 151 / 0.65);
}
.active\:n-bg-dark-danger-hover-weak\/70:active {
  background-color:rgb(255 170 151 / 0.7);
}
.active\:n-bg-dark-danger-hover-weak\/75:active {
  background-color:rgb(255 170 151 / 0.75);
}
.active\:n-bg-dark-danger-hover-weak\/80:active {
  background-color:rgb(255 170 151 / 0.8);
}
.active\:n-bg-dark-danger-hover-weak\/85:active {
  background-color:rgb(255 170 151 / 0.85);
}
.active\:n-bg-dark-danger-hover-weak\/90:active {
  background-color:rgb(255 170 151 / 0.9);
}
.active\:n-bg-dark-danger-hover-weak\/95:active {
  background-color:rgb(255 170 151 / 0.95);
}
.active\:n-bg-dark-danger-icon:active {
  --tw-bg-opacity:1;
  background-color:rgb(255 170 151 / var(--tw-bg-opacity));
}
.active\:n-bg-dark-danger-icon\/0:active {
  background-color:rgb(255 170 151 / 0);
}
.active\:n-bg-dark-danger-icon\/10:active {
  background-color:rgb(255 170 151 / 0.1);
}
.active\:n-bg-dark-danger-icon\/100:active {
  background-color:rgb(255 170 151 / 1);
}
.active\:n-bg-dark-danger-icon\/15:active {
  background-color:rgb(255 170 151 / 0.15);
}
.active\:n-bg-dark-danger-icon\/20:active {
  background-color:rgb(255 170 151 / 0.2);
}
.active\:n-bg-dark-danger-icon\/25:active {
  background-color:rgb(255 170 151 / 0.25);
}
.active\:n-bg-dark-danger-icon\/30:active {
  background-color:rgb(255 170 151 / 0.3);
}
.active\:n-bg-dark-danger-icon\/35:active {
  background-color:rgb(255 170 151 / 0.35);
}
.active\:n-bg-dark-danger-icon\/40:active {
  background-color:rgb(255 170 151 / 0.4);
}
.active\:n-bg-dark-danger-icon\/45:active {
  background-color:rgb(255 170 151 / 0.45);
}
.active\:n-bg-dark-danger-icon\/5:active {
  background-color:rgb(255 170 151 / 0.05);
}
.active\:n-bg-dark-danger-icon\/50:active {
  background-color:rgb(255 170 151 / 0.5);
}
.active\:n-bg-dark-danger-icon\/55:active {
  background-color:rgb(255 170 151 / 0.55);
}
.active\:n-bg-dark-danger-icon\/60:active {
  background-color:rgb(255 170 151 / 0.6);
}
.active\:n-bg-dark-danger-icon\/65:active {
  background-color:rgb(255 170 151 / 0.65);
}
.active\:n-bg-dark-danger-icon\/70:active {
  background-color:rgb(255 170 151 / 0.7);
}
.active\:n-bg-dark-danger-icon\/75:active {
  background-color:rgb(255 170 151 / 0.75);
}
.active\:n-bg-dark-danger-icon\/80:active {
  background-color:rgb(255 170 151 / 0.8);
}
.active\:n-bg-dark-danger-icon\/85:active {
  background-color:rgb(255 170 151 / 0.85);
}
.active\:n-bg-dark-danger-icon\/90:active {
  background-color:rgb(255 170 151 / 0.9);
}
.active\:n-bg-dark-danger-icon\/95:active {
  background-color:rgb(255 170 151 / 0.95);
}
.active\:n-bg-dark-danger-pressed-strong:active {
  --tw-bg-opacity:1;
  background-color:rgb(232 78 44 / var(--tw-bg-opacity));
}
.active\:n-bg-dark-danger-pressed-strong\/0:active {
  background-color:rgb(232 78 44 / 0);
}
.active\:n-bg-dark-danger-pressed-strong\/10:active {
  background-color:rgb(232 78 44 / 0.1);
}
.active\:n-bg-dark-danger-pressed-strong\/100:active {
  background-color:rgb(232 78 44 / 1);
}
.active\:n-bg-dark-danger-pressed-strong\/15:active {
  background-color:rgb(232 78 44 / 0.15);
}
.active\:n-bg-dark-danger-pressed-strong\/20:active {
  background-color:rgb(232 78 44 / 0.2);
}
.active\:n-bg-dark-danger-pressed-strong\/25:active {
  background-color:rgb(232 78 44 / 0.25);
}
.active\:n-bg-dark-danger-pressed-strong\/30:active {
  background-color:rgb(232 78 44 / 0.3);
}
.active\:n-bg-dark-danger-pressed-strong\/35:active {
  background-color:rgb(232 78 44 / 0.35);
}
.active\:n-bg-dark-danger-pressed-strong\/40:active {
  background-color:rgb(232 78 44 / 0.4);
}
.active\:n-bg-dark-danger-pressed-strong\/45:active {
  background-color:rgb(232 78 44 / 0.45);
}
.active\:n-bg-dark-danger-pressed-strong\/5:active {
  background-color:rgb(232 78 44 / 0.05);
}
.active\:n-bg-dark-danger-pressed-strong\/50:active {
  background-color:rgb(232 78 44 / 0.5);
}
.active\:n-bg-dark-danger-pressed-strong\/55:active {
  background-color:rgb(232 78 44 / 0.55);
}
.active\:n-bg-dark-danger-pressed-strong\/60:active {
  background-color:rgb(232 78 44 / 0.6);
}
.active\:n-bg-dark-danger-pressed-strong\/65:active {
  background-color:rgb(232 78 44 / 0.65);
}
.active\:n-bg-dark-danger-pressed-strong\/70:active {
  background-color:rgb(232 78 44 / 0.7);
}
.active\:n-bg-dark-danger-pressed-strong\/75:active {
  background-color:rgb(232 78 44 / 0.75);
}
.active\:n-bg-dark-danger-pressed-strong\/80:active {
  background-color:rgb(232 78 44 / 0.8);
}
.active\:n-bg-dark-danger-pressed-strong\/85:active {
  background-color:rgb(232 78 44 / 0.85);
}
.active\:n-bg-dark-danger-pressed-strong\/90:active {
  background-color:rgb(232 78 44 / 0.9);
}
.active\:n-bg-dark-danger-pressed-strong\/95:active {
  background-color:rgb(232 78 44 / 0.95);
}
.active\:n-bg-dark-danger-pressed-weak:active {
  --tw-bg-opacity:1;
  background-color:rgb(255 170 151 / var(--tw-bg-opacity));
}
.active\:n-bg-dark-danger-pressed-weak\/0:active {
  background-color:rgb(255 170 151 / 0);
}
.active\:n-bg-dark-danger-pressed-weak\/10:active {
  background-color:rgb(255 170 151 / 0.1);
}
.active\:n-bg-dark-danger-pressed-weak\/100:active {
  background-color:rgb(255 170 151 / 1);
}
.active\:n-bg-dark-danger-pressed-weak\/15:active {
  background-color:rgb(255 170 151 / 0.15);
}
.active\:n-bg-dark-danger-pressed-weak\/20:active {
  background-color:rgb(255 170 151 / 0.2);
}
.active\:n-bg-dark-danger-pressed-weak\/25:active {
  background-color:rgb(255 170 151 / 0.25);
}
.active\:n-bg-dark-danger-pressed-weak\/30:active {
  background-color:rgb(255 170 151 / 0.3);
}
.active\:n-bg-dark-danger-pressed-weak\/35:active {
  background-color:rgb(255 170 151 / 0.35);
}
.active\:n-bg-dark-danger-pressed-weak\/40:active {
  background-color:rgb(255 170 151 / 0.4);
}
.active\:n-bg-dark-danger-pressed-weak\/45:active {
  background-color:rgb(255 170 151 / 0.45);
}
.active\:n-bg-dark-danger-pressed-weak\/5:active {
  background-color:rgb(255 170 151 / 0.05);
}
.active\:n-bg-dark-danger-pressed-weak\/50:active {
  background-color:rgb(255 170 151 / 0.5);
}
.active\:n-bg-dark-danger-pressed-weak\/55:active {
  background-color:rgb(255 170 151 / 0.55);
}
.active\:n-bg-dark-danger-pressed-weak\/60:active {
  background-color:rgb(255 170 151 / 0.6);
}
.active\:n-bg-dark-danger-pressed-weak\/65:active {
  background-color:rgb(255 170 151 / 0.65);
}
.active\:n-bg-dark-danger-pressed-weak\/70:active {
  background-color:rgb(255 170 151 / 0.7);
}
.active\:n-bg-dark-danger-pressed-weak\/75:active {
  background-color:rgb(255 170 151 / 0.75);
}
.active\:n-bg-dark-danger-pressed-weak\/80:active {
  background-color:rgb(255 170 151 / 0.8);
}
.active\:n-bg-dark-danger-pressed-weak\/85:active {
  background-color:rgb(255 170 151 / 0.85);
}
.active\:n-bg-dark-danger-pressed-weak\/90:active {
  background-color:rgb(255 170 151 / 0.9);
}
.active\:n-bg-dark-danger-pressed-weak\/95:active {
  background-color:rgb(255 170 151 / 0.95);
}
.active\:n-bg-dark-danger-text:active {
  --tw-bg-opacity:1;
  background-color:rgb(255 170 151 / var(--tw-bg-opacity));
}
.active\:n-bg-dark-danger-text\/0:active {
  background-color:rgb(255 170 151 / 0);
}
.active\:n-bg-dark-danger-text\/10:active {
  background-color:rgb(255 170 151 / 0.1);
}
.active\:n-bg-dark-danger-text\/100:active {
  background-color:rgb(255 170 151 / 1);
}
.active\:n-bg-dark-danger-text\/15:active {
  background-color:rgb(255 170 151 / 0.15);
}
.active\:n-bg-dark-danger-text\/20:active {
  background-color:rgb(255 170 151 / 0.2);
}
.active\:n-bg-dark-danger-text\/25:active {
  background-color:rgb(255 170 151 / 0.25);
}
.active\:n-bg-dark-danger-text\/30:active {
  background-color:rgb(255 170 151 / 0.3);
}
.active\:n-bg-dark-danger-text\/35:active {
  background-color:rgb(255 170 151 / 0.35);
}
.active\:n-bg-dark-danger-text\/40:active {
  background-color:rgb(255 170 151 / 0.4);
}
.active\:n-bg-dark-danger-text\/45:active {
  background-color:rgb(255 170 151 / 0.45);
}
.active\:n-bg-dark-danger-text\/5:active {
  background-color:rgb(255 170 151 / 0.05);
}
.active\:n-bg-dark-danger-text\/50:active {
  background-color:rgb(255 170 151 / 0.5);
}
.active\:n-bg-dark-danger-text\/55:active {
  background-color:rgb(255 170 151 / 0.55);
}
.active\:n-bg-dark-danger-text\/60:active {
  background-color:rgb(255 170 151 / 0.6);
}
.active\:n-bg-dark-danger-text\/65:active {
  background-color:rgb(255 170 151 / 0.65);
}
.active\:n-bg-dark-danger-text\/70:active {
  background-color:rgb(255 170 151 / 0.7);
}
.active\:n-bg-dark-danger-text\/75:active {
  background-color:rgb(255 170 151 / 0.75);
}
.active\:n-bg-dark-danger-text\/80:active {
  background-color:rgb(255 170 151 / 0.8);
}
.active\:n-bg-dark-danger-text\/85:active {
  background-color:rgb(255 170 151 / 0.85);
}
.active\:n-bg-dark-danger-text\/90:active {
  background-color:rgb(255 170 151 / 0.9);
}
.active\:n-bg-dark-danger-text\/95:active {
  background-color:rgb(255 170 151 / 0.95);
}
.active\:n-bg-dark-discovery-bg-status:active {
  --tw-bg-opacity:1;
  background-color:rgb(204 180 255 / var(--tw-bg-opacity));
}
.active\:n-bg-dark-discovery-bg-status\/0:active {
  background-color:rgb(204 180 255 / 0);
}
.active\:n-bg-dark-discovery-bg-status\/10:active {
  background-color:rgb(204 180 255 / 0.1);
}
.active\:n-bg-dark-discovery-bg-status\/100:active {
  background-color:rgb(204 180 255 / 1);
}
.active\:n-bg-dark-discovery-bg-status\/15:active {
  background-color:rgb(204 180 255 / 0.15);
}
.active\:n-bg-dark-discovery-bg-status\/20:active {
  background-color:rgb(204 180 255 / 0.2);
}
.active\:n-bg-dark-discovery-bg-status\/25:active {
  background-color:rgb(204 180 255 / 0.25);
}
.active\:n-bg-dark-discovery-bg-status\/30:active {
  background-color:rgb(204 180 255 / 0.3);
}
.active\:n-bg-dark-discovery-bg-status\/35:active {
  background-color:rgb(204 180 255 / 0.35);
}
.active\:n-bg-dark-discovery-bg-status\/40:active {
  background-color:rgb(204 180 255 / 0.4);
}
.active\:n-bg-dark-discovery-bg-status\/45:active {
  background-color:rgb(204 180 255 / 0.45);
}
.active\:n-bg-dark-discovery-bg-status\/5:active {
  background-color:rgb(204 180 255 / 0.05);
}
.active\:n-bg-dark-discovery-bg-status\/50:active {
  background-color:rgb(204 180 255 / 0.5);
}
.active\:n-bg-dark-discovery-bg-status\/55:active {
  background-color:rgb(204 180 255 / 0.55);
}
.active\:n-bg-dark-discovery-bg-status\/60:active {
  background-color:rgb(204 180 255 / 0.6);
}
.active\:n-bg-dark-discovery-bg-status\/65:active {
  background-color:rgb(204 180 255 / 0.65);
}
.active\:n-bg-dark-discovery-bg-status\/70:active {
  background-color:rgb(204 180 255 / 0.7);
}
.active\:n-bg-dark-discovery-bg-status\/75:active {
  background-color:rgb(204 180 255 / 0.75);
}
.active\:n-bg-dark-discovery-bg-status\/80:active {
  background-color:rgb(204 180 255 / 0.8);
}
.active\:n-bg-dark-discovery-bg-status\/85:active {
  background-color:rgb(204 180 255 / 0.85);
}
.active\:n-bg-dark-discovery-bg-status\/90:active {
  background-color:rgb(204 180 255 / 0.9);
}
.active\:n-bg-dark-discovery-bg-status\/95:active {
  background-color:rgb(204 180 255 / 0.95);
}
.active\:n-bg-dark-discovery-bg-strong:active {
  --tw-bg-opacity:1;
  background-color:rgb(204 180 255 / var(--tw-bg-opacity));
}
.active\:n-bg-dark-discovery-bg-strong\/0:active {
  background-color:rgb(204 180 255 / 0);
}
.active\:n-bg-dark-discovery-bg-strong\/10:active {
  background-color:rgb(204 180 255 / 0.1);
}
.active\:n-bg-dark-discovery-bg-strong\/100:active {
  background-color:rgb(204 180 255 / 1);
}
.active\:n-bg-dark-discovery-bg-strong\/15:active {
  background-color:rgb(204 180 255 / 0.15);
}
.active\:n-bg-dark-discovery-bg-strong\/20:active {
  background-color:rgb(204 180 255 / 0.2);
}
.active\:n-bg-dark-discovery-bg-strong\/25:active {
  background-color:rgb(204 180 255 / 0.25);
}
.active\:n-bg-dark-discovery-bg-strong\/30:active {
  background-color:rgb(204 180 255 / 0.3);
}
.active\:n-bg-dark-discovery-bg-strong\/35:active {
  background-color:rgb(204 180 255 / 0.35);
}
.active\:n-bg-dark-discovery-bg-strong\/40:active {
  background-color:rgb(204 180 255 / 0.4);
}
.active\:n-bg-dark-discovery-bg-strong\/45:active {
  background-color:rgb(204 180 255 / 0.45);
}
.active\:n-bg-dark-discovery-bg-strong\/5:active {
  background-color:rgb(204 180 255 / 0.05);
}
.active\:n-bg-dark-discovery-bg-strong\/50:active {
  background-color:rgb(204 180 255 / 0.5);
}
.active\:n-bg-dark-discovery-bg-strong\/55:active {
  background-color:rgb(204 180 255 / 0.55);
}
.active\:n-bg-dark-discovery-bg-strong\/60:active {
  background-color:rgb(204 180 255 / 0.6);
}
.active\:n-bg-dark-discovery-bg-strong\/65:active {
  background-color:rgb(204 180 255 / 0.65);
}
.active\:n-bg-dark-discovery-bg-strong\/70:active {
  background-color:rgb(204 180 255 / 0.7);
}
.active\:n-bg-dark-discovery-bg-strong\/75:active {
  background-color:rgb(204 180 255 / 0.75);
}
.active\:n-bg-dark-discovery-bg-strong\/80:active {
  background-color:rgb(204 180 255 / 0.8);
}
.active\:n-bg-dark-discovery-bg-strong\/85:active {
  background-color:rgb(204 180 255 / 0.85);
}
.active\:n-bg-dark-discovery-bg-strong\/90:active {
  background-color:rgb(204 180 255 / 0.9);
}
.active\:n-bg-dark-discovery-bg-strong\/95:active {
  background-color:rgb(204 180 255 / 0.95);
}
.active\:n-bg-dark-discovery-bg-weak:active {
  --tw-bg-opacity:1;
  background-color:rgb(44 42 52 / var(--tw-bg-opacity));
}
.active\:n-bg-dark-discovery-bg-weak\/0:active {
  background-color:rgb(44 42 52 / 0);
}
.active\:n-bg-dark-discovery-bg-weak\/10:active {
  background-color:rgb(44 42 52 / 0.1);
}
.active\:n-bg-dark-discovery-bg-weak\/100:active {
  background-color:rgb(44 42 52 / 1);
}
.active\:n-bg-dark-discovery-bg-weak\/15:active {
  background-color:rgb(44 42 52 / 0.15);
}
.active\:n-bg-dark-discovery-bg-weak\/20:active {
  background-color:rgb(44 42 52 / 0.2);
}
.active\:n-bg-dark-discovery-bg-weak\/25:active {
  background-color:rgb(44 42 52 / 0.25);
}
.active\:n-bg-dark-discovery-bg-weak\/30:active {
  background-color:rgb(44 42 52 / 0.3);
}
.active\:n-bg-dark-discovery-bg-weak\/35:active {
  background-color:rgb(44 42 52 / 0.35);
}
.active\:n-bg-dark-discovery-bg-weak\/40:active {
  background-color:rgb(44 42 52 / 0.4);
}
.active\:n-bg-dark-discovery-bg-weak\/45:active {
  background-color:rgb(44 42 52 / 0.45);
}
.active\:n-bg-dark-discovery-bg-weak\/5:active {
  background-color:rgb(44 42 52 / 0.05);
}
.active\:n-bg-dark-discovery-bg-weak\/50:active {
  background-color:rgb(44 42 52 / 0.5);
}
.active\:n-bg-dark-discovery-bg-weak\/55:active {
  background-color:rgb(44 42 52 / 0.55);
}
.active\:n-bg-dark-discovery-bg-weak\/60:active {
  background-color:rgb(44 42 52 / 0.6);
}
.active\:n-bg-dark-discovery-bg-weak\/65:active {
  background-color:rgb(44 42 52 / 0.65);
}
.active\:n-bg-dark-discovery-bg-weak\/70:active {
  background-color:rgb(44 42 52 / 0.7);
}
.active\:n-bg-dark-discovery-bg-weak\/75:active {
  background-color:rgb(44 42 52 / 0.75);
}
.active\:n-bg-dark-discovery-bg-weak\/80:active {
  background-color:rgb(44 42 52 / 0.8);
}
.active\:n-bg-dark-discovery-bg-weak\/85:active {
  background-color:rgb(44 42 52 / 0.85);
}
.active\:n-bg-dark-discovery-bg-weak\/90:active {
  background-color:rgb(44 42 52 / 0.9);
}
.active\:n-bg-dark-discovery-bg-weak\/95:active {
  background-color:rgb(44 42 52 / 0.95);
}
.active\:n-bg-dark-discovery-border-strong:active {
  --tw-bg-opacity:1;
  background-color:rgb(204 180 255 / var(--tw-bg-opacity));
}
.active\:n-bg-dark-discovery-border-strong\/0:active {
  background-color:rgb(204 180 255 / 0);
}
.active\:n-bg-dark-discovery-border-strong\/10:active {
  background-color:rgb(204 180 255 / 0.1);
}
.active\:n-bg-dark-discovery-border-strong\/100:active {
  background-color:rgb(204 180 255 / 1);
}
.active\:n-bg-dark-discovery-border-strong\/15:active {
  background-color:rgb(204 180 255 / 0.15);
}
.active\:n-bg-dark-discovery-border-strong\/20:active {
  background-color:rgb(204 180 255 / 0.2);
}
.active\:n-bg-dark-discovery-border-strong\/25:active {
  background-color:rgb(204 180 255 / 0.25);
}
.active\:n-bg-dark-discovery-border-strong\/30:active {
  background-color:rgb(204 180 255 / 0.3);
}
.active\:n-bg-dark-discovery-border-strong\/35:active {
  background-color:rgb(204 180 255 / 0.35);
}
.active\:n-bg-dark-discovery-border-strong\/40:active {
  background-color:rgb(204 180 255 / 0.4);
}
.active\:n-bg-dark-discovery-border-strong\/45:active {
  background-color:rgb(204 180 255 / 0.45);
}
.active\:n-bg-dark-discovery-border-strong\/5:active {
  background-color:rgb(204 180 255 / 0.05);
}
.active\:n-bg-dark-discovery-border-strong\/50:active {
  background-color:rgb(204 180 255 / 0.5);
}
.active\:n-bg-dark-discovery-border-strong\/55:active {
  background-color:rgb(204 180 255 / 0.55);
}
.active\:n-bg-dark-discovery-border-strong\/60:active {
  background-color:rgb(204 180 255 / 0.6);
}
.active\:n-bg-dark-discovery-border-strong\/65:active {
  background-color:rgb(204 180 255 / 0.65);
}
.active\:n-bg-dark-discovery-border-strong\/70:active {
  background-color:rgb(204 180 255 / 0.7);
}
.active\:n-bg-dark-discovery-border-strong\/75:active {
  background-color:rgb(204 180 255 / 0.75);
}
.active\:n-bg-dark-discovery-border-strong\/80:active {
  background-color:rgb(204 180 255 / 0.8);
}
.active\:n-bg-dark-discovery-border-strong\/85:active {
  background-color:rgb(204 180 255 / 0.85);
}
.active\:n-bg-dark-discovery-border-strong\/90:active {
  background-color:rgb(204 180 255 / 0.9);
}
.active\:n-bg-dark-discovery-border-strong\/95:active {
  background-color:rgb(204 180 255 / 0.95);
}
.active\:n-bg-dark-discovery-border-weak:active {
  --tw-bg-opacity:1;
  background-color:rgb(75 40 148 / var(--tw-bg-opacity));
}
.active\:n-bg-dark-discovery-border-weak\/0:active {
  background-color:rgb(75 40 148 / 0);
}
.active\:n-bg-dark-discovery-border-weak\/10:active {
  background-color:rgb(75 40 148 / 0.1);
}
.active\:n-bg-dark-discovery-border-weak\/100:active {
  background-color:rgb(75 40 148 / 1);
}
.active\:n-bg-dark-discovery-border-weak\/15:active {
  background-color:rgb(75 40 148 / 0.15);
}
.active\:n-bg-dark-discovery-border-weak\/20:active {
  background-color:rgb(75 40 148 / 0.2);
}
.active\:n-bg-dark-discovery-border-weak\/25:active {
  background-color:rgb(75 40 148 / 0.25);
}
.active\:n-bg-dark-discovery-border-weak\/30:active {
  background-color:rgb(75 40 148 / 0.3);
}
.active\:n-bg-dark-discovery-border-weak\/35:active {
  background-color:rgb(75 40 148 / 0.35);
}
.active\:n-bg-dark-discovery-border-weak\/40:active {
  background-color:rgb(75 40 148 / 0.4);
}
.active\:n-bg-dark-discovery-border-weak\/45:active {
  background-color:rgb(75 40 148 / 0.45);
}
.active\:n-bg-dark-discovery-border-weak\/5:active {
  background-color:rgb(75 40 148 / 0.05);
}
.active\:n-bg-dark-discovery-border-weak\/50:active {
  background-color:rgb(75 40 148 / 0.5);
}
.active\:n-bg-dark-discovery-border-weak\/55:active {
  background-color:rgb(75 40 148 / 0.55);
}
.active\:n-bg-dark-discovery-border-weak\/60:active {
  background-color:rgb(75 40 148 / 0.6);
}
.active\:n-bg-dark-discovery-border-weak\/65:active {
  background-color:rgb(75 40 148 / 0.65);
}
.active\:n-bg-dark-discovery-border-weak\/70:active {
  background-color:rgb(75 40 148 / 0.7);
}
.active\:n-bg-dark-discovery-border-weak\/75:active {
  background-color:rgb(75 40 148 / 0.75);
}
.active\:n-bg-dark-discovery-border-weak\/80:active {
  background-color:rgb(75 40 148 / 0.8);
}
.active\:n-bg-dark-discovery-border-weak\/85:active {
  background-color:rgb(75 40 148 / 0.85);
}
.active\:n-bg-dark-discovery-border-weak\/90:active {
  background-color:rgb(75 40 148 / 0.9);
}
.active\:n-bg-dark-discovery-border-weak\/95:active {
  background-color:rgb(75 40 148 / 0.95);
}
.active\:n-bg-dark-discovery-icon:active {
  --tw-bg-opacity:1;
  background-color:rgb(204 180 255 / var(--tw-bg-opacity));
}
.active\:n-bg-dark-discovery-icon\/0:active {
  background-color:rgb(204 180 255 / 0);
}
.active\:n-bg-dark-discovery-icon\/10:active {
  background-color:rgb(204 180 255 / 0.1);
}
.active\:n-bg-dark-discovery-icon\/100:active {
  background-color:rgb(204 180 255 / 1);
}
.active\:n-bg-dark-discovery-icon\/15:active {
  background-color:rgb(204 180 255 / 0.15);
}
.active\:n-bg-dark-discovery-icon\/20:active {
  background-color:rgb(204 180 255 / 0.2);
}
.active\:n-bg-dark-discovery-icon\/25:active {
  background-color:rgb(204 180 255 / 0.25);
}
.active\:n-bg-dark-discovery-icon\/30:active {
  background-color:rgb(204 180 255 / 0.3);
}
.active\:n-bg-dark-discovery-icon\/35:active {
  background-color:rgb(204 180 255 / 0.35);
}
.active\:n-bg-dark-discovery-icon\/40:active {
  background-color:rgb(204 180 255 / 0.4);
}
.active\:n-bg-dark-discovery-icon\/45:active {
  background-color:rgb(204 180 255 / 0.45);
}
.active\:n-bg-dark-discovery-icon\/5:active {
  background-color:rgb(204 180 255 / 0.05);
}
.active\:n-bg-dark-discovery-icon\/50:active {
  background-color:rgb(204 180 255 / 0.5);
}
.active\:n-bg-dark-discovery-icon\/55:active {
  background-color:rgb(204 180 255 / 0.55);
}
.active\:n-bg-dark-discovery-icon\/60:active {
  background-color:rgb(204 180 255 / 0.6);
}
.active\:n-bg-dark-discovery-icon\/65:active {
  background-color:rgb(204 180 255 / 0.65);
}
.active\:n-bg-dark-discovery-icon\/70:active {
  background-color:rgb(204 180 255 / 0.7);
}
.active\:n-bg-dark-discovery-icon\/75:active {
  background-color:rgb(204 180 255 / 0.75);
}
.active\:n-bg-dark-discovery-icon\/80:active {
  background-color:rgb(204 180 255 / 0.8);
}
.active\:n-bg-dark-discovery-icon\/85:active {
  background-color:rgb(204 180 255 / 0.85);
}
.active\:n-bg-dark-discovery-icon\/90:active {
  background-color:rgb(204 180 255 / 0.9);
}
.active\:n-bg-dark-discovery-icon\/95:active {
  background-color:rgb(204 180 255 / 0.95);
}
.active\:n-bg-dark-discovery-text:active {
  --tw-bg-opacity:1;
  background-color:rgb(204 180 255 / var(--tw-bg-opacity));
}
.active\:n-bg-dark-discovery-text\/0:active {
  background-color:rgb(204 180 255 / 0);
}
.active\:n-bg-dark-discovery-text\/10:active {
  background-color:rgb(204 180 255 / 0.1);
}
.active\:n-bg-dark-discovery-text\/100:active {
  background-color:rgb(204 180 255 / 1);
}
.active\:n-bg-dark-discovery-text\/15:active {
  background-color:rgb(204 180 255 / 0.15);
}
.active\:n-bg-dark-discovery-text\/20:active {
  background-color:rgb(204 180 255 / 0.2);
}
.active\:n-bg-dark-discovery-text\/25:active {
  background-color:rgb(204 180 255 / 0.25);
}
.active\:n-bg-dark-discovery-text\/30:active {
  background-color:rgb(204 180 255 / 0.3);
}
.active\:n-bg-dark-discovery-text\/35:active {
  background-color:rgb(204 180 255 / 0.35);
}
.active\:n-bg-dark-discovery-text\/40:active {
  background-color:rgb(204 180 255 / 0.4);
}
.active\:n-bg-dark-discovery-text\/45:active {
  background-color:rgb(204 180 255 / 0.45);
}
.active\:n-bg-dark-discovery-text\/5:active {
  background-color:rgb(204 180 255 / 0.05);
}
.active\:n-bg-dark-discovery-text\/50:active {
  background-color:rgb(204 180 255 / 0.5);
}
.active\:n-bg-dark-discovery-text\/55:active {
  background-color:rgb(204 180 255 / 0.55);
}
.active\:n-bg-dark-discovery-text\/60:active {
  background-color:rgb(204 180 255 / 0.6);
}
.active\:n-bg-dark-discovery-text\/65:active {
  background-color:rgb(204 180 255 / 0.65);
}
.active\:n-bg-dark-discovery-text\/70:active {
  background-color:rgb(204 180 255 / 0.7);
}
.active\:n-bg-dark-discovery-text\/75:active {
  background-color:rgb(204 180 255 / 0.75);
}
.active\:n-bg-dark-discovery-text\/80:active {
  background-color:rgb(204 180 255 / 0.8);
}
.active\:n-bg-dark-discovery-text\/85:active {
  background-color:rgb(204 180 255 / 0.85);
}
.active\:n-bg-dark-discovery-text\/90:active {
  background-color:rgb(204 180 255 / 0.9);
}
.active\:n-bg-dark-discovery-text\/95:active {
  background-color:rgb(204 180 255 / 0.95);
}
.active\:n-bg-dark-neutral-bg-default:active {
  --tw-bg-opacity:1;
  background-color:rgb(26 27 29 / var(--tw-bg-opacity));
}
.active\:n-bg-dark-neutral-bg-default\/0:active {
  background-color:rgb(26 27 29 / 0);
}
.active\:n-bg-dark-neutral-bg-default\/10:active {
  background-color:rgb(26 27 29 / 0.1);
}
.active\:n-bg-dark-neutral-bg-default\/100:active {
  background-color:rgb(26 27 29 / 1);
}
.active\:n-bg-dark-neutral-bg-default\/15:active {
  background-color:rgb(26 27 29 / 0.15);
}
.active\:n-bg-dark-neutral-bg-default\/20:active {
  background-color:rgb(26 27 29 / 0.2);
}
.active\:n-bg-dark-neutral-bg-default\/25:active {
  background-color:rgb(26 27 29 / 0.25);
}
.active\:n-bg-dark-neutral-bg-default\/30:active {
  background-color:rgb(26 27 29 / 0.3);
}
.active\:n-bg-dark-neutral-bg-default\/35:active {
  background-color:rgb(26 27 29 / 0.35);
}
.active\:n-bg-dark-neutral-bg-default\/40:active {
  background-color:rgb(26 27 29 / 0.4);
}
.active\:n-bg-dark-neutral-bg-default\/45:active {
  background-color:rgb(26 27 29 / 0.45);
}
.active\:n-bg-dark-neutral-bg-default\/5:active {
  background-color:rgb(26 27 29 / 0.05);
}
.active\:n-bg-dark-neutral-bg-default\/50:active {
  background-color:rgb(26 27 29 / 0.5);
}
.active\:n-bg-dark-neutral-bg-default\/55:active {
  background-color:rgb(26 27 29 / 0.55);
}
.active\:n-bg-dark-neutral-bg-default\/60:active {
  background-color:rgb(26 27 29 / 0.6);
}
.active\:n-bg-dark-neutral-bg-default\/65:active {
  background-color:rgb(26 27 29 / 0.65);
}
.active\:n-bg-dark-neutral-bg-default\/70:active {
  background-color:rgb(26 27 29 / 0.7);
}
.active\:n-bg-dark-neutral-bg-default\/75:active {
  background-color:rgb(26 27 29 / 0.75);
}
.active\:n-bg-dark-neutral-bg-default\/80:active {
  background-color:rgb(26 27 29 / 0.8);
}
.active\:n-bg-dark-neutral-bg-default\/85:active {
  background-color:rgb(26 27 29 / 0.85);
}
.active\:n-bg-dark-neutral-bg-default\/90:active {
  background-color:rgb(26 27 29 / 0.9);
}
.active\:n-bg-dark-neutral-bg-default\/95:active {
  background-color:rgb(26 27 29 / 0.95);
}
.active\:n-bg-dark-neutral-bg-on-bg-weak:active {
  --tw-bg-opacity:1;
  background-color:rgb(129 135 144 / var(--tw-bg-opacity));
}
.active\:n-bg-dark-neutral-bg-on-bg-weak\/0:active {
  background-color:rgb(129 135 144 / 0);
}
.active\:n-bg-dark-neutral-bg-on-bg-weak\/10:active {
  background-color:rgb(129 135 144 / 0.1);
}
.active\:n-bg-dark-neutral-bg-on-bg-weak\/100:active {
  background-color:rgb(129 135 144 / 1);
}
.active\:n-bg-dark-neutral-bg-on-bg-weak\/15:active {
  background-color:rgb(129 135 144 / 0.15);
}
.active\:n-bg-dark-neutral-bg-on-bg-weak\/20:active {
  background-color:rgb(129 135 144 / 0.2);
}
.active\:n-bg-dark-neutral-bg-on-bg-weak\/25:active {
  background-color:rgb(129 135 144 / 0.25);
}
.active\:n-bg-dark-neutral-bg-on-bg-weak\/30:active {
  background-color:rgb(129 135 144 / 0.3);
}
.active\:n-bg-dark-neutral-bg-on-bg-weak\/35:active {
  background-color:rgb(129 135 144 / 0.35);
}
.active\:n-bg-dark-neutral-bg-on-bg-weak\/40:active {
  background-color:rgb(129 135 144 / 0.4);
}
.active\:n-bg-dark-neutral-bg-on-bg-weak\/45:active {
  background-color:rgb(129 135 144 / 0.45);
}
.active\:n-bg-dark-neutral-bg-on-bg-weak\/5:active {
  background-color:rgb(129 135 144 / 0.05);
}
.active\:n-bg-dark-neutral-bg-on-bg-weak\/50:active {
  background-color:rgb(129 135 144 / 0.5);
}
.active\:n-bg-dark-neutral-bg-on-bg-weak\/55:active {
  background-color:rgb(129 135 144 / 0.55);
}
.active\:n-bg-dark-neutral-bg-on-bg-weak\/60:active {
  background-color:rgb(129 135 144 / 0.6);
}
.active\:n-bg-dark-neutral-bg-on-bg-weak\/65:active {
  background-color:rgb(129 135 144 / 0.65);
}
.active\:n-bg-dark-neutral-bg-on-bg-weak\/70:active {
  background-color:rgb(129 135 144 / 0.7);
}
.active\:n-bg-dark-neutral-bg-on-bg-weak\/75:active {
  background-color:rgb(129 135 144 / 0.75);
}
.active\:n-bg-dark-neutral-bg-on-bg-weak\/80:active {
  background-color:rgb(129 135 144 / 0.8);
}
.active\:n-bg-dark-neutral-bg-on-bg-weak\/85:active {
  background-color:rgb(129 135 144 / 0.85);
}
.active\:n-bg-dark-neutral-bg-on-bg-weak\/90:active {
  background-color:rgb(129 135 144 / 0.9);
}
.active\:n-bg-dark-neutral-bg-on-bg-weak\/95:active {
  background-color:rgb(129 135 144 / 0.95);
}
.active\:n-bg-dark-neutral-bg-status:active {
  --tw-bg-opacity:1;
  background-color:rgb(168 172 178 / var(--tw-bg-opacity));
}
.active\:n-bg-dark-neutral-bg-status\/0:active {
  background-color:rgb(168 172 178 / 0);
}
.active\:n-bg-dark-neutral-bg-status\/10:active {
  background-color:rgb(168 172 178 / 0.1);
}
.active\:n-bg-dark-neutral-bg-status\/100:active {
  background-color:rgb(168 172 178 / 1);
}
.active\:n-bg-dark-neutral-bg-status\/15:active {
  background-color:rgb(168 172 178 / 0.15);
}
.active\:n-bg-dark-neutral-bg-status\/20:active {
  background-color:rgb(168 172 178 / 0.2);
}
.active\:n-bg-dark-neutral-bg-status\/25:active {
  background-color:rgb(168 172 178 / 0.25);
}
.active\:n-bg-dark-neutral-bg-status\/30:active {
  background-color:rgb(168 172 178 / 0.3);
}
.active\:n-bg-dark-neutral-bg-status\/35:active {
  background-color:rgb(168 172 178 / 0.35);
}
.active\:n-bg-dark-neutral-bg-status\/40:active {
  background-color:rgb(168 172 178 / 0.4);
}
.active\:n-bg-dark-neutral-bg-status\/45:active {
  background-color:rgb(168 172 178 / 0.45);
}
.active\:n-bg-dark-neutral-bg-status\/5:active {
  background-color:rgb(168 172 178 / 0.05);
}
.active\:n-bg-dark-neutral-bg-status\/50:active {
  background-color:rgb(168 172 178 / 0.5);
}
.active\:n-bg-dark-neutral-bg-status\/55:active {
  background-color:rgb(168 172 178 / 0.55);
}
.active\:n-bg-dark-neutral-bg-status\/60:active {
  background-color:rgb(168 172 178 / 0.6);
}
.active\:n-bg-dark-neutral-bg-status\/65:active {
  background-color:rgb(168 172 178 / 0.65);
}
.active\:n-bg-dark-neutral-bg-status\/70:active {
  background-color:rgb(168 172 178 / 0.7);
}
.active\:n-bg-dark-neutral-bg-status\/75:active {
  background-color:rgb(168 172 178 / 0.75);
}
.active\:n-bg-dark-neutral-bg-status\/80:active {
  background-color:rgb(168 172 178 / 0.8);
}
.active\:n-bg-dark-neutral-bg-status\/85:active {
  background-color:rgb(168 172 178 / 0.85);
}
.active\:n-bg-dark-neutral-bg-status\/90:active {
  background-color:rgb(168 172 178 / 0.9);
}
.active\:n-bg-dark-neutral-bg-status\/95:active {
  background-color:rgb(168 172 178 / 0.95);
}
.active\:n-bg-dark-neutral-bg-strong:active {
  --tw-bg-opacity:1;
  background-color:rgb(60 63 68 / var(--tw-bg-opacity));
}
.active\:n-bg-dark-neutral-bg-strong\/0:active {
  background-color:rgb(60 63 68 / 0);
}
.active\:n-bg-dark-neutral-bg-strong\/10:active {
  background-color:rgb(60 63 68 / 0.1);
}
.active\:n-bg-dark-neutral-bg-strong\/100:active {
  background-color:rgb(60 63 68 / 1);
}
.active\:n-bg-dark-neutral-bg-strong\/15:active {
  background-color:rgb(60 63 68 / 0.15);
}
.active\:n-bg-dark-neutral-bg-strong\/20:active {
  background-color:rgb(60 63 68 / 0.2);
}
.active\:n-bg-dark-neutral-bg-strong\/25:active {
  background-color:rgb(60 63 68 / 0.25);
}
.active\:n-bg-dark-neutral-bg-strong\/30:active {
  background-color:rgb(60 63 68 / 0.3);
}
.active\:n-bg-dark-neutral-bg-strong\/35:active {
  background-color:rgb(60 63 68 / 0.35);
}
.active\:n-bg-dark-neutral-bg-strong\/40:active {
  background-color:rgb(60 63 68 / 0.4);
}
.active\:n-bg-dark-neutral-bg-strong\/45:active {
  background-color:rgb(60 63 68 / 0.45);
}
.active\:n-bg-dark-neutral-bg-strong\/5:active {
  background-color:rgb(60 63 68 / 0.05);
}
.active\:n-bg-dark-neutral-bg-strong\/50:active {
  background-color:rgb(60 63 68 / 0.5);
}
.active\:n-bg-dark-neutral-bg-strong\/55:active {
  background-color:rgb(60 63 68 / 0.55);
}
.active\:n-bg-dark-neutral-bg-strong\/60:active {
  background-color:rgb(60 63 68 / 0.6);
}
.active\:n-bg-dark-neutral-bg-strong\/65:active {
  background-color:rgb(60 63 68 / 0.65);
}
.active\:n-bg-dark-neutral-bg-strong\/70:active {
  background-color:rgb(60 63 68 / 0.7);
}
.active\:n-bg-dark-neutral-bg-strong\/75:active {
  background-color:rgb(60 63 68 / 0.75);
}
.active\:n-bg-dark-neutral-bg-strong\/80:active {
  background-color:rgb(60 63 68 / 0.8);
}
.active\:n-bg-dark-neutral-bg-strong\/85:active {
  background-color:rgb(60 63 68 / 0.85);
}
.active\:n-bg-dark-neutral-bg-strong\/90:active {
  background-color:rgb(60 63 68 / 0.9);
}
.active\:n-bg-dark-neutral-bg-strong\/95:active {
  background-color:rgb(60 63 68 / 0.95);
}
.active\:n-bg-dark-neutral-bg-stronger:active {
  --tw-bg-opacity:1;
  background-color:rgb(111 117 126 / var(--tw-bg-opacity));
}
.active\:n-bg-dark-neutral-bg-stronger\/0:active {
  background-color:rgb(111 117 126 / 0);
}
.active\:n-bg-dark-neutral-bg-stronger\/10:active {
  background-color:rgb(111 117 126 / 0.1);
}
.active\:n-bg-dark-neutral-bg-stronger\/100:active {
  background-color:rgb(111 117 126 / 1);
}
.active\:n-bg-dark-neutral-bg-stronger\/15:active {
  background-color:rgb(111 117 126 / 0.15);
}
.active\:n-bg-dark-neutral-bg-stronger\/20:active {
  background-color:rgb(111 117 126 / 0.2);
}
.active\:n-bg-dark-neutral-bg-stronger\/25:active {
  background-color:rgb(111 117 126 / 0.25);
}
.active\:n-bg-dark-neutral-bg-stronger\/30:active {
  background-color:rgb(111 117 126 / 0.3);
}
.active\:n-bg-dark-neutral-bg-stronger\/35:active {
  background-color:rgb(111 117 126 / 0.35);
}
.active\:n-bg-dark-neutral-bg-stronger\/40:active {
  background-color:rgb(111 117 126 / 0.4);
}
.active\:n-bg-dark-neutral-bg-stronger\/45:active {
  background-color:rgb(111 117 126 / 0.45);
}
.active\:n-bg-dark-neutral-bg-stronger\/5:active {
  background-color:rgb(111 117 126 / 0.05);
}
.active\:n-bg-dark-neutral-bg-stronger\/50:active {
  background-color:rgb(111 117 126 / 0.5);
}
.active\:n-bg-dark-neutral-bg-stronger\/55:active {
  background-color:rgb(111 117 126 / 0.55);
}
.active\:n-bg-dark-neutral-bg-stronger\/60:active {
  background-color:rgb(111 117 126 / 0.6);
}
.active\:n-bg-dark-neutral-bg-stronger\/65:active {
  background-color:rgb(111 117 126 / 0.65);
}
.active\:n-bg-dark-neutral-bg-stronger\/70:active {
  background-color:rgb(111 117 126 / 0.7);
}
.active\:n-bg-dark-neutral-bg-stronger\/75:active {
  background-color:rgb(111 117 126 / 0.75);
}
.active\:n-bg-dark-neutral-bg-stronger\/80:active {
  background-color:rgb(111 117 126 / 0.8);
}
.active\:n-bg-dark-neutral-bg-stronger\/85:active {
  background-color:rgb(111 117 126 / 0.85);
}
.active\:n-bg-dark-neutral-bg-stronger\/90:active {
  background-color:rgb(111 117 126 / 0.9);
}
.active\:n-bg-dark-neutral-bg-stronger\/95:active {
  background-color:rgb(111 117 126 / 0.95);
}
.active\:n-bg-dark-neutral-bg-strongest:active {
  --tw-bg-opacity:1;
  background-color:rgb(255 255 255 / var(--tw-bg-opacity));
}
.active\:n-bg-dark-neutral-bg-strongest\/0:active {
  background-color:rgb(255 255 255 / 0);
}
.active\:n-bg-dark-neutral-bg-strongest\/10:active {
  background-color:rgb(255 255 255 / 0.1);
}
.active\:n-bg-dark-neutral-bg-strongest\/100:active {
  background-color:rgb(255 255 255 / 1);
}
.active\:n-bg-dark-neutral-bg-strongest\/15:active {
  background-color:rgb(255 255 255 / 0.15);
}
.active\:n-bg-dark-neutral-bg-strongest\/20:active {
  background-color:rgb(255 255 255 / 0.2);
}
.active\:n-bg-dark-neutral-bg-strongest\/25:active {
  background-color:rgb(255 255 255 / 0.25);
}
.active\:n-bg-dark-neutral-bg-strongest\/30:active {
  background-color:rgb(255 255 255 / 0.3);
}
.active\:n-bg-dark-neutral-bg-strongest\/35:active {
  background-color:rgb(255 255 255 / 0.35);
}
.active\:n-bg-dark-neutral-bg-strongest\/40:active {
  background-color:rgb(255 255 255 / 0.4);
}
.active\:n-bg-dark-neutral-bg-strongest\/45:active {
  background-color:rgb(255 255 255 / 0.45);
}
.active\:n-bg-dark-neutral-bg-strongest\/5:active {
  background-color:rgb(255 255 255 / 0.05);
}
.active\:n-bg-dark-neutral-bg-strongest\/50:active {
  background-color:rgb(255 255 255 / 0.5);
}
.active\:n-bg-dark-neutral-bg-strongest\/55:active {
  background-color:rgb(255 255 255 / 0.55);
}
.active\:n-bg-dark-neutral-bg-strongest\/60:active {
  background-color:rgb(255 255 255 / 0.6);
}
.active\:n-bg-dark-neutral-bg-strongest\/65:active {
  background-color:rgb(255 255 255 / 0.65);
}
.active\:n-bg-dark-neutral-bg-strongest\/70:active {
  background-color:rgb(255 255 255 / 0.7);
}
.active\:n-bg-dark-neutral-bg-strongest\/75:active {
  background-color:rgb(255 255 255 / 0.75);
}
.active\:n-bg-dark-neutral-bg-strongest\/80:active {
  background-color:rgb(255 255 255 / 0.8);
}
.active\:n-bg-dark-neutral-bg-strongest\/85:active {
  background-color:rgb(255 255 255 / 0.85);
}
.active\:n-bg-dark-neutral-bg-strongest\/90:active {
  background-color:rgb(255 255 255 / 0.9);
}
.active\:n-bg-dark-neutral-bg-strongest\/95:active {
  background-color:rgb(255 255 255 / 0.95);
}
.active\:n-bg-dark-neutral-bg-weak:active {
  --tw-bg-opacity:1;
  background-color:rgb(33 35 37 / var(--tw-bg-opacity));
}
.active\:n-bg-dark-neutral-bg-weak\/0:active {
  background-color:rgb(33 35 37 / 0);
}
.active\:n-bg-dark-neutral-bg-weak\/10:active {
  background-color:rgb(33 35 37 / 0.1);
}
.active\:n-bg-dark-neutral-bg-weak\/100:active {
  background-color:rgb(33 35 37 / 1);
}
.active\:n-bg-dark-neutral-bg-weak\/15:active {
  background-color:rgb(33 35 37 / 0.15);
}
.active\:n-bg-dark-neutral-bg-weak\/20:active {
  background-color:rgb(33 35 37 / 0.2);
}
.active\:n-bg-dark-neutral-bg-weak\/25:active {
  background-color:rgb(33 35 37 / 0.25);
}
.active\:n-bg-dark-neutral-bg-weak\/30:active {
  background-color:rgb(33 35 37 / 0.3);
}
.active\:n-bg-dark-neutral-bg-weak\/35:active {
  background-color:rgb(33 35 37 / 0.35);
}
.active\:n-bg-dark-neutral-bg-weak\/40:active {
  background-color:rgb(33 35 37 / 0.4);
}
.active\:n-bg-dark-neutral-bg-weak\/45:active {
  background-color:rgb(33 35 37 / 0.45);
}
.active\:n-bg-dark-neutral-bg-weak\/5:active {
  background-color:rgb(33 35 37 / 0.05);
}
.active\:n-bg-dark-neutral-bg-weak\/50:active {
  background-color:rgb(33 35 37 / 0.5);
}
.active\:n-bg-dark-neutral-bg-weak\/55:active {
  background-color:rgb(33 35 37 / 0.55);
}
.active\:n-bg-dark-neutral-bg-weak\/60:active {
  background-color:rgb(33 35 37 / 0.6);
}
.active\:n-bg-dark-neutral-bg-weak\/65:active {
  background-color:rgb(33 35 37 / 0.65);
}
.active\:n-bg-dark-neutral-bg-weak\/70:active {
  background-color:rgb(33 35 37 / 0.7);
}
.active\:n-bg-dark-neutral-bg-weak\/75:active {
  background-color:rgb(33 35 37 / 0.75);
}
.active\:n-bg-dark-neutral-bg-weak\/80:active {
  background-color:rgb(33 35 37 / 0.8);
}
.active\:n-bg-dark-neutral-bg-weak\/85:active {
  background-color:rgb(33 35 37 / 0.85);
}
.active\:n-bg-dark-neutral-bg-weak\/90:active {
  background-color:rgb(33 35 37 / 0.9);
}
.active\:n-bg-dark-neutral-bg-weak\/95:active {
  background-color:rgb(33 35 37 / 0.95);
}
.active\:n-bg-dark-neutral-border-strong:active {
  --tw-bg-opacity:1;
  background-color:rgb(111 117 126 / var(--tw-bg-opacity));
}
.active\:n-bg-dark-neutral-border-strong\/0:active {
  background-color:rgb(111 117 126 / 0);
}
.active\:n-bg-dark-neutral-border-strong\/10:active {
  background-color:rgb(111 117 126 / 0.1);
}
.active\:n-bg-dark-neutral-border-strong\/100:active {
  background-color:rgb(111 117 126 / 1);
}
.active\:n-bg-dark-neutral-border-strong\/15:active {
  background-color:rgb(111 117 126 / 0.15);
}
.active\:n-bg-dark-neutral-border-strong\/20:active {
  background-color:rgb(111 117 126 / 0.2);
}
.active\:n-bg-dark-neutral-border-strong\/25:active {
  background-color:rgb(111 117 126 / 0.25);
}
.active\:n-bg-dark-neutral-border-strong\/30:active {
  background-color:rgb(111 117 126 / 0.3);
}
.active\:n-bg-dark-neutral-border-strong\/35:active {
  background-color:rgb(111 117 126 / 0.35);
}
.active\:n-bg-dark-neutral-border-strong\/40:active {
  background-color:rgb(111 117 126 / 0.4);
}
.active\:n-bg-dark-neutral-border-strong\/45:active {
  background-color:rgb(111 117 126 / 0.45);
}
.active\:n-bg-dark-neutral-border-strong\/5:active {
  background-color:rgb(111 117 126 / 0.05);
}
.active\:n-bg-dark-neutral-border-strong\/50:active {
  background-color:rgb(111 117 126 / 0.5);
}
.active\:n-bg-dark-neutral-border-strong\/55:active {
  background-color:rgb(111 117 126 / 0.55);
}
.active\:n-bg-dark-neutral-border-strong\/60:active {
  background-color:rgb(111 117 126 / 0.6);
}
.active\:n-bg-dark-neutral-border-strong\/65:active {
  background-color:rgb(111 117 126 / 0.65);
}
.active\:n-bg-dark-neutral-border-strong\/70:active {
  background-color:rgb(111 117 126 / 0.7);
}
.active\:n-bg-dark-neutral-border-strong\/75:active {
  background-color:rgb(111 117 126 / 0.75);
}
.active\:n-bg-dark-neutral-border-strong\/80:active {
  background-color:rgb(111 117 126 / 0.8);
}
.active\:n-bg-dark-neutral-border-strong\/85:active {
  background-color:rgb(111 117 126 / 0.85);
}
.active\:n-bg-dark-neutral-border-strong\/90:active {
  background-color:rgb(111 117 126 / 0.9);
}
.active\:n-bg-dark-neutral-border-strong\/95:active {
  background-color:rgb(111 117 126 / 0.95);
}
.active\:n-bg-dark-neutral-border-strongest:active {
  --tw-bg-opacity:1;
  background-color:rgb(187 190 195 / var(--tw-bg-opacity));
}
.active\:n-bg-dark-neutral-border-strongest\/0:active {
  background-color:rgb(187 190 195 / 0);
}
.active\:n-bg-dark-neutral-border-strongest\/10:active {
  background-color:rgb(187 190 195 / 0.1);
}
.active\:n-bg-dark-neutral-border-strongest\/100:active {
  background-color:rgb(187 190 195 / 1);
}
.active\:n-bg-dark-neutral-border-strongest\/15:active {
  background-color:rgb(187 190 195 / 0.15);
}
.active\:n-bg-dark-neutral-border-strongest\/20:active {
  background-color:rgb(187 190 195 / 0.2);
}
.active\:n-bg-dark-neutral-border-strongest\/25:active {
  background-color:rgb(187 190 195 / 0.25);
}
.active\:n-bg-dark-neutral-border-strongest\/30:active {
  background-color:rgb(187 190 195 / 0.3);
}
.active\:n-bg-dark-neutral-border-strongest\/35:active {
  background-color:rgb(187 190 195 / 0.35);
}
.active\:n-bg-dark-neutral-border-strongest\/40:active {
  background-color:rgb(187 190 195 / 0.4);
}
.active\:n-bg-dark-neutral-border-strongest\/45:active {
  background-color:rgb(187 190 195 / 0.45);
}
.active\:n-bg-dark-neutral-border-strongest\/5:active {
  background-color:rgb(187 190 195 / 0.05);
}
.active\:n-bg-dark-neutral-border-strongest\/50:active {
  background-color:rgb(187 190 195 / 0.5);
}
.active\:n-bg-dark-neutral-border-strongest\/55:active {
  background-color:rgb(187 190 195 / 0.55);
}
.active\:n-bg-dark-neutral-border-strongest\/60:active {
  background-color:rgb(187 190 195 / 0.6);
}
.active\:n-bg-dark-neutral-border-strongest\/65:active {
  background-color:rgb(187 190 195 / 0.65);
}
.active\:n-bg-dark-neutral-border-strongest\/70:active {
  background-color:rgb(187 190 195 / 0.7);
}
.active\:n-bg-dark-neutral-border-strongest\/75:active {
  background-color:rgb(187 190 195 / 0.75);
}
.active\:n-bg-dark-neutral-border-strongest\/80:active {
  background-color:rgb(187 190 195 / 0.8);
}
.active\:n-bg-dark-neutral-border-strongest\/85:active {
  background-color:rgb(187 190 195 / 0.85);
}
.active\:n-bg-dark-neutral-border-strongest\/90:active {
  background-color:rgb(187 190 195 / 0.9);
}
.active\:n-bg-dark-neutral-border-strongest\/95:active {
  background-color:rgb(187 190 195 / 0.95);
}
.active\:n-bg-dark-neutral-border-weak:active {
  --tw-bg-opacity:1;
  background-color:rgb(60 63 68 / var(--tw-bg-opacity));
}
.active\:n-bg-dark-neutral-border-weak\/0:active {
  background-color:rgb(60 63 68 / 0);
}
.active\:n-bg-dark-neutral-border-weak\/10:active {
  background-color:rgb(60 63 68 / 0.1);
}
.active\:n-bg-dark-neutral-border-weak\/100:active {
  background-color:rgb(60 63 68 / 1);
}
.active\:n-bg-dark-neutral-border-weak\/15:active {
  background-color:rgb(60 63 68 / 0.15);
}
.active\:n-bg-dark-neutral-border-weak\/20:active {
  background-color:rgb(60 63 68 / 0.2);
}
.active\:n-bg-dark-neutral-border-weak\/25:active {
  background-color:rgb(60 63 68 / 0.25);
}
.active\:n-bg-dark-neutral-border-weak\/30:active {
  background-color:rgb(60 63 68 / 0.3);
}
.active\:n-bg-dark-neutral-border-weak\/35:active {
  background-color:rgb(60 63 68 / 0.35);
}
.active\:n-bg-dark-neutral-border-weak\/40:active {
  background-color:rgb(60 63 68 / 0.4);
}
.active\:n-bg-dark-neutral-border-weak\/45:active {
  background-color:rgb(60 63 68 / 0.45);
}
.active\:n-bg-dark-neutral-border-weak\/5:active {
  background-color:rgb(60 63 68 / 0.05);
}
.active\:n-bg-dark-neutral-border-weak\/50:active {
  background-color:rgb(60 63 68 / 0.5);
}
.active\:n-bg-dark-neutral-border-weak\/55:active {
  background-color:rgb(60 63 68 / 0.55);
}
.active\:n-bg-dark-neutral-border-weak\/60:active {
  background-color:rgb(60 63 68 / 0.6);
}
.active\:n-bg-dark-neutral-border-weak\/65:active {
  background-color:rgb(60 63 68 / 0.65);
}
.active\:n-bg-dark-neutral-border-weak\/70:active {
  background-color:rgb(60 63 68 / 0.7);
}
.active\:n-bg-dark-neutral-border-weak\/75:active {
  background-color:rgb(60 63 68 / 0.75);
}
.active\:n-bg-dark-neutral-border-weak\/80:active {
  background-color:rgb(60 63 68 / 0.8);
}
.active\:n-bg-dark-neutral-border-weak\/85:active {
  background-color:rgb(60 63 68 / 0.85);
}
.active\:n-bg-dark-neutral-border-weak\/90:active {
  background-color:rgb(60 63 68 / 0.9);
}
.active\:n-bg-dark-neutral-border-weak\/95:active {
  background-color:rgb(60 63 68 / 0.95);
}
.active\:n-bg-dark-neutral-hover:active {
  --tw-bg-opacity:1;
  background-color:rgb(149 154 161 / var(--tw-bg-opacity));
}
.active\:n-bg-dark-neutral-hover\/0:active {
  background-color:rgb(149 154 161 / 0);
}
.active\:n-bg-dark-neutral-hover\/10:active {
  background-color:rgb(149 154 161 / 0.1);
}
.active\:n-bg-dark-neutral-hover\/100:active {
  background-color:rgb(149 154 161 / 1);
}
.active\:n-bg-dark-neutral-hover\/15:active {
  background-color:rgb(149 154 161 / 0.15);
}
.active\:n-bg-dark-neutral-hover\/20:active {
  background-color:rgb(149 154 161 / 0.2);
}
.active\:n-bg-dark-neutral-hover\/25:active {
  background-color:rgb(149 154 161 / 0.25);
}
.active\:n-bg-dark-neutral-hover\/30:active {
  background-color:rgb(149 154 161 / 0.3);
}
.active\:n-bg-dark-neutral-hover\/35:active {
  background-color:rgb(149 154 161 / 0.35);
}
.active\:n-bg-dark-neutral-hover\/40:active {
  background-color:rgb(149 154 161 / 0.4);
}
.active\:n-bg-dark-neutral-hover\/45:active {
  background-color:rgb(149 154 161 / 0.45);
}
.active\:n-bg-dark-neutral-hover\/5:active {
  background-color:rgb(149 154 161 / 0.05);
}
.active\:n-bg-dark-neutral-hover\/50:active {
  background-color:rgb(149 154 161 / 0.5);
}
.active\:n-bg-dark-neutral-hover\/55:active {
  background-color:rgb(149 154 161 / 0.55);
}
.active\:n-bg-dark-neutral-hover\/60:active {
  background-color:rgb(149 154 161 / 0.6);
}
.active\:n-bg-dark-neutral-hover\/65:active {
  background-color:rgb(149 154 161 / 0.65);
}
.active\:n-bg-dark-neutral-hover\/70:active {
  background-color:rgb(149 154 161 / 0.7);
}
.active\:n-bg-dark-neutral-hover\/75:active {
  background-color:rgb(149 154 161 / 0.75);
}
.active\:n-bg-dark-neutral-hover\/80:active {
  background-color:rgb(149 154 161 / 0.8);
}
.active\:n-bg-dark-neutral-hover\/85:active {
  background-color:rgb(149 154 161 / 0.85);
}
.active\:n-bg-dark-neutral-hover\/90:active {
  background-color:rgb(149 154 161 / 0.9);
}
.active\:n-bg-dark-neutral-hover\/95:active {
  background-color:rgb(149 154 161 / 0.95);
}
.active\:n-bg-dark-neutral-icon:active {
  --tw-bg-opacity:1;
  background-color:rgb(207 209 212 / var(--tw-bg-opacity));
}
.active\:n-bg-dark-neutral-icon\/0:active {
  background-color:rgb(207 209 212 / 0);
}
.active\:n-bg-dark-neutral-icon\/10:active {
  background-color:rgb(207 209 212 / 0.1);
}
.active\:n-bg-dark-neutral-icon\/100:active {
  background-color:rgb(207 209 212 / 1);
}
.active\:n-bg-dark-neutral-icon\/15:active {
  background-color:rgb(207 209 212 / 0.15);
}
.active\:n-bg-dark-neutral-icon\/20:active {
  background-color:rgb(207 209 212 / 0.2);
}
.active\:n-bg-dark-neutral-icon\/25:active {
  background-color:rgb(207 209 212 / 0.25);
}
.active\:n-bg-dark-neutral-icon\/30:active {
  background-color:rgb(207 209 212 / 0.3);
}
.active\:n-bg-dark-neutral-icon\/35:active {
  background-color:rgb(207 209 212 / 0.35);
}
.active\:n-bg-dark-neutral-icon\/40:active {
  background-color:rgb(207 209 212 / 0.4);
}
.active\:n-bg-dark-neutral-icon\/45:active {
  background-color:rgb(207 209 212 / 0.45);
}
.active\:n-bg-dark-neutral-icon\/5:active {
  background-color:rgb(207 209 212 / 0.05);
}
.active\:n-bg-dark-neutral-icon\/50:active {
  background-color:rgb(207 209 212 / 0.5);
}
.active\:n-bg-dark-neutral-icon\/55:active {
  background-color:rgb(207 209 212 / 0.55);
}
.active\:n-bg-dark-neutral-icon\/60:active {
  background-color:rgb(207 209 212 / 0.6);
}
.active\:n-bg-dark-neutral-icon\/65:active {
  background-color:rgb(207 209 212 / 0.65);
}
.active\:n-bg-dark-neutral-icon\/70:active {
  background-color:rgb(207 209 212 / 0.7);
}
.active\:n-bg-dark-neutral-icon\/75:active {
  background-color:rgb(207 209 212 / 0.75);
}
.active\:n-bg-dark-neutral-icon\/80:active {
  background-color:rgb(207 209 212 / 0.8);
}
.active\:n-bg-dark-neutral-icon\/85:active {
  background-color:rgb(207 209 212 / 0.85);
}
.active\:n-bg-dark-neutral-icon\/90:active {
  background-color:rgb(207 209 212 / 0.9);
}
.active\:n-bg-dark-neutral-icon\/95:active {
  background-color:rgb(207 209 212 / 0.95);
}
.active\:n-bg-dark-neutral-pressed:active {
  --tw-bg-opacity:1;
  background-color:rgb(149 154 161 / var(--tw-bg-opacity));
}
.active\:n-bg-dark-neutral-pressed\/0:active {
  background-color:rgb(149 154 161 / 0);
}
.active\:n-bg-dark-neutral-pressed\/10:active {
  background-color:rgb(149 154 161 / 0.1);
}
.active\:n-bg-dark-neutral-pressed\/100:active {
  background-color:rgb(149 154 161 / 1);
}
.active\:n-bg-dark-neutral-pressed\/15:active {
  background-color:rgb(149 154 161 / 0.15);
}
.active\:n-bg-dark-neutral-pressed\/20:active {
  background-color:rgb(149 154 161 / 0.2);
}
.active\:n-bg-dark-neutral-pressed\/25:active {
  background-color:rgb(149 154 161 / 0.25);
}
.active\:n-bg-dark-neutral-pressed\/30:active {
  background-color:rgb(149 154 161 / 0.3);
}
.active\:n-bg-dark-neutral-pressed\/35:active {
  background-color:rgb(149 154 161 / 0.35);
}
.active\:n-bg-dark-neutral-pressed\/40:active {
  background-color:rgb(149 154 161 / 0.4);
}
.active\:n-bg-dark-neutral-pressed\/45:active {
  background-color:rgb(149 154 161 / 0.45);
}
.active\:n-bg-dark-neutral-pressed\/5:active {
  background-color:rgb(149 154 161 / 0.05);
}
.active\:n-bg-dark-neutral-pressed\/50:active {
  background-color:rgb(149 154 161 / 0.5);
}
.active\:n-bg-dark-neutral-pressed\/55:active {
  background-color:rgb(149 154 161 / 0.55);
}
.active\:n-bg-dark-neutral-pressed\/60:active {
  background-color:rgb(149 154 161 / 0.6);
}
.active\:n-bg-dark-neutral-pressed\/65:active {
  background-color:rgb(149 154 161 / 0.65);
}
.active\:n-bg-dark-neutral-pressed\/70:active {
  background-color:rgb(149 154 161 / 0.7);
}
.active\:n-bg-dark-neutral-pressed\/75:active {
  background-color:rgb(149 154 161 / 0.75);
}
.active\:n-bg-dark-neutral-pressed\/80:active {
  background-color:rgb(149 154 161 / 0.8);
}
.active\:n-bg-dark-neutral-pressed\/85:active {
  background-color:rgb(149 154 161 / 0.85);
}
.active\:n-bg-dark-neutral-pressed\/90:active {
  background-color:rgb(149 154 161 / 0.9);
}
.active\:n-bg-dark-neutral-pressed\/95:active {
  background-color:rgb(149 154 161 / 0.95);
}
.active\:n-bg-dark-neutral-text-default:active {
  --tw-bg-opacity:1;
  background-color:rgb(245 246 246 / var(--tw-bg-opacity));
}
.active\:n-bg-dark-neutral-text-default\/0:active {
  background-color:rgb(245 246 246 / 0);
}
.active\:n-bg-dark-neutral-text-default\/10:active {
  background-color:rgb(245 246 246 / 0.1);
}
.active\:n-bg-dark-neutral-text-default\/100:active {
  background-color:rgb(245 246 246 / 1);
}
.active\:n-bg-dark-neutral-text-default\/15:active {
  background-color:rgb(245 246 246 / 0.15);
}
.active\:n-bg-dark-neutral-text-default\/20:active {
  background-color:rgb(245 246 246 / 0.2);
}
.active\:n-bg-dark-neutral-text-default\/25:active {
  background-color:rgb(245 246 246 / 0.25);
}
.active\:n-bg-dark-neutral-text-default\/30:active {
  background-color:rgb(245 246 246 / 0.3);
}
.active\:n-bg-dark-neutral-text-default\/35:active {
  background-color:rgb(245 246 246 / 0.35);
}
.active\:n-bg-dark-neutral-text-default\/40:active {
  background-color:rgb(245 246 246 / 0.4);
}
.active\:n-bg-dark-neutral-text-default\/45:active {
  background-color:rgb(245 246 246 / 0.45);
}
.active\:n-bg-dark-neutral-text-default\/5:active {
  background-color:rgb(245 246 246 / 0.05);
}
.active\:n-bg-dark-neutral-text-default\/50:active {
  background-color:rgb(245 246 246 / 0.5);
}
.active\:n-bg-dark-neutral-text-default\/55:active {
  background-color:rgb(245 246 246 / 0.55);
}
.active\:n-bg-dark-neutral-text-default\/60:active {
  background-color:rgb(245 246 246 / 0.6);
}
.active\:n-bg-dark-neutral-text-default\/65:active {
  background-color:rgb(245 246 246 / 0.65);
}
.active\:n-bg-dark-neutral-text-default\/70:active {
  background-color:rgb(245 246 246 / 0.7);
}
.active\:n-bg-dark-neutral-text-default\/75:active {
  background-color:rgb(245 246 246 / 0.75);
}
.active\:n-bg-dark-neutral-text-default\/80:active {
  background-color:rgb(245 246 246 / 0.8);
}
.active\:n-bg-dark-neutral-text-default\/85:active {
  background-color:rgb(245 246 246 / 0.85);
}
.active\:n-bg-dark-neutral-text-default\/90:active {
  background-color:rgb(245 246 246 / 0.9);
}
.active\:n-bg-dark-neutral-text-default\/95:active {
  background-color:rgb(245 246 246 / 0.95);
}
.active\:n-bg-dark-neutral-text-inverse:active {
  --tw-bg-opacity:1;
  background-color:rgb(26 27 29 / var(--tw-bg-opacity));
}
.active\:n-bg-dark-neutral-text-inverse\/0:active {
  background-color:rgb(26 27 29 / 0);
}
.active\:n-bg-dark-neutral-text-inverse\/10:active {
  background-color:rgb(26 27 29 / 0.1);
}
.active\:n-bg-dark-neutral-text-inverse\/100:active {
  background-color:rgb(26 27 29 / 1);
}
.active\:n-bg-dark-neutral-text-inverse\/15:active {
  background-color:rgb(26 27 29 / 0.15);
}
.active\:n-bg-dark-neutral-text-inverse\/20:active {
  background-color:rgb(26 27 29 / 0.2);
}
.active\:n-bg-dark-neutral-text-inverse\/25:active {
  background-color:rgb(26 27 29 / 0.25);
}
.active\:n-bg-dark-neutral-text-inverse\/30:active {
  background-color:rgb(26 27 29 / 0.3);
}
.active\:n-bg-dark-neutral-text-inverse\/35:active {
  background-color:rgb(26 27 29 / 0.35);
}
.active\:n-bg-dark-neutral-text-inverse\/40:active {
  background-color:rgb(26 27 29 / 0.4);
}
.active\:n-bg-dark-neutral-text-inverse\/45:active {
  background-color:rgb(26 27 29 / 0.45);
}
.active\:n-bg-dark-neutral-text-inverse\/5:active {
  background-color:rgb(26 27 29 / 0.05);
}
.active\:n-bg-dark-neutral-text-inverse\/50:active {
  background-color:rgb(26 27 29 / 0.5);
}
.active\:n-bg-dark-neutral-text-inverse\/55:active {
  background-color:rgb(26 27 29 / 0.55);
}
.active\:n-bg-dark-neutral-text-inverse\/60:active {
  background-color:rgb(26 27 29 / 0.6);
}
.active\:n-bg-dark-neutral-text-inverse\/65:active {
  background-color:rgb(26 27 29 / 0.65);
}
.active\:n-bg-dark-neutral-text-inverse\/70:active {
  background-color:rgb(26 27 29 / 0.7);
}
.active\:n-bg-dark-neutral-text-inverse\/75:active {
  background-color:rgb(26 27 29 / 0.75);
}
.active\:n-bg-dark-neutral-text-inverse\/80:active {
  background-color:rgb(26 27 29 / 0.8);
}
.active\:n-bg-dark-neutral-text-inverse\/85:active {
  background-color:rgb(26 27 29 / 0.85);
}
.active\:n-bg-dark-neutral-text-inverse\/90:active {
  background-color:rgb(26 27 29 / 0.9);
}
.active\:n-bg-dark-neutral-text-inverse\/95:active {
  background-color:rgb(26 27 29 / 0.95);
}
.active\:n-bg-dark-neutral-text-weak:active {
  --tw-bg-opacity:1;
  background-color:rgb(207 209 212 / var(--tw-bg-opacity));
}
.active\:n-bg-dark-neutral-text-weak\/0:active {
  background-color:rgb(207 209 212 / 0);
}
.active\:n-bg-dark-neutral-text-weak\/10:active {
  background-color:rgb(207 209 212 / 0.1);
}
.active\:n-bg-dark-neutral-text-weak\/100:active {
  background-color:rgb(207 209 212 / 1);
}
.active\:n-bg-dark-neutral-text-weak\/15:active {
  background-color:rgb(207 209 212 / 0.15);
}
.active\:n-bg-dark-neutral-text-weak\/20:active {
  background-color:rgb(207 209 212 / 0.2);
}
.active\:n-bg-dark-neutral-text-weak\/25:active {
  background-color:rgb(207 209 212 / 0.25);
}
.active\:n-bg-dark-neutral-text-weak\/30:active {
  background-color:rgb(207 209 212 / 0.3);
}
.active\:n-bg-dark-neutral-text-weak\/35:active {
  background-color:rgb(207 209 212 / 0.35);
}
.active\:n-bg-dark-neutral-text-weak\/40:active {
  background-color:rgb(207 209 212 / 0.4);
}
.active\:n-bg-dark-neutral-text-weak\/45:active {
  background-color:rgb(207 209 212 / 0.45);
}
.active\:n-bg-dark-neutral-text-weak\/5:active {
  background-color:rgb(207 209 212 / 0.05);
}
.active\:n-bg-dark-neutral-text-weak\/50:active {
  background-color:rgb(207 209 212 / 0.5);
}
.active\:n-bg-dark-neutral-text-weak\/55:active {
  background-color:rgb(207 209 212 / 0.55);
}
.active\:n-bg-dark-neutral-text-weak\/60:active {
  background-color:rgb(207 209 212 / 0.6);
}
.active\:n-bg-dark-neutral-text-weak\/65:active {
  background-color:rgb(207 209 212 / 0.65);
}
.active\:n-bg-dark-neutral-text-weak\/70:active {
  background-color:rgb(207 209 212 / 0.7);
}
.active\:n-bg-dark-neutral-text-weak\/75:active {
  background-color:rgb(207 209 212 / 0.75);
}
.active\:n-bg-dark-neutral-text-weak\/80:active {
  background-color:rgb(207 209 212 / 0.8);
}
.active\:n-bg-dark-neutral-text-weak\/85:active {
  background-color:rgb(207 209 212 / 0.85);
}
.active\:n-bg-dark-neutral-text-weak\/90:active {
  background-color:rgb(207 209 212 / 0.9);
}
.active\:n-bg-dark-neutral-text-weak\/95:active {
  background-color:rgb(207 209 212 / 0.95);
}
.active\:n-bg-dark-neutral-text-weaker:active {
  --tw-bg-opacity:1;
  background-color:rgb(168 172 178 / var(--tw-bg-opacity));
}
.active\:n-bg-dark-neutral-text-weaker\/0:active {
  background-color:rgb(168 172 178 / 0);
}
.active\:n-bg-dark-neutral-text-weaker\/10:active {
  background-color:rgb(168 172 178 / 0.1);
}
.active\:n-bg-dark-neutral-text-weaker\/100:active {
  background-color:rgb(168 172 178 / 1);
}
.active\:n-bg-dark-neutral-text-weaker\/15:active {
  background-color:rgb(168 172 178 / 0.15);
}
.active\:n-bg-dark-neutral-text-weaker\/20:active {
  background-color:rgb(168 172 178 / 0.2);
}
.active\:n-bg-dark-neutral-text-weaker\/25:active {
  background-color:rgb(168 172 178 / 0.25);
}
.active\:n-bg-dark-neutral-text-weaker\/30:active {
  background-color:rgb(168 172 178 / 0.3);
}
.active\:n-bg-dark-neutral-text-weaker\/35:active {
  background-color:rgb(168 172 178 / 0.35);
}
.active\:n-bg-dark-neutral-text-weaker\/40:active {
  background-color:rgb(168 172 178 / 0.4);
}
.active\:n-bg-dark-neutral-text-weaker\/45:active {
  background-color:rgb(168 172 178 / 0.45);
}
.active\:n-bg-dark-neutral-text-weaker\/5:active {
  background-color:rgb(168 172 178 / 0.05);
}
.active\:n-bg-dark-neutral-text-weaker\/50:active {
  background-color:rgb(168 172 178 / 0.5);
}
.active\:n-bg-dark-neutral-text-weaker\/55:active {
  background-color:rgb(168 172 178 / 0.55);
}
.active\:n-bg-dark-neutral-text-weaker\/60:active {
  background-color:rgb(168 172 178 / 0.6);
}
.active\:n-bg-dark-neutral-text-weaker\/65:active {
  background-color:rgb(168 172 178 / 0.65);
}
.active\:n-bg-dark-neutral-text-weaker\/70:active {
  background-color:rgb(168 172 178 / 0.7);
}
.active\:n-bg-dark-neutral-text-weaker\/75:active {
  background-color:rgb(168 172 178 / 0.75);
}
.active\:n-bg-dark-neutral-text-weaker\/80:active {
  background-color:rgb(168 172 178 / 0.8);
}
.active\:n-bg-dark-neutral-text-weaker\/85:active {
  background-color:rgb(168 172 178 / 0.85);
}
.active\:n-bg-dark-neutral-text-weaker\/90:active {
  background-color:rgb(168 172 178 / 0.9);
}
.active\:n-bg-dark-neutral-text-weaker\/95:active {
  background-color:rgb(168 172 178 / 0.95);
}
.active\:n-bg-dark-neutral-text-weakest:active {
  --tw-bg-opacity:1;
  background-color:rgb(129 135 144 / var(--tw-bg-opacity));
}
.active\:n-bg-dark-neutral-text-weakest\/0:active {
  background-color:rgb(129 135 144 / 0);
}
.active\:n-bg-dark-neutral-text-weakest\/10:active {
  background-color:rgb(129 135 144 / 0.1);
}
.active\:n-bg-dark-neutral-text-weakest\/100:active {
  background-color:rgb(129 135 144 / 1);
}
.active\:n-bg-dark-neutral-text-weakest\/15:active {
  background-color:rgb(129 135 144 / 0.15);
}
.active\:n-bg-dark-neutral-text-weakest\/20:active {
  background-color:rgb(129 135 144 / 0.2);
}
.active\:n-bg-dark-neutral-text-weakest\/25:active {
  background-color:rgb(129 135 144 / 0.25);
}
.active\:n-bg-dark-neutral-text-weakest\/30:active {
  background-color:rgb(129 135 144 / 0.3);
}
.active\:n-bg-dark-neutral-text-weakest\/35:active {
  background-color:rgb(129 135 144 / 0.35);
}
.active\:n-bg-dark-neutral-text-weakest\/40:active {
  background-color:rgb(129 135 144 / 0.4);
}
.active\:n-bg-dark-neutral-text-weakest\/45:active {
  background-color:rgb(129 135 144 / 0.45);
}
.active\:n-bg-dark-neutral-text-weakest\/5:active {
  background-color:rgb(129 135 144 / 0.05);
}
.active\:n-bg-dark-neutral-text-weakest\/50:active {
  background-color:rgb(129 135 144 / 0.5);
}
.active\:n-bg-dark-neutral-text-weakest\/55:active {
  background-color:rgb(129 135 144 / 0.55);
}
.active\:n-bg-dark-neutral-text-weakest\/60:active {
  background-color:rgb(129 135 144 / 0.6);
}
.active\:n-bg-dark-neutral-text-weakest\/65:active {
  background-color:rgb(129 135 144 / 0.65);
}
.active\:n-bg-dark-neutral-text-weakest\/70:active {
  background-color:rgb(129 135 144 / 0.7);
}
.active\:n-bg-dark-neutral-text-weakest\/75:active {
  background-color:rgb(129 135 144 / 0.75);
}
.active\:n-bg-dark-neutral-text-weakest\/80:active {
  background-color:rgb(129 135 144 / 0.8);
}
.active\:n-bg-dark-neutral-text-weakest\/85:active {
  background-color:rgb(129 135 144 / 0.85);
}
.active\:n-bg-dark-neutral-text-weakest\/90:active {
  background-color:rgb(129 135 144 / 0.9);
}
.active\:n-bg-dark-neutral-text-weakest\/95:active {
  background-color:rgb(129 135 144 / 0.95);
}
.active\:n-bg-dark-primary-bg-selected:active {
  --tw-bg-opacity:1;
  background-color:rgb(38 47 49 / var(--tw-bg-opacity));
}
.active\:n-bg-dark-primary-bg-selected\/0:active {
  background-color:rgb(38 47 49 / 0);
}
.active\:n-bg-dark-primary-bg-selected\/10:active {
  background-color:rgb(38 47 49 / 0.1);
}
.active\:n-bg-dark-primary-bg-selected\/100:active {
  background-color:rgb(38 47 49 / 1);
}
.active\:n-bg-dark-primary-bg-selected\/15:active {
  background-color:rgb(38 47 49 / 0.15);
}
.active\:n-bg-dark-primary-bg-selected\/20:active {
  background-color:rgb(38 47 49 / 0.2);
}
.active\:n-bg-dark-primary-bg-selected\/25:active {
  background-color:rgb(38 47 49 / 0.25);
}
.active\:n-bg-dark-primary-bg-selected\/30:active {
  background-color:rgb(38 47 49 / 0.3);
}
.active\:n-bg-dark-primary-bg-selected\/35:active {
  background-color:rgb(38 47 49 / 0.35);
}
.active\:n-bg-dark-primary-bg-selected\/40:active {
  background-color:rgb(38 47 49 / 0.4);
}
.active\:n-bg-dark-primary-bg-selected\/45:active {
  background-color:rgb(38 47 49 / 0.45);
}
.active\:n-bg-dark-primary-bg-selected\/5:active {
  background-color:rgb(38 47 49 / 0.05);
}
.active\:n-bg-dark-primary-bg-selected\/50:active {
  background-color:rgb(38 47 49 / 0.5);
}
.active\:n-bg-dark-primary-bg-selected\/55:active {
  background-color:rgb(38 47 49 / 0.55);
}
.active\:n-bg-dark-primary-bg-selected\/60:active {
  background-color:rgb(38 47 49 / 0.6);
}
.active\:n-bg-dark-primary-bg-selected\/65:active {
  background-color:rgb(38 47 49 / 0.65);
}
.active\:n-bg-dark-primary-bg-selected\/70:active {
  background-color:rgb(38 47 49 / 0.7);
}
.active\:n-bg-dark-primary-bg-selected\/75:active {
  background-color:rgb(38 47 49 / 0.75);
}
.active\:n-bg-dark-primary-bg-selected\/80:active {
  background-color:rgb(38 47 49 / 0.8);
}
.active\:n-bg-dark-primary-bg-selected\/85:active {
  background-color:rgb(38 47 49 / 0.85);
}
.active\:n-bg-dark-primary-bg-selected\/90:active {
  background-color:rgb(38 47 49 / 0.9);
}
.active\:n-bg-dark-primary-bg-selected\/95:active {
  background-color:rgb(38 47 49 / 0.95);
}
.active\:n-bg-dark-primary-bg-status:active {
  --tw-bg-opacity:1;
  background-color:rgb(143 227 232 / var(--tw-bg-opacity));
}
.active\:n-bg-dark-primary-bg-status\/0:active {
  background-color:rgb(143 227 232 / 0);
}
.active\:n-bg-dark-primary-bg-status\/10:active {
  background-color:rgb(143 227 232 / 0.1);
}
.active\:n-bg-dark-primary-bg-status\/100:active {
  background-color:rgb(143 227 232 / 1);
}
.active\:n-bg-dark-primary-bg-status\/15:active {
  background-color:rgb(143 227 232 / 0.15);
}
.active\:n-bg-dark-primary-bg-status\/20:active {
  background-color:rgb(143 227 232 / 0.2);
}
.active\:n-bg-dark-primary-bg-status\/25:active {
  background-color:rgb(143 227 232 / 0.25);
}
.active\:n-bg-dark-primary-bg-status\/30:active {
  background-color:rgb(143 227 232 / 0.3);
}
.active\:n-bg-dark-primary-bg-status\/35:active {
  background-color:rgb(143 227 232 / 0.35);
}
.active\:n-bg-dark-primary-bg-status\/40:active {
  background-color:rgb(143 227 232 / 0.4);
}
.active\:n-bg-dark-primary-bg-status\/45:active {
  background-color:rgb(143 227 232 / 0.45);
}
.active\:n-bg-dark-primary-bg-status\/5:active {
  background-color:rgb(143 227 232 / 0.05);
}
.active\:n-bg-dark-primary-bg-status\/50:active {
  background-color:rgb(143 227 232 / 0.5);
}
.active\:n-bg-dark-primary-bg-status\/55:active {
  background-color:rgb(143 227 232 / 0.55);
}
.active\:n-bg-dark-primary-bg-status\/60:active {
  background-color:rgb(143 227 232 / 0.6);
}
.active\:n-bg-dark-primary-bg-status\/65:active {
  background-color:rgb(143 227 232 / 0.65);
}
.active\:n-bg-dark-primary-bg-status\/70:active {
  background-color:rgb(143 227 232 / 0.7);
}
.active\:n-bg-dark-primary-bg-status\/75:active {
  background-color:rgb(143 227 232 / 0.75);
}
.active\:n-bg-dark-primary-bg-status\/80:active {
  background-color:rgb(143 227 232 / 0.8);
}
.active\:n-bg-dark-primary-bg-status\/85:active {
  background-color:rgb(143 227 232 / 0.85);
}
.active\:n-bg-dark-primary-bg-status\/90:active {
  background-color:rgb(143 227 232 / 0.9);
}
.active\:n-bg-dark-primary-bg-status\/95:active {
  background-color:rgb(143 227 232 / 0.95);
}
.active\:n-bg-dark-primary-bg-strong:active {
  --tw-bg-opacity:1;
  background-color:rgb(143 227 232 / var(--tw-bg-opacity));
}
.active\:n-bg-dark-primary-bg-strong\/0:active {
  background-color:rgb(143 227 232 / 0);
}
.active\:n-bg-dark-primary-bg-strong\/10:active {
  background-color:rgb(143 227 232 / 0.1);
}
.active\:n-bg-dark-primary-bg-strong\/100:active {
  background-color:rgb(143 227 232 / 1);
}
.active\:n-bg-dark-primary-bg-strong\/15:active {
  background-color:rgb(143 227 232 / 0.15);
}
.active\:n-bg-dark-primary-bg-strong\/20:active {
  background-color:rgb(143 227 232 / 0.2);
}
.active\:n-bg-dark-primary-bg-strong\/25:active {
  background-color:rgb(143 227 232 / 0.25);
}
.active\:n-bg-dark-primary-bg-strong\/30:active {
  background-color:rgb(143 227 232 / 0.3);
}
.active\:n-bg-dark-primary-bg-strong\/35:active {
  background-color:rgb(143 227 232 / 0.35);
}
.active\:n-bg-dark-primary-bg-strong\/40:active {
  background-color:rgb(143 227 232 / 0.4);
}
.active\:n-bg-dark-primary-bg-strong\/45:active {
  background-color:rgb(143 227 232 / 0.45);
}
.active\:n-bg-dark-primary-bg-strong\/5:active {
  background-color:rgb(143 227 232 / 0.05);
}
.active\:n-bg-dark-primary-bg-strong\/50:active {
  background-color:rgb(143 227 232 / 0.5);
}
.active\:n-bg-dark-primary-bg-strong\/55:active {
  background-color:rgb(143 227 232 / 0.55);
}
.active\:n-bg-dark-primary-bg-strong\/60:active {
  background-color:rgb(143 227 232 / 0.6);
}
.active\:n-bg-dark-primary-bg-strong\/65:active {
  background-color:rgb(143 227 232 / 0.65);
}
.active\:n-bg-dark-primary-bg-strong\/70:active {
  background-color:rgb(143 227 232 / 0.7);
}
.active\:n-bg-dark-primary-bg-strong\/75:active {
  background-color:rgb(143 227 232 / 0.75);
}
.active\:n-bg-dark-primary-bg-strong\/80:active {
  background-color:rgb(143 227 232 / 0.8);
}
.active\:n-bg-dark-primary-bg-strong\/85:active {
  background-color:rgb(143 227 232 / 0.85);
}
.active\:n-bg-dark-primary-bg-strong\/90:active {
  background-color:rgb(143 227 232 / 0.9);
}
.active\:n-bg-dark-primary-bg-strong\/95:active {
  background-color:rgb(143 227 232 / 0.95);
}
.active\:n-bg-dark-primary-bg-weak:active {
  --tw-bg-opacity:1;
  background-color:rgb(38 47 49 / var(--tw-bg-opacity));
}
.active\:n-bg-dark-primary-bg-weak\/0:active {
  background-color:rgb(38 47 49 / 0);
}
.active\:n-bg-dark-primary-bg-weak\/10:active {
  background-color:rgb(38 47 49 / 0.1);
}
.active\:n-bg-dark-primary-bg-weak\/100:active {
  background-color:rgb(38 47 49 / 1);
}
.active\:n-bg-dark-primary-bg-weak\/15:active {
  background-color:rgb(38 47 49 / 0.15);
}
.active\:n-bg-dark-primary-bg-weak\/20:active {
  background-color:rgb(38 47 49 / 0.2);
}
.active\:n-bg-dark-primary-bg-weak\/25:active {
  background-color:rgb(38 47 49 / 0.25);
}
.active\:n-bg-dark-primary-bg-weak\/30:active {
  background-color:rgb(38 47 49 / 0.3);
}
.active\:n-bg-dark-primary-bg-weak\/35:active {
  background-color:rgb(38 47 49 / 0.35);
}
.active\:n-bg-dark-primary-bg-weak\/40:active {
  background-color:rgb(38 47 49 / 0.4);
}
.active\:n-bg-dark-primary-bg-weak\/45:active {
  background-color:rgb(38 47 49 / 0.45);
}
.active\:n-bg-dark-primary-bg-weak\/5:active {
  background-color:rgb(38 47 49 / 0.05);
}
.active\:n-bg-dark-primary-bg-weak\/50:active {
  background-color:rgb(38 47 49 / 0.5);
}
.active\:n-bg-dark-primary-bg-weak\/55:active {
  background-color:rgb(38 47 49 / 0.55);
}
.active\:n-bg-dark-primary-bg-weak\/60:active {
  background-color:rgb(38 47 49 / 0.6);
}
.active\:n-bg-dark-primary-bg-weak\/65:active {
  background-color:rgb(38 47 49 / 0.65);
}
.active\:n-bg-dark-primary-bg-weak\/70:active {
  background-color:rgb(38 47 49 / 0.7);
}
.active\:n-bg-dark-primary-bg-weak\/75:active {
  background-color:rgb(38 47 49 / 0.75);
}
.active\:n-bg-dark-primary-bg-weak\/80:active {
  background-color:rgb(38 47 49 / 0.8);
}
.active\:n-bg-dark-primary-bg-weak\/85:active {
  background-color:rgb(38 47 49 / 0.85);
}
.active\:n-bg-dark-primary-bg-weak\/90:active {
  background-color:rgb(38 47 49 / 0.9);
}
.active\:n-bg-dark-primary-bg-weak\/95:active {
  background-color:rgb(38 47 49 / 0.95);
}
.active\:n-bg-dark-primary-border-strong:active {
  --tw-bg-opacity:1;
  background-color:rgb(143 227 232 / var(--tw-bg-opacity));
}
.active\:n-bg-dark-primary-border-strong\/0:active {
  background-color:rgb(143 227 232 / 0);
}
.active\:n-bg-dark-primary-border-strong\/10:active {
  background-color:rgb(143 227 232 / 0.1);
}
.active\:n-bg-dark-primary-border-strong\/100:active {
  background-color:rgb(143 227 232 / 1);
}
.active\:n-bg-dark-primary-border-strong\/15:active {
  background-color:rgb(143 227 232 / 0.15);
}
.active\:n-bg-dark-primary-border-strong\/20:active {
  background-color:rgb(143 227 232 / 0.2);
}
.active\:n-bg-dark-primary-border-strong\/25:active {
  background-color:rgb(143 227 232 / 0.25);
}
.active\:n-bg-dark-primary-border-strong\/30:active {
  background-color:rgb(143 227 232 / 0.3);
}
.active\:n-bg-dark-primary-border-strong\/35:active {
  background-color:rgb(143 227 232 / 0.35);
}
.active\:n-bg-dark-primary-border-strong\/40:active {
  background-color:rgb(143 227 232 / 0.4);
}
.active\:n-bg-dark-primary-border-strong\/45:active {
  background-color:rgb(143 227 232 / 0.45);
}
.active\:n-bg-dark-primary-border-strong\/5:active {
  background-color:rgb(143 227 232 / 0.05);
}
.active\:n-bg-dark-primary-border-strong\/50:active {
  background-color:rgb(143 227 232 / 0.5);
}
.active\:n-bg-dark-primary-border-strong\/55:active {
  background-color:rgb(143 227 232 / 0.55);
}
.active\:n-bg-dark-primary-border-strong\/60:active {
  background-color:rgb(143 227 232 / 0.6);
}
.active\:n-bg-dark-primary-border-strong\/65:active {
  background-color:rgb(143 227 232 / 0.65);
}
.active\:n-bg-dark-primary-border-strong\/70:active {
  background-color:rgb(143 227 232 / 0.7);
}
.active\:n-bg-dark-primary-border-strong\/75:active {
  background-color:rgb(143 227 232 / 0.75);
}
.active\:n-bg-dark-primary-border-strong\/80:active {
  background-color:rgb(143 227 232 / 0.8);
}
.active\:n-bg-dark-primary-border-strong\/85:active {
  background-color:rgb(143 227 232 / 0.85);
}
.active\:n-bg-dark-primary-border-strong\/90:active {
  background-color:rgb(143 227 232 / 0.9);
}
.active\:n-bg-dark-primary-border-strong\/95:active {
  background-color:rgb(143 227 232 / 0.95);
}
.active\:n-bg-dark-primary-border-weak:active {
  --tw-bg-opacity:1;
  background-color:rgb(2 80 123 / var(--tw-bg-opacity));
}
.active\:n-bg-dark-primary-border-weak\/0:active {
  background-color:rgb(2 80 123 / 0);
}
.active\:n-bg-dark-primary-border-weak\/10:active {
  background-color:rgb(2 80 123 / 0.1);
}
.active\:n-bg-dark-primary-border-weak\/100:active {
  background-color:rgb(2 80 123 / 1);
}
.active\:n-bg-dark-primary-border-weak\/15:active {
  background-color:rgb(2 80 123 / 0.15);
}
.active\:n-bg-dark-primary-border-weak\/20:active {
  background-color:rgb(2 80 123 / 0.2);
}
.active\:n-bg-dark-primary-border-weak\/25:active {
  background-color:rgb(2 80 123 / 0.25);
}
.active\:n-bg-dark-primary-border-weak\/30:active {
  background-color:rgb(2 80 123 / 0.3);
}
.active\:n-bg-dark-primary-border-weak\/35:active {
  background-color:rgb(2 80 123 / 0.35);
}
.active\:n-bg-dark-primary-border-weak\/40:active {
  background-color:rgb(2 80 123 / 0.4);
}
.active\:n-bg-dark-primary-border-weak\/45:active {
  background-color:rgb(2 80 123 / 0.45);
}
.active\:n-bg-dark-primary-border-weak\/5:active {
  background-color:rgb(2 80 123 / 0.05);
}
.active\:n-bg-dark-primary-border-weak\/50:active {
  background-color:rgb(2 80 123 / 0.5);
}
.active\:n-bg-dark-primary-border-weak\/55:active {
  background-color:rgb(2 80 123 / 0.55);
}
.active\:n-bg-dark-primary-border-weak\/60:active {
  background-color:rgb(2 80 123 / 0.6);
}
.active\:n-bg-dark-primary-border-weak\/65:active {
  background-color:rgb(2 80 123 / 0.65);
}
.active\:n-bg-dark-primary-border-weak\/70:active {
  background-color:rgb(2 80 123 / 0.7);
}
.active\:n-bg-dark-primary-border-weak\/75:active {
  background-color:rgb(2 80 123 / 0.75);
}
.active\:n-bg-dark-primary-border-weak\/80:active {
  background-color:rgb(2 80 123 / 0.8);
}
.active\:n-bg-dark-primary-border-weak\/85:active {
  background-color:rgb(2 80 123 / 0.85);
}
.active\:n-bg-dark-primary-border-weak\/90:active {
  background-color:rgb(2 80 123 / 0.9);
}
.active\:n-bg-dark-primary-border-weak\/95:active {
  background-color:rgb(2 80 123 / 0.95);
}
.active\:n-bg-dark-primary-focus:active {
  --tw-bg-opacity:1;
  background-color:rgb(93 179 191 / var(--tw-bg-opacity));
}
.active\:n-bg-dark-primary-focus\/0:active {
  background-color:rgb(93 179 191 / 0);
}
.active\:n-bg-dark-primary-focus\/10:active {
  background-color:rgb(93 179 191 / 0.1);
}
.active\:n-bg-dark-primary-focus\/100:active {
  background-color:rgb(93 179 191 / 1);
}
.active\:n-bg-dark-primary-focus\/15:active {
  background-color:rgb(93 179 191 / 0.15);
}
.active\:n-bg-dark-primary-focus\/20:active {
  background-color:rgb(93 179 191 / 0.2);
}
.active\:n-bg-dark-primary-focus\/25:active {
  background-color:rgb(93 179 191 / 0.25);
}
.active\:n-bg-dark-primary-focus\/30:active {
  background-color:rgb(93 179 191 / 0.3);
}
.active\:n-bg-dark-primary-focus\/35:active {
  background-color:rgb(93 179 191 / 0.35);
}
.active\:n-bg-dark-primary-focus\/40:active {
  background-color:rgb(93 179 191 / 0.4);
}
.active\:n-bg-dark-primary-focus\/45:active {
  background-color:rgb(93 179 191 / 0.45);
}
.active\:n-bg-dark-primary-focus\/5:active {
  background-color:rgb(93 179 191 / 0.05);
}
.active\:n-bg-dark-primary-focus\/50:active {
  background-color:rgb(93 179 191 / 0.5);
}
.active\:n-bg-dark-primary-focus\/55:active {
  background-color:rgb(93 179 191 / 0.55);
}
.active\:n-bg-dark-primary-focus\/60:active {
  background-color:rgb(93 179 191 / 0.6);
}
.active\:n-bg-dark-primary-focus\/65:active {
  background-color:rgb(93 179 191 / 0.65);
}
.active\:n-bg-dark-primary-focus\/70:active {
  background-color:rgb(93 179 191 / 0.7);
}
.active\:n-bg-dark-primary-focus\/75:active {
  background-color:rgb(93 179 191 / 0.75);
}
.active\:n-bg-dark-primary-focus\/80:active {
  background-color:rgb(93 179 191 / 0.8);
}
.active\:n-bg-dark-primary-focus\/85:active {
  background-color:rgb(93 179 191 / 0.85);
}
.active\:n-bg-dark-primary-focus\/90:active {
  background-color:rgb(93 179 191 / 0.9);
}
.active\:n-bg-dark-primary-focus\/95:active {
  background-color:rgb(93 179 191 / 0.95);
}
.active\:n-bg-dark-primary-hover-strong:active {
  --tw-bg-opacity:1;
  background-color:rgb(93 179 191 / var(--tw-bg-opacity));
}
.active\:n-bg-dark-primary-hover-strong\/0:active {
  background-color:rgb(93 179 191 / 0);
}
.active\:n-bg-dark-primary-hover-strong\/10:active {
  background-color:rgb(93 179 191 / 0.1);
}
.active\:n-bg-dark-primary-hover-strong\/100:active {
  background-color:rgb(93 179 191 / 1);
}
.active\:n-bg-dark-primary-hover-strong\/15:active {
  background-color:rgb(93 179 191 / 0.15);
}
.active\:n-bg-dark-primary-hover-strong\/20:active {
  background-color:rgb(93 179 191 / 0.2);
}
.active\:n-bg-dark-primary-hover-strong\/25:active {
  background-color:rgb(93 179 191 / 0.25);
}
.active\:n-bg-dark-primary-hover-strong\/30:active {
  background-color:rgb(93 179 191 / 0.3);
}
.active\:n-bg-dark-primary-hover-strong\/35:active {
  background-color:rgb(93 179 191 / 0.35);
}
.active\:n-bg-dark-primary-hover-strong\/40:active {
  background-color:rgb(93 179 191 / 0.4);
}
.active\:n-bg-dark-primary-hover-strong\/45:active {
  background-color:rgb(93 179 191 / 0.45);
}
.active\:n-bg-dark-primary-hover-strong\/5:active {
  background-color:rgb(93 179 191 / 0.05);
}
.active\:n-bg-dark-primary-hover-strong\/50:active {
  background-color:rgb(93 179 191 / 0.5);
}
.active\:n-bg-dark-primary-hover-strong\/55:active {
  background-color:rgb(93 179 191 / 0.55);
}
.active\:n-bg-dark-primary-hover-strong\/60:active {
  background-color:rgb(93 179 191 / 0.6);
}
.active\:n-bg-dark-primary-hover-strong\/65:active {
  background-color:rgb(93 179 191 / 0.65);
}
.active\:n-bg-dark-primary-hover-strong\/70:active {
  background-color:rgb(93 179 191 / 0.7);
}
.active\:n-bg-dark-primary-hover-strong\/75:active {
  background-color:rgb(93 179 191 / 0.75);
}
.active\:n-bg-dark-primary-hover-strong\/80:active {
  background-color:rgb(93 179 191 / 0.8);
}
.active\:n-bg-dark-primary-hover-strong\/85:active {
  background-color:rgb(93 179 191 / 0.85);
}
.active\:n-bg-dark-primary-hover-strong\/90:active {
  background-color:rgb(93 179 191 / 0.9);
}
.active\:n-bg-dark-primary-hover-strong\/95:active {
  background-color:rgb(93 179 191 / 0.95);
}
.active\:n-bg-dark-primary-hover-weak:active {
  --tw-bg-opacity:1;
  background-color:rgb(143 227 232 / var(--tw-bg-opacity));
}
.active\:n-bg-dark-primary-hover-weak\/0:active {
  background-color:rgb(143 227 232 / 0);
}
.active\:n-bg-dark-primary-hover-weak\/10:active {
  background-color:rgb(143 227 232 / 0.1);
}
.active\:n-bg-dark-primary-hover-weak\/100:active {
  background-color:rgb(143 227 232 / 1);
}
.active\:n-bg-dark-primary-hover-weak\/15:active {
  background-color:rgb(143 227 232 / 0.15);
}
.active\:n-bg-dark-primary-hover-weak\/20:active {
  background-color:rgb(143 227 232 / 0.2);
}
.active\:n-bg-dark-primary-hover-weak\/25:active {
  background-color:rgb(143 227 232 / 0.25);
}
.active\:n-bg-dark-primary-hover-weak\/30:active {
  background-color:rgb(143 227 232 / 0.3);
}
.active\:n-bg-dark-primary-hover-weak\/35:active {
  background-color:rgb(143 227 232 / 0.35);
}
.active\:n-bg-dark-primary-hover-weak\/40:active {
  background-color:rgb(143 227 232 / 0.4);
}
.active\:n-bg-dark-primary-hover-weak\/45:active {
  background-color:rgb(143 227 232 / 0.45);
}
.active\:n-bg-dark-primary-hover-weak\/5:active {
  background-color:rgb(143 227 232 / 0.05);
}
.active\:n-bg-dark-primary-hover-weak\/50:active {
  background-color:rgb(143 227 232 / 0.5);
}
.active\:n-bg-dark-primary-hover-weak\/55:active {
  background-color:rgb(143 227 232 / 0.55);
}
.active\:n-bg-dark-primary-hover-weak\/60:active {
  background-color:rgb(143 227 232 / 0.6);
}
.active\:n-bg-dark-primary-hover-weak\/65:active {
  background-color:rgb(143 227 232 / 0.65);
}
.active\:n-bg-dark-primary-hover-weak\/70:active {
  background-color:rgb(143 227 232 / 0.7);
}
.active\:n-bg-dark-primary-hover-weak\/75:active {
  background-color:rgb(143 227 232 / 0.75);
}
.active\:n-bg-dark-primary-hover-weak\/80:active {
  background-color:rgb(143 227 232 / 0.8);
}
.active\:n-bg-dark-primary-hover-weak\/85:active {
  background-color:rgb(143 227 232 / 0.85);
}
.active\:n-bg-dark-primary-hover-weak\/90:active {
  background-color:rgb(143 227 232 / 0.9);
}
.active\:n-bg-dark-primary-hover-weak\/95:active {
  background-color:rgb(143 227 232 / 0.95);
}
.active\:n-bg-dark-primary-icon:active {
  --tw-bg-opacity:1;
  background-color:rgb(143 227 232 / var(--tw-bg-opacity));
}
.active\:n-bg-dark-primary-icon\/0:active {
  background-color:rgb(143 227 232 / 0);
}
.active\:n-bg-dark-primary-icon\/10:active {
  background-color:rgb(143 227 232 / 0.1);
}
.active\:n-bg-dark-primary-icon\/100:active {
  background-color:rgb(143 227 232 / 1);
}
.active\:n-bg-dark-primary-icon\/15:active {
  background-color:rgb(143 227 232 / 0.15);
}
.active\:n-bg-dark-primary-icon\/20:active {
  background-color:rgb(143 227 232 / 0.2);
}
.active\:n-bg-dark-primary-icon\/25:active {
  background-color:rgb(143 227 232 / 0.25);
}
.active\:n-bg-dark-primary-icon\/30:active {
  background-color:rgb(143 227 232 / 0.3);
}
.active\:n-bg-dark-primary-icon\/35:active {
  background-color:rgb(143 227 232 / 0.35);
}
.active\:n-bg-dark-primary-icon\/40:active {
  background-color:rgb(143 227 232 / 0.4);
}
.active\:n-bg-dark-primary-icon\/45:active {
  background-color:rgb(143 227 232 / 0.45);
}
.active\:n-bg-dark-primary-icon\/5:active {
  background-color:rgb(143 227 232 / 0.05);
}
.active\:n-bg-dark-primary-icon\/50:active {
  background-color:rgb(143 227 232 / 0.5);
}
.active\:n-bg-dark-primary-icon\/55:active {
  background-color:rgb(143 227 232 / 0.55);
}
.active\:n-bg-dark-primary-icon\/60:active {
  background-color:rgb(143 227 232 / 0.6);
}
.active\:n-bg-dark-primary-icon\/65:active {
  background-color:rgb(143 227 232 / 0.65);
}
.active\:n-bg-dark-primary-icon\/70:active {
  background-color:rgb(143 227 232 / 0.7);
}
.active\:n-bg-dark-primary-icon\/75:active {
  background-color:rgb(143 227 232 / 0.75);
}
.active\:n-bg-dark-primary-icon\/80:active {
  background-color:rgb(143 227 232 / 0.8);
}
.active\:n-bg-dark-primary-icon\/85:active {
  background-color:rgb(143 227 232 / 0.85);
}
.active\:n-bg-dark-primary-icon\/90:active {
  background-color:rgb(143 227 232 / 0.9);
}
.active\:n-bg-dark-primary-icon\/95:active {
  background-color:rgb(143 227 232 / 0.95);
}
.active\:n-bg-dark-primary-pressed-strong:active {
  --tw-bg-opacity:1;
  background-color:rgb(76 153 164 / var(--tw-bg-opacity));
}
.active\:n-bg-dark-primary-pressed-strong\/0:active {
  background-color:rgb(76 153 164 / 0);
}
.active\:n-bg-dark-primary-pressed-strong\/10:active {
  background-color:rgb(76 153 164 / 0.1);
}
.active\:n-bg-dark-primary-pressed-strong\/100:active {
  background-color:rgb(76 153 164 / 1);
}
.active\:n-bg-dark-primary-pressed-strong\/15:active {
  background-color:rgb(76 153 164 / 0.15);
}
.active\:n-bg-dark-primary-pressed-strong\/20:active {
  background-color:rgb(76 153 164 / 0.2);
}
.active\:n-bg-dark-primary-pressed-strong\/25:active {
  background-color:rgb(76 153 164 / 0.25);
}
.active\:n-bg-dark-primary-pressed-strong\/30:active {
  background-color:rgb(76 153 164 / 0.3);
}
.active\:n-bg-dark-primary-pressed-strong\/35:active {
  background-color:rgb(76 153 164 / 0.35);
}
.active\:n-bg-dark-primary-pressed-strong\/40:active {
  background-color:rgb(76 153 164 / 0.4);
}
.active\:n-bg-dark-primary-pressed-strong\/45:active {
  background-color:rgb(76 153 164 / 0.45);
}
.active\:n-bg-dark-primary-pressed-strong\/5:active {
  background-color:rgb(76 153 164 / 0.05);
}
.active\:n-bg-dark-primary-pressed-strong\/50:active {
  background-color:rgb(76 153 164 / 0.5);
}
.active\:n-bg-dark-primary-pressed-strong\/55:active {
  background-color:rgb(76 153 164 / 0.55);
}
.active\:n-bg-dark-primary-pressed-strong\/60:active {
  background-color:rgb(76 153 164 / 0.6);
}
.active\:n-bg-dark-primary-pressed-strong\/65:active {
  background-color:rgb(76 153 164 / 0.65);
}
.active\:n-bg-dark-primary-pressed-strong\/70:active {
  background-color:rgb(76 153 164 / 0.7);
}
.active\:n-bg-dark-primary-pressed-strong\/75:active {
  background-color:rgb(76 153 164 / 0.75);
}
.active\:n-bg-dark-primary-pressed-strong\/80:active {
  background-color:rgb(76 153 164 / 0.8);
}
.active\:n-bg-dark-primary-pressed-strong\/85:active {
  background-color:rgb(76 153 164 / 0.85);
}
.active\:n-bg-dark-primary-pressed-strong\/90:active {
  background-color:rgb(76 153 164 / 0.9);
}
.active\:n-bg-dark-primary-pressed-strong\/95:active {
  background-color:rgb(76 153 164 / 0.95);
}
.active\:n-bg-dark-primary-pressed-weak:active {
  --tw-bg-opacity:1;
  background-color:rgb(143 227 232 / var(--tw-bg-opacity));
}
.active\:n-bg-dark-primary-pressed-weak\/0:active {
  background-color:rgb(143 227 232 / 0);
}
.active\:n-bg-dark-primary-pressed-weak\/10:active {
  background-color:rgb(143 227 232 / 0.1);
}
.active\:n-bg-dark-primary-pressed-weak\/100:active {
  background-color:rgb(143 227 232 / 1);
}
.active\:n-bg-dark-primary-pressed-weak\/15:active {
  background-color:rgb(143 227 232 / 0.15);
}
.active\:n-bg-dark-primary-pressed-weak\/20:active {
  background-color:rgb(143 227 232 / 0.2);
}
.active\:n-bg-dark-primary-pressed-weak\/25:active {
  background-color:rgb(143 227 232 / 0.25);
}
.active\:n-bg-dark-primary-pressed-weak\/30:active {
  background-color:rgb(143 227 232 / 0.3);
}
.active\:n-bg-dark-primary-pressed-weak\/35:active {
  background-color:rgb(143 227 232 / 0.35);
}
.active\:n-bg-dark-primary-pressed-weak\/40:active {
  background-color:rgb(143 227 232 / 0.4);
}
.active\:n-bg-dark-primary-pressed-weak\/45:active {
  background-color:rgb(143 227 232 / 0.45);
}
.active\:n-bg-dark-primary-pressed-weak\/5:active {
  background-color:rgb(143 227 232 / 0.05);
}
.active\:n-bg-dark-primary-pressed-weak\/50:active {
  background-color:rgb(143 227 232 / 0.5);
}
.active\:n-bg-dark-primary-pressed-weak\/55:active {
  background-color:rgb(143 227 232 / 0.55);
}
.active\:n-bg-dark-primary-pressed-weak\/60:active {
  background-color:rgb(143 227 232 / 0.6);
}
.active\:n-bg-dark-primary-pressed-weak\/65:active {
  background-color:rgb(143 227 232 / 0.65);
}
.active\:n-bg-dark-primary-pressed-weak\/70:active {
  background-color:rgb(143 227 232 / 0.7);
}
.active\:n-bg-dark-primary-pressed-weak\/75:active {
  background-color:rgb(143 227 232 / 0.75);
}
.active\:n-bg-dark-primary-pressed-weak\/80:active {
  background-color:rgb(143 227 232 / 0.8);
}
.active\:n-bg-dark-primary-pressed-weak\/85:active {
  background-color:rgb(143 227 232 / 0.85);
}
.active\:n-bg-dark-primary-pressed-weak\/90:active {
  background-color:rgb(143 227 232 / 0.9);
}
.active\:n-bg-dark-primary-pressed-weak\/95:active {
  background-color:rgb(143 227 232 / 0.95);
}
.active\:n-bg-dark-primary-text:active {
  --tw-bg-opacity:1;
  background-color:rgb(143 227 232 / var(--tw-bg-opacity));
}
.active\:n-bg-dark-primary-text\/0:active {
  background-color:rgb(143 227 232 / 0);
}
.active\:n-bg-dark-primary-text\/10:active {
  background-color:rgb(143 227 232 / 0.1);
}
.active\:n-bg-dark-primary-text\/100:active {
  background-color:rgb(143 227 232 / 1);
}
.active\:n-bg-dark-primary-text\/15:active {
  background-color:rgb(143 227 232 / 0.15);
}
.active\:n-bg-dark-primary-text\/20:active {
  background-color:rgb(143 227 232 / 0.2);
}
.active\:n-bg-dark-primary-text\/25:active {
  background-color:rgb(143 227 232 / 0.25);
}
.active\:n-bg-dark-primary-text\/30:active {
  background-color:rgb(143 227 232 / 0.3);
}
.active\:n-bg-dark-primary-text\/35:active {
  background-color:rgb(143 227 232 / 0.35);
}
.active\:n-bg-dark-primary-text\/40:active {
  background-color:rgb(143 227 232 / 0.4);
}
.active\:n-bg-dark-primary-text\/45:active {
  background-color:rgb(143 227 232 / 0.45);
}
.active\:n-bg-dark-primary-text\/5:active {
  background-color:rgb(143 227 232 / 0.05);
}
.active\:n-bg-dark-primary-text\/50:active {
  background-color:rgb(143 227 232 / 0.5);
}
.active\:n-bg-dark-primary-text\/55:active {
  background-color:rgb(143 227 232 / 0.55);
}
.active\:n-bg-dark-primary-text\/60:active {
  background-color:rgb(143 227 232 / 0.6);
}
.active\:n-bg-dark-primary-text\/65:active {
  background-color:rgb(143 227 232 / 0.65);
}
.active\:n-bg-dark-primary-text\/70:active {
  background-color:rgb(143 227 232 / 0.7);
}
.active\:n-bg-dark-primary-text\/75:active {
  background-color:rgb(143 227 232 / 0.75);
}
.active\:n-bg-dark-primary-text\/80:active {
  background-color:rgb(143 227 232 / 0.8);
}
.active\:n-bg-dark-primary-text\/85:active {
  background-color:rgb(143 227 232 / 0.85);
}
.active\:n-bg-dark-primary-text\/90:active {
  background-color:rgb(143 227 232 / 0.9);
}
.active\:n-bg-dark-primary-text\/95:active {
  background-color:rgb(143 227 232 / 0.95);
}
.active\:n-bg-dark-success-bg-status:active {
  --tw-bg-opacity:1;
  background-color:rgb(144 203 98 / var(--tw-bg-opacity));
}
.active\:n-bg-dark-success-bg-status\/0:active {
  background-color:rgb(144 203 98 / 0);
}
.active\:n-bg-dark-success-bg-status\/10:active {
  background-color:rgb(144 203 98 / 0.1);
}
.active\:n-bg-dark-success-bg-status\/100:active {
  background-color:rgb(144 203 98 / 1);
}
.active\:n-bg-dark-success-bg-status\/15:active {
  background-color:rgb(144 203 98 / 0.15);
}
.active\:n-bg-dark-success-bg-status\/20:active {
  background-color:rgb(144 203 98 / 0.2);
}
.active\:n-bg-dark-success-bg-status\/25:active {
  background-color:rgb(144 203 98 / 0.25);
}
.active\:n-bg-dark-success-bg-status\/30:active {
  background-color:rgb(144 203 98 / 0.3);
}
.active\:n-bg-dark-success-bg-status\/35:active {
  background-color:rgb(144 203 98 / 0.35);
}
.active\:n-bg-dark-success-bg-status\/40:active {
  background-color:rgb(144 203 98 / 0.4);
}
.active\:n-bg-dark-success-bg-status\/45:active {
  background-color:rgb(144 203 98 / 0.45);
}
.active\:n-bg-dark-success-bg-status\/5:active {
  background-color:rgb(144 203 98 / 0.05);
}
.active\:n-bg-dark-success-bg-status\/50:active {
  background-color:rgb(144 203 98 / 0.5);
}
.active\:n-bg-dark-success-bg-status\/55:active {
  background-color:rgb(144 203 98 / 0.55);
}
.active\:n-bg-dark-success-bg-status\/60:active {
  background-color:rgb(144 203 98 / 0.6);
}
.active\:n-bg-dark-success-bg-status\/65:active {
  background-color:rgb(144 203 98 / 0.65);
}
.active\:n-bg-dark-success-bg-status\/70:active {
  background-color:rgb(144 203 98 / 0.7);
}
.active\:n-bg-dark-success-bg-status\/75:active {
  background-color:rgb(144 203 98 / 0.75);
}
.active\:n-bg-dark-success-bg-status\/80:active {
  background-color:rgb(144 203 98 / 0.8);
}
.active\:n-bg-dark-success-bg-status\/85:active {
  background-color:rgb(144 203 98 / 0.85);
}
.active\:n-bg-dark-success-bg-status\/90:active {
  background-color:rgb(144 203 98 / 0.9);
}
.active\:n-bg-dark-success-bg-status\/95:active {
  background-color:rgb(144 203 98 / 0.95);
}
.active\:n-bg-dark-success-bg-strong:active {
  --tw-bg-opacity:1;
  background-color:rgb(144 203 98 / var(--tw-bg-opacity));
}
.active\:n-bg-dark-success-bg-strong\/0:active {
  background-color:rgb(144 203 98 / 0);
}
.active\:n-bg-dark-success-bg-strong\/10:active {
  background-color:rgb(144 203 98 / 0.1);
}
.active\:n-bg-dark-success-bg-strong\/100:active {
  background-color:rgb(144 203 98 / 1);
}
.active\:n-bg-dark-success-bg-strong\/15:active {
  background-color:rgb(144 203 98 / 0.15);
}
.active\:n-bg-dark-success-bg-strong\/20:active {
  background-color:rgb(144 203 98 / 0.2);
}
.active\:n-bg-dark-success-bg-strong\/25:active {
  background-color:rgb(144 203 98 / 0.25);
}
.active\:n-bg-dark-success-bg-strong\/30:active {
  background-color:rgb(144 203 98 / 0.3);
}
.active\:n-bg-dark-success-bg-strong\/35:active {
  background-color:rgb(144 203 98 / 0.35);
}
.active\:n-bg-dark-success-bg-strong\/40:active {
  background-color:rgb(144 203 98 / 0.4);
}
.active\:n-bg-dark-success-bg-strong\/45:active {
  background-color:rgb(144 203 98 / 0.45);
}
.active\:n-bg-dark-success-bg-strong\/5:active {
  background-color:rgb(144 203 98 / 0.05);
}
.active\:n-bg-dark-success-bg-strong\/50:active {
  background-color:rgb(144 203 98 / 0.5);
}
.active\:n-bg-dark-success-bg-strong\/55:active {
  background-color:rgb(144 203 98 / 0.55);
}
.active\:n-bg-dark-success-bg-strong\/60:active {
  background-color:rgb(144 203 98 / 0.6);
}
.active\:n-bg-dark-success-bg-strong\/65:active {
  background-color:rgb(144 203 98 / 0.65);
}
.active\:n-bg-dark-success-bg-strong\/70:active {
  background-color:rgb(144 203 98 / 0.7);
}
.active\:n-bg-dark-success-bg-strong\/75:active {
  background-color:rgb(144 203 98 / 0.75);
}
.active\:n-bg-dark-success-bg-strong\/80:active {
  background-color:rgb(144 203 98 / 0.8);
}
.active\:n-bg-dark-success-bg-strong\/85:active {
  background-color:rgb(144 203 98 / 0.85);
}
.active\:n-bg-dark-success-bg-strong\/90:active {
  background-color:rgb(144 203 98 / 0.9);
}
.active\:n-bg-dark-success-bg-strong\/95:active {
  background-color:rgb(144 203 98 / 0.95);
}
.active\:n-bg-dark-success-bg-weak:active {
  --tw-bg-opacity:1;
  background-color:rgb(38 45 36 / var(--tw-bg-opacity));
}
.active\:n-bg-dark-success-bg-weak\/0:active {
  background-color:rgb(38 45 36 / 0);
}
.active\:n-bg-dark-success-bg-weak\/10:active {
  background-color:rgb(38 45 36 / 0.1);
}
.active\:n-bg-dark-success-bg-weak\/100:active {
  background-color:rgb(38 45 36 / 1);
}
.active\:n-bg-dark-success-bg-weak\/15:active {
  background-color:rgb(38 45 36 / 0.15);
}
.active\:n-bg-dark-success-bg-weak\/20:active {
  background-color:rgb(38 45 36 / 0.2);
}
.active\:n-bg-dark-success-bg-weak\/25:active {
  background-color:rgb(38 45 36 / 0.25);
}
.active\:n-bg-dark-success-bg-weak\/30:active {
  background-color:rgb(38 45 36 / 0.3);
}
.active\:n-bg-dark-success-bg-weak\/35:active {
  background-color:rgb(38 45 36 / 0.35);
}
.active\:n-bg-dark-success-bg-weak\/40:active {
  background-color:rgb(38 45 36 / 0.4);
}
.active\:n-bg-dark-success-bg-weak\/45:active {
  background-color:rgb(38 45 36 / 0.45);
}
.active\:n-bg-dark-success-bg-weak\/5:active {
  background-color:rgb(38 45 36 / 0.05);
}
.active\:n-bg-dark-success-bg-weak\/50:active {
  background-color:rgb(38 45 36 / 0.5);
}
.active\:n-bg-dark-success-bg-weak\/55:active {
  background-color:rgb(38 45 36 / 0.55);
}
.active\:n-bg-dark-success-bg-weak\/60:active {
  background-color:rgb(38 45 36 / 0.6);
}
.active\:n-bg-dark-success-bg-weak\/65:active {
  background-color:rgb(38 45 36 / 0.65);
}
.active\:n-bg-dark-success-bg-weak\/70:active {
  background-color:rgb(38 45 36 / 0.7);
}
.active\:n-bg-dark-success-bg-weak\/75:active {
  background-color:rgb(38 45 36 / 0.75);
}
.active\:n-bg-dark-success-bg-weak\/80:active {
  background-color:rgb(38 45 36 / 0.8);
}
.active\:n-bg-dark-success-bg-weak\/85:active {
  background-color:rgb(38 45 36 / 0.85);
}
.active\:n-bg-dark-success-bg-weak\/90:active {
  background-color:rgb(38 45 36 / 0.9);
}
.active\:n-bg-dark-success-bg-weak\/95:active {
  background-color:rgb(38 45 36 / 0.95);
}
.active\:n-bg-dark-success-border-strong:active {
  --tw-bg-opacity:1;
  background-color:rgb(144 203 98 / var(--tw-bg-opacity));
}
.active\:n-bg-dark-success-border-strong\/0:active {
  background-color:rgb(144 203 98 / 0);
}
.active\:n-bg-dark-success-border-strong\/10:active {
  background-color:rgb(144 203 98 / 0.1);
}
.active\:n-bg-dark-success-border-strong\/100:active {
  background-color:rgb(144 203 98 / 1);
}
.active\:n-bg-dark-success-border-strong\/15:active {
  background-color:rgb(144 203 98 / 0.15);
}
.active\:n-bg-dark-success-border-strong\/20:active {
  background-color:rgb(144 203 98 / 0.2);
}
.active\:n-bg-dark-success-border-strong\/25:active {
  background-color:rgb(144 203 98 / 0.25);
}
.active\:n-bg-dark-success-border-strong\/30:active {
  background-color:rgb(144 203 98 / 0.3);
}
.active\:n-bg-dark-success-border-strong\/35:active {
  background-color:rgb(144 203 98 / 0.35);
}
.active\:n-bg-dark-success-border-strong\/40:active {
  background-color:rgb(144 203 98 / 0.4);
}
.active\:n-bg-dark-success-border-strong\/45:active {
  background-color:rgb(144 203 98 / 0.45);
}
.active\:n-bg-dark-success-border-strong\/5:active {
  background-color:rgb(144 203 98 / 0.05);
}
.active\:n-bg-dark-success-border-strong\/50:active {
  background-color:rgb(144 203 98 / 0.5);
}
.active\:n-bg-dark-success-border-strong\/55:active {
  background-color:rgb(144 203 98 / 0.55);
}
.active\:n-bg-dark-success-border-strong\/60:active {
  background-color:rgb(144 203 98 / 0.6);
}
.active\:n-bg-dark-success-border-strong\/65:active {
  background-color:rgb(144 203 98 / 0.65);
}
.active\:n-bg-dark-success-border-strong\/70:active {
  background-color:rgb(144 203 98 / 0.7);
}
.active\:n-bg-dark-success-border-strong\/75:active {
  background-color:rgb(144 203 98 / 0.75);
}
.active\:n-bg-dark-success-border-strong\/80:active {
  background-color:rgb(144 203 98 / 0.8);
}
.active\:n-bg-dark-success-border-strong\/85:active {
  background-color:rgb(144 203 98 / 0.85);
}
.active\:n-bg-dark-success-border-strong\/90:active {
  background-color:rgb(144 203 98 / 0.9);
}
.active\:n-bg-dark-success-border-strong\/95:active {
  background-color:rgb(144 203 98 / 0.95);
}
.active\:n-bg-dark-success-border-weak:active {
  --tw-bg-opacity:1;
  background-color:rgb(41 97 39 / var(--tw-bg-opacity));
}
.active\:n-bg-dark-success-border-weak\/0:active {
  background-color:rgb(41 97 39 / 0);
}
.active\:n-bg-dark-success-border-weak\/10:active {
  background-color:rgb(41 97 39 / 0.1);
}
.active\:n-bg-dark-success-border-weak\/100:active {
  background-color:rgb(41 97 39 / 1);
}
.active\:n-bg-dark-success-border-weak\/15:active {
  background-color:rgb(41 97 39 / 0.15);
}
.active\:n-bg-dark-success-border-weak\/20:active {
  background-color:rgb(41 97 39 / 0.2);
}
.active\:n-bg-dark-success-border-weak\/25:active {
  background-color:rgb(41 97 39 / 0.25);
}
.active\:n-bg-dark-success-border-weak\/30:active {
  background-color:rgb(41 97 39 / 0.3);
}
.active\:n-bg-dark-success-border-weak\/35:active {
  background-color:rgb(41 97 39 / 0.35);
}
.active\:n-bg-dark-success-border-weak\/40:active {
  background-color:rgb(41 97 39 / 0.4);
}
.active\:n-bg-dark-success-border-weak\/45:active {
  background-color:rgb(41 97 39 / 0.45);
}
.active\:n-bg-dark-success-border-weak\/5:active {
  background-color:rgb(41 97 39 / 0.05);
}
.active\:n-bg-dark-success-border-weak\/50:active {
  background-color:rgb(41 97 39 / 0.5);
}
.active\:n-bg-dark-success-border-weak\/55:active {
  background-color:rgb(41 97 39 / 0.55);
}
.active\:n-bg-dark-success-border-weak\/60:active {
  background-color:rgb(41 97 39 / 0.6);
}
.active\:n-bg-dark-success-border-weak\/65:active {
  background-color:rgb(41 97 39 / 0.65);
}
.active\:n-bg-dark-success-border-weak\/70:active {
  background-color:rgb(41 97 39 / 0.7);
}
.active\:n-bg-dark-success-border-weak\/75:active {
  background-color:rgb(41 97 39 / 0.75);
}
.active\:n-bg-dark-success-border-weak\/80:active {
  background-color:rgb(41 97 39 / 0.8);
}
.active\:n-bg-dark-success-border-weak\/85:active {
  background-color:rgb(41 97 39 / 0.85);
}
.active\:n-bg-dark-success-border-weak\/90:active {
  background-color:rgb(41 97 39 / 0.9);
}
.active\:n-bg-dark-success-border-weak\/95:active {
  background-color:rgb(41 97 39 / 0.95);
}
.active\:n-bg-dark-success-icon:active {
  --tw-bg-opacity:1;
  background-color:rgb(144 203 98 / var(--tw-bg-opacity));
}
.active\:n-bg-dark-success-icon\/0:active {
  background-color:rgb(144 203 98 / 0);
}
.active\:n-bg-dark-success-icon\/10:active {
  background-color:rgb(144 203 98 / 0.1);
}
.active\:n-bg-dark-success-icon\/100:active {
  background-color:rgb(144 203 98 / 1);
}
.active\:n-bg-dark-success-icon\/15:active {
  background-color:rgb(144 203 98 / 0.15);
}
.active\:n-bg-dark-success-icon\/20:active {
  background-color:rgb(144 203 98 / 0.2);
}
.active\:n-bg-dark-success-icon\/25:active {
  background-color:rgb(144 203 98 / 0.25);
}
.active\:n-bg-dark-success-icon\/30:active {
  background-color:rgb(144 203 98 / 0.3);
}
.active\:n-bg-dark-success-icon\/35:active {
  background-color:rgb(144 203 98 / 0.35);
}
.active\:n-bg-dark-success-icon\/40:active {
  background-color:rgb(144 203 98 / 0.4);
}
.active\:n-bg-dark-success-icon\/45:active {
  background-color:rgb(144 203 98 / 0.45);
}
.active\:n-bg-dark-success-icon\/5:active {
  background-color:rgb(144 203 98 / 0.05);
}
.active\:n-bg-dark-success-icon\/50:active {
  background-color:rgb(144 203 98 / 0.5);
}
.active\:n-bg-dark-success-icon\/55:active {
  background-color:rgb(144 203 98 / 0.55);
}
.active\:n-bg-dark-success-icon\/60:active {
  background-color:rgb(144 203 98 / 0.6);
}
.active\:n-bg-dark-success-icon\/65:active {
  background-color:rgb(144 203 98 / 0.65);
}
.active\:n-bg-dark-success-icon\/70:active {
  background-color:rgb(144 203 98 / 0.7);
}
.active\:n-bg-dark-success-icon\/75:active {
  background-color:rgb(144 203 98 / 0.75);
}
.active\:n-bg-dark-success-icon\/80:active {
  background-color:rgb(144 203 98 / 0.8);
}
.active\:n-bg-dark-success-icon\/85:active {
  background-color:rgb(144 203 98 / 0.85);
}
.active\:n-bg-dark-success-icon\/90:active {
  background-color:rgb(144 203 98 / 0.9);
}
.active\:n-bg-dark-success-icon\/95:active {
  background-color:rgb(144 203 98 / 0.95);
}
.active\:n-bg-dark-success-text:active {
  --tw-bg-opacity:1;
  background-color:rgb(144 203 98 / var(--tw-bg-opacity));
}
.active\:n-bg-dark-success-text\/0:active {
  background-color:rgb(144 203 98 / 0);
}
.active\:n-bg-dark-success-text\/10:active {
  background-color:rgb(144 203 98 / 0.1);
}
.active\:n-bg-dark-success-text\/100:active {
  background-color:rgb(144 203 98 / 1);
}
.active\:n-bg-dark-success-text\/15:active {
  background-color:rgb(144 203 98 / 0.15);
}
.active\:n-bg-dark-success-text\/20:active {
  background-color:rgb(144 203 98 / 0.2);
}
.active\:n-bg-dark-success-text\/25:active {
  background-color:rgb(144 203 98 / 0.25);
}
.active\:n-bg-dark-success-text\/30:active {
  background-color:rgb(144 203 98 / 0.3);
}
.active\:n-bg-dark-success-text\/35:active {
  background-color:rgb(144 203 98 / 0.35);
}
.active\:n-bg-dark-success-text\/40:active {
  background-color:rgb(144 203 98 / 0.4);
}
.active\:n-bg-dark-success-text\/45:active {
  background-color:rgb(144 203 98 / 0.45);
}
.active\:n-bg-dark-success-text\/5:active {
  background-color:rgb(144 203 98 / 0.05);
}
.active\:n-bg-dark-success-text\/50:active {
  background-color:rgb(144 203 98 / 0.5);
}
.active\:n-bg-dark-success-text\/55:active {
  background-color:rgb(144 203 98 / 0.55);
}
.active\:n-bg-dark-success-text\/60:active {
  background-color:rgb(144 203 98 / 0.6);
}
.active\:n-bg-dark-success-text\/65:active {
  background-color:rgb(144 203 98 / 0.65);
}
.active\:n-bg-dark-success-text\/70:active {
  background-color:rgb(144 203 98 / 0.7);
}
.active\:n-bg-dark-success-text\/75:active {
  background-color:rgb(144 203 98 / 0.75);
}
.active\:n-bg-dark-success-text\/80:active {
  background-color:rgb(144 203 98 / 0.8);
}
.active\:n-bg-dark-success-text\/85:active {
  background-color:rgb(144 203 98 / 0.85);
}
.active\:n-bg-dark-success-text\/90:active {
  background-color:rgb(144 203 98 / 0.9);
}
.active\:n-bg-dark-success-text\/95:active {
  background-color:rgb(144 203 98 / 0.95);
}
.active\:n-bg-dark-warning-bg-status:active {
  --tw-bg-opacity:1;
  background-color:rgb(255 214 0 / var(--tw-bg-opacity));
}
.active\:n-bg-dark-warning-bg-status\/0:active {
  background-color:rgb(255 214 0 / 0);
}
.active\:n-bg-dark-warning-bg-status\/10:active {
  background-color:rgb(255 214 0 / 0.1);
}
.active\:n-bg-dark-warning-bg-status\/100:active {
  background-color:rgb(255 214 0 / 1);
}
.active\:n-bg-dark-warning-bg-status\/15:active {
  background-color:rgb(255 214 0 / 0.15);
}
.active\:n-bg-dark-warning-bg-status\/20:active {
  background-color:rgb(255 214 0 / 0.2);
}
.active\:n-bg-dark-warning-bg-status\/25:active {
  background-color:rgb(255 214 0 / 0.25);
}
.active\:n-bg-dark-warning-bg-status\/30:active {
  background-color:rgb(255 214 0 / 0.3);
}
.active\:n-bg-dark-warning-bg-status\/35:active {
  background-color:rgb(255 214 0 / 0.35);
}
.active\:n-bg-dark-warning-bg-status\/40:active {
  background-color:rgb(255 214 0 / 0.4);
}
.active\:n-bg-dark-warning-bg-status\/45:active {
  background-color:rgb(255 214 0 / 0.45);
}
.active\:n-bg-dark-warning-bg-status\/5:active {
  background-color:rgb(255 214 0 / 0.05);
}
.active\:n-bg-dark-warning-bg-status\/50:active {
  background-color:rgb(255 214 0 / 0.5);
}
.active\:n-bg-dark-warning-bg-status\/55:active {
  background-color:rgb(255 214 0 / 0.55);
}
.active\:n-bg-dark-warning-bg-status\/60:active {
  background-color:rgb(255 214 0 / 0.6);
}
.active\:n-bg-dark-warning-bg-status\/65:active {
  background-color:rgb(255 214 0 / 0.65);
}
.active\:n-bg-dark-warning-bg-status\/70:active {
  background-color:rgb(255 214 0 / 0.7);
}
.active\:n-bg-dark-warning-bg-status\/75:active {
  background-color:rgb(255 214 0 / 0.75);
}
.active\:n-bg-dark-warning-bg-status\/80:active {
  background-color:rgb(255 214 0 / 0.8);
}
.active\:n-bg-dark-warning-bg-status\/85:active {
  background-color:rgb(255 214 0 / 0.85);
}
.active\:n-bg-dark-warning-bg-status\/90:active {
  background-color:rgb(255 214 0 / 0.9);
}
.active\:n-bg-dark-warning-bg-status\/95:active {
  background-color:rgb(255 214 0 / 0.95);
}
.active\:n-bg-dark-warning-bg-strong:active {
  --tw-bg-opacity:1;
  background-color:rgb(255 214 0 / var(--tw-bg-opacity));
}
.active\:n-bg-dark-warning-bg-strong\/0:active {
  background-color:rgb(255 214 0 / 0);
}
.active\:n-bg-dark-warning-bg-strong\/10:active {
  background-color:rgb(255 214 0 / 0.1);
}
.active\:n-bg-dark-warning-bg-strong\/100:active {
  background-color:rgb(255 214 0 / 1);
}
.active\:n-bg-dark-warning-bg-strong\/15:active {
  background-color:rgb(255 214 0 / 0.15);
}
.active\:n-bg-dark-warning-bg-strong\/20:active {
  background-color:rgb(255 214 0 / 0.2);
}
.active\:n-bg-dark-warning-bg-strong\/25:active {
  background-color:rgb(255 214 0 / 0.25);
}
.active\:n-bg-dark-warning-bg-strong\/30:active {
  background-color:rgb(255 214 0 / 0.3);
}
.active\:n-bg-dark-warning-bg-strong\/35:active {
  background-color:rgb(255 214 0 / 0.35);
}
.active\:n-bg-dark-warning-bg-strong\/40:active {
  background-color:rgb(255 214 0 / 0.4);
}
.active\:n-bg-dark-warning-bg-strong\/45:active {
  background-color:rgb(255 214 0 / 0.45);
}
.active\:n-bg-dark-warning-bg-strong\/5:active {
  background-color:rgb(255 214 0 / 0.05);
}
.active\:n-bg-dark-warning-bg-strong\/50:active {
  background-color:rgb(255 214 0 / 0.5);
}
.active\:n-bg-dark-warning-bg-strong\/55:active {
  background-color:rgb(255 214 0 / 0.55);
}
.active\:n-bg-dark-warning-bg-strong\/60:active {
  background-color:rgb(255 214 0 / 0.6);
}
.active\:n-bg-dark-warning-bg-strong\/65:active {
  background-color:rgb(255 214 0 / 0.65);
}
.active\:n-bg-dark-warning-bg-strong\/70:active {
  background-color:rgb(255 214 0 / 0.7);
}
.active\:n-bg-dark-warning-bg-strong\/75:active {
  background-color:rgb(255 214 0 / 0.75);
}
.active\:n-bg-dark-warning-bg-strong\/80:active {
  background-color:rgb(255 214 0 / 0.8);
}
.active\:n-bg-dark-warning-bg-strong\/85:active {
  background-color:rgb(255 214 0 / 0.85);
}
.active\:n-bg-dark-warning-bg-strong\/90:active {
  background-color:rgb(255 214 0 / 0.9);
}
.active\:n-bg-dark-warning-bg-strong\/95:active {
  background-color:rgb(255 214 0 / 0.95);
}
.active\:n-bg-dark-warning-bg-weak:active {
  --tw-bg-opacity:1;
  background-color:rgb(49 46 26 / var(--tw-bg-opacity));
}
.active\:n-bg-dark-warning-bg-weak\/0:active {
  background-color:rgb(49 46 26 / 0);
}
.active\:n-bg-dark-warning-bg-weak\/10:active {
  background-color:rgb(49 46 26 / 0.1);
}
.active\:n-bg-dark-warning-bg-weak\/100:active {
  background-color:rgb(49 46 26 / 1);
}
.active\:n-bg-dark-warning-bg-weak\/15:active {
  background-color:rgb(49 46 26 / 0.15);
}
.active\:n-bg-dark-warning-bg-weak\/20:active {
  background-color:rgb(49 46 26 / 0.2);
}
.active\:n-bg-dark-warning-bg-weak\/25:active {
  background-color:rgb(49 46 26 / 0.25);
}
.active\:n-bg-dark-warning-bg-weak\/30:active {
  background-color:rgb(49 46 26 / 0.3);
}
.active\:n-bg-dark-warning-bg-weak\/35:active {
  background-color:rgb(49 46 26 / 0.35);
}
.active\:n-bg-dark-warning-bg-weak\/40:active {
  background-color:rgb(49 46 26 / 0.4);
}
.active\:n-bg-dark-warning-bg-weak\/45:active {
  background-color:rgb(49 46 26 / 0.45);
}
.active\:n-bg-dark-warning-bg-weak\/5:active {
  background-color:rgb(49 46 26 / 0.05);
}
.active\:n-bg-dark-warning-bg-weak\/50:active {
  background-color:rgb(49 46 26 / 0.5);
}
.active\:n-bg-dark-warning-bg-weak\/55:active {
  background-color:rgb(49 46 26 / 0.55);
}
.active\:n-bg-dark-warning-bg-weak\/60:active {
  background-color:rgb(49 46 26 / 0.6);
}
.active\:n-bg-dark-warning-bg-weak\/65:active {
  background-color:rgb(49 46 26 / 0.65);
}
.active\:n-bg-dark-warning-bg-weak\/70:active {
  background-color:rgb(49 46 26 / 0.7);
}
.active\:n-bg-dark-warning-bg-weak\/75:active {
  background-color:rgb(49 46 26 / 0.75);
}
.active\:n-bg-dark-warning-bg-weak\/80:active {
  background-color:rgb(49 46 26 / 0.8);
}
.active\:n-bg-dark-warning-bg-weak\/85:active {
  background-color:rgb(49 46 26 / 0.85);
}
.active\:n-bg-dark-warning-bg-weak\/90:active {
  background-color:rgb(49 46 26 / 0.9);
}
.active\:n-bg-dark-warning-bg-weak\/95:active {
  background-color:rgb(49 46 26 / 0.95);
}
.active\:n-bg-dark-warning-border-strong:active {
  --tw-bg-opacity:1;
  background-color:rgb(255 214 0 / var(--tw-bg-opacity));
}
.active\:n-bg-dark-warning-border-strong\/0:active {
  background-color:rgb(255 214 0 / 0);
}
.active\:n-bg-dark-warning-border-strong\/10:active {
  background-color:rgb(255 214 0 / 0.1);
}
.active\:n-bg-dark-warning-border-strong\/100:active {
  background-color:rgb(255 214 0 / 1);
}
.active\:n-bg-dark-warning-border-strong\/15:active {
  background-color:rgb(255 214 0 / 0.15);
}
.active\:n-bg-dark-warning-border-strong\/20:active {
  background-color:rgb(255 214 0 / 0.2);
}
.active\:n-bg-dark-warning-border-strong\/25:active {
  background-color:rgb(255 214 0 / 0.25);
}
.active\:n-bg-dark-warning-border-strong\/30:active {
  background-color:rgb(255 214 0 / 0.3);
}
.active\:n-bg-dark-warning-border-strong\/35:active {
  background-color:rgb(255 214 0 / 0.35);
}
.active\:n-bg-dark-warning-border-strong\/40:active {
  background-color:rgb(255 214 0 / 0.4);
}
.active\:n-bg-dark-warning-border-strong\/45:active {
  background-color:rgb(255 214 0 / 0.45);
}
.active\:n-bg-dark-warning-border-strong\/5:active {
  background-color:rgb(255 214 0 / 0.05);
}
.active\:n-bg-dark-warning-border-strong\/50:active {
  background-color:rgb(255 214 0 / 0.5);
}
.active\:n-bg-dark-warning-border-strong\/55:active {
  background-color:rgb(255 214 0 / 0.55);
}
.active\:n-bg-dark-warning-border-strong\/60:active {
  background-color:rgb(255 214 0 / 0.6);
}
.active\:n-bg-dark-warning-border-strong\/65:active {
  background-color:rgb(255 214 0 / 0.65);
}
.active\:n-bg-dark-warning-border-strong\/70:active {
  background-color:rgb(255 214 0 / 0.7);
}
.active\:n-bg-dark-warning-border-strong\/75:active {
  background-color:rgb(255 214 0 / 0.75);
}
.active\:n-bg-dark-warning-border-strong\/80:active {
  background-color:rgb(255 214 0 / 0.8);
}
.active\:n-bg-dark-warning-border-strong\/85:active {
  background-color:rgb(255 214 0 / 0.85);
}
.active\:n-bg-dark-warning-border-strong\/90:active {
  background-color:rgb(255 214 0 / 0.9);
}
.active\:n-bg-dark-warning-border-strong\/95:active {
  background-color:rgb(255 214 0 / 0.95);
}
.active\:n-bg-dark-warning-border-weak:active {
  --tw-bg-opacity:1;
  background-color:rgb(118 85 0 / var(--tw-bg-opacity));
}
.active\:n-bg-dark-warning-border-weak\/0:active {
  background-color:rgb(118 85 0 / 0);
}
.active\:n-bg-dark-warning-border-weak\/10:active {
  background-color:rgb(118 85 0 / 0.1);
}
.active\:n-bg-dark-warning-border-weak\/100:active {
  background-color:rgb(118 85 0 / 1);
}
.active\:n-bg-dark-warning-border-weak\/15:active {
  background-color:rgb(118 85 0 / 0.15);
}
.active\:n-bg-dark-warning-border-weak\/20:active {
  background-color:rgb(118 85 0 / 0.2);
}
.active\:n-bg-dark-warning-border-weak\/25:active {
  background-color:rgb(118 85 0 / 0.25);
}
.active\:n-bg-dark-warning-border-weak\/30:active {
  background-color:rgb(118 85 0 / 0.3);
}
.active\:n-bg-dark-warning-border-weak\/35:active {
  background-color:rgb(118 85 0 / 0.35);
}
.active\:n-bg-dark-warning-border-weak\/40:active {
  background-color:rgb(118 85 0 / 0.4);
}
.active\:n-bg-dark-warning-border-weak\/45:active {
  background-color:rgb(118 85 0 / 0.45);
}
.active\:n-bg-dark-warning-border-weak\/5:active {
  background-color:rgb(118 85 0 / 0.05);
}
.active\:n-bg-dark-warning-border-weak\/50:active {
  background-color:rgb(118 85 0 / 0.5);
}
.active\:n-bg-dark-warning-border-weak\/55:active {
  background-color:rgb(118 85 0 / 0.55);
}
.active\:n-bg-dark-warning-border-weak\/60:active {
  background-color:rgb(118 85 0 / 0.6);
}
.active\:n-bg-dark-warning-border-weak\/65:active {
  background-color:rgb(118 85 0 / 0.65);
}
.active\:n-bg-dark-warning-border-weak\/70:active {
  background-color:rgb(118 85 0 / 0.7);
}
.active\:n-bg-dark-warning-border-weak\/75:active {
  background-color:rgb(118 85 0 / 0.75);
}
.active\:n-bg-dark-warning-border-weak\/80:active {
  background-color:rgb(118 85 0 / 0.8);
}
.active\:n-bg-dark-warning-border-weak\/85:active {
  background-color:rgb(118 85 0 / 0.85);
}
.active\:n-bg-dark-warning-border-weak\/90:active {
  background-color:rgb(118 85 0 / 0.9);
}
.active\:n-bg-dark-warning-border-weak\/95:active {
  background-color:rgb(118 85 0 / 0.95);
}
.active\:n-bg-dark-warning-icon:active {
  --tw-bg-opacity:1;
  background-color:rgb(255 214 0 / var(--tw-bg-opacity));
}
.active\:n-bg-dark-warning-icon\/0:active {
  background-color:rgb(255 214 0 / 0);
}
.active\:n-bg-dark-warning-icon\/10:active {
  background-color:rgb(255 214 0 / 0.1);
}
.active\:n-bg-dark-warning-icon\/100:active {
  background-color:rgb(255 214 0 / 1);
}
.active\:n-bg-dark-warning-icon\/15:active {
  background-color:rgb(255 214 0 / 0.15);
}
.active\:n-bg-dark-warning-icon\/20:active {
  background-color:rgb(255 214 0 / 0.2);
}
.active\:n-bg-dark-warning-icon\/25:active {
  background-color:rgb(255 214 0 / 0.25);
}
.active\:n-bg-dark-warning-icon\/30:active {
  background-color:rgb(255 214 0 / 0.3);
}
.active\:n-bg-dark-warning-icon\/35:active {
  background-color:rgb(255 214 0 / 0.35);
}
.active\:n-bg-dark-warning-icon\/40:active {
  background-color:rgb(255 214 0 / 0.4);
}
.active\:n-bg-dark-warning-icon\/45:active {
  background-color:rgb(255 214 0 / 0.45);
}
.active\:n-bg-dark-warning-icon\/5:active {
  background-color:rgb(255 214 0 / 0.05);
}
.active\:n-bg-dark-warning-icon\/50:active {
  background-color:rgb(255 214 0 / 0.5);
}
.active\:n-bg-dark-warning-icon\/55:active {
  background-color:rgb(255 214 0 / 0.55);
}
.active\:n-bg-dark-warning-icon\/60:active {
  background-color:rgb(255 214 0 / 0.6);
}
.active\:n-bg-dark-warning-icon\/65:active {
  background-color:rgb(255 214 0 / 0.65);
}
.active\:n-bg-dark-warning-icon\/70:active {
  background-color:rgb(255 214 0 / 0.7);
}
.active\:n-bg-dark-warning-icon\/75:active {
  background-color:rgb(255 214 0 / 0.75);
}
.active\:n-bg-dark-warning-icon\/80:active {
  background-color:rgb(255 214 0 / 0.8);
}
.active\:n-bg-dark-warning-icon\/85:active {
  background-color:rgb(255 214 0 / 0.85);
}
.active\:n-bg-dark-warning-icon\/90:active {
  background-color:rgb(255 214 0 / 0.9);
}
.active\:n-bg-dark-warning-icon\/95:active {
  background-color:rgb(255 214 0 / 0.95);
}
.active\:n-bg-dark-warning-text:active {
  --tw-bg-opacity:1;
  background-color:rgb(255 214 0 / var(--tw-bg-opacity));
}
.active\:n-bg-dark-warning-text\/0:active {
  background-color:rgb(255 214 0 / 0);
}
.active\:n-bg-dark-warning-text\/10:active {
  background-color:rgb(255 214 0 / 0.1);
}
.active\:n-bg-dark-warning-text\/100:active {
  background-color:rgb(255 214 0 / 1);
}
.active\:n-bg-dark-warning-text\/15:active {
  background-color:rgb(255 214 0 / 0.15);
}
.active\:n-bg-dark-warning-text\/20:active {
  background-color:rgb(255 214 0 / 0.2);
}
.active\:n-bg-dark-warning-text\/25:active {
  background-color:rgb(255 214 0 / 0.25);
}
.active\:n-bg-dark-warning-text\/30:active {
  background-color:rgb(255 214 0 / 0.3);
}
.active\:n-bg-dark-warning-text\/35:active {
  background-color:rgb(255 214 0 / 0.35);
}
.active\:n-bg-dark-warning-text\/40:active {
  background-color:rgb(255 214 0 / 0.4);
}
.active\:n-bg-dark-warning-text\/45:active {
  background-color:rgb(255 214 0 / 0.45);
}
.active\:n-bg-dark-warning-text\/5:active {
  background-color:rgb(255 214 0 / 0.05);
}
.active\:n-bg-dark-warning-text\/50:active {
  background-color:rgb(255 214 0 / 0.5);
}
.active\:n-bg-dark-warning-text\/55:active {
  background-color:rgb(255 214 0 / 0.55);
}
.active\:n-bg-dark-warning-text\/60:active {
  background-color:rgb(255 214 0 / 0.6);
}
.active\:n-bg-dark-warning-text\/65:active {
  background-color:rgb(255 214 0 / 0.65);
}
.active\:n-bg-dark-warning-text\/70:active {
  background-color:rgb(255 214 0 / 0.7);
}
.active\:n-bg-dark-warning-text\/75:active {
  background-color:rgb(255 214 0 / 0.75);
}
.active\:n-bg-dark-warning-text\/80:active {
  background-color:rgb(255 214 0 / 0.8);
}
.active\:n-bg-dark-warning-text\/85:active {
  background-color:rgb(255 214 0 / 0.85);
}
.active\:n-bg-dark-warning-text\/90:active {
  background-color:rgb(255 214 0 / 0.9);
}
.active\:n-bg-dark-warning-text\/95:active {
  background-color:rgb(255 214 0 / 0.95);
}
.active\:n-bg-light-danger-bg-status:active {
  --tw-bg-opacity:1;
  background-color:rgb(232 78 44 / var(--tw-bg-opacity));
}
.active\:n-bg-light-danger-bg-status\/0:active {
  background-color:rgb(232 78 44 / 0);
}
.active\:n-bg-light-danger-bg-status\/10:active {
  background-color:rgb(232 78 44 / 0.1);
}
.active\:n-bg-light-danger-bg-status\/100:active {
  background-color:rgb(232 78 44 / 1);
}
.active\:n-bg-light-danger-bg-status\/15:active {
  background-color:rgb(232 78 44 / 0.15);
}
.active\:n-bg-light-danger-bg-status\/20:active {
  background-color:rgb(232 78 44 / 0.2);
}
.active\:n-bg-light-danger-bg-status\/25:active {
  background-color:rgb(232 78 44 / 0.25);
}
.active\:n-bg-light-danger-bg-status\/30:active {
  background-color:rgb(232 78 44 / 0.3);
}
.active\:n-bg-light-danger-bg-status\/35:active {
  background-color:rgb(232 78 44 / 0.35);
}
.active\:n-bg-light-danger-bg-status\/40:active {
  background-color:rgb(232 78 44 / 0.4);
}
.active\:n-bg-light-danger-bg-status\/45:active {
  background-color:rgb(232 78 44 / 0.45);
}
.active\:n-bg-light-danger-bg-status\/5:active {
  background-color:rgb(232 78 44 / 0.05);
}
.active\:n-bg-light-danger-bg-status\/50:active {
  background-color:rgb(232 78 44 / 0.5);
}
.active\:n-bg-light-danger-bg-status\/55:active {
  background-color:rgb(232 78 44 / 0.55);
}
.active\:n-bg-light-danger-bg-status\/60:active {
  background-color:rgb(232 78 44 / 0.6);
}
.active\:n-bg-light-danger-bg-status\/65:active {
  background-color:rgb(232 78 44 / 0.65);
}
.active\:n-bg-light-danger-bg-status\/70:active {
  background-color:rgb(232 78 44 / 0.7);
}
.active\:n-bg-light-danger-bg-status\/75:active {
  background-color:rgb(232 78 44 / 0.75);
}
.active\:n-bg-light-danger-bg-status\/80:active {
  background-color:rgb(232 78 44 / 0.8);
}
.active\:n-bg-light-danger-bg-status\/85:active {
  background-color:rgb(232 78 44 / 0.85);
}
.active\:n-bg-light-danger-bg-status\/90:active {
  background-color:rgb(232 78 44 / 0.9);
}
.active\:n-bg-light-danger-bg-status\/95:active {
  background-color:rgb(232 78 44 / 0.95);
}
.active\:n-bg-light-danger-bg-strong:active {
  --tw-bg-opacity:1;
  background-color:rgb(187 45 0 / var(--tw-bg-opacity));
}
.active\:n-bg-light-danger-bg-strong\/0:active {
  background-color:rgb(187 45 0 / 0);
}
.active\:n-bg-light-danger-bg-strong\/10:active {
  background-color:rgb(187 45 0 / 0.1);
}
.active\:n-bg-light-danger-bg-strong\/100:active {
  background-color:rgb(187 45 0 / 1);
}
.active\:n-bg-light-danger-bg-strong\/15:active {
  background-color:rgb(187 45 0 / 0.15);
}
.active\:n-bg-light-danger-bg-strong\/20:active {
  background-color:rgb(187 45 0 / 0.2);
}
.active\:n-bg-light-danger-bg-strong\/25:active {
  background-color:rgb(187 45 0 / 0.25);
}
.active\:n-bg-light-danger-bg-strong\/30:active {
  background-color:rgb(187 45 0 / 0.3);
}
.active\:n-bg-light-danger-bg-strong\/35:active {
  background-color:rgb(187 45 0 / 0.35);
}
.active\:n-bg-light-danger-bg-strong\/40:active {
  background-color:rgb(187 45 0 / 0.4);
}
.active\:n-bg-light-danger-bg-strong\/45:active {
  background-color:rgb(187 45 0 / 0.45);
}
.active\:n-bg-light-danger-bg-strong\/5:active {
  background-color:rgb(187 45 0 / 0.05);
}
.active\:n-bg-light-danger-bg-strong\/50:active {
  background-color:rgb(187 45 0 / 0.5);
}
.active\:n-bg-light-danger-bg-strong\/55:active {
  background-color:rgb(187 45 0 / 0.55);
}
.active\:n-bg-light-danger-bg-strong\/60:active {
  background-color:rgb(187 45 0 / 0.6);
}
.active\:n-bg-light-danger-bg-strong\/65:active {
  background-color:rgb(187 45 0 / 0.65);
}
.active\:n-bg-light-danger-bg-strong\/70:active {
  background-color:rgb(187 45 0 / 0.7);
}
.active\:n-bg-light-danger-bg-strong\/75:active {
  background-color:rgb(187 45 0 / 0.75);
}
.active\:n-bg-light-danger-bg-strong\/80:active {
  background-color:rgb(187 45 0 / 0.8);
}
.active\:n-bg-light-danger-bg-strong\/85:active {
  background-color:rgb(187 45 0 / 0.85);
}
.active\:n-bg-light-danger-bg-strong\/90:active {
  background-color:rgb(187 45 0 / 0.9);
}
.active\:n-bg-light-danger-bg-strong\/95:active {
  background-color:rgb(187 45 0 / 0.95);
}
.active\:n-bg-light-danger-bg-weak:active {
  --tw-bg-opacity:1;
  background-color:rgb(255 233 231 / var(--tw-bg-opacity));
}
.active\:n-bg-light-danger-bg-weak\/0:active {
  background-color:rgb(255 233 231 / 0);
}
.active\:n-bg-light-danger-bg-weak\/10:active {
  background-color:rgb(255 233 231 / 0.1);
}
.active\:n-bg-light-danger-bg-weak\/100:active {
  background-color:rgb(255 233 231 / 1);
}
.active\:n-bg-light-danger-bg-weak\/15:active {
  background-color:rgb(255 233 231 / 0.15);
}
.active\:n-bg-light-danger-bg-weak\/20:active {
  background-color:rgb(255 233 231 / 0.2);
}
.active\:n-bg-light-danger-bg-weak\/25:active {
  background-color:rgb(255 233 231 / 0.25);
}
.active\:n-bg-light-danger-bg-weak\/30:active {
  background-color:rgb(255 233 231 / 0.3);
}
.active\:n-bg-light-danger-bg-weak\/35:active {
  background-color:rgb(255 233 231 / 0.35);
}
.active\:n-bg-light-danger-bg-weak\/40:active {
  background-color:rgb(255 233 231 / 0.4);
}
.active\:n-bg-light-danger-bg-weak\/45:active {
  background-color:rgb(255 233 231 / 0.45);
}
.active\:n-bg-light-danger-bg-weak\/5:active {
  background-color:rgb(255 233 231 / 0.05);
}
.active\:n-bg-light-danger-bg-weak\/50:active {
  background-color:rgb(255 233 231 / 0.5);
}
.active\:n-bg-light-danger-bg-weak\/55:active {
  background-color:rgb(255 233 231 / 0.55);
}
.active\:n-bg-light-danger-bg-weak\/60:active {
  background-color:rgb(255 233 231 / 0.6);
}
.active\:n-bg-light-danger-bg-weak\/65:active {
  background-color:rgb(255 233 231 / 0.65);
}
.active\:n-bg-light-danger-bg-weak\/70:active {
  background-color:rgb(255 233 231 / 0.7);
}
.active\:n-bg-light-danger-bg-weak\/75:active {
  background-color:rgb(255 233 231 / 0.75);
}
.active\:n-bg-light-danger-bg-weak\/80:active {
  background-color:rgb(255 233 231 / 0.8);
}
.active\:n-bg-light-danger-bg-weak\/85:active {
  background-color:rgb(255 233 231 / 0.85);
}
.active\:n-bg-light-danger-bg-weak\/90:active {
  background-color:rgb(255 233 231 / 0.9);
}
.active\:n-bg-light-danger-bg-weak\/95:active {
  background-color:rgb(255 233 231 / 0.95);
}
.active\:n-bg-light-danger-border-strong:active {
  --tw-bg-opacity:1;
  background-color:rgb(187 45 0 / var(--tw-bg-opacity));
}
.active\:n-bg-light-danger-border-strong\/0:active {
  background-color:rgb(187 45 0 / 0);
}
.active\:n-bg-light-danger-border-strong\/10:active {
  background-color:rgb(187 45 0 / 0.1);
}
.active\:n-bg-light-danger-border-strong\/100:active {
  background-color:rgb(187 45 0 / 1);
}
.active\:n-bg-light-danger-border-strong\/15:active {
  background-color:rgb(187 45 0 / 0.15);
}
.active\:n-bg-light-danger-border-strong\/20:active {
  background-color:rgb(187 45 0 / 0.2);
}
.active\:n-bg-light-danger-border-strong\/25:active {
  background-color:rgb(187 45 0 / 0.25);
}
.active\:n-bg-light-danger-border-strong\/30:active {
  background-color:rgb(187 45 0 / 0.3);
}
.active\:n-bg-light-danger-border-strong\/35:active {
  background-color:rgb(187 45 0 / 0.35);
}
.active\:n-bg-light-danger-border-strong\/40:active {
  background-color:rgb(187 45 0 / 0.4);
}
.active\:n-bg-light-danger-border-strong\/45:active {
  background-color:rgb(187 45 0 / 0.45);
}
.active\:n-bg-light-danger-border-strong\/5:active {
  background-color:rgb(187 45 0 / 0.05);
}
.active\:n-bg-light-danger-border-strong\/50:active {
  background-color:rgb(187 45 0 / 0.5);
}
.active\:n-bg-light-danger-border-strong\/55:active {
  background-color:rgb(187 45 0 / 0.55);
}
.active\:n-bg-light-danger-border-strong\/60:active {
  background-color:rgb(187 45 0 / 0.6);
}
.active\:n-bg-light-danger-border-strong\/65:active {
  background-color:rgb(187 45 0 / 0.65);
}
.active\:n-bg-light-danger-border-strong\/70:active {
  background-color:rgb(187 45 0 / 0.7);
}
.active\:n-bg-light-danger-border-strong\/75:active {
  background-color:rgb(187 45 0 / 0.75);
}
.active\:n-bg-light-danger-border-strong\/80:active {
  background-color:rgb(187 45 0 / 0.8);
}
.active\:n-bg-light-danger-border-strong\/85:active {
  background-color:rgb(187 45 0 / 0.85);
}
.active\:n-bg-light-danger-border-strong\/90:active {
  background-color:rgb(187 45 0 / 0.9);
}
.active\:n-bg-light-danger-border-strong\/95:active {
  background-color:rgb(187 45 0 / 0.95);
}
.active\:n-bg-light-danger-border-weak:active {
  --tw-bg-opacity:1;
  background-color:rgb(255 170 151 / var(--tw-bg-opacity));
}
.active\:n-bg-light-danger-border-weak\/0:active {
  background-color:rgb(255 170 151 / 0);
}
.active\:n-bg-light-danger-border-weak\/10:active {
  background-color:rgb(255 170 151 / 0.1);
}
.active\:n-bg-light-danger-border-weak\/100:active {
  background-color:rgb(255 170 151 / 1);
}
.active\:n-bg-light-danger-border-weak\/15:active {
  background-color:rgb(255 170 151 / 0.15);
}
.active\:n-bg-light-danger-border-weak\/20:active {
  background-color:rgb(255 170 151 / 0.2);
}
.active\:n-bg-light-danger-border-weak\/25:active {
  background-color:rgb(255 170 151 / 0.25);
}
.active\:n-bg-light-danger-border-weak\/30:active {
  background-color:rgb(255 170 151 / 0.3);
}
.active\:n-bg-light-danger-border-weak\/35:active {
  background-color:rgb(255 170 151 / 0.35);
}
.active\:n-bg-light-danger-border-weak\/40:active {
  background-color:rgb(255 170 151 / 0.4);
}
.active\:n-bg-light-danger-border-weak\/45:active {
  background-color:rgb(255 170 151 / 0.45);
}
.active\:n-bg-light-danger-border-weak\/5:active {
  background-color:rgb(255 170 151 / 0.05);
}
.active\:n-bg-light-danger-border-weak\/50:active {
  background-color:rgb(255 170 151 / 0.5);
}
.active\:n-bg-light-danger-border-weak\/55:active {
  background-color:rgb(255 170 151 / 0.55);
}
.active\:n-bg-light-danger-border-weak\/60:active {
  background-color:rgb(255 170 151 / 0.6);
}
.active\:n-bg-light-danger-border-weak\/65:active {
  background-color:rgb(255 170 151 / 0.65);
}
.active\:n-bg-light-danger-border-weak\/70:active {
  background-color:rgb(255 170 151 / 0.7);
}
.active\:n-bg-light-danger-border-weak\/75:active {
  background-color:rgb(255 170 151 / 0.75);
}
.active\:n-bg-light-danger-border-weak\/80:active {
  background-color:rgb(255 170 151 / 0.8);
}
.active\:n-bg-light-danger-border-weak\/85:active {
  background-color:rgb(255 170 151 / 0.85);
}
.active\:n-bg-light-danger-border-weak\/90:active {
  background-color:rgb(255 170 151 / 0.9);
}
.active\:n-bg-light-danger-border-weak\/95:active {
  background-color:rgb(255 170 151 / 0.95);
}
.active\:n-bg-light-danger-hover-strong:active {
  --tw-bg-opacity:1;
  background-color:rgb(150 18 0 / var(--tw-bg-opacity));
}
.active\:n-bg-light-danger-hover-strong\/0:active {
  background-color:rgb(150 18 0 / 0);
}
.active\:n-bg-light-danger-hover-strong\/10:active {
  background-color:rgb(150 18 0 / 0.1);
}
.active\:n-bg-light-danger-hover-strong\/100:active {
  background-color:rgb(150 18 0 / 1);
}
.active\:n-bg-light-danger-hover-strong\/15:active {
  background-color:rgb(150 18 0 / 0.15);
}
.active\:n-bg-light-danger-hover-strong\/20:active {
  background-color:rgb(150 18 0 / 0.2);
}
.active\:n-bg-light-danger-hover-strong\/25:active {
  background-color:rgb(150 18 0 / 0.25);
}
.active\:n-bg-light-danger-hover-strong\/30:active {
  background-color:rgb(150 18 0 / 0.3);
}
.active\:n-bg-light-danger-hover-strong\/35:active {
  background-color:rgb(150 18 0 / 0.35);
}
.active\:n-bg-light-danger-hover-strong\/40:active {
  background-color:rgb(150 18 0 / 0.4);
}
.active\:n-bg-light-danger-hover-strong\/45:active {
  background-color:rgb(150 18 0 / 0.45);
}
.active\:n-bg-light-danger-hover-strong\/5:active {
  background-color:rgb(150 18 0 / 0.05);
}
.active\:n-bg-light-danger-hover-strong\/50:active {
  background-color:rgb(150 18 0 / 0.5);
}
.active\:n-bg-light-danger-hover-strong\/55:active {
  background-color:rgb(150 18 0 / 0.55);
}
.active\:n-bg-light-danger-hover-strong\/60:active {
  background-color:rgb(150 18 0 / 0.6);
}
.active\:n-bg-light-danger-hover-strong\/65:active {
  background-color:rgb(150 18 0 / 0.65);
}
.active\:n-bg-light-danger-hover-strong\/70:active {
  background-color:rgb(150 18 0 / 0.7);
}
.active\:n-bg-light-danger-hover-strong\/75:active {
  background-color:rgb(150 18 0 / 0.75);
}
.active\:n-bg-light-danger-hover-strong\/80:active {
  background-color:rgb(150 18 0 / 0.8);
}
.active\:n-bg-light-danger-hover-strong\/85:active {
  background-color:rgb(150 18 0 / 0.85);
}
.active\:n-bg-light-danger-hover-strong\/90:active {
  background-color:rgb(150 18 0 / 0.9);
}
.active\:n-bg-light-danger-hover-strong\/95:active {
  background-color:rgb(150 18 0 / 0.95);
}
.active\:n-bg-light-danger-hover-weak:active {
  --tw-bg-opacity:1;
  background-color:rgb(212 51 0 / var(--tw-bg-opacity));
}
.active\:n-bg-light-danger-hover-weak\/0:active {
  background-color:rgb(212 51 0 / 0);
}
.active\:n-bg-light-danger-hover-weak\/10:active {
  background-color:rgb(212 51 0 / 0.1);
}
.active\:n-bg-light-danger-hover-weak\/100:active {
  background-color:rgb(212 51 0 / 1);
}
.active\:n-bg-light-danger-hover-weak\/15:active {
  background-color:rgb(212 51 0 / 0.15);
}
.active\:n-bg-light-danger-hover-weak\/20:active {
  background-color:rgb(212 51 0 / 0.2);
}
.active\:n-bg-light-danger-hover-weak\/25:active {
  background-color:rgb(212 51 0 / 0.25);
}
.active\:n-bg-light-danger-hover-weak\/30:active {
  background-color:rgb(212 51 0 / 0.3);
}
.active\:n-bg-light-danger-hover-weak\/35:active {
  background-color:rgb(212 51 0 / 0.35);
}
.active\:n-bg-light-danger-hover-weak\/40:active {
  background-color:rgb(212 51 0 / 0.4);
}
.active\:n-bg-light-danger-hover-weak\/45:active {
  background-color:rgb(212 51 0 / 0.45);
}
.active\:n-bg-light-danger-hover-weak\/5:active {
  background-color:rgb(212 51 0 / 0.05);
}
.active\:n-bg-light-danger-hover-weak\/50:active {
  background-color:rgb(212 51 0 / 0.5);
}
.active\:n-bg-light-danger-hover-weak\/55:active {
  background-color:rgb(212 51 0 / 0.55);
}
.active\:n-bg-light-danger-hover-weak\/60:active {
  background-color:rgb(212 51 0 / 0.6);
}
.active\:n-bg-light-danger-hover-weak\/65:active {
  background-color:rgb(212 51 0 / 0.65);
}
.active\:n-bg-light-danger-hover-weak\/70:active {
  background-color:rgb(212 51 0 / 0.7);
}
.active\:n-bg-light-danger-hover-weak\/75:active {
  background-color:rgb(212 51 0 / 0.75);
}
.active\:n-bg-light-danger-hover-weak\/80:active {
  background-color:rgb(212 51 0 / 0.8);
}
.active\:n-bg-light-danger-hover-weak\/85:active {
  background-color:rgb(212 51 0 / 0.85);
}
.active\:n-bg-light-danger-hover-weak\/90:active {
  background-color:rgb(212 51 0 / 0.9);
}
.active\:n-bg-light-danger-hover-weak\/95:active {
  background-color:rgb(212 51 0 / 0.95);
}
.active\:n-bg-light-danger-icon:active {
  --tw-bg-opacity:1;
  background-color:rgb(187 45 0 / var(--tw-bg-opacity));
}
.active\:n-bg-light-danger-icon\/0:active {
  background-color:rgb(187 45 0 / 0);
}
.active\:n-bg-light-danger-icon\/10:active {
  background-color:rgb(187 45 0 / 0.1);
}
.active\:n-bg-light-danger-icon\/100:active {
  background-color:rgb(187 45 0 / 1);
}
.active\:n-bg-light-danger-icon\/15:active {
  background-color:rgb(187 45 0 / 0.15);
}
.active\:n-bg-light-danger-icon\/20:active {
  background-color:rgb(187 45 0 / 0.2);
}
.active\:n-bg-light-danger-icon\/25:active {
  background-color:rgb(187 45 0 / 0.25);
}
.active\:n-bg-light-danger-icon\/30:active {
  background-color:rgb(187 45 0 / 0.3);
}
.active\:n-bg-light-danger-icon\/35:active {
  background-color:rgb(187 45 0 / 0.35);
}
.active\:n-bg-light-danger-icon\/40:active {
  background-color:rgb(187 45 0 / 0.4);
}
.active\:n-bg-light-danger-icon\/45:active {
  background-color:rgb(187 45 0 / 0.45);
}
.active\:n-bg-light-danger-icon\/5:active {
  background-color:rgb(187 45 0 / 0.05);
}
.active\:n-bg-light-danger-icon\/50:active {
  background-color:rgb(187 45 0 / 0.5);
}
.active\:n-bg-light-danger-icon\/55:active {
  background-color:rgb(187 45 0 / 0.55);
}
.active\:n-bg-light-danger-icon\/60:active {
  background-color:rgb(187 45 0 / 0.6);
}
.active\:n-bg-light-danger-icon\/65:active {
  background-color:rgb(187 45 0 / 0.65);
}
.active\:n-bg-light-danger-icon\/70:active {
  background-color:rgb(187 45 0 / 0.7);
}
.active\:n-bg-light-danger-icon\/75:active {
  background-color:rgb(187 45 0 / 0.75);
}
.active\:n-bg-light-danger-icon\/80:active {
  background-color:rgb(187 45 0 / 0.8);
}
.active\:n-bg-light-danger-icon\/85:active {
  background-color:rgb(187 45 0 / 0.85);
}
.active\:n-bg-light-danger-icon\/90:active {
  background-color:rgb(187 45 0 / 0.9);
}
.active\:n-bg-light-danger-icon\/95:active {
  background-color:rgb(187 45 0 / 0.95);
}
.active\:n-bg-light-danger-pressed-strong:active {
  --tw-bg-opacity:1;
  background-color:rgb(115 14 0 / var(--tw-bg-opacity));
}
.active\:n-bg-light-danger-pressed-strong\/0:active {
  background-color:rgb(115 14 0 / 0);
}
.active\:n-bg-light-danger-pressed-strong\/10:active {
  background-color:rgb(115 14 0 / 0.1);
}
.active\:n-bg-light-danger-pressed-strong\/100:active {
  background-color:rgb(115 14 0 / 1);
}
.active\:n-bg-light-danger-pressed-strong\/15:active {
  background-color:rgb(115 14 0 / 0.15);
}
.active\:n-bg-light-danger-pressed-strong\/20:active {
  background-color:rgb(115 14 0 / 0.2);
}
.active\:n-bg-light-danger-pressed-strong\/25:active {
  background-color:rgb(115 14 0 / 0.25);
}
.active\:n-bg-light-danger-pressed-strong\/30:active {
  background-color:rgb(115 14 0 / 0.3);
}
.active\:n-bg-light-danger-pressed-strong\/35:active {
  background-color:rgb(115 14 0 / 0.35);
}
.active\:n-bg-light-danger-pressed-strong\/40:active {
  background-color:rgb(115 14 0 / 0.4);
}
.active\:n-bg-light-danger-pressed-strong\/45:active {
  background-color:rgb(115 14 0 / 0.45);
}
.active\:n-bg-light-danger-pressed-strong\/5:active {
  background-color:rgb(115 14 0 / 0.05);
}
.active\:n-bg-light-danger-pressed-strong\/50:active {
  background-color:rgb(115 14 0 / 0.5);
}
.active\:n-bg-light-danger-pressed-strong\/55:active {
  background-color:rgb(115 14 0 / 0.55);
}
.active\:n-bg-light-danger-pressed-strong\/60:active {
  background-color:rgb(115 14 0 / 0.6);
}
.active\:n-bg-light-danger-pressed-strong\/65:active {
  background-color:rgb(115 14 0 / 0.65);
}
.active\:n-bg-light-danger-pressed-strong\/70:active {
  background-color:rgb(115 14 0 / 0.7);
}
.active\:n-bg-light-danger-pressed-strong\/75:active {
  background-color:rgb(115 14 0 / 0.75);
}
.active\:n-bg-light-danger-pressed-strong\/80:active {
  background-color:rgb(115 14 0 / 0.8);
}
.active\:n-bg-light-danger-pressed-strong\/85:active {
  background-color:rgb(115 14 0 / 0.85);
}
.active\:n-bg-light-danger-pressed-strong\/90:active {
  background-color:rgb(115 14 0 / 0.9);
}
.active\:n-bg-light-danger-pressed-strong\/95:active {
  background-color:rgb(115 14 0 / 0.95);
}
.active\:n-bg-light-danger-pressed-weak:active {
  --tw-bg-opacity:1;
  background-color:rgb(212 51 0 / var(--tw-bg-opacity));
}
.active\:n-bg-light-danger-pressed-weak\/0:active {
  background-color:rgb(212 51 0 / 0);
}
.active\:n-bg-light-danger-pressed-weak\/10:active {
  background-color:rgb(212 51 0 / 0.1);
}
.active\:n-bg-light-danger-pressed-weak\/100:active {
  background-color:rgb(212 51 0 / 1);
}
.active\:n-bg-light-danger-pressed-weak\/15:active {
  background-color:rgb(212 51 0 / 0.15);
}
.active\:n-bg-light-danger-pressed-weak\/20:active {
  background-color:rgb(212 51 0 / 0.2);
}
.active\:n-bg-light-danger-pressed-weak\/25:active {
  background-color:rgb(212 51 0 / 0.25);
}
.active\:n-bg-light-danger-pressed-weak\/30:active {
  background-color:rgb(212 51 0 / 0.3);
}
.active\:n-bg-light-danger-pressed-weak\/35:active {
  background-color:rgb(212 51 0 / 0.35);
}
.active\:n-bg-light-danger-pressed-weak\/40:active {
  background-color:rgb(212 51 0 / 0.4);
}
.active\:n-bg-light-danger-pressed-weak\/45:active {
  background-color:rgb(212 51 0 / 0.45);
}
.active\:n-bg-light-danger-pressed-weak\/5:active {
  background-color:rgb(212 51 0 / 0.05);
}
.active\:n-bg-light-danger-pressed-weak\/50:active {
  background-color:rgb(212 51 0 / 0.5);
}
.active\:n-bg-light-danger-pressed-weak\/55:active {
  background-color:rgb(212 51 0 / 0.55);
}
.active\:n-bg-light-danger-pressed-weak\/60:active {
  background-color:rgb(212 51 0 / 0.6);
}
.active\:n-bg-light-danger-pressed-weak\/65:active {
  background-color:rgb(212 51 0 / 0.65);
}
.active\:n-bg-light-danger-pressed-weak\/70:active {
  background-color:rgb(212 51 0 / 0.7);
}
.active\:n-bg-light-danger-pressed-weak\/75:active {
  background-color:rgb(212 51 0 / 0.75);
}
.active\:n-bg-light-danger-pressed-weak\/80:active {
  background-color:rgb(212 51 0 / 0.8);
}
.active\:n-bg-light-danger-pressed-weak\/85:active {
  background-color:rgb(212 51 0 / 0.85);
}
.active\:n-bg-light-danger-pressed-weak\/90:active {
  background-color:rgb(212 51 0 / 0.9);
}
.active\:n-bg-light-danger-pressed-weak\/95:active {
  background-color:rgb(212 51 0 / 0.95);
}
.active\:n-bg-light-danger-text:active {
  --tw-bg-opacity:1;
  background-color:rgb(187 45 0 / var(--tw-bg-opacity));
}
.active\:n-bg-light-danger-text\/0:active {
  background-color:rgb(187 45 0 / 0);
}
.active\:n-bg-light-danger-text\/10:active {
  background-color:rgb(187 45 0 / 0.1);
}
.active\:n-bg-light-danger-text\/100:active {
  background-color:rgb(187 45 0 / 1);
}
.active\:n-bg-light-danger-text\/15:active {
  background-color:rgb(187 45 0 / 0.15);
}
.active\:n-bg-light-danger-text\/20:active {
  background-color:rgb(187 45 0 / 0.2);
}
.active\:n-bg-light-danger-text\/25:active {
  background-color:rgb(187 45 0 / 0.25);
}
.active\:n-bg-light-danger-text\/30:active {
  background-color:rgb(187 45 0 / 0.3);
}
.active\:n-bg-light-danger-text\/35:active {
  background-color:rgb(187 45 0 / 0.35);
}
.active\:n-bg-light-danger-text\/40:active {
  background-color:rgb(187 45 0 / 0.4);
}
.active\:n-bg-light-danger-text\/45:active {
  background-color:rgb(187 45 0 / 0.45);
}
.active\:n-bg-light-danger-text\/5:active {
  background-color:rgb(187 45 0 / 0.05);
}
.active\:n-bg-light-danger-text\/50:active {
  background-color:rgb(187 45 0 / 0.5);
}
.active\:n-bg-light-danger-text\/55:active {
  background-color:rgb(187 45 0 / 0.55);
}
.active\:n-bg-light-danger-text\/60:active {
  background-color:rgb(187 45 0 / 0.6);
}
.active\:n-bg-light-danger-text\/65:active {
  background-color:rgb(187 45 0 / 0.65);
}
.active\:n-bg-light-danger-text\/70:active {
  background-color:rgb(187 45 0 / 0.7);
}
.active\:n-bg-light-danger-text\/75:active {
  background-color:rgb(187 45 0 / 0.75);
}
.active\:n-bg-light-danger-text\/80:active {
  background-color:rgb(187 45 0 / 0.8);
}
.active\:n-bg-light-danger-text\/85:active {
  background-color:rgb(187 45 0 / 0.85);
}
.active\:n-bg-light-danger-text\/90:active {
  background-color:rgb(187 45 0 / 0.9);
}
.active\:n-bg-light-danger-text\/95:active {
  background-color:rgb(187 45 0 / 0.95);
}
.active\:n-bg-light-discovery-bg-status:active {
  --tw-bg-opacity:1;
  background-color:rgb(117 78 200 / var(--tw-bg-opacity));
}
.active\:n-bg-light-discovery-bg-status\/0:active {
  background-color:rgb(117 78 200 / 0);
}
.active\:n-bg-light-discovery-bg-status\/10:active {
  background-color:rgb(117 78 200 / 0.1);
}
.active\:n-bg-light-discovery-bg-status\/100:active {
  background-color:rgb(117 78 200 / 1);
}
.active\:n-bg-light-discovery-bg-status\/15:active {
  background-color:rgb(117 78 200 / 0.15);
}
.active\:n-bg-light-discovery-bg-status\/20:active {
  background-color:rgb(117 78 200 / 0.2);
}
.active\:n-bg-light-discovery-bg-status\/25:active {
  background-color:rgb(117 78 200 / 0.25);
}
.active\:n-bg-light-discovery-bg-status\/30:active {
  background-color:rgb(117 78 200 / 0.3);
}
.active\:n-bg-light-discovery-bg-status\/35:active {
  background-color:rgb(117 78 200 / 0.35);
}
.active\:n-bg-light-discovery-bg-status\/40:active {
  background-color:rgb(117 78 200 / 0.4);
}
.active\:n-bg-light-discovery-bg-status\/45:active {
  background-color:rgb(117 78 200 / 0.45);
}
.active\:n-bg-light-discovery-bg-status\/5:active {
  background-color:rgb(117 78 200 / 0.05);
}
.active\:n-bg-light-discovery-bg-status\/50:active {
  background-color:rgb(117 78 200 / 0.5);
}
.active\:n-bg-light-discovery-bg-status\/55:active {
  background-color:rgb(117 78 200 / 0.55);
}
.active\:n-bg-light-discovery-bg-status\/60:active {
  background-color:rgb(117 78 200 / 0.6);
}
.active\:n-bg-light-discovery-bg-status\/65:active {
  background-color:rgb(117 78 200 / 0.65);
}
.active\:n-bg-light-discovery-bg-status\/70:active {
  background-color:rgb(117 78 200 / 0.7);
}
.active\:n-bg-light-discovery-bg-status\/75:active {
  background-color:rgb(117 78 200 / 0.75);
}
.active\:n-bg-light-discovery-bg-status\/80:active {
  background-color:rgb(117 78 200 / 0.8);
}
.active\:n-bg-light-discovery-bg-status\/85:active {
  background-color:rgb(117 78 200 / 0.85);
}
.active\:n-bg-light-discovery-bg-status\/90:active {
  background-color:rgb(117 78 200 / 0.9);
}
.active\:n-bg-light-discovery-bg-status\/95:active {
  background-color:rgb(117 78 200 / 0.95);
}
.active\:n-bg-light-discovery-bg-strong:active {
  --tw-bg-opacity:1;
  background-color:rgb(90 52 170 / var(--tw-bg-opacity));
}
.active\:n-bg-light-discovery-bg-strong\/0:active {
  background-color:rgb(90 52 170 / 0);
}
.active\:n-bg-light-discovery-bg-strong\/10:active {
  background-color:rgb(90 52 170 / 0.1);
}
.active\:n-bg-light-discovery-bg-strong\/100:active {
  background-color:rgb(90 52 170 / 1);
}
.active\:n-bg-light-discovery-bg-strong\/15:active {
  background-color:rgb(90 52 170 / 0.15);
}
.active\:n-bg-light-discovery-bg-strong\/20:active {
  background-color:rgb(90 52 170 / 0.2);
}
.active\:n-bg-light-discovery-bg-strong\/25:active {
  background-color:rgb(90 52 170 / 0.25);
}
.active\:n-bg-light-discovery-bg-strong\/30:active {
  background-color:rgb(90 52 170 / 0.3);
}
.active\:n-bg-light-discovery-bg-strong\/35:active {
  background-color:rgb(90 52 170 / 0.35);
}
.active\:n-bg-light-discovery-bg-strong\/40:active {
  background-color:rgb(90 52 170 / 0.4);
}
.active\:n-bg-light-discovery-bg-strong\/45:active {
  background-color:rgb(90 52 170 / 0.45);
}
.active\:n-bg-light-discovery-bg-strong\/5:active {
  background-color:rgb(90 52 170 / 0.05);
}
.active\:n-bg-light-discovery-bg-strong\/50:active {
  background-color:rgb(90 52 170 / 0.5);
}
.active\:n-bg-light-discovery-bg-strong\/55:active {
  background-color:rgb(90 52 170 / 0.55);
}
.active\:n-bg-light-discovery-bg-strong\/60:active {
  background-color:rgb(90 52 170 / 0.6);
}
.active\:n-bg-light-discovery-bg-strong\/65:active {
  background-color:rgb(90 52 170 / 0.65);
}
.active\:n-bg-light-discovery-bg-strong\/70:active {
  background-color:rgb(90 52 170 / 0.7);
}
.active\:n-bg-light-discovery-bg-strong\/75:active {
  background-color:rgb(90 52 170 / 0.75);
}
.active\:n-bg-light-discovery-bg-strong\/80:active {
  background-color:rgb(90 52 170 / 0.8);
}
.active\:n-bg-light-discovery-bg-strong\/85:active {
  background-color:rgb(90 52 170 / 0.85);
}
.active\:n-bg-light-discovery-bg-strong\/90:active {
  background-color:rgb(90 52 170 / 0.9);
}
.active\:n-bg-light-discovery-bg-strong\/95:active {
  background-color:rgb(90 52 170 / 0.95);
}
.active\:n-bg-light-discovery-bg-weak:active {
  --tw-bg-opacity:1;
  background-color:rgb(233 222 255 / var(--tw-bg-opacity));
}
.active\:n-bg-light-discovery-bg-weak\/0:active {
  background-color:rgb(233 222 255 / 0);
}
.active\:n-bg-light-discovery-bg-weak\/10:active {
  background-color:rgb(233 222 255 / 0.1);
}
.active\:n-bg-light-discovery-bg-weak\/100:active {
  background-color:rgb(233 222 255 / 1);
}
.active\:n-bg-light-discovery-bg-weak\/15:active {
  background-color:rgb(233 222 255 / 0.15);
}
.active\:n-bg-light-discovery-bg-weak\/20:active {
  background-color:rgb(233 222 255 / 0.2);
}
.active\:n-bg-light-discovery-bg-weak\/25:active {
  background-color:rgb(233 222 255 / 0.25);
}
.active\:n-bg-light-discovery-bg-weak\/30:active {
  background-color:rgb(233 222 255 / 0.3);
}
.active\:n-bg-light-discovery-bg-weak\/35:active {
  background-color:rgb(233 222 255 / 0.35);
}
.active\:n-bg-light-discovery-bg-weak\/40:active {
  background-color:rgb(233 222 255 / 0.4);
}
.active\:n-bg-light-discovery-bg-weak\/45:active {
  background-color:rgb(233 222 255 / 0.45);
}
.active\:n-bg-light-discovery-bg-weak\/5:active {
  background-color:rgb(233 222 255 / 0.05);
}
.active\:n-bg-light-discovery-bg-weak\/50:active {
  background-color:rgb(233 222 255 / 0.5);
}
.active\:n-bg-light-discovery-bg-weak\/55:active {
  background-color:rgb(233 222 255 / 0.55);
}
.active\:n-bg-light-discovery-bg-weak\/60:active {
  background-color:rgb(233 222 255 / 0.6);
}
.active\:n-bg-light-discovery-bg-weak\/65:active {
  background-color:rgb(233 222 255 / 0.65);
}
.active\:n-bg-light-discovery-bg-weak\/70:active {
  background-color:rgb(233 222 255 / 0.7);
}
.active\:n-bg-light-discovery-bg-weak\/75:active {
  background-color:rgb(233 222 255 / 0.75);
}
.active\:n-bg-light-discovery-bg-weak\/80:active {
  background-color:rgb(233 222 255 / 0.8);
}
.active\:n-bg-light-discovery-bg-weak\/85:active {
  background-color:rgb(233 222 255 / 0.85);
}
.active\:n-bg-light-discovery-bg-weak\/90:active {
  background-color:rgb(233 222 255 / 0.9);
}
.active\:n-bg-light-discovery-bg-weak\/95:active {
  background-color:rgb(233 222 255 / 0.95);
}
.active\:n-bg-light-discovery-border-strong:active {
  --tw-bg-opacity:1;
  background-color:rgb(90 52 170 / var(--tw-bg-opacity));
}
.active\:n-bg-light-discovery-border-strong\/0:active {
  background-color:rgb(90 52 170 / 0);
}
.active\:n-bg-light-discovery-border-strong\/10:active {
  background-color:rgb(90 52 170 / 0.1);
}
.active\:n-bg-light-discovery-border-strong\/100:active {
  background-color:rgb(90 52 170 / 1);
}
.active\:n-bg-light-discovery-border-strong\/15:active {
  background-color:rgb(90 52 170 / 0.15);
}
.active\:n-bg-light-discovery-border-strong\/20:active {
  background-color:rgb(90 52 170 / 0.2);
}
.active\:n-bg-light-discovery-border-strong\/25:active {
  background-color:rgb(90 52 170 / 0.25);
}
.active\:n-bg-light-discovery-border-strong\/30:active {
  background-color:rgb(90 52 170 / 0.3);
}
.active\:n-bg-light-discovery-border-strong\/35:active {
  background-color:rgb(90 52 170 / 0.35);
}
.active\:n-bg-light-discovery-border-strong\/40:active {
  background-color:rgb(90 52 170 / 0.4);
}
.active\:n-bg-light-discovery-border-strong\/45:active {
  background-color:rgb(90 52 170 / 0.45);
}
.active\:n-bg-light-discovery-border-strong\/5:active {
  background-color:rgb(90 52 170 / 0.05);
}
.active\:n-bg-light-discovery-border-strong\/50:active {
  background-color:rgb(90 52 170 / 0.5);
}
.active\:n-bg-light-discovery-border-strong\/55:active {
  background-color:rgb(90 52 170 / 0.55);
}
.active\:n-bg-light-discovery-border-strong\/60:active {
  background-color:rgb(90 52 170 / 0.6);
}
.active\:n-bg-light-discovery-border-strong\/65:active {
  background-color:rgb(90 52 170 / 0.65);
}
.active\:n-bg-light-discovery-border-strong\/70:active {
  background-color:rgb(90 52 170 / 0.7);
}
.active\:n-bg-light-discovery-border-strong\/75:active {
  background-color:rgb(90 52 170 / 0.75);
}
.active\:n-bg-light-discovery-border-strong\/80:active {
  background-color:rgb(90 52 170 / 0.8);
}
.active\:n-bg-light-discovery-border-strong\/85:active {
  background-color:rgb(90 52 170 / 0.85);
}
.active\:n-bg-light-discovery-border-strong\/90:active {
  background-color:rgb(90 52 170 / 0.9);
}
.active\:n-bg-light-discovery-border-strong\/95:active {
  background-color:rgb(90 52 170 / 0.95);
}
.active\:n-bg-light-discovery-border-weak:active {
  --tw-bg-opacity:1;
  background-color:rgb(179 142 255 / var(--tw-bg-opacity));
}
.active\:n-bg-light-discovery-border-weak\/0:active {
  background-color:rgb(179 142 255 / 0);
}
.active\:n-bg-light-discovery-border-weak\/10:active {
  background-color:rgb(179 142 255 / 0.1);
}
.active\:n-bg-light-discovery-border-weak\/100:active {
  background-color:rgb(179 142 255 / 1);
}
.active\:n-bg-light-discovery-border-weak\/15:active {
  background-color:rgb(179 142 255 / 0.15);
}
.active\:n-bg-light-discovery-border-weak\/20:active {
  background-color:rgb(179 142 255 / 0.2);
}
.active\:n-bg-light-discovery-border-weak\/25:active {
  background-color:rgb(179 142 255 / 0.25);
}
.active\:n-bg-light-discovery-border-weak\/30:active {
  background-color:rgb(179 142 255 / 0.3);
}
.active\:n-bg-light-discovery-border-weak\/35:active {
  background-color:rgb(179 142 255 / 0.35);
}
.active\:n-bg-light-discovery-border-weak\/40:active {
  background-color:rgb(179 142 255 / 0.4);
}
.active\:n-bg-light-discovery-border-weak\/45:active {
  background-color:rgb(179 142 255 / 0.45);
}
.active\:n-bg-light-discovery-border-weak\/5:active {
  background-color:rgb(179 142 255 / 0.05);
}
.active\:n-bg-light-discovery-border-weak\/50:active {
  background-color:rgb(179 142 255 / 0.5);
}
.active\:n-bg-light-discovery-border-weak\/55:active {
  background-color:rgb(179 142 255 / 0.55);
}
.active\:n-bg-light-discovery-border-weak\/60:active {
  background-color:rgb(179 142 255 / 0.6);
}
.active\:n-bg-light-discovery-border-weak\/65:active {
  background-color:rgb(179 142 255 / 0.65);
}
.active\:n-bg-light-discovery-border-weak\/70:active {
  background-color:rgb(179 142 255 / 0.7);
}
.active\:n-bg-light-discovery-border-weak\/75:active {
  background-color:rgb(179 142 255 / 0.75);
}
.active\:n-bg-light-discovery-border-weak\/80:active {
  background-color:rgb(179 142 255 / 0.8);
}
.active\:n-bg-light-discovery-border-weak\/85:active {
  background-color:rgb(179 142 255 / 0.85);
}
.active\:n-bg-light-discovery-border-weak\/90:active {
  background-color:rgb(179 142 255 / 0.9);
}
.active\:n-bg-light-discovery-border-weak\/95:active {
  background-color:rgb(179 142 255 / 0.95);
}
.active\:n-bg-light-discovery-icon:active {
  --tw-bg-opacity:1;
  background-color:rgb(90 52 170 / var(--tw-bg-opacity));
}
.active\:n-bg-light-discovery-icon\/0:active {
  background-color:rgb(90 52 170 / 0);
}
.active\:n-bg-light-discovery-icon\/10:active {
  background-color:rgb(90 52 170 / 0.1);
}
.active\:n-bg-light-discovery-icon\/100:active {
  background-color:rgb(90 52 170 / 1);
}
.active\:n-bg-light-discovery-icon\/15:active {
  background-color:rgb(90 52 170 / 0.15);
}
.active\:n-bg-light-discovery-icon\/20:active {
  background-color:rgb(90 52 170 / 0.2);
}
.active\:n-bg-light-discovery-icon\/25:active {
  background-color:rgb(90 52 170 / 0.25);
}
.active\:n-bg-light-discovery-icon\/30:active {
  background-color:rgb(90 52 170 / 0.3);
}
.active\:n-bg-light-discovery-icon\/35:active {
  background-color:rgb(90 52 170 / 0.35);
}
.active\:n-bg-light-discovery-icon\/40:active {
  background-color:rgb(90 52 170 / 0.4);
}
.active\:n-bg-light-discovery-icon\/45:active {
  background-color:rgb(90 52 170 / 0.45);
}
.active\:n-bg-light-discovery-icon\/5:active {
  background-color:rgb(90 52 170 / 0.05);
}
.active\:n-bg-light-discovery-icon\/50:active {
  background-color:rgb(90 52 170 / 0.5);
}
.active\:n-bg-light-discovery-icon\/55:active {
  background-color:rgb(90 52 170 / 0.55);
}
.active\:n-bg-light-discovery-icon\/60:active {
  background-color:rgb(90 52 170 / 0.6);
}
.active\:n-bg-light-discovery-icon\/65:active {
  background-color:rgb(90 52 170 / 0.65);
}
.active\:n-bg-light-discovery-icon\/70:active {
  background-color:rgb(90 52 170 / 0.7);
}
.active\:n-bg-light-discovery-icon\/75:active {
  background-color:rgb(90 52 170 / 0.75);
}
.active\:n-bg-light-discovery-icon\/80:active {
  background-color:rgb(90 52 170 / 0.8);
}
.active\:n-bg-light-discovery-icon\/85:active {
  background-color:rgb(90 52 170 / 0.85);
}
.active\:n-bg-light-discovery-icon\/90:active {
  background-color:rgb(90 52 170 / 0.9);
}
.active\:n-bg-light-discovery-icon\/95:active {
  background-color:rgb(90 52 170 / 0.95);
}
.active\:n-bg-light-discovery-text:active {
  --tw-bg-opacity:1;
  background-color:rgb(90 52 170 / var(--tw-bg-opacity));
}
.active\:n-bg-light-discovery-text\/0:active {
  background-color:rgb(90 52 170 / 0);
}
.active\:n-bg-light-discovery-text\/10:active {
  background-color:rgb(90 52 170 / 0.1);
}
.active\:n-bg-light-discovery-text\/100:active {
  background-color:rgb(90 52 170 / 1);
}
.active\:n-bg-light-discovery-text\/15:active {
  background-color:rgb(90 52 170 / 0.15);
}
.active\:n-bg-light-discovery-text\/20:active {
  background-color:rgb(90 52 170 / 0.2);
}
.active\:n-bg-light-discovery-text\/25:active {
  background-color:rgb(90 52 170 / 0.25);
}
.active\:n-bg-light-discovery-text\/30:active {
  background-color:rgb(90 52 170 / 0.3);
}
.active\:n-bg-light-discovery-text\/35:active {
  background-color:rgb(90 52 170 / 0.35);
}
.active\:n-bg-light-discovery-text\/40:active {
  background-color:rgb(90 52 170 / 0.4);
}
.active\:n-bg-light-discovery-text\/45:active {
  background-color:rgb(90 52 170 / 0.45);
}
.active\:n-bg-light-discovery-text\/5:active {
  background-color:rgb(90 52 170 / 0.05);
}
.active\:n-bg-light-discovery-text\/50:active {
  background-color:rgb(90 52 170 / 0.5);
}
.active\:n-bg-light-discovery-text\/55:active {
  background-color:rgb(90 52 170 / 0.55);
}
.active\:n-bg-light-discovery-text\/60:active {
  background-color:rgb(90 52 170 / 0.6);
}
.active\:n-bg-light-discovery-text\/65:active {
  background-color:rgb(90 52 170 / 0.65);
}
.active\:n-bg-light-discovery-text\/70:active {
  background-color:rgb(90 52 170 / 0.7);
}
.active\:n-bg-light-discovery-text\/75:active {
  background-color:rgb(90 52 170 / 0.75);
}
.active\:n-bg-light-discovery-text\/80:active {
  background-color:rgb(90 52 170 / 0.8);
}
.active\:n-bg-light-discovery-text\/85:active {
  background-color:rgb(90 52 170 / 0.85);
}
.active\:n-bg-light-discovery-text\/90:active {
  background-color:rgb(90 52 170 / 0.9);
}
.active\:n-bg-light-discovery-text\/95:active {
  background-color:rgb(90 52 170 / 0.95);
}
.active\:n-bg-light-neutral-bg-default:active {
  --tw-bg-opacity:1;
  background-color:rgb(245 246 246 / var(--tw-bg-opacity));
}
.active\:n-bg-light-neutral-bg-default\/0:active {
  background-color:rgb(245 246 246 / 0);
}
.active\:n-bg-light-neutral-bg-default\/10:active {
  background-color:rgb(245 246 246 / 0.1);
}
.active\:n-bg-light-neutral-bg-default\/100:active {
  background-color:rgb(245 246 246 / 1);
}
.active\:n-bg-light-neutral-bg-default\/15:active {
  background-color:rgb(245 246 246 / 0.15);
}
.active\:n-bg-light-neutral-bg-default\/20:active {
  background-color:rgb(245 246 246 / 0.2);
}
.active\:n-bg-light-neutral-bg-default\/25:active {
  background-color:rgb(245 246 246 / 0.25);
}
.active\:n-bg-light-neutral-bg-default\/30:active {
  background-color:rgb(245 246 246 / 0.3);
}
.active\:n-bg-light-neutral-bg-default\/35:active {
  background-color:rgb(245 246 246 / 0.35);
}
.active\:n-bg-light-neutral-bg-default\/40:active {
  background-color:rgb(245 246 246 / 0.4);
}
.active\:n-bg-light-neutral-bg-default\/45:active {
  background-color:rgb(245 246 246 / 0.45);
}
.active\:n-bg-light-neutral-bg-default\/5:active {
  background-color:rgb(245 246 246 / 0.05);
}
.active\:n-bg-light-neutral-bg-default\/50:active {
  background-color:rgb(245 246 246 / 0.5);
}
.active\:n-bg-light-neutral-bg-default\/55:active {
  background-color:rgb(245 246 246 / 0.55);
}
.active\:n-bg-light-neutral-bg-default\/60:active {
  background-color:rgb(245 246 246 / 0.6);
}
.active\:n-bg-light-neutral-bg-default\/65:active {
  background-color:rgb(245 246 246 / 0.65);
}
.active\:n-bg-light-neutral-bg-default\/70:active {
  background-color:rgb(245 246 246 / 0.7);
}
.active\:n-bg-light-neutral-bg-default\/75:active {
  background-color:rgb(245 246 246 / 0.75);
}
.active\:n-bg-light-neutral-bg-default\/80:active {
  background-color:rgb(245 246 246 / 0.8);
}
.active\:n-bg-light-neutral-bg-default\/85:active {
  background-color:rgb(245 246 246 / 0.85);
}
.active\:n-bg-light-neutral-bg-default\/90:active {
  background-color:rgb(245 246 246 / 0.9);
}
.active\:n-bg-light-neutral-bg-default\/95:active {
  background-color:rgb(245 246 246 / 0.95);
}
.active\:n-bg-light-neutral-bg-on-bg-weak:active {
  --tw-bg-opacity:1;
  background-color:rgb(245 246 246 / var(--tw-bg-opacity));
}
.active\:n-bg-light-neutral-bg-on-bg-weak\/0:active {
  background-color:rgb(245 246 246 / 0);
}
.active\:n-bg-light-neutral-bg-on-bg-weak\/10:active {
  background-color:rgb(245 246 246 / 0.1);
}
.active\:n-bg-light-neutral-bg-on-bg-weak\/100:active {
  background-color:rgb(245 246 246 / 1);
}
.active\:n-bg-light-neutral-bg-on-bg-weak\/15:active {
  background-color:rgb(245 246 246 / 0.15);
}
.active\:n-bg-light-neutral-bg-on-bg-weak\/20:active {
  background-color:rgb(245 246 246 / 0.2);
}
.active\:n-bg-light-neutral-bg-on-bg-weak\/25:active {
  background-color:rgb(245 246 246 / 0.25);
}
.active\:n-bg-light-neutral-bg-on-bg-weak\/30:active {
  background-color:rgb(245 246 246 / 0.3);
}
.active\:n-bg-light-neutral-bg-on-bg-weak\/35:active {
  background-color:rgb(245 246 246 / 0.35);
}
.active\:n-bg-light-neutral-bg-on-bg-weak\/40:active {
  background-color:rgb(245 246 246 / 0.4);
}
.active\:n-bg-light-neutral-bg-on-bg-weak\/45:active {
  background-color:rgb(245 246 246 / 0.45);
}
.active\:n-bg-light-neutral-bg-on-bg-weak\/5:active {
  background-color:rgb(245 246 246 / 0.05);
}
.active\:n-bg-light-neutral-bg-on-bg-weak\/50:active {
  background-color:rgb(245 246 246 / 0.5);
}
.active\:n-bg-light-neutral-bg-on-bg-weak\/55:active {
  background-color:rgb(245 246 246 / 0.55);
}
.active\:n-bg-light-neutral-bg-on-bg-weak\/60:active {
  background-color:rgb(245 246 246 / 0.6);
}
.active\:n-bg-light-neutral-bg-on-bg-weak\/65:active {
  background-color:rgb(245 246 246 / 0.65);
}
.active\:n-bg-light-neutral-bg-on-bg-weak\/70:active {
  background-color:rgb(245 246 246 / 0.7);
}
.active\:n-bg-light-neutral-bg-on-bg-weak\/75:active {
  background-color:rgb(245 246 246 / 0.75);
}
.active\:n-bg-light-neutral-bg-on-bg-weak\/80:active {
  background-color:rgb(245 246 246 / 0.8);
}
.active\:n-bg-light-neutral-bg-on-bg-weak\/85:active {
  background-color:rgb(245 246 246 / 0.85);
}
.active\:n-bg-light-neutral-bg-on-bg-weak\/90:active {
  background-color:rgb(245 246 246 / 0.9);
}
.active\:n-bg-light-neutral-bg-on-bg-weak\/95:active {
  background-color:rgb(245 246 246 / 0.95);
}
.active\:n-bg-light-neutral-bg-status:active {
  --tw-bg-opacity:1;
  background-color:rgb(168 172 178 / var(--tw-bg-opacity));
}
.active\:n-bg-light-neutral-bg-status\/0:active {
  background-color:rgb(168 172 178 / 0);
}
.active\:n-bg-light-neutral-bg-status\/10:active {
  background-color:rgb(168 172 178 / 0.1);
}
.active\:n-bg-light-neutral-bg-status\/100:active {
  background-color:rgb(168 172 178 / 1);
}
.active\:n-bg-light-neutral-bg-status\/15:active {
  background-color:rgb(168 172 178 / 0.15);
}
.active\:n-bg-light-neutral-bg-status\/20:active {
  background-color:rgb(168 172 178 / 0.2);
}
.active\:n-bg-light-neutral-bg-status\/25:active {
  background-color:rgb(168 172 178 / 0.25);
}
.active\:n-bg-light-neutral-bg-status\/30:active {
  background-color:rgb(168 172 178 / 0.3);
}
.active\:n-bg-light-neutral-bg-status\/35:active {
  background-color:rgb(168 172 178 / 0.35);
}
.active\:n-bg-light-neutral-bg-status\/40:active {
  background-color:rgb(168 172 178 / 0.4);
}
.active\:n-bg-light-neutral-bg-status\/45:active {
  background-color:rgb(168 172 178 / 0.45);
}
.active\:n-bg-light-neutral-bg-status\/5:active {
  background-color:rgb(168 172 178 / 0.05);
}
.active\:n-bg-light-neutral-bg-status\/50:active {
  background-color:rgb(168 172 178 / 0.5);
}
.active\:n-bg-light-neutral-bg-status\/55:active {
  background-color:rgb(168 172 178 / 0.55);
}
.active\:n-bg-light-neutral-bg-status\/60:active {
  background-color:rgb(168 172 178 / 0.6);
}
.active\:n-bg-light-neutral-bg-status\/65:active {
  background-color:rgb(168 172 178 / 0.65);
}
.active\:n-bg-light-neutral-bg-status\/70:active {
  background-color:rgb(168 172 178 / 0.7);
}
.active\:n-bg-light-neutral-bg-status\/75:active {
  background-color:rgb(168 172 178 / 0.75);
}
.active\:n-bg-light-neutral-bg-status\/80:active {
  background-color:rgb(168 172 178 / 0.8);
}
.active\:n-bg-light-neutral-bg-status\/85:active {
  background-color:rgb(168 172 178 / 0.85);
}
.active\:n-bg-light-neutral-bg-status\/90:active {
  background-color:rgb(168 172 178 / 0.9);
}
.active\:n-bg-light-neutral-bg-status\/95:active {
  background-color:rgb(168 172 178 / 0.95);
}
.active\:n-bg-light-neutral-bg-strong:active {
  --tw-bg-opacity:1;
  background-color:rgb(226 227 229 / var(--tw-bg-opacity));
}
.active\:n-bg-light-neutral-bg-strong\/0:active {
  background-color:rgb(226 227 229 / 0);
}
.active\:n-bg-light-neutral-bg-strong\/10:active {
  background-color:rgb(226 227 229 / 0.1);
}
.active\:n-bg-light-neutral-bg-strong\/100:active {
  background-color:rgb(226 227 229 / 1);
}
.active\:n-bg-light-neutral-bg-strong\/15:active {
  background-color:rgb(226 227 229 / 0.15);
}
.active\:n-bg-light-neutral-bg-strong\/20:active {
  background-color:rgb(226 227 229 / 0.2);
}
.active\:n-bg-light-neutral-bg-strong\/25:active {
  background-color:rgb(226 227 229 / 0.25);
}
.active\:n-bg-light-neutral-bg-strong\/30:active {
  background-color:rgb(226 227 229 / 0.3);
}
.active\:n-bg-light-neutral-bg-strong\/35:active {
  background-color:rgb(226 227 229 / 0.35);
}
.active\:n-bg-light-neutral-bg-strong\/40:active {
  background-color:rgb(226 227 229 / 0.4);
}
.active\:n-bg-light-neutral-bg-strong\/45:active {
  background-color:rgb(226 227 229 / 0.45);
}
.active\:n-bg-light-neutral-bg-strong\/5:active {
  background-color:rgb(226 227 229 / 0.05);
}
.active\:n-bg-light-neutral-bg-strong\/50:active {
  background-color:rgb(226 227 229 / 0.5);
}
.active\:n-bg-light-neutral-bg-strong\/55:active {
  background-color:rgb(226 227 229 / 0.55);
}
.active\:n-bg-light-neutral-bg-strong\/60:active {
  background-color:rgb(226 227 229 / 0.6);
}
.active\:n-bg-light-neutral-bg-strong\/65:active {
  background-color:rgb(226 227 229 / 0.65);
}
.active\:n-bg-light-neutral-bg-strong\/70:active {
  background-color:rgb(226 227 229 / 0.7);
}
.active\:n-bg-light-neutral-bg-strong\/75:active {
  background-color:rgb(226 227 229 / 0.75);
}
.active\:n-bg-light-neutral-bg-strong\/80:active {
  background-color:rgb(226 227 229 / 0.8);
}
.active\:n-bg-light-neutral-bg-strong\/85:active {
  background-color:rgb(226 227 229 / 0.85);
}
.active\:n-bg-light-neutral-bg-strong\/90:active {
  background-color:rgb(226 227 229 / 0.9);
}
.active\:n-bg-light-neutral-bg-strong\/95:active {
  background-color:rgb(226 227 229 / 0.95);
}
.active\:n-bg-light-neutral-bg-stronger:active {
  --tw-bg-opacity:1;
  background-color:rgb(168 172 178 / var(--tw-bg-opacity));
}
.active\:n-bg-light-neutral-bg-stronger\/0:active {
  background-color:rgb(168 172 178 / 0);
}
.active\:n-bg-light-neutral-bg-stronger\/10:active {
  background-color:rgb(168 172 178 / 0.1);
}
.active\:n-bg-light-neutral-bg-stronger\/100:active {
  background-color:rgb(168 172 178 / 1);
}
.active\:n-bg-light-neutral-bg-stronger\/15:active {
  background-color:rgb(168 172 178 / 0.15);
}
.active\:n-bg-light-neutral-bg-stronger\/20:active {
  background-color:rgb(168 172 178 / 0.2);
}
.active\:n-bg-light-neutral-bg-stronger\/25:active {
  background-color:rgb(168 172 178 / 0.25);
}
.active\:n-bg-light-neutral-bg-stronger\/30:active {
  background-color:rgb(168 172 178 / 0.3);
}
.active\:n-bg-light-neutral-bg-stronger\/35:active {
  background-color:rgb(168 172 178 / 0.35);
}
.active\:n-bg-light-neutral-bg-stronger\/40:active {
  background-color:rgb(168 172 178 / 0.4);
}
.active\:n-bg-light-neutral-bg-stronger\/45:active {
  background-color:rgb(168 172 178 / 0.45);
}
.active\:n-bg-light-neutral-bg-stronger\/5:active {
  background-color:rgb(168 172 178 / 0.05);
}
.active\:n-bg-light-neutral-bg-stronger\/50:active {
  background-color:rgb(168 172 178 / 0.5);
}
.active\:n-bg-light-neutral-bg-stronger\/55:active {
  background-color:rgb(168 172 178 / 0.55);
}
.active\:n-bg-light-neutral-bg-stronger\/60:active {
  background-color:rgb(168 172 178 / 0.6);
}
.active\:n-bg-light-neutral-bg-stronger\/65:active {
  background-color:rgb(168 172 178 / 0.65);
}
.active\:n-bg-light-neutral-bg-stronger\/70:active {
  background-color:rgb(168 172 178 / 0.7);
}
.active\:n-bg-light-neutral-bg-stronger\/75:active {
  background-color:rgb(168 172 178 / 0.75);
}
.active\:n-bg-light-neutral-bg-stronger\/80:active {
  background-color:rgb(168 172 178 / 0.8);
}
.active\:n-bg-light-neutral-bg-stronger\/85:active {
  background-color:rgb(168 172 178 / 0.85);
}
.active\:n-bg-light-neutral-bg-stronger\/90:active {
  background-color:rgb(168 172 178 / 0.9);
}
.active\:n-bg-light-neutral-bg-stronger\/95:active {
  background-color:rgb(168 172 178 / 0.95);
}
.active\:n-bg-light-neutral-bg-strongest:active {
  --tw-bg-opacity:1;
  background-color:rgb(60 63 68 / var(--tw-bg-opacity));
}
.active\:n-bg-light-neutral-bg-strongest\/0:active {
  background-color:rgb(60 63 68 / 0);
}
.active\:n-bg-light-neutral-bg-strongest\/10:active {
  background-color:rgb(60 63 68 / 0.1);
}
.active\:n-bg-light-neutral-bg-strongest\/100:active {
  background-color:rgb(60 63 68 / 1);
}
.active\:n-bg-light-neutral-bg-strongest\/15:active {
  background-color:rgb(60 63 68 / 0.15);
}
.active\:n-bg-light-neutral-bg-strongest\/20:active {
  background-color:rgb(60 63 68 / 0.2);
}
.active\:n-bg-light-neutral-bg-strongest\/25:active {
  background-color:rgb(60 63 68 / 0.25);
}
.active\:n-bg-light-neutral-bg-strongest\/30:active {
  background-color:rgb(60 63 68 / 0.3);
}
.active\:n-bg-light-neutral-bg-strongest\/35:active {
  background-color:rgb(60 63 68 / 0.35);
}
.active\:n-bg-light-neutral-bg-strongest\/40:active {
  background-color:rgb(60 63 68 / 0.4);
}
.active\:n-bg-light-neutral-bg-strongest\/45:active {
  background-color:rgb(60 63 68 / 0.45);
}
.active\:n-bg-light-neutral-bg-strongest\/5:active {
  background-color:rgb(60 63 68 / 0.05);
}
.active\:n-bg-light-neutral-bg-strongest\/50:active {
  background-color:rgb(60 63 68 / 0.5);
}
.active\:n-bg-light-neutral-bg-strongest\/55:active {
  background-color:rgb(60 63 68 / 0.55);
}
.active\:n-bg-light-neutral-bg-strongest\/60:active {
  background-color:rgb(60 63 68 / 0.6);
}
.active\:n-bg-light-neutral-bg-strongest\/65:active {
  background-color:rgb(60 63 68 / 0.65);
}
.active\:n-bg-light-neutral-bg-strongest\/70:active {
  background-color:rgb(60 63 68 / 0.7);
}
.active\:n-bg-light-neutral-bg-strongest\/75:active {
  background-color:rgb(60 63 68 / 0.75);
}
.active\:n-bg-light-neutral-bg-strongest\/80:active {
  background-color:rgb(60 63 68 / 0.8);
}
.active\:n-bg-light-neutral-bg-strongest\/85:active {
  background-color:rgb(60 63 68 / 0.85);
}
.active\:n-bg-light-neutral-bg-strongest\/90:active {
  background-color:rgb(60 63 68 / 0.9);
}
.active\:n-bg-light-neutral-bg-strongest\/95:active {
  background-color:rgb(60 63 68 / 0.95);
}
.active\:n-bg-light-neutral-bg-weak:active {
  --tw-bg-opacity:1;
  background-color:rgb(255 255 255 / var(--tw-bg-opacity));
}
.active\:n-bg-light-neutral-bg-weak\/0:active {
  background-color:rgb(255 255 255 / 0);
}
.active\:n-bg-light-neutral-bg-weak\/10:active {
  background-color:rgb(255 255 255 / 0.1);
}
.active\:n-bg-light-neutral-bg-weak\/100:active {
  background-color:rgb(255 255 255 / 1);
}
.active\:n-bg-light-neutral-bg-weak\/15:active {
  background-color:rgb(255 255 255 / 0.15);
}
.active\:n-bg-light-neutral-bg-weak\/20:active {
  background-color:rgb(255 255 255 / 0.2);
}
.active\:n-bg-light-neutral-bg-weak\/25:active {
  background-color:rgb(255 255 255 / 0.25);
}
.active\:n-bg-light-neutral-bg-weak\/30:active {
  background-color:rgb(255 255 255 / 0.3);
}
.active\:n-bg-light-neutral-bg-weak\/35:active {
  background-color:rgb(255 255 255 / 0.35);
}
.active\:n-bg-light-neutral-bg-weak\/40:active {
  background-color:rgb(255 255 255 / 0.4);
}
.active\:n-bg-light-neutral-bg-weak\/45:active {
  background-color:rgb(255 255 255 / 0.45);
}
.active\:n-bg-light-neutral-bg-weak\/5:active {
  background-color:rgb(255 255 255 / 0.05);
}
.active\:n-bg-light-neutral-bg-weak\/50:active {
  background-color:rgb(255 255 255 / 0.5);
}
.active\:n-bg-light-neutral-bg-weak\/55:active {
  background-color:rgb(255 255 255 / 0.55);
}
.active\:n-bg-light-neutral-bg-weak\/60:active {
  background-color:rgb(255 255 255 / 0.6);
}
.active\:n-bg-light-neutral-bg-weak\/65:active {
  background-color:rgb(255 255 255 / 0.65);
}
.active\:n-bg-light-neutral-bg-weak\/70:active {
  background-color:rgb(255 255 255 / 0.7);
}
.active\:n-bg-light-neutral-bg-weak\/75:active {
  background-color:rgb(255 255 255 / 0.75);
}
.active\:n-bg-light-neutral-bg-weak\/80:active {
  background-color:rgb(255 255 255 / 0.8);
}
.active\:n-bg-light-neutral-bg-weak\/85:active {
  background-color:rgb(255 255 255 / 0.85);
}
.active\:n-bg-light-neutral-bg-weak\/90:active {
  background-color:rgb(255 255 255 / 0.9);
}
.active\:n-bg-light-neutral-bg-weak\/95:active {
  background-color:rgb(255 255 255 / 0.95);
}
.active\:n-bg-light-neutral-border-strong:active {
  --tw-bg-opacity:1;
  background-color:rgb(187 190 195 / var(--tw-bg-opacity));
}
.active\:n-bg-light-neutral-border-strong\/0:active {
  background-color:rgb(187 190 195 / 0);
}
.active\:n-bg-light-neutral-border-strong\/10:active {
  background-color:rgb(187 190 195 / 0.1);
}
.active\:n-bg-light-neutral-border-strong\/100:active {
  background-color:rgb(187 190 195 / 1);
}
.active\:n-bg-light-neutral-border-strong\/15:active {
  background-color:rgb(187 190 195 / 0.15);
}
.active\:n-bg-light-neutral-border-strong\/20:active {
  background-color:rgb(187 190 195 / 0.2);
}
.active\:n-bg-light-neutral-border-strong\/25:active {
  background-color:rgb(187 190 195 / 0.25);
}
.active\:n-bg-light-neutral-border-strong\/30:active {
  background-color:rgb(187 190 195 / 0.3);
}
.active\:n-bg-light-neutral-border-strong\/35:active {
  background-color:rgb(187 190 195 / 0.35);
}
.active\:n-bg-light-neutral-border-strong\/40:active {
  background-color:rgb(187 190 195 / 0.4);
}
.active\:n-bg-light-neutral-border-strong\/45:active {
  background-color:rgb(187 190 195 / 0.45);
}
.active\:n-bg-light-neutral-border-strong\/5:active {
  background-color:rgb(187 190 195 / 0.05);
}
.active\:n-bg-light-neutral-border-strong\/50:active {
  background-color:rgb(187 190 195 / 0.5);
}
.active\:n-bg-light-neutral-border-strong\/55:active {
  background-color:rgb(187 190 195 / 0.55);
}
.active\:n-bg-light-neutral-border-strong\/60:active {
  background-color:rgb(187 190 195 / 0.6);
}
.active\:n-bg-light-neutral-border-strong\/65:active {
  background-color:rgb(187 190 195 / 0.65);
}
.active\:n-bg-light-neutral-border-strong\/70:active {
  background-color:rgb(187 190 195 / 0.7);
}
.active\:n-bg-light-neutral-border-strong\/75:active {
  background-color:rgb(187 190 195 / 0.75);
}
.active\:n-bg-light-neutral-border-strong\/80:active {
  background-color:rgb(187 190 195 / 0.8);
}
.active\:n-bg-light-neutral-border-strong\/85:active {
  background-color:rgb(187 190 195 / 0.85);
}
.active\:n-bg-light-neutral-border-strong\/90:active {
  background-color:rgb(187 190 195 / 0.9);
}
.active\:n-bg-light-neutral-border-strong\/95:active {
  background-color:rgb(187 190 195 / 0.95);
}
.active\:n-bg-light-neutral-border-strongest:active {
  --tw-bg-opacity:1;
  background-color:rgb(111 117 126 / var(--tw-bg-opacity));
}
.active\:n-bg-light-neutral-border-strongest\/0:active {
  background-color:rgb(111 117 126 / 0);
}
.active\:n-bg-light-neutral-border-strongest\/10:active {
  background-color:rgb(111 117 126 / 0.1);
}
.active\:n-bg-light-neutral-border-strongest\/100:active {
  background-color:rgb(111 117 126 / 1);
}
.active\:n-bg-light-neutral-border-strongest\/15:active {
  background-color:rgb(111 117 126 / 0.15);
}
.active\:n-bg-light-neutral-border-strongest\/20:active {
  background-color:rgb(111 117 126 / 0.2);
}
.active\:n-bg-light-neutral-border-strongest\/25:active {
  background-color:rgb(111 117 126 / 0.25);
}
.active\:n-bg-light-neutral-border-strongest\/30:active {
  background-color:rgb(111 117 126 / 0.3);
}
.active\:n-bg-light-neutral-border-strongest\/35:active {
  background-color:rgb(111 117 126 / 0.35);
}
.active\:n-bg-light-neutral-border-strongest\/40:active {
  background-color:rgb(111 117 126 / 0.4);
}
.active\:n-bg-light-neutral-border-strongest\/45:active {
  background-color:rgb(111 117 126 / 0.45);
}
.active\:n-bg-light-neutral-border-strongest\/5:active {
  background-color:rgb(111 117 126 / 0.05);
}
.active\:n-bg-light-neutral-border-strongest\/50:active {
  background-color:rgb(111 117 126 / 0.5);
}
.active\:n-bg-light-neutral-border-strongest\/55:active {
  background-color:rgb(111 117 126 / 0.55);
}
.active\:n-bg-light-neutral-border-strongest\/60:active {
  background-color:rgb(111 117 126 / 0.6);
}
.active\:n-bg-light-neutral-border-strongest\/65:active {
  background-color:rgb(111 117 126 / 0.65);
}
.active\:n-bg-light-neutral-border-strongest\/70:active {
  background-color:rgb(111 117 126 / 0.7);
}
.active\:n-bg-light-neutral-border-strongest\/75:active {
  background-color:rgb(111 117 126 / 0.75);
}
.active\:n-bg-light-neutral-border-strongest\/80:active {
  background-color:rgb(111 117 126 / 0.8);
}
.active\:n-bg-light-neutral-border-strongest\/85:active {
  background-color:rgb(111 117 126 / 0.85);
}
.active\:n-bg-light-neutral-border-strongest\/90:active {
  background-color:rgb(111 117 126 / 0.9);
}
.active\:n-bg-light-neutral-border-strongest\/95:active {
  background-color:rgb(111 117 126 / 0.95);
}
.active\:n-bg-light-neutral-border-weak:active {
  --tw-bg-opacity:1;
  background-color:rgb(226 227 229 / var(--tw-bg-opacity));
}
.active\:n-bg-light-neutral-border-weak\/0:active {
  background-color:rgb(226 227 229 / 0);
}
.active\:n-bg-light-neutral-border-weak\/10:active {
  background-color:rgb(226 227 229 / 0.1);
}
.active\:n-bg-light-neutral-border-weak\/100:active {
  background-color:rgb(226 227 229 / 1);
}
.active\:n-bg-light-neutral-border-weak\/15:active {
  background-color:rgb(226 227 229 / 0.15);
}
.active\:n-bg-light-neutral-border-weak\/20:active {
  background-color:rgb(226 227 229 / 0.2);
}
.active\:n-bg-light-neutral-border-weak\/25:active {
  background-color:rgb(226 227 229 / 0.25);
}
.active\:n-bg-light-neutral-border-weak\/30:active {
  background-color:rgb(226 227 229 / 0.3);
}
.active\:n-bg-light-neutral-border-weak\/35:active {
  background-color:rgb(226 227 229 / 0.35);
}
.active\:n-bg-light-neutral-border-weak\/40:active {
  background-color:rgb(226 227 229 / 0.4);
}
.active\:n-bg-light-neutral-border-weak\/45:active {
  background-color:rgb(226 227 229 / 0.45);
}
.active\:n-bg-light-neutral-border-weak\/5:active {
  background-color:rgb(226 227 229 / 0.05);
}
.active\:n-bg-light-neutral-border-weak\/50:active {
  background-color:rgb(226 227 229 / 0.5);
}
.active\:n-bg-light-neutral-border-weak\/55:active {
  background-color:rgb(226 227 229 / 0.55);
}
.active\:n-bg-light-neutral-border-weak\/60:active {
  background-color:rgb(226 227 229 / 0.6);
}
.active\:n-bg-light-neutral-border-weak\/65:active {
  background-color:rgb(226 227 229 / 0.65);
}
.active\:n-bg-light-neutral-border-weak\/70:active {
  background-color:rgb(226 227 229 / 0.7);
}
.active\:n-bg-light-neutral-border-weak\/75:active {
  background-color:rgb(226 227 229 / 0.75);
}
.active\:n-bg-light-neutral-border-weak\/80:active {
  background-color:rgb(226 227 229 / 0.8);
}
.active\:n-bg-light-neutral-border-weak\/85:active {
  background-color:rgb(226 227 229 / 0.85);
}
.active\:n-bg-light-neutral-border-weak\/90:active {
  background-color:rgb(226 227 229 / 0.9);
}
.active\:n-bg-light-neutral-border-weak\/95:active {
  background-color:rgb(226 227 229 / 0.95);
}
.active\:n-bg-light-neutral-hover:active {
  --tw-bg-opacity:1;
  background-color:rgb(111 117 126 / var(--tw-bg-opacity));
}
.active\:n-bg-light-neutral-hover\/0:active {
  background-color:rgb(111 117 126 / 0);
}
.active\:n-bg-light-neutral-hover\/10:active {
  background-color:rgb(111 117 126 / 0.1);
}
.active\:n-bg-light-neutral-hover\/100:active {
  background-color:rgb(111 117 126 / 1);
}
.active\:n-bg-light-neutral-hover\/15:active {
  background-color:rgb(111 117 126 / 0.15);
}
.active\:n-bg-light-neutral-hover\/20:active {
  background-color:rgb(111 117 126 / 0.2);
}
.active\:n-bg-light-neutral-hover\/25:active {
  background-color:rgb(111 117 126 / 0.25);
}
.active\:n-bg-light-neutral-hover\/30:active {
  background-color:rgb(111 117 126 / 0.3);
}
.active\:n-bg-light-neutral-hover\/35:active {
  background-color:rgb(111 117 126 / 0.35);
}
.active\:n-bg-light-neutral-hover\/40:active {
  background-color:rgb(111 117 126 / 0.4);
}
.active\:n-bg-light-neutral-hover\/45:active {
  background-color:rgb(111 117 126 / 0.45);
}
.active\:n-bg-light-neutral-hover\/5:active {
  background-color:rgb(111 117 126 / 0.05);
}
.active\:n-bg-light-neutral-hover\/50:active {
  background-color:rgb(111 117 126 / 0.5);
}
.active\:n-bg-light-neutral-hover\/55:active {
  background-color:rgb(111 117 126 / 0.55);
}
.active\:n-bg-light-neutral-hover\/60:active {
  background-color:rgb(111 117 126 / 0.6);
}
.active\:n-bg-light-neutral-hover\/65:active {
  background-color:rgb(111 117 126 / 0.65);
}
.active\:n-bg-light-neutral-hover\/70:active {
  background-color:rgb(111 117 126 / 0.7);
}
.active\:n-bg-light-neutral-hover\/75:active {
  background-color:rgb(111 117 126 / 0.75);
}
.active\:n-bg-light-neutral-hover\/80:active {
  background-color:rgb(111 117 126 / 0.8);
}
.active\:n-bg-light-neutral-hover\/85:active {
  background-color:rgb(111 117 126 / 0.85);
}
.active\:n-bg-light-neutral-hover\/90:active {
  background-color:rgb(111 117 126 / 0.9);
}
.active\:n-bg-light-neutral-hover\/95:active {
  background-color:rgb(111 117 126 / 0.95);
}
.active\:n-bg-light-neutral-icon:active {
  --tw-bg-opacity:1;
  background-color:rgb(77 81 87 / var(--tw-bg-opacity));
}
.active\:n-bg-light-neutral-icon\/0:active {
  background-color:rgb(77 81 87 / 0);
}
.active\:n-bg-light-neutral-icon\/10:active {
  background-color:rgb(77 81 87 / 0.1);
}
.active\:n-bg-light-neutral-icon\/100:active {
  background-color:rgb(77 81 87 / 1);
}
.active\:n-bg-light-neutral-icon\/15:active {
  background-color:rgb(77 81 87 / 0.15);
}
.active\:n-bg-light-neutral-icon\/20:active {
  background-color:rgb(77 81 87 / 0.2);
}
.active\:n-bg-light-neutral-icon\/25:active {
  background-color:rgb(77 81 87 / 0.25);
}
.active\:n-bg-light-neutral-icon\/30:active {
  background-color:rgb(77 81 87 / 0.3);
}
.active\:n-bg-light-neutral-icon\/35:active {
  background-color:rgb(77 81 87 / 0.35);
}
.active\:n-bg-light-neutral-icon\/40:active {
  background-color:rgb(77 81 87 / 0.4);
}
.active\:n-bg-light-neutral-icon\/45:active {
  background-color:rgb(77 81 87 / 0.45);
}
.active\:n-bg-light-neutral-icon\/5:active {
  background-color:rgb(77 81 87 / 0.05);
}
.active\:n-bg-light-neutral-icon\/50:active {
  background-color:rgb(77 81 87 / 0.5);
}
.active\:n-bg-light-neutral-icon\/55:active {
  background-color:rgb(77 81 87 / 0.55);
}
.active\:n-bg-light-neutral-icon\/60:active {
  background-color:rgb(77 81 87 / 0.6);
}
.active\:n-bg-light-neutral-icon\/65:active {
  background-color:rgb(77 81 87 / 0.65);
}
.active\:n-bg-light-neutral-icon\/70:active {
  background-color:rgb(77 81 87 / 0.7);
}
.active\:n-bg-light-neutral-icon\/75:active {
  background-color:rgb(77 81 87 / 0.75);
}
.active\:n-bg-light-neutral-icon\/80:active {
  background-color:rgb(77 81 87 / 0.8);
}
.active\:n-bg-light-neutral-icon\/85:active {
  background-color:rgb(77 81 87 / 0.85);
}
.active\:n-bg-light-neutral-icon\/90:active {
  background-color:rgb(77 81 87 / 0.9);
}
.active\:n-bg-light-neutral-icon\/95:active {
  background-color:rgb(77 81 87 / 0.95);
}
.active\:n-bg-light-neutral-pressed:active {
  --tw-bg-opacity:1;
  background-color:rgb(111 117 126 / var(--tw-bg-opacity));
}
.active\:n-bg-light-neutral-pressed\/0:active {
  background-color:rgb(111 117 126 / 0);
}
.active\:n-bg-light-neutral-pressed\/10:active {
  background-color:rgb(111 117 126 / 0.1);
}
.active\:n-bg-light-neutral-pressed\/100:active {
  background-color:rgb(111 117 126 / 1);
}
.active\:n-bg-light-neutral-pressed\/15:active {
  background-color:rgb(111 117 126 / 0.15);
}
.active\:n-bg-light-neutral-pressed\/20:active {
  background-color:rgb(111 117 126 / 0.2);
}
.active\:n-bg-light-neutral-pressed\/25:active {
  background-color:rgb(111 117 126 / 0.25);
}
.active\:n-bg-light-neutral-pressed\/30:active {
  background-color:rgb(111 117 126 / 0.3);
}
.active\:n-bg-light-neutral-pressed\/35:active {
  background-color:rgb(111 117 126 / 0.35);
}
.active\:n-bg-light-neutral-pressed\/40:active {
  background-color:rgb(111 117 126 / 0.4);
}
.active\:n-bg-light-neutral-pressed\/45:active {
  background-color:rgb(111 117 126 / 0.45);
}
.active\:n-bg-light-neutral-pressed\/5:active {
  background-color:rgb(111 117 126 / 0.05);
}
.active\:n-bg-light-neutral-pressed\/50:active {
  background-color:rgb(111 117 126 / 0.5);
}
.active\:n-bg-light-neutral-pressed\/55:active {
  background-color:rgb(111 117 126 / 0.55);
}
.active\:n-bg-light-neutral-pressed\/60:active {
  background-color:rgb(111 117 126 / 0.6);
}
.active\:n-bg-light-neutral-pressed\/65:active {
  background-color:rgb(111 117 126 / 0.65);
}
.active\:n-bg-light-neutral-pressed\/70:active {
  background-color:rgb(111 117 126 / 0.7);
}
.active\:n-bg-light-neutral-pressed\/75:active {
  background-color:rgb(111 117 126 / 0.75);
}
.active\:n-bg-light-neutral-pressed\/80:active {
  background-color:rgb(111 117 126 / 0.8);
}
.active\:n-bg-light-neutral-pressed\/85:active {
  background-color:rgb(111 117 126 / 0.85);
}
.active\:n-bg-light-neutral-pressed\/90:active {
  background-color:rgb(111 117 126 / 0.9);
}
.active\:n-bg-light-neutral-pressed\/95:active {
  background-color:rgb(111 117 126 / 0.95);
}
.active\:n-bg-light-neutral-text-default:active {
  --tw-bg-opacity:1;
  background-color:rgb(26 27 29 / var(--tw-bg-opacity));
}
.active\:n-bg-light-neutral-text-default\/0:active {
  background-color:rgb(26 27 29 / 0);
}
.active\:n-bg-light-neutral-text-default\/10:active {
  background-color:rgb(26 27 29 / 0.1);
}
.active\:n-bg-light-neutral-text-default\/100:active {
  background-color:rgb(26 27 29 / 1);
}
.active\:n-bg-light-neutral-text-default\/15:active {
  background-color:rgb(26 27 29 / 0.15);
}
.active\:n-bg-light-neutral-text-default\/20:active {
  background-color:rgb(26 27 29 / 0.2);
}
.active\:n-bg-light-neutral-text-default\/25:active {
  background-color:rgb(26 27 29 / 0.25);
}
.active\:n-bg-light-neutral-text-default\/30:active {
  background-color:rgb(26 27 29 / 0.3);
}
.active\:n-bg-light-neutral-text-default\/35:active {
  background-color:rgb(26 27 29 / 0.35);
}
.active\:n-bg-light-neutral-text-default\/40:active {
  background-color:rgb(26 27 29 / 0.4);
}
.active\:n-bg-light-neutral-text-default\/45:active {
  background-color:rgb(26 27 29 / 0.45);
}
.active\:n-bg-light-neutral-text-default\/5:active {
  background-color:rgb(26 27 29 / 0.05);
}
.active\:n-bg-light-neutral-text-default\/50:active {
  background-color:rgb(26 27 29 / 0.5);
}
.active\:n-bg-light-neutral-text-default\/55:active {
  background-color:rgb(26 27 29 / 0.55);
}
.active\:n-bg-light-neutral-text-default\/60:active {
  background-color:rgb(26 27 29 / 0.6);
}
.active\:n-bg-light-neutral-text-default\/65:active {
  background-color:rgb(26 27 29 / 0.65);
}
.active\:n-bg-light-neutral-text-default\/70:active {
  background-color:rgb(26 27 29 / 0.7);
}
.active\:n-bg-light-neutral-text-default\/75:active {
  background-color:rgb(26 27 29 / 0.75);
}
.active\:n-bg-light-neutral-text-default\/80:active {
  background-color:rgb(26 27 29 / 0.8);
}
.active\:n-bg-light-neutral-text-default\/85:active {
  background-color:rgb(26 27 29 / 0.85);
}
.active\:n-bg-light-neutral-text-default\/90:active {
  background-color:rgb(26 27 29 / 0.9);
}
.active\:n-bg-light-neutral-text-default\/95:active {
  background-color:rgb(26 27 29 / 0.95);
}
.active\:n-bg-light-neutral-text-inverse:active {
  --tw-bg-opacity:1;
  background-color:rgb(255 255 255 / var(--tw-bg-opacity));
}
.active\:n-bg-light-neutral-text-inverse\/0:active {
  background-color:rgb(255 255 255 / 0);
}
.active\:n-bg-light-neutral-text-inverse\/10:active {
  background-color:rgb(255 255 255 / 0.1);
}
.active\:n-bg-light-neutral-text-inverse\/100:active {
  background-color:rgb(255 255 255 / 1);
}
.active\:n-bg-light-neutral-text-inverse\/15:active {
  background-color:rgb(255 255 255 / 0.15);
}
.active\:n-bg-light-neutral-text-inverse\/20:active {
  background-color:rgb(255 255 255 / 0.2);
}
.active\:n-bg-light-neutral-text-inverse\/25:active {
  background-color:rgb(255 255 255 / 0.25);
}
.active\:n-bg-light-neutral-text-inverse\/30:active {
  background-color:rgb(255 255 255 / 0.3);
}
.active\:n-bg-light-neutral-text-inverse\/35:active {
  background-color:rgb(255 255 255 / 0.35);
}
.active\:n-bg-light-neutral-text-inverse\/40:active {
  background-color:rgb(255 255 255 / 0.4);
}
.active\:n-bg-light-neutral-text-inverse\/45:active {
  background-color:rgb(255 255 255 / 0.45);
}
.active\:n-bg-light-neutral-text-inverse\/5:active {
  background-color:rgb(255 255 255 / 0.05);
}
.active\:n-bg-light-neutral-text-inverse\/50:active {
  background-color:rgb(255 255 255 / 0.5);
}
.active\:n-bg-light-neutral-text-inverse\/55:active {
  background-color:rgb(255 255 255 / 0.55);
}
.active\:n-bg-light-neutral-text-inverse\/60:active {
  background-color:rgb(255 255 255 / 0.6);
}
.active\:n-bg-light-neutral-text-inverse\/65:active {
  background-color:rgb(255 255 255 / 0.65);
}
.active\:n-bg-light-neutral-text-inverse\/70:active {
  background-color:rgb(255 255 255 / 0.7);
}
.active\:n-bg-light-neutral-text-inverse\/75:active {
  background-color:rgb(255 255 255 / 0.75);
}
.active\:n-bg-light-neutral-text-inverse\/80:active {
  background-color:rgb(255 255 255 / 0.8);
}
.active\:n-bg-light-neutral-text-inverse\/85:active {
  background-color:rgb(255 255 255 / 0.85);
}
.active\:n-bg-light-neutral-text-inverse\/90:active {
  background-color:rgb(255 255 255 / 0.9);
}
.active\:n-bg-light-neutral-text-inverse\/95:active {
  background-color:rgb(255 255 255 / 0.95);
}
.active\:n-bg-light-neutral-text-weak:active {
  --tw-bg-opacity:1;
  background-color:rgb(77 81 87 / var(--tw-bg-opacity));
}
.active\:n-bg-light-neutral-text-weak\/0:active {
  background-color:rgb(77 81 87 / 0);
}
.active\:n-bg-light-neutral-text-weak\/10:active {
  background-color:rgb(77 81 87 / 0.1);
}
.active\:n-bg-light-neutral-text-weak\/100:active {
  background-color:rgb(77 81 87 / 1);
}
.active\:n-bg-light-neutral-text-weak\/15:active {
  background-color:rgb(77 81 87 / 0.15);
}
.active\:n-bg-light-neutral-text-weak\/20:active {
  background-color:rgb(77 81 87 / 0.2);
}
.active\:n-bg-light-neutral-text-weak\/25:active {
  background-color:rgb(77 81 87 / 0.25);
}
.active\:n-bg-light-neutral-text-weak\/30:active {
  background-color:rgb(77 81 87 / 0.3);
}
.active\:n-bg-light-neutral-text-weak\/35:active {
  background-color:rgb(77 81 87 / 0.35);
}
.active\:n-bg-light-neutral-text-weak\/40:active {
  background-color:rgb(77 81 87 / 0.4);
}
.active\:n-bg-light-neutral-text-weak\/45:active {
  background-color:rgb(77 81 87 / 0.45);
}
.active\:n-bg-light-neutral-text-weak\/5:active {
  background-color:rgb(77 81 87 / 0.05);
}
.active\:n-bg-light-neutral-text-weak\/50:active {
  background-color:rgb(77 81 87 / 0.5);
}
.active\:n-bg-light-neutral-text-weak\/55:active {
  background-color:rgb(77 81 87 / 0.55);
}
.active\:n-bg-light-neutral-text-weak\/60:active {
  background-color:rgb(77 81 87 / 0.6);
}
.active\:n-bg-light-neutral-text-weak\/65:active {
  background-color:rgb(77 81 87 / 0.65);
}
.active\:n-bg-light-neutral-text-weak\/70:active {
  background-color:rgb(77 81 87 / 0.7);
}
.active\:n-bg-light-neutral-text-weak\/75:active {
  background-color:rgb(77 81 87 / 0.75);
}
.active\:n-bg-light-neutral-text-weak\/80:active {
  background-color:rgb(77 81 87 / 0.8);
}
.active\:n-bg-light-neutral-text-weak\/85:active {
  background-color:rgb(77 81 87 / 0.85);
}
.active\:n-bg-light-neutral-text-weak\/90:active {
  background-color:rgb(77 81 87 / 0.9);
}
.active\:n-bg-light-neutral-text-weak\/95:active {
  background-color:rgb(77 81 87 / 0.95);
}
.active\:n-bg-light-neutral-text-weaker:active {
  --tw-bg-opacity:1;
  background-color:rgb(94 99 106 / var(--tw-bg-opacity));
}
.active\:n-bg-light-neutral-text-weaker\/0:active {
  background-color:rgb(94 99 106 / 0);
}
.active\:n-bg-light-neutral-text-weaker\/10:active {
  background-color:rgb(94 99 106 / 0.1);
}
.active\:n-bg-light-neutral-text-weaker\/100:active {
  background-color:rgb(94 99 106 / 1);
}
.active\:n-bg-light-neutral-text-weaker\/15:active {
  background-color:rgb(94 99 106 / 0.15);
}
.active\:n-bg-light-neutral-text-weaker\/20:active {
  background-color:rgb(94 99 106 / 0.2);
}
.active\:n-bg-light-neutral-text-weaker\/25:active {
  background-color:rgb(94 99 106 / 0.25);
}
.active\:n-bg-light-neutral-text-weaker\/30:active {
  background-color:rgb(94 99 106 / 0.3);
}
.active\:n-bg-light-neutral-text-weaker\/35:active {
  background-color:rgb(94 99 106 / 0.35);
}
.active\:n-bg-light-neutral-text-weaker\/40:active {
  background-color:rgb(94 99 106 / 0.4);
}
.active\:n-bg-light-neutral-text-weaker\/45:active {
  background-color:rgb(94 99 106 / 0.45);
}
.active\:n-bg-light-neutral-text-weaker\/5:active {
  background-color:rgb(94 99 106 / 0.05);
}
.active\:n-bg-light-neutral-text-weaker\/50:active {
  background-color:rgb(94 99 106 / 0.5);
}
.active\:n-bg-light-neutral-text-weaker\/55:active {
  background-color:rgb(94 99 106 / 0.55);
}
.active\:n-bg-light-neutral-text-weaker\/60:active {
  background-color:rgb(94 99 106 / 0.6);
}
.active\:n-bg-light-neutral-text-weaker\/65:active {
  background-color:rgb(94 99 106 / 0.65);
}
.active\:n-bg-light-neutral-text-weaker\/70:active {
  background-color:rgb(94 99 106 / 0.7);
}
.active\:n-bg-light-neutral-text-weaker\/75:active {
  background-color:rgb(94 99 106 / 0.75);
}
.active\:n-bg-light-neutral-text-weaker\/80:active {
  background-color:rgb(94 99 106 / 0.8);
}
.active\:n-bg-light-neutral-text-weaker\/85:active {
  background-color:rgb(94 99 106 / 0.85);
}
.active\:n-bg-light-neutral-text-weaker\/90:active {
  background-color:rgb(94 99 106 / 0.9);
}
.active\:n-bg-light-neutral-text-weaker\/95:active {
  background-color:rgb(94 99 106 / 0.95);
}
.active\:n-bg-light-neutral-text-weakest:active {
  --tw-bg-opacity:1;
  background-color:rgb(168 172 178 / var(--tw-bg-opacity));
}
.active\:n-bg-light-neutral-text-weakest\/0:active {
  background-color:rgb(168 172 178 / 0);
}
.active\:n-bg-light-neutral-text-weakest\/10:active {
  background-color:rgb(168 172 178 / 0.1);
}
.active\:n-bg-light-neutral-text-weakest\/100:active {
  background-color:rgb(168 172 178 / 1);
}
.active\:n-bg-light-neutral-text-weakest\/15:active {
  background-color:rgb(168 172 178 / 0.15);
}
.active\:n-bg-light-neutral-text-weakest\/20:active {
  background-color:rgb(168 172 178 / 0.2);
}
.active\:n-bg-light-neutral-text-weakest\/25:active {
  background-color:rgb(168 172 178 / 0.25);
}
.active\:n-bg-light-neutral-text-weakest\/30:active {
  background-color:rgb(168 172 178 / 0.3);
}
.active\:n-bg-light-neutral-text-weakest\/35:active {
  background-color:rgb(168 172 178 / 0.35);
}
.active\:n-bg-light-neutral-text-weakest\/40:active {
  background-color:rgb(168 172 178 / 0.4);
}
.active\:n-bg-light-neutral-text-weakest\/45:active {
  background-color:rgb(168 172 178 / 0.45);
}
.active\:n-bg-light-neutral-text-weakest\/5:active {
  background-color:rgb(168 172 178 / 0.05);
}
.active\:n-bg-light-neutral-text-weakest\/50:active {
  background-color:rgb(168 172 178 / 0.5);
}
.active\:n-bg-light-neutral-text-weakest\/55:active {
  background-color:rgb(168 172 178 / 0.55);
}
.active\:n-bg-light-neutral-text-weakest\/60:active {
  background-color:rgb(168 172 178 / 0.6);
}
.active\:n-bg-light-neutral-text-weakest\/65:active {
  background-color:rgb(168 172 178 / 0.65);
}
.active\:n-bg-light-neutral-text-weakest\/70:active {
  background-color:rgb(168 172 178 / 0.7);
}
.active\:n-bg-light-neutral-text-weakest\/75:active {
  background-color:rgb(168 172 178 / 0.75);
}
.active\:n-bg-light-neutral-text-weakest\/80:active {
  background-color:rgb(168 172 178 / 0.8);
}
.active\:n-bg-light-neutral-text-weakest\/85:active {
  background-color:rgb(168 172 178 / 0.85);
}
.active\:n-bg-light-neutral-text-weakest\/90:active {
  background-color:rgb(168 172 178 / 0.9);
}
.active\:n-bg-light-neutral-text-weakest\/95:active {
  background-color:rgb(168 172 178 / 0.95);
}
.active\:n-bg-light-primary-bg-selected:active {
  --tw-bg-opacity:1;
  background-color:rgb(231 250 251 / var(--tw-bg-opacity));
}
.active\:n-bg-light-primary-bg-selected\/0:active {
  background-color:rgb(231 250 251 / 0);
}
.active\:n-bg-light-primary-bg-selected\/10:active {
  background-color:rgb(231 250 251 / 0.1);
}
.active\:n-bg-light-primary-bg-selected\/100:active {
  background-color:rgb(231 250 251 / 1);
}
.active\:n-bg-light-primary-bg-selected\/15:active {
  background-color:rgb(231 250 251 / 0.15);
}
.active\:n-bg-light-primary-bg-selected\/20:active {
  background-color:rgb(231 250 251 / 0.2);
}
.active\:n-bg-light-primary-bg-selected\/25:active {
  background-color:rgb(231 250 251 / 0.25);
}
.active\:n-bg-light-primary-bg-selected\/30:active {
  background-color:rgb(231 250 251 / 0.3);
}
.active\:n-bg-light-primary-bg-selected\/35:active {
  background-color:rgb(231 250 251 / 0.35);
}
.active\:n-bg-light-primary-bg-selected\/40:active {
  background-color:rgb(231 250 251 / 0.4);
}
.active\:n-bg-light-primary-bg-selected\/45:active {
  background-color:rgb(231 250 251 / 0.45);
}
.active\:n-bg-light-primary-bg-selected\/5:active {
  background-color:rgb(231 250 251 / 0.05);
}
.active\:n-bg-light-primary-bg-selected\/50:active {
  background-color:rgb(231 250 251 / 0.5);
}
.active\:n-bg-light-primary-bg-selected\/55:active {
  background-color:rgb(231 250 251 / 0.55);
}
.active\:n-bg-light-primary-bg-selected\/60:active {
  background-color:rgb(231 250 251 / 0.6);
}
.active\:n-bg-light-primary-bg-selected\/65:active {
  background-color:rgb(231 250 251 / 0.65);
}
.active\:n-bg-light-primary-bg-selected\/70:active {
  background-color:rgb(231 250 251 / 0.7);
}
.active\:n-bg-light-primary-bg-selected\/75:active {
  background-color:rgb(231 250 251 / 0.75);
}
.active\:n-bg-light-primary-bg-selected\/80:active {
  background-color:rgb(231 250 251 / 0.8);
}
.active\:n-bg-light-primary-bg-selected\/85:active {
  background-color:rgb(231 250 251 / 0.85);
}
.active\:n-bg-light-primary-bg-selected\/90:active {
  background-color:rgb(231 250 251 / 0.9);
}
.active\:n-bg-light-primary-bg-selected\/95:active {
  background-color:rgb(231 250 251 / 0.95);
}
.active\:n-bg-light-primary-bg-status:active {
  --tw-bg-opacity:1;
  background-color:rgb(76 153 164 / var(--tw-bg-opacity));
}
.active\:n-bg-light-primary-bg-status\/0:active {
  background-color:rgb(76 153 164 / 0);
}
.active\:n-bg-light-primary-bg-status\/10:active {
  background-color:rgb(76 153 164 / 0.1);
}
.active\:n-bg-light-primary-bg-status\/100:active {
  background-color:rgb(76 153 164 / 1);
}
.active\:n-bg-light-primary-bg-status\/15:active {
  background-color:rgb(76 153 164 / 0.15);
}
.active\:n-bg-light-primary-bg-status\/20:active {
  background-color:rgb(76 153 164 / 0.2);
}
.active\:n-bg-light-primary-bg-status\/25:active {
  background-color:rgb(76 153 164 / 0.25);
}
.active\:n-bg-light-primary-bg-status\/30:active {
  background-color:rgb(76 153 164 / 0.3);
}
.active\:n-bg-light-primary-bg-status\/35:active {
  background-color:rgb(76 153 164 / 0.35);
}
.active\:n-bg-light-primary-bg-status\/40:active {
  background-color:rgb(76 153 164 / 0.4);
}
.active\:n-bg-light-primary-bg-status\/45:active {
  background-color:rgb(76 153 164 / 0.45);
}
.active\:n-bg-light-primary-bg-status\/5:active {
  background-color:rgb(76 153 164 / 0.05);
}
.active\:n-bg-light-primary-bg-status\/50:active {
  background-color:rgb(76 153 164 / 0.5);
}
.active\:n-bg-light-primary-bg-status\/55:active {
  background-color:rgb(76 153 164 / 0.55);
}
.active\:n-bg-light-primary-bg-status\/60:active {
  background-color:rgb(76 153 164 / 0.6);
}
.active\:n-bg-light-primary-bg-status\/65:active {
  background-color:rgb(76 153 164 / 0.65);
}
.active\:n-bg-light-primary-bg-status\/70:active {
  background-color:rgb(76 153 164 / 0.7);
}
.active\:n-bg-light-primary-bg-status\/75:active {
  background-color:rgb(76 153 164 / 0.75);
}
.active\:n-bg-light-primary-bg-status\/80:active {
  background-color:rgb(76 153 164 / 0.8);
}
.active\:n-bg-light-primary-bg-status\/85:active {
  background-color:rgb(76 153 164 / 0.85);
}
.active\:n-bg-light-primary-bg-status\/90:active {
  background-color:rgb(76 153 164 / 0.9);
}
.active\:n-bg-light-primary-bg-status\/95:active {
  background-color:rgb(76 153 164 / 0.95);
}
.active\:n-bg-light-primary-bg-strong:active {
  --tw-bg-opacity:1;
  background-color:rgb(10 97 144 / var(--tw-bg-opacity));
}
.active\:n-bg-light-primary-bg-strong\/0:active {
  background-color:rgb(10 97 144 / 0);
}
.active\:n-bg-light-primary-bg-strong\/10:active {
  background-color:rgb(10 97 144 / 0.1);
}
.active\:n-bg-light-primary-bg-strong\/100:active {
  background-color:rgb(10 97 144 / 1);
}
.active\:n-bg-light-primary-bg-strong\/15:active {
  background-color:rgb(10 97 144 / 0.15);
}
.active\:n-bg-light-primary-bg-strong\/20:active {
  background-color:rgb(10 97 144 / 0.2);
}
.active\:n-bg-light-primary-bg-strong\/25:active {
  background-color:rgb(10 97 144 / 0.25);
}
.active\:n-bg-light-primary-bg-strong\/30:active {
  background-color:rgb(10 97 144 / 0.3);
}
.active\:n-bg-light-primary-bg-strong\/35:active {
  background-color:rgb(10 97 144 / 0.35);
}
.active\:n-bg-light-primary-bg-strong\/40:active {
  background-color:rgb(10 97 144 / 0.4);
}
.active\:n-bg-light-primary-bg-strong\/45:active {
  background-color:rgb(10 97 144 / 0.45);
}
.active\:n-bg-light-primary-bg-strong\/5:active {
  background-color:rgb(10 97 144 / 0.05);
}
.active\:n-bg-light-primary-bg-strong\/50:active {
  background-color:rgb(10 97 144 / 0.5);
}
.active\:n-bg-light-primary-bg-strong\/55:active {
  background-color:rgb(10 97 144 / 0.55);
}
.active\:n-bg-light-primary-bg-strong\/60:active {
  background-color:rgb(10 97 144 / 0.6);
}
.active\:n-bg-light-primary-bg-strong\/65:active {
  background-color:rgb(10 97 144 / 0.65);
}
.active\:n-bg-light-primary-bg-strong\/70:active {
  background-color:rgb(10 97 144 / 0.7);
}
.active\:n-bg-light-primary-bg-strong\/75:active {
  background-color:rgb(10 97 144 / 0.75);
}
.active\:n-bg-light-primary-bg-strong\/80:active {
  background-color:rgb(10 97 144 / 0.8);
}
.active\:n-bg-light-primary-bg-strong\/85:active {
  background-color:rgb(10 97 144 / 0.85);
}
.active\:n-bg-light-primary-bg-strong\/90:active {
  background-color:rgb(10 97 144 / 0.9);
}
.active\:n-bg-light-primary-bg-strong\/95:active {
  background-color:rgb(10 97 144 / 0.95);
}
.active\:n-bg-light-primary-bg-weak:active {
  --tw-bg-opacity:1;
  background-color:rgb(231 250 251 / var(--tw-bg-opacity));
}
.active\:n-bg-light-primary-bg-weak\/0:active {
  background-color:rgb(231 250 251 / 0);
}
.active\:n-bg-light-primary-bg-weak\/10:active {
  background-color:rgb(231 250 251 / 0.1);
}
.active\:n-bg-light-primary-bg-weak\/100:active {
  background-color:rgb(231 250 251 / 1);
}
.active\:n-bg-light-primary-bg-weak\/15:active {
  background-color:rgb(231 250 251 / 0.15);
}
.active\:n-bg-light-primary-bg-weak\/20:active {
  background-color:rgb(231 250 251 / 0.2);
}
.active\:n-bg-light-primary-bg-weak\/25:active {
  background-color:rgb(231 250 251 / 0.25);
}
.active\:n-bg-light-primary-bg-weak\/30:active {
  background-color:rgb(231 250 251 / 0.3);
}
.active\:n-bg-light-primary-bg-weak\/35:active {
  background-color:rgb(231 250 251 / 0.35);
}
.active\:n-bg-light-primary-bg-weak\/40:active {
  background-color:rgb(231 250 251 / 0.4);
}
.active\:n-bg-light-primary-bg-weak\/45:active {
  background-color:rgb(231 250 251 / 0.45);
}
.active\:n-bg-light-primary-bg-weak\/5:active {
  background-color:rgb(231 250 251 / 0.05);
}
.active\:n-bg-light-primary-bg-weak\/50:active {
  background-color:rgb(231 250 251 / 0.5);
}
.active\:n-bg-light-primary-bg-weak\/55:active {
  background-color:rgb(231 250 251 / 0.55);
}
.active\:n-bg-light-primary-bg-weak\/60:active {
  background-color:rgb(231 250 251 / 0.6);
}
.active\:n-bg-light-primary-bg-weak\/65:active {
  background-color:rgb(231 250 251 / 0.65);
}
.active\:n-bg-light-primary-bg-weak\/70:active {
  background-color:rgb(231 250 251 / 0.7);
}
.active\:n-bg-light-primary-bg-weak\/75:active {
  background-color:rgb(231 250 251 / 0.75);
}
.active\:n-bg-light-primary-bg-weak\/80:active {
  background-color:rgb(231 250 251 / 0.8);
}
.active\:n-bg-light-primary-bg-weak\/85:active {
  background-color:rgb(231 250 251 / 0.85);
}
.active\:n-bg-light-primary-bg-weak\/90:active {
  background-color:rgb(231 250 251 / 0.9);
}
.active\:n-bg-light-primary-bg-weak\/95:active {
  background-color:rgb(231 250 251 / 0.95);
}
.active\:n-bg-light-primary-border-strong:active {
  --tw-bg-opacity:1;
  background-color:rgb(10 97 144 / var(--tw-bg-opacity));
}
.active\:n-bg-light-primary-border-strong\/0:active {
  background-color:rgb(10 97 144 / 0);
}
.active\:n-bg-light-primary-border-strong\/10:active {
  background-color:rgb(10 97 144 / 0.1);
}
.active\:n-bg-light-primary-border-strong\/100:active {
  background-color:rgb(10 97 144 / 1);
}
.active\:n-bg-light-primary-border-strong\/15:active {
  background-color:rgb(10 97 144 / 0.15);
}
.active\:n-bg-light-primary-border-strong\/20:active {
  background-color:rgb(10 97 144 / 0.2);
}
.active\:n-bg-light-primary-border-strong\/25:active {
  background-color:rgb(10 97 144 / 0.25);
}
.active\:n-bg-light-primary-border-strong\/30:active {
  background-color:rgb(10 97 144 / 0.3);
}
.active\:n-bg-light-primary-border-strong\/35:active {
  background-color:rgb(10 97 144 / 0.35);
}
.active\:n-bg-light-primary-border-strong\/40:active {
  background-color:rgb(10 97 144 / 0.4);
}
.active\:n-bg-light-primary-border-strong\/45:active {
  background-color:rgb(10 97 144 / 0.45);
}
.active\:n-bg-light-primary-border-strong\/5:active {
  background-color:rgb(10 97 144 / 0.05);
}
.active\:n-bg-light-primary-border-strong\/50:active {
  background-color:rgb(10 97 144 / 0.5);
}
.active\:n-bg-light-primary-border-strong\/55:active {
  background-color:rgb(10 97 144 / 0.55);
}
.active\:n-bg-light-primary-border-strong\/60:active {
  background-color:rgb(10 97 144 / 0.6);
}
.active\:n-bg-light-primary-border-strong\/65:active {
  background-color:rgb(10 97 144 / 0.65);
}
.active\:n-bg-light-primary-border-strong\/70:active {
  background-color:rgb(10 97 144 / 0.7);
}
.active\:n-bg-light-primary-border-strong\/75:active {
  background-color:rgb(10 97 144 / 0.75);
}
.active\:n-bg-light-primary-border-strong\/80:active {
  background-color:rgb(10 97 144 / 0.8);
}
.active\:n-bg-light-primary-border-strong\/85:active {
  background-color:rgb(10 97 144 / 0.85);
}
.active\:n-bg-light-primary-border-strong\/90:active {
  background-color:rgb(10 97 144 / 0.9);
}
.active\:n-bg-light-primary-border-strong\/95:active {
  background-color:rgb(10 97 144 / 0.95);
}
.active\:n-bg-light-primary-border-weak:active {
  --tw-bg-opacity:1;
  background-color:rgb(143 227 232 / var(--tw-bg-opacity));
}
.active\:n-bg-light-primary-border-weak\/0:active {
  background-color:rgb(143 227 232 / 0);
}
.active\:n-bg-light-primary-border-weak\/10:active {
  background-color:rgb(143 227 232 / 0.1);
}
.active\:n-bg-light-primary-border-weak\/100:active {
  background-color:rgb(143 227 232 / 1);
}
.active\:n-bg-light-primary-border-weak\/15:active {
  background-color:rgb(143 227 232 / 0.15);
}
.active\:n-bg-light-primary-border-weak\/20:active {
  background-color:rgb(143 227 232 / 0.2);
}
.active\:n-bg-light-primary-border-weak\/25:active {
  background-color:rgb(143 227 232 / 0.25);
}
.active\:n-bg-light-primary-border-weak\/30:active {
  background-color:rgb(143 227 232 / 0.3);
}
.active\:n-bg-light-primary-border-weak\/35:active {
  background-color:rgb(143 227 232 / 0.35);
}
.active\:n-bg-light-primary-border-weak\/40:active {
  background-color:rgb(143 227 232 / 0.4);
}
.active\:n-bg-light-primary-border-weak\/45:active {
  background-color:rgb(143 227 232 / 0.45);
}
.active\:n-bg-light-primary-border-weak\/5:active {
  background-color:rgb(143 227 232 / 0.05);
}
.active\:n-bg-light-primary-border-weak\/50:active {
  background-color:rgb(143 227 232 / 0.5);
}
.active\:n-bg-light-primary-border-weak\/55:active {
  background-color:rgb(143 227 232 / 0.55);
}
.active\:n-bg-light-primary-border-weak\/60:active {
  background-color:rgb(143 227 232 / 0.6);
}
.active\:n-bg-light-primary-border-weak\/65:active {
  background-color:rgb(143 227 232 / 0.65);
}
.active\:n-bg-light-primary-border-weak\/70:active {
  background-color:rgb(143 227 232 / 0.7);
}
.active\:n-bg-light-primary-border-weak\/75:active {
  background-color:rgb(143 227 232 / 0.75);
}
.active\:n-bg-light-primary-border-weak\/80:active {
  background-color:rgb(143 227 232 / 0.8);
}
.active\:n-bg-light-primary-border-weak\/85:active {
  background-color:rgb(143 227 232 / 0.85);
}
.active\:n-bg-light-primary-border-weak\/90:active {
  background-color:rgb(143 227 232 / 0.9);
}
.active\:n-bg-light-primary-border-weak\/95:active {
  background-color:rgb(143 227 232 / 0.95);
}
.active\:n-bg-light-primary-focus:active {
  --tw-bg-opacity:1;
  background-color:rgb(48 131 157 / var(--tw-bg-opacity));
}
.active\:n-bg-light-primary-focus\/0:active {
  background-color:rgb(48 131 157 / 0);
}
.active\:n-bg-light-primary-focus\/10:active {
  background-color:rgb(48 131 157 / 0.1);
}
.active\:n-bg-light-primary-focus\/100:active {
  background-color:rgb(48 131 157 / 1);
}
.active\:n-bg-light-primary-focus\/15:active {
  background-color:rgb(48 131 157 / 0.15);
}
.active\:n-bg-light-primary-focus\/20:active {
  background-color:rgb(48 131 157 / 0.2);
}
.active\:n-bg-light-primary-focus\/25:active {
  background-color:rgb(48 131 157 / 0.25);
}
.active\:n-bg-light-primary-focus\/30:active {
  background-color:rgb(48 131 157 / 0.3);
}
.active\:n-bg-light-primary-focus\/35:active {
  background-color:rgb(48 131 157 / 0.35);
}
.active\:n-bg-light-primary-focus\/40:active {
  background-color:rgb(48 131 157 / 0.4);
}
.active\:n-bg-light-primary-focus\/45:active {
  background-color:rgb(48 131 157 / 0.45);
}
.active\:n-bg-light-primary-focus\/5:active {
  background-color:rgb(48 131 157 / 0.05);
}
.active\:n-bg-light-primary-focus\/50:active {
  background-color:rgb(48 131 157 / 0.5);
}
.active\:n-bg-light-primary-focus\/55:active {
  background-color:rgb(48 131 157 / 0.55);
}
.active\:n-bg-light-primary-focus\/60:active {
  background-color:rgb(48 131 157 / 0.6);
}
.active\:n-bg-light-primary-focus\/65:active {
  background-color:rgb(48 131 157 / 0.65);
}
.active\:n-bg-light-primary-focus\/70:active {
  background-color:rgb(48 131 157 / 0.7);
}
.active\:n-bg-light-primary-focus\/75:active {
  background-color:rgb(48 131 157 / 0.75);
}
.active\:n-bg-light-primary-focus\/80:active {
  background-color:rgb(48 131 157 / 0.8);
}
.active\:n-bg-light-primary-focus\/85:active {
  background-color:rgb(48 131 157 / 0.85);
}
.active\:n-bg-light-primary-focus\/90:active {
  background-color:rgb(48 131 157 / 0.9);
}
.active\:n-bg-light-primary-focus\/95:active {
  background-color:rgb(48 131 157 / 0.95);
}
.active\:n-bg-light-primary-hover-strong:active {
  --tw-bg-opacity:1;
  background-color:rgb(2 80 123 / var(--tw-bg-opacity));
}
.active\:n-bg-light-primary-hover-strong\/0:active {
  background-color:rgb(2 80 123 / 0);
}
.active\:n-bg-light-primary-hover-strong\/10:active {
  background-color:rgb(2 80 123 / 0.1);
}
.active\:n-bg-light-primary-hover-strong\/100:active {
  background-color:rgb(2 80 123 / 1);
}
.active\:n-bg-light-primary-hover-strong\/15:active {
  background-color:rgb(2 80 123 / 0.15);
}
.active\:n-bg-light-primary-hover-strong\/20:active {
  background-color:rgb(2 80 123 / 0.2);
}
.active\:n-bg-light-primary-hover-strong\/25:active {
  background-color:rgb(2 80 123 / 0.25);
}
.active\:n-bg-light-primary-hover-strong\/30:active {
  background-color:rgb(2 80 123 / 0.3);
}
.active\:n-bg-light-primary-hover-strong\/35:active {
  background-color:rgb(2 80 123 / 0.35);
}
.active\:n-bg-light-primary-hover-strong\/40:active {
  background-color:rgb(2 80 123 / 0.4);
}
.active\:n-bg-light-primary-hover-strong\/45:active {
  background-color:rgb(2 80 123 / 0.45);
}
.active\:n-bg-light-primary-hover-strong\/5:active {
  background-color:rgb(2 80 123 / 0.05);
}
.active\:n-bg-light-primary-hover-strong\/50:active {
  background-color:rgb(2 80 123 / 0.5);
}
.active\:n-bg-light-primary-hover-strong\/55:active {
  background-color:rgb(2 80 123 / 0.55);
}
.active\:n-bg-light-primary-hover-strong\/60:active {
  background-color:rgb(2 80 123 / 0.6);
}
.active\:n-bg-light-primary-hover-strong\/65:active {
  background-color:rgb(2 80 123 / 0.65);
}
.active\:n-bg-light-primary-hover-strong\/70:active {
  background-color:rgb(2 80 123 / 0.7);
}
.active\:n-bg-light-primary-hover-strong\/75:active {
  background-color:rgb(2 80 123 / 0.75);
}
.active\:n-bg-light-primary-hover-strong\/80:active {
  background-color:rgb(2 80 123 / 0.8);
}
.active\:n-bg-light-primary-hover-strong\/85:active {
  background-color:rgb(2 80 123 / 0.85);
}
.active\:n-bg-light-primary-hover-strong\/90:active {
  background-color:rgb(2 80 123 / 0.9);
}
.active\:n-bg-light-primary-hover-strong\/95:active {
  background-color:rgb(2 80 123 / 0.95);
}
.active\:n-bg-light-primary-hover-weak:active {
  --tw-bg-opacity:1;
  background-color:rgb(48 131 157 / var(--tw-bg-opacity));
}
.active\:n-bg-light-primary-hover-weak\/0:active {
  background-color:rgb(48 131 157 / 0);
}
.active\:n-bg-light-primary-hover-weak\/10:active {
  background-color:rgb(48 131 157 / 0.1);
}
.active\:n-bg-light-primary-hover-weak\/100:active {
  background-color:rgb(48 131 157 / 1);
}
.active\:n-bg-light-primary-hover-weak\/15:active {
  background-color:rgb(48 131 157 / 0.15);
}
.active\:n-bg-light-primary-hover-weak\/20:active {
  background-color:rgb(48 131 157 / 0.2);
}
.active\:n-bg-light-primary-hover-weak\/25:active {
  background-color:rgb(48 131 157 / 0.25);
}
.active\:n-bg-light-primary-hover-weak\/30:active {
  background-color:rgb(48 131 157 / 0.3);
}
.active\:n-bg-light-primary-hover-weak\/35:active {
  background-color:rgb(48 131 157 / 0.35);
}
.active\:n-bg-light-primary-hover-weak\/40:active {
  background-color:rgb(48 131 157 / 0.4);
}
.active\:n-bg-light-primary-hover-weak\/45:active {
  background-color:rgb(48 131 157 / 0.45);
}
.active\:n-bg-light-primary-hover-weak\/5:active {
  background-color:rgb(48 131 157 / 0.05);
}
.active\:n-bg-light-primary-hover-weak\/50:active {
  background-color:rgb(48 131 157 / 0.5);
}
.active\:n-bg-light-primary-hover-weak\/55:active {
  background-color:rgb(48 131 157 / 0.55);
}
.active\:n-bg-light-primary-hover-weak\/60:active {
  background-color:rgb(48 131 157 / 0.6);
}
.active\:n-bg-light-primary-hover-weak\/65:active {
  background-color:rgb(48 131 157 / 0.65);
}
.active\:n-bg-light-primary-hover-weak\/70:active {
  background-color:rgb(48 131 157 / 0.7);
}
.active\:n-bg-light-primary-hover-weak\/75:active {
  background-color:rgb(48 131 157 / 0.75);
}
.active\:n-bg-light-primary-hover-weak\/80:active {
  background-color:rgb(48 131 157 / 0.8);
}
.active\:n-bg-light-primary-hover-weak\/85:active {
  background-color:rgb(48 131 157 / 0.85);
}
.active\:n-bg-light-primary-hover-weak\/90:active {
  background-color:rgb(48 131 157 / 0.9);
}
.active\:n-bg-light-primary-hover-weak\/95:active {
  background-color:rgb(48 131 157 / 0.95);
}
.active\:n-bg-light-primary-icon:active {
  --tw-bg-opacity:1;
  background-color:rgb(10 97 144 / var(--tw-bg-opacity));
}
.active\:n-bg-light-primary-icon\/0:active {
  background-color:rgb(10 97 144 / 0);
}
.active\:n-bg-light-primary-icon\/10:active {
  background-color:rgb(10 97 144 / 0.1);
}
.active\:n-bg-light-primary-icon\/100:active {
  background-color:rgb(10 97 144 / 1);
}
.active\:n-bg-light-primary-icon\/15:active {
  background-color:rgb(10 97 144 / 0.15);
}
.active\:n-bg-light-primary-icon\/20:active {
  background-color:rgb(10 97 144 / 0.2);
}
.active\:n-bg-light-primary-icon\/25:active {
  background-color:rgb(10 97 144 / 0.25);
}
.active\:n-bg-light-primary-icon\/30:active {
  background-color:rgb(10 97 144 / 0.3);
}
.active\:n-bg-light-primary-icon\/35:active {
  background-color:rgb(10 97 144 / 0.35);
}
.active\:n-bg-light-primary-icon\/40:active {
  background-color:rgb(10 97 144 / 0.4);
}
.active\:n-bg-light-primary-icon\/45:active {
  background-color:rgb(10 97 144 / 0.45);
}
.active\:n-bg-light-primary-icon\/5:active {
  background-color:rgb(10 97 144 / 0.05);
}
.active\:n-bg-light-primary-icon\/50:active {
  background-color:rgb(10 97 144 / 0.5);
}
.active\:n-bg-light-primary-icon\/55:active {
  background-color:rgb(10 97 144 / 0.55);
}
.active\:n-bg-light-primary-icon\/60:active {
  background-color:rgb(10 97 144 / 0.6);
}
.active\:n-bg-light-primary-icon\/65:active {
  background-color:rgb(10 97 144 / 0.65);
}
.active\:n-bg-light-primary-icon\/70:active {
  background-color:rgb(10 97 144 / 0.7);
}
.active\:n-bg-light-primary-icon\/75:active {
  background-color:rgb(10 97 144 / 0.75);
}
.active\:n-bg-light-primary-icon\/80:active {
  background-color:rgb(10 97 144 / 0.8);
}
.active\:n-bg-light-primary-icon\/85:active {
  background-color:rgb(10 97 144 / 0.85);
}
.active\:n-bg-light-primary-icon\/90:active {
  background-color:rgb(10 97 144 / 0.9);
}
.active\:n-bg-light-primary-icon\/95:active {
  background-color:rgb(10 97 144 / 0.95);
}
.active\:n-bg-light-primary-pressed-strong:active {
  --tw-bg-opacity:1;
  background-color:rgb(1 64 99 / var(--tw-bg-opacity));
}
.active\:n-bg-light-primary-pressed-strong\/0:active {
  background-color:rgb(1 64 99 / 0);
}
.active\:n-bg-light-primary-pressed-strong\/10:active {
  background-color:rgb(1 64 99 / 0.1);
}
.active\:n-bg-light-primary-pressed-strong\/100:active {
  background-color:rgb(1 64 99 / 1);
}
.active\:n-bg-light-primary-pressed-strong\/15:active {
  background-color:rgb(1 64 99 / 0.15);
}
.active\:n-bg-light-primary-pressed-strong\/20:active {
  background-color:rgb(1 64 99 / 0.2);
}
.active\:n-bg-light-primary-pressed-strong\/25:active {
  background-color:rgb(1 64 99 / 0.25);
}
.active\:n-bg-light-primary-pressed-strong\/30:active {
  background-color:rgb(1 64 99 / 0.3);
}
.active\:n-bg-light-primary-pressed-strong\/35:active {
  background-color:rgb(1 64 99 / 0.35);
}
.active\:n-bg-light-primary-pressed-strong\/40:active {
  background-color:rgb(1 64 99 / 0.4);
}
.active\:n-bg-light-primary-pressed-strong\/45:active {
  background-color:rgb(1 64 99 / 0.45);
}
.active\:n-bg-light-primary-pressed-strong\/5:active {
  background-color:rgb(1 64 99 / 0.05);
}
.active\:n-bg-light-primary-pressed-strong\/50:active {
  background-color:rgb(1 64 99 / 0.5);
}
.active\:n-bg-light-primary-pressed-strong\/55:active {
  background-color:rgb(1 64 99 / 0.55);
}
.active\:n-bg-light-primary-pressed-strong\/60:active {
  background-color:rgb(1 64 99 / 0.6);
}
.active\:n-bg-light-primary-pressed-strong\/65:active {
  background-color:rgb(1 64 99 / 0.65);
}
.active\:n-bg-light-primary-pressed-strong\/70:active {
  background-color:rgb(1 64 99 / 0.7);
}
.active\:n-bg-light-primary-pressed-strong\/75:active {
  background-color:rgb(1 64 99 / 0.75);
}
.active\:n-bg-light-primary-pressed-strong\/80:active {
  background-color:rgb(1 64 99 / 0.8);
}
.active\:n-bg-light-primary-pressed-strong\/85:active {
  background-color:rgb(1 64 99 / 0.85);
}
.active\:n-bg-light-primary-pressed-strong\/90:active {
  background-color:rgb(1 64 99 / 0.9);
}
.active\:n-bg-light-primary-pressed-strong\/95:active {
  background-color:rgb(1 64 99 / 0.95);
}
.active\:n-bg-light-primary-pressed-weak:active {
  --tw-bg-opacity:1;
  background-color:rgb(48 131 157 / var(--tw-bg-opacity));
}
.active\:n-bg-light-primary-pressed-weak\/0:active {
  background-color:rgb(48 131 157 / 0);
}
.active\:n-bg-light-primary-pressed-weak\/10:active {
  background-color:rgb(48 131 157 / 0.1);
}
.active\:n-bg-light-primary-pressed-weak\/100:active {
  background-color:rgb(48 131 157 / 1);
}
.active\:n-bg-light-primary-pressed-weak\/15:active {
  background-color:rgb(48 131 157 / 0.15);
}
.active\:n-bg-light-primary-pressed-weak\/20:active {
  background-color:rgb(48 131 157 / 0.2);
}
.active\:n-bg-light-primary-pressed-weak\/25:active {
  background-color:rgb(48 131 157 / 0.25);
}
.active\:n-bg-light-primary-pressed-weak\/30:active {
  background-color:rgb(48 131 157 / 0.3);
}
.active\:n-bg-light-primary-pressed-weak\/35:active {
  background-color:rgb(48 131 157 / 0.35);
}
.active\:n-bg-light-primary-pressed-weak\/40:active {
  background-color:rgb(48 131 157 / 0.4);
}
.active\:n-bg-light-primary-pressed-weak\/45:active {
  background-color:rgb(48 131 157 / 0.45);
}
.active\:n-bg-light-primary-pressed-weak\/5:active {
  background-color:rgb(48 131 157 / 0.05);
}
.active\:n-bg-light-primary-pressed-weak\/50:active {
  background-color:rgb(48 131 157 / 0.5);
}
.active\:n-bg-light-primary-pressed-weak\/55:active {
  background-color:rgb(48 131 157 / 0.55);
}
.active\:n-bg-light-primary-pressed-weak\/60:active {
  background-color:rgb(48 131 157 / 0.6);
}
.active\:n-bg-light-primary-pressed-weak\/65:active {
  background-color:rgb(48 131 157 / 0.65);
}
.active\:n-bg-light-primary-pressed-weak\/70:active {
  background-color:rgb(48 131 157 / 0.7);
}
.active\:n-bg-light-primary-pressed-weak\/75:active {
  background-color:rgb(48 131 157 / 0.75);
}
.active\:n-bg-light-primary-pressed-weak\/80:active {
  background-color:rgb(48 131 157 / 0.8);
}
.active\:n-bg-light-primary-pressed-weak\/85:active {
  background-color:rgb(48 131 157 / 0.85);
}
.active\:n-bg-light-primary-pressed-weak\/90:active {
  background-color:rgb(48 131 157 / 0.9);
}
.active\:n-bg-light-primary-pressed-weak\/95:active {
  background-color:rgb(48 131 157 / 0.95);
}
.active\:n-bg-light-primary-text:active {
  --tw-bg-opacity:1;
  background-color:rgb(10 97 144 / var(--tw-bg-opacity));
}
.active\:n-bg-light-primary-text\/0:active {
  background-color:rgb(10 97 144 / 0);
}
.active\:n-bg-light-primary-text\/10:active {
  background-color:rgb(10 97 144 / 0.1);
}
.active\:n-bg-light-primary-text\/100:active {
  background-color:rgb(10 97 144 / 1);
}
.active\:n-bg-light-primary-text\/15:active {
  background-color:rgb(10 97 144 / 0.15);
}
.active\:n-bg-light-primary-text\/20:active {
  background-color:rgb(10 97 144 / 0.2);
}
.active\:n-bg-light-primary-text\/25:active {
  background-color:rgb(10 97 144 / 0.25);
}
.active\:n-bg-light-primary-text\/30:active {
  background-color:rgb(10 97 144 / 0.3);
}
.active\:n-bg-light-primary-text\/35:active {
  background-color:rgb(10 97 144 / 0.35);
}
.active\:n-bg-light-primary-text\/40:active {
  background-color:rgb(10 97 144 / 0.4);
}
.active\:n-bg-light-primary-text\/45:active {
  background-color:rgb(10 97 144 / 0.45);
}
.active\:n-bg-light-primary-text\/5:active {
  background-color:rgb(10 97 144 / 0.05);
}
.active\:n-bg-light-primary-text\/50:active {
  background-color:rgb(10 97 144 / 0.5);
}
.active\:n-bg-light-primary-text\/55:active {
  background-color:rgb(10 97 144 / 0.55);
}
.active\:n-bg-light-primary-text\/60:active {
  background-color:rgb(10 97 144 / 0.6);
}
.active\:n-bg-light-primary-text\/65:active {
  background-color:rgb(10 97 144 / 0.65);
}
.active\:n-bg-light-primary-text\/70:active {
  background-color:rgb(10 97 144 / 0.7);
}
.active\:n-bg-light-primary-text\/75:active {
  background-color:rgb(10 97 144 / 0.75);
}
.active\:n-bg-light-primary-text\/80:active {
  background-color:rgb(10 97 144 / 0.8);
}
.active\:n-bg-light-primary-text\/85:active {
  background-color:rgb(10 97 144 / 0.85);
}
.active\:n-bg-light-primary-text\/90:active {
  background-color:rgb(10 97 144 / 0.9);
}
.active\:n-bg-light-primary-text\/95:active {
  background-color:rgb(10 97 144 / 0.95);
}
.active\:n-bg-light-success-bg-status:active {
  --tw-bg-opacity:1;
  background-color:rgb(91 153 43 / var(--tw-bg-opacity));
}
.active\:n-bg-light-success-bg-status\/0:active {
  background-color:rgb(91 153 43 / 0);
}
.active\:n-bg-light-success-bg-status\/10:active {
  background-color:rgb(91 153 43 / 0.1);
}
.active\:n-bg-light-success-bg-status\/100:active {
  background-color:rgb(91 153 43 / 1);
}
.active\:n-bg-light-success-bg-status\/15:active {
  background-color:rgb(91 153 43 / 0.15);
}
.active\:n-bg-light-success-bg-status\/20:active {
  background-color:rgb(91 153 43 / 0.2);
}
.active\:n-bg-light-success-bg-status\/25:active {
  background-color:rgb(91 153 43 / 0.25);
}
.active\:n-bg-light-success-bg-status\/30:active {
  background-color:rgb(91 153 43 / 0.3);
}
.active\:n-bg-light-success-bg-status\/35:active {
  background-color:rgb(91 153 43 / 0.35);
}
.active\:n-bg-light-success-bg-status\/40:active {
  background-color:rgb(91 153 43 / 0.4);
}
.active\:n-bg-light-success-bg-status\/45:active {
  background-color:rgb(91 153 43 / 0.45);
}
.active\:n-bg-light-success-bg-status\/5:active {
  background-color:rgb(91 153 43 / 0.05);
}
.active\:n-bg-light-success-bg-status\/50:active {
  background-color:rgb(91 153 43 / 0.5);
}
.active\:n-bg-light-success-bg-status\/55:active {
  background-color:rgb(91 153 43 / 0.55);
}
.active\:n-bg-light-success-bg-status\/60:active {
  background-color:rgb(91 153 43 / 0.6);
}
.active\:n-bg-light-success-bg-status\/65:active {
  background-color:rgb(91 153 43 / 0.65);
}
.active\:n-bg-light-success-bg-status\/70:active {
  background-color:rgb(91 153 43 / 0.7);
}
.active\:n-bg-light-success-bg-status\/75:active {
  background-color:rgb(91 153 43 / 0.75);
}
.active\:n-bg-light-success-bg-status\/80:active {
  background-color:rgb(91 153 43 / 0.8);
}
.active\:n-bg-light-success-bg-status\/85:active {
  background-color:rgb(91 153 43 / 0.85);
}
.active\:n-bg-light-success-bg-status\/90:active {
  background-color:rgb(91 153 43 / 0.9);
}
.active\:n-bg-light-success-bg-status\/95:active {
  background-color:rgb(91 153 43 / 0.95);
}
.active\:n-bg-light-success-bg-strong:active {
  --tw-bg-opacity:1;
  background-color:rgb(63 120 36 / var(--tw-bg-opacity));
}
.active\:n-bg-light-success-bg-strong\/0:active {
  background-color:rgb(63 120 36 / 0);
}
.active\:n-bg-light-success-bg-strong\/10:active {
  background-color:rgb(63 120 36 / 0.1);
}
.active\:n-bg-light-success-bg-strong\/100:active {
  background-color:rgb(63 120 36 / 1);
}
.active\:n-bg-light-success-bg-strong\/15:active {
  background-color:rgb(63 120 36 / 0.15);
}
.active\:n-bg-light-success-bg-strong\/20:active {
  background-color:rgb(63 120 36 / 0.2);
}
.active\:n-bg-light-success-bg-strong\/25:active {
  background-color:rgb(63 120 36 / 0.25);
}
.active\:n-bg-light-success-bg-strong\/30:active {
  background-color:rgb(63 120 36 / 0.3);
}
.active\:n-bg-light-success-bg-strong\/35:active {
  background-color:rgb(63 120 36 / 0.35);
}
.active\:n-bg-light-success-bg-strong\/40:active {
  background-color:rgb(63 120 36 / 0.4);
}
.active\:n-bg-light-success-bg-strong\/45:active {
  background-color:rgb(63 120 36 / 0.45);
}
.active\:n-bg-light-success-bg-strong\/5:active {
  background-color:rgb(63 120 36 / 0.05);
}
.active\:n-bg-light-success-bg-strong\/50:active {
  background-color:rgb(63 120 36 / 0.5);
}
.active\:n-bg-light-success-bg-strong\/55:active {
  background-color:rgb(63 120 36 / 0.55);
}
.active\:n-bg-light-success-bg-strong\/60:active {
  background-color:rgb(63 120 36 / 0.6);
}
.active\:n-bg-light-success-bg-strong\/65:active {
  background-color:rgb(63 120 36 / 0.65);
}
.active\:n-bg-light-success-bg-strong\/70:active {
  background-color:rgb(63 120 36 / 0.7);
}
.active\:n-bg-light-success-bg-strong\/75:active {
  background-color:rgb(63 120 36 / 0.75);
}
.active\:n-bg-light-success-bg-strong\/80:active {
  background-color:rgb(63 120 36 / 0.8);
}
.active\:n-bg-light-success-bg-strong\/85:active {
  background-color:rgb(63 120 36 / 0.85);
}
.active\:n-bg-light-success-bg-strong\/90:active {
  background-color:rgb(63 120 36 / 0.9);
}
.active\:n-bg-light-success-bg-strong\/95:active {
  background-color:rgb(63 120 36 / 0.95);
}
.active\:n-bg-light-success-bg-weak:active {
  --tw-bg-opacity:1;
  background-color:rgb(231 252 215 / var(--tw-bg-opacity));
}
.active\:n-bg-light-success-bg-weak\/0:active {
  background-color:rgb(231 252 215 / 0);
}
.active\:n-bg-light-success-bg-weak\/10:active {
  background-color:rgb(231 252 215 / 0.1);
}
.active\:n-bg-light-success-bg-weak\/100:active {
  background-color:rgb(231 252 215 / 1);
}
.active\:n-bg-light-success-bg-weak\/15:active {
  background-color:rgb(231 252 215 / 0.15);
}
.active\:n-bg-light-success-bg-weak\/20:active {
  background-color:rgb(231 252 215 / 0.2);
}
.active\:n-bg-light-success-bg-weak\/25:active {
  background-color:rgb(231 252 215 / 0.25);
}
.active\:n-bg-light-success-bg-weak\/30:active {
  background-color:rgb(231 252 215 / 0.3);
}
.active\:n-bg-light-success-bg-weak\/35:active {
  background-color:rgb(231 252 215 / 0.35);
}
.active\:n-bg-light-success-bg-weak\/40:active {
  background-color:rgb(231 252 215 / 0.4);
}
.active\:n-bg-light-success-bg-weak\/45:active {
  background-color:rgb(231 252 215 / 0.45);
}
.active\:n-bg-light-success-bg-weak\/5:active {
  background-color:rgb(231 252 215 / 0.05);
}
.active\:n-bg-light-success-bg-weak\/50:active {
  background-color:rgb(231 252 215 / 0.5);
}
.active\:n-bg-light-success-bg-weak\/55:active {
  background-color:rgb(231 252 215 / 0.55);
}
.active\:n-bg-light-success-bg-weak\/60:active {
  background-color:rgb(231 252 215 / 0.6);
}
.active\:n-bg-light-success-bg-weak\/65:active {
  background-color:rgb(231 252 215 / 0.65);
}
.active\:n-bg-light-success-bg-weak\/70:active {
  background-color:rgb(231 252 215 / 0.7);
}
.active\:n-bg-light-success-bg-weak\/75:active {
  background-color:rgb(231 252 215 / 0.75);
}
.active\:n-bg-light-success-bg-weak\/80:active {
  background-color:rgb(231 252 215 / 0.8);
}
.active\:n-bg-light-success-bg-weak\/85:active {
  background-color:rgb(231 252 215 / 0.85);
}
.active\:n-bg-light-success-bg-weak\/90:active {
  background-color:rgb(231 252 215 / 0.9);
}
.active\:n-bg-light-success-bg-weak\/95:active {
  background-color:rgb(231 252 215 / 0.95);
}
.active\:n-bg-light-success-border-strong:active {
  --tw-bg-opacity:1;
  background-color:rgb(63 120 36 / var(--tw-bg-opacity));
}
.active\:n-bg-light-success-border-strong\/0:active {
  background-color:rgb(63 120 36 / 0);
}
.active\:n-bg-light-success-border-strong\/10:active {
  background-color:rgb(63 120 36 / 0.1);
}
.active\:n-bg-light-success-border-strong\/100:active {
  background-color:rgb(63 120 36 / 1);
}
.active\:n-bg-light-success-border-strong\/15:active {
  background-color:rgb(63 120 36 / 0.15);
}
.active\:n-bg-light-success-border-strong\/20:active {
  background-color:rgb(63 120 36 / 0.2);
}
.active\:n-bg-light-success-border-strong\/25:active {
  background-color:rgb(63 120 36 / 0.25);
}
.active\:n-bg-light-success-border-strong\/30:active {
  background-color:rgb(63 120 36 / 0.3);
}
.active\:n-bg-light-success-border-strong\/35:active {
  background-color:rgb(63 120 36 / 0.35);
}
.active\:n-bg-light-success-border-strong\/40:active {
  background-color:rgb(63 120 36 / 0.4);
}
.active\:n-bg-light-success-border-strong\/45:active {
  background-color:rgb(63 120 36 / 0.45);
}
.active\:n-bg-light-success-border-strong\/5:active {
  background-color:rgb(63 120 36 / 0.05);
}
.active\:n-bg-light-success-border-strong\/50:active {
  background-color:rgb(63 120 36 / 0.5);
}
.active\:n-bg-light-success-border-strong\/55:active {
  background-color:rgb(63 120 36 / 0.55);
}
.active\:n-bg-light-success-border-strong\/60:active {
  background-color:rgb(63 120 36 / 0.6);
}
.active\:n-bg-light-success-border-strong\/65:active {
  background-color:rgb(63 120 36 / 0.65);
}
.active\:n-bg-light-success-border-strong\/70:active {
  background-color:rgb(63 120 36 / 0.7);
}
.active\:n-bg-light-success-border-strong\/75:active {
  background-color:rgb(63 120 36 / 0.75);
}
.active\:n-bg-light-success-border-strong\/80:active {
  background-color:rgb(63 120 36 / 0.8);
}
.active\:n-bg-light-success-border-strong\/85:active {
  background-color:rgb(63 120 36 / 0.85);
}
.active\:n-bg-light-success-border-strong\/90:active {
  background-color:rgb(63 120 36 / 0.9);
}
.active\:n-bg-light-success-border-strong\/95:active {
  background-color:rgb(63 120 36 / 0.95);
}
.active\:n-bg-light-success-border-weak:active {
  --tw-bg-opacity:1;
  background-color:rgb(144 203 98 / var(--tw-bg-opacity));
}
.active\:n-bg-light-success-border-weak\/0:active {
  background-color:rgb(144 203 98 / 0);
}
.active\:n-bg-light-success-border-weak\/10:active {
  background-color:rgb(144 203 98 / 0.1);
}
.active\:n-bg-light-success-border-weak\/100:active {
  background-color:rgb(144 203 98 / 1);
}
.active\:n-bg-light-success-border-weak\/15:active {
  background-color:rgb(144 203 98 / 0.15);
}
.active\:n-bg-light-success-border-weak\/20:active {
  background-color:rgb(144 203 98 / 0.2);
}
.active\:n-bg-light-success-border-weak\/25:active {
  background-color:rgb(144 203 98 / 0.25);
}
.active\:n-bg-light-success-border-weak\/30:active {
  background-color:rgb(144 203 98 / 0.3);
}
.active\:n-bg-light-success-border-weak\/35:active {
  background-color:rgb(144 203 98 / 0.35);
}
.active\:n-bg-light-success-border-weak\/40:active {
  background-color:rgb(144 203 98 / 0.4);
}
.active\:n-bg-light-success-border-weak\/45:active {
  background-color:rgb(144 203 98 / 0.45);
}
.active\:n-bg-light-success-border-weak\/5:active {
  background-color:rgb(144 203 98 / 0.05);
}
.active\:n-bg-light-success-border-weak\/50:active {
  background-color:rgb(144 203 98 / 0.5);
}
.active\:n-bg-light-success-border-weak\/55:active {
  background-color:rgb(144 203 98 / 0.55);
}
.active\:n-bg-light-success-border-weak\/60:active {
  background-color:rgb(144 203 98 / 0.6);
}
.active\:n-bg-light-success-border-weak\/65:active {
  background-color:rgb(144 203 98 / 0.65);
}
.active\:n-bg-light-success-border-weak\/70:active {
  background-color:rgb(144 203 98 / 0.7);
}
.active\:n-bg-light-success-border-weak\/75:active {
  background-color:rgb(144 203 98 / 0.75);
}
.active\:n-bg-light-success-border-weak\/80:active {
  background-color:rgb(144 203 98 / 0.8);
}
.active\:n-bg-light-success-border-weak\/85:active {
  background-color:rgb(144 203 98 / 0.85);
}
.active\:n-bg-light-success-border-weak\/90:active {
  background-color:rgb(144 203 98 / 0.9);
}
.active\:n-bg-light-success-border-weak\/95:active {
  background-color:rgb(144 203 98 / 0.95);
}
.active\:n-bg-light-success-icon:active {
  --tw-bg-opacity:1;
  background-color:rgb(63 120 36 / var(--tw-bg-opacity));
}
.active\:n-bg-light-success-icon\/0:active {
  background-color:rgb(63 120 36 / 0);
}
.active\:n-bg-light-success-icon\/10:active {
  background-color:rgb(63 120 36 / 0.1);
}
.active\:n-bg-light-success-icon\/100:active {
  background-color:rgb(63 120 36 / 1);
}
.active\:n-bg-light-success-icon\/15:active {
  background-color:rgb(63 120 36 / 0.15);
}
.active\:n-bg-light-success-icon\/20:active {
  background-color:rgb(63 120 36 / 0.2);
}
.active\:n-bg-light-success-icon\/25:active {
  background-color:rgb(63 120 36 / 0.25);
}
.active\:n-bg-light-success-icon\/30:active {
  background-color:rgb(63 120 36 / 0.3);
}
.active\:n-bg-light-success-icon\/35:active {
  background-color:rgb(63 120 36 / 0.35);
}
.active\:n-bg-light-success-icon\/40:active {
  background-color:rgb(63 120 36 / 0.4);
}
.active\:n-bg-light-success-icon\/45:active {
  background-color:rgb(63 120 36 / 0.45);
}
.active\:n-bg-light-success-icon\/5:active {
  background-color:rgb(63 120 36 / 0.05);
}
.active\:n-bg-light-success-icon\/50:active {
  background-color:rgb(63 120 36 / 0.5);
}
.active\:n-bg-light-success-icon\/55:active {
  background-color:rgb(63 120 36 / 0.55);
}
.active\:n-bg-light-success-icon\/60:active {
  background-color:rgb(63 120 36 / 0.6);
}
.active\:n-bg-light-success-icon\/65:active {
  background-color:rgb(63 120 36 / 0.65);
}
.active\:n-bg-light-success-icon\/70:active {
  background-color:rgb(63 120 36 / 0.7);
}
.active\:n-bg-light-success-icon\/75:active {
  background-color:rgb(63 120 36 / 0.75);
}
.active\:n-bg-light-success-icon\/80:active {
  background-color:rgb(63 120 36 / 0.8);
}
.active\:n-bg-light-success-icon\/85:active {
  background-color:rgb(63 120 36 / 0.85);
}
.active\:n-bg-light-success-icon\/90:active {
  background-color:rgb(63 120 36 / 0.9);
}
.active\:n-bg-light-success-icon\/95:active {
  background-color:rgb(63 120 36 / 0.95);
}
.active\:n-bg-light-success-text:active {
  --tw-bg-opacity:1;
  background-color:rgb(63 120 36 / var(--tw-bg-opacity));
}
.active\:n-bg-light-success-text\/0:active {
  background-color:rgb(63 120 36 / 0);
}
.active\:n-bg-light-success-text\/10:active {
  background-color:rgb(63 120 36 / 0.1);
}
.active\:n-bg-light-success-text\/100:active {
  background-color:rgb(63 120 36 / 1);
}
.active\:n-bg-light-success-text\/15:active {
  background-color:rgb(63 120 36 / 0.15);
}
.active\:n-bg-light-success-text\/20:active {
  background-color:rgb(63 120 36 / 0.2);
}
.active\:n-bg-light-success-text\/25:active {
  background-color:rgb(63 120 36 / 0.25);
}
.active\:n-bg-light-success-text\/30:active {
  background-color:rgb(63 120 36 / 0.3);
}
.active\:n-bg-light-success-text\/35:active {
  background-color:rgb(63 120 36 / 0.35);
}
.active\:n-bg-light-success-text\/40:active {
  background-color:rgb(63 120 36 / 0.4);
}
.active\:n-bg-light-success-text\/45:active {
  background-color:rgb(63 120 36 / 0.45);
}
.active\:n-bg-light-success-text\/5:active {
  background-color:rgb(63 120 36 / 0.05);
}
.active\:n-bg-light-success-text\/50:active {
  background-color:rgb(63 120 36 / 0.5);
}
.active\:n-bg-light-success-text\/55:active {
  background-color:rgb(63 120 36 / 0.55);
}
.active\:n-bg-light-success-text\/60:active {
  background-color:rgb(63 120 36 / 0.6);
}
.active\:n-bg-light-success-text\/65:active {
  background-color:rgb(63 120 36 / 0.65);
}
.active\:n-bg-light-success-text\/70:active {
  background-color:rgb(63 120 36 / 0.7);
}
.active\:n-bg-light-success-text\/75:active {
  background-color:rgb(63 120 36 / 0.75);
}
.active\:n-bg-light-success-text\/80:active {
  background-color:rgb(63 120 36 / 0.8);
}
.active\:n-bg-light-success-text\/85:active {
  background-color:rgb(63 120 36 / 0.85);
}
.active\:n-bg-light-success-text\/90:active {
  background-color:rgb(63 120 36 / 0.9);
}
.active\:n-bg-light-success-text\/95:active {
  background-color:rgb(63 120 36 / 0.95);
}
.active\:n-bg-light-warning-bg-status:active {
  --tw-bg-opacity:1;
  background-color:rgb(215 170 10 / var(--tw-bg-opacity));
}
.active\:n-bg-light-warning-bg-status\/0:active {
  background-color:rgb(215 170 10 / 0);
}
.active\:n-bg-light-warning-bg-status\/10:active {
  background-color:rgb(215 170 10 / 0.1);
}
.active\:n-bg-light-warning-bg-status\/100:active {
  background-color:rgb(215 170 10 / 1);
}
.active\:n-bg-light-warning-bg-status\/15:active {
  background-color:rgb(215 170 10 / 0.15);
}
.active\:n-bg-light-warning-bg-status\/20:active {
  background-color:rgb(215 170 10 / 0.2);
}
.active\:n-bg-light-warning-bg-status\/25:active {
  background-color:rgb(215 170 10 / 0.25);
}
.active\:n-bg-light-warning-bg-status\/30:active {
  background-color:rgb(215 170 10 / 0.3);
}
.active\:n-bg-light-warning-bg-status\/35:active {
  background-color:rgb(215 170 10 / 0.35);
}
.active\:n-bg-light-warning-bg-status\/40:active {
  background-color:rgb(215 170 10 / 0.4);
}
.active\:n-bg-light-warning-bg-status\/45:active {
  background-color:rgb(215 170 10 / 0.45);
}
.active\:n-bg-light-warning-bg-status\/5:active {
  background-color:rgb(215 170 10 / 0.05);
}
.active\:n-bg-light-warning-bg-status\/50:active {
  background-color:rgb(215 170 10 / 0.5);
}
.active\:n-bg-light-warning-bg-status\/55:active {
  background-color:rgb(215 170 10 / 0.55);
}
.active\:n-bg-light-warning-bg-status\/60:active {
  background-color:rgb(215 170 10 / 0.6);
}
.active\:n-bg-light-warning-bg-status\/65:active {
  background-color:rgb(215 170 10 / 0.65);
}
.active\:n-bg-light-warning-bg-status\/70:active {
  background-color:rgb(215 170 10 / 0.7);
}
.active\:n-bg-light-warning-bg-status\/75:active {
  background-color:rgb(215 170 10 / 0.75);
}
.active\:n-bg-light-warning-bg-status\/80:active {
  background-color:rgb(215 170 10 / 0.8);
}
.active\:n-bg-light-warning-bg-status\/85:active {
  background-color:rgb(215 170 10 / 0.85);
}
.active\:n-bg-light-warning-bg-status\/90:active {
  background-color:rgb(215 170 10 / 0.9);
}
.active\:n-bg-light-warning-bg-status\/95:active {
  background-color:rgb(215 170 10 / 0.95);
}
.active\:n-bg-light-warning-bg-strong:active {
  --tw-bg-opacity:1;
  background-color:rgb(118 85 0 / var(--tw-bg-opacity));
}
.active\:n-bg-light-warning-bg-strong\/0:active {
  background-color:rgb(118 85 0 / 0);
}
.active\:n-bg-light-warning-bg-strong\/10:active {
  background-color:rgb(118 85 0 / 0.1);
}
.active\:n-bg-light-warning-bg-strong\/100:active {
  background-color:rgb(118 85 0 / 1);
}
.active\:n-bg-light-warning-bg-strong\/15:active {
  background-color:rgb(118 85 0 / 0.15);
}
.active\:n-bg-light-warning-bg-strong\/20:active {
  background-color:rgb(118 85 0 / 0.2);
}
.active\:n-bg-light-warning-bg-strong\/25:active {
  background-color:rgb(118 85 0 / 0.25);
}
.active\:n-bg-light-warning-bg-strong\/30:active {
  background-color:rgb(118 85 0 / 0.3);
}
.active\:n-bg-light-warning-bg-strong\/35:active {
  background-color:rgb(118 85 0 / 0.35);
}
.active\:n-bg-light-warning-bg-strong\/40:active {
  background-color:rgb(118 85 0 / 0.4);
}
.active\:n-bg-light-warning-bg-strong\/45:active {
  background-color:rgb(118 85 0 / 0.45);
}
.active\:n-bg-light-warning-bg-strong\/5:active {
  background-color:rgb(118 85 0 / 0.05);
}
.active\:n-bg-light-warning-bg-strong\/50:active {
  background-color:rgb(118 85 0 / 0.5);
}
.active\:n-bg-light-warning-bg-strong\/55:active {
  background-color:rgb(118 85 0 / 0.55);
}
.active\:n-bg-light-warning-bg-strong\/60:active {
  background-color:rgb(118 85 0 / 0.6);
}
.active\:n-bg-light-warning-bg-strong\/65:active {
  background-color:rgb(118 85 0 / 0.65);
}
.active\:n-bg-light-warning-bg-strong\/70:active {
  background-color:rgb(118 85 0 / 0.7);
}
.active\:n-bg-light-warning-bg-strong\/75:active {
  background-color:rgb(118 85 0 / 0.75);
}
.active\:n-bg-light-warning-bg-strong\/80:active {
  background-color:rgb(118 85 0 / 0.8);
}
.active\:n-bg-light-warning-bg-strong\/85:active {
  background-color:rgb(118 85 0 / 0.85);
}
.active\:n-bg-light-warning-bg-strong\/90:active {
  background-color:rgb(118 85 0 / 0.9);
}
.active\:n-bg-light-warning-bg-strong\/95:active {
  background-color:rgb(118 85 0 / 0.95);
}
.active\:n-bg-light-warning-bg-weak:active {
  --tw-bg-opacity:1;
  background-color:rgb(255 250 209 / var(--tw-bg-opacity));
}
.active\:n-bg-light-warning-bg-weak\/0:active {
  background-color:rgb(255 250 209 / 0);
}
.active\:n-bg-light-warning-bg-weak\/10:active {
  background-color:rgb(255 250 209 / 0.1);
}
.active\:n-bg-light-warning-bg-weak\/100:active {
  background-color:rgb(255 250 209 / 1);
}
.active\:n-bg-light-warning-bg-weak\/15:active {
  background-color:rgb(255 250 209 / 0.15);
}
.active\:n-bg-light-warning-bg-weak\/20:active {
  background-color:rgb(255 250 209 / 0.2);
}
.active\:n-bg-light-warning-bg-weak\/25:active {
  background-color:rgb(255 250 209 / 0.25);
}
.active\:n-bg-light-warning-bg-weak\/30:active {
  background-color:rgb(255 250 209 / 0.3);
}
.active\:n-bg-light-warning-bg-weak\/35:active {
  background-color:rgb(255 250 209 / 0.35);
}
.active\:n-bg-light-warning-bg-weak\/40:active {
  background-color:rgb(255 250 209 / 0.4);
}
.active\:n-bg-light-warning-bg-weak\/45:active {
  background-color:rgb(255 250 209 / 0.45);
}
.active\:n-bg-light-warning-bg-weak\/5:active {
  background-color:rgb(255 250 209 / 0.05);
}
.active\:n-bg-light-warning-bg-weak\/50:active {
  background-color:rgb(255 250 209 / 0.5);
}
.active\:n-bg-light-warning-bg-weak\/55:active {
  background-color:rgb(255 250 209 / 0.55);
}
.active\:n-bg-light-warning-bg-weak\/60:active {
  background-color:rgb(255 250 209 / 0.6);
}
.active\:n-bg-light-warning-bg-weak\/65:active {
  background-color:rgb(255 250 209 / 0.65);
}
.active\:n-bg-light-warning-bg-weak\/70:active {
  background-color:rgb(255 250 209 / 0.7);
}
.active\:n-bg-light-warning-bg-weak\/75:active {
  background-color:rgb(255 250 209 / 0.75);
}
.active\:n-bg-light-warning-bg-weak\/80:active {
  background-color:rgb(255 250 209 / 0.8);
}
.active\:n-bg-light-warning-bg-weak\/85:active {
  background-color:rgb(255 250 209 / 0.85);
}
.active\:n-bg-light-warning-bg-weak\/90:active {
  background-color:rgb(255 250 209 / 0.9);
}
.active\:n-bg-light-warning-bg-weak\/95:active {
  background-color:rgb(255 250 209 / 0.95);
}
.active\:n-bg-light-warning-border-strong:active {
  --tw-bg-opacity:1;
  background-color:rgb(153 110 0 / var(--tw-bg-opacity));
}
.active\:n-bg-light-warning-border-strong\/0:active {
  background-color:rgb(153 110 0 / 0);
}
.active\:n-bg-light-warning-border-strong\/10:active {
  background-color:rgb(153 110 0 / 0.1);
}
.active\:n-bg-light-warning-border-strong\/100:active {
  background-color:rgb(153 110 0 / 1);
}
.active\:n-bg-light-warning-border-strong\/15:active {
  background-color:rgb(153 110 0 / 0.15);
}
.active\:n-bg-light-warning-border-strong\/20:active {
  background-color:rgb(153 110 0 / 0.2);
}
.active\:n-bg-light-warning-border-strong\/25:active {
  background-color:rgb(153 110 0 / 0.25);
}
.active\:n-bg-light-warning-border-strong\/30:active {
  background-color:rgb(153 110 0 / 0.3);
}
.active\:n-bg-light-warning-border-strong\/35:active {
  background-color:rgb(153 110 0 / 0.35);
}
.active\:n-bg-light-warning-border-strong\/40:active {
  background-color:rgb(153 110 0 / 0.4);
}
.active\:n-bg-light-warning-border-strong\/45:active {
  background-color:rgb(153 110 0 / 0.45);
}
.active\:n-bg-light-warning-border-strong\/5:active {
  background-color:rgb(153 110 0 / 0.05);
}
.active\:n-bg-light-warning-border-strong\/50:active {
  background-color:rgb(153 110 0 / 0.5);
}
.active\:n-bg-light-warning-border-strong\/55:active {
  background-color:rgb(153 110 0 / 0.55);
}
.active\:n-bg-light-warning-border-strong\/60:active {
  background-color:rgb(153 110 0 / 0.6);
}
.active\:n-bg-light-warning-border-strong\/65:active {
  background-color:rgb(153 110 0 / 0.65);
}
.active\:n-bg-light-warning-border-strong\/70:active {
  background-color:rgb(153 110 0 / 0.7);
}
.active\:n-bg-light-warning-border-strong\/75:active {
  background-color:rgb(153 110 0 / 0.75);
}
.active\:n-bg-light-warning-border-strong\/80:active {
  background-color:rgb(153 110 0 / 0.8);
}
.active\:n-bg-light-warning-border-strong\/85:active {
  background-color:rgb(153 110 0 / 0.85);
}
.active\:n-bg-light-warning-border-strong\/90:active {
  background-color:rgb(153 110 0 / 0.9);
}
.active\:n-bg-light-warning-border-strong\/95:active {
  background-color:rgb(153 110 0 / 0.95);
}
.active\:n-bg-light-warning-border-weak:active {
  --tw-bg-opacity:1;
  background-color:rgb(255 214 0 / var(--tw-bg-opacity));
}
.active\:n-bg-light-warning-border-weak\/0:active {
  background-color:rgb(255 214 0 / 0);
}
.active\:n-bg-light-warning-border-weak\/10:active {
  background-color:rgb(255 214 0 / 0.1);
}
.active\:n-bg-light-warning-border-weak\/100:active {
  background-color:rgb(255 214 0 / 1);
}
.active\:n-bg-light-warning-border-weak\/15:active {
  background-color:rgb(255 214 0 / 0.15);
}
.active\:n-bg-light-warning-border-weak\/20:active {
  background-color:rgb(255 214 0 / 0.2);
}
.active\:n-bg-light-warning-border-weak\/25:active {
  background-color:rgb(255 214 0 / 0.25);
}
.active\:n-bg-light-warning-border-weak\/30:active {
  background-color:rgb(255 214 0 / 0.3);
}
.active\:n-bg-light-warning-border-weak\/35:active {
  background-color:rgb(255 214 0 / 0.35);
}
.active\:n-bg-light-warning-border-weak\/40:active {
  background-color:rgb(255 214 0 / 0.4);
}
.active\:n-bg-light-warning-border-weak\/45:active {
  background-color:rgb(255 214 0 / 0.45);
}
.active\:n-bg-light-warning-border-weak\/5:active {
  background-color:rgb(255 214 0 / 0.05);
}
.active\:n-bg-light-warning-border-weak\/50:active {
  background-color:rgb(255 214 0 / 0.5);
}
.active\:n-bg-light-warning-border-weak\/55:active {
  background-color:rgb(255 214 0 / 0.55);
}
.active\:n-bg-light-warning-border-weak\/60:active {
  background-color:rgb(255 214 0 / 0.6);
}
.active\:n-bg-light-warning-border-weak\/65:active {
  background-color:rgb(255 214 0 / 0.65);
}
.active\:n-bg-light-warning-border-weak\/70:active {
  background-color:rgb(255 214 0 / 0.7);
}
.active\:n-bg-light-warning-border-weak\/75:active {
  background-color:rgb(255 214 0 / 0.75);
}
.active\:n-bg-light-warning-border-weak\/80:active {
  background-color:rgb(255 214 0 / 0.8);
}
.active\:n-bg-light-warning-border-weak\/85:active {
  background-color:rgb(255 214 0 / 0.85);
}
.active\:n-bg-light-warning-border-weak\/90:active {
  background-color:rgb(255 214 0 / 0.9);
}
.active\:n-bg-light-warning-border-weak\/95:active {
  background-color:rgb(255 214 0 / 0.95);
}
.active\:n-bg-light-warning-icon:active {
  --tw-bg-opacity:1;
  background-color:rgb(118 85 0 / var(--tw-bg-opacity));
}
.active\:n-bg-light-warning-icon\/0:active {
  background-color:rgb(118 85 0 / 0);
}
.active\:n-bg-light-warning-icon\/10:active {
  background-color:rgb(118 85 0 / 0.1);
}
.active\:n-bg-light-warning-icon\/100:active {
  background-color:rgb(118 85 0 / 1);
}
.active\:n-bg-light-warning-icon\/15:active {
  background-color:rgb(118 85 0 / 0.15);
}
.active\:n-bg-light-warning-icon\/20:active {
  background-color:rgb(118 85 0 / 0.2);
}
.active\:n-bg-light-warning-icon\/25:active {
  background-color:rgb(118 85 0 / 0.25);
}
.active\:n-bg-light-warning-icon\/30:active {
  background-color:rgb(118 85 0 / 0.3);
}
.active\:n-bg-light-warning-icon\/35:active {
  background-color:rgb(118 85 0 / 0.35);
}
.active\:n-bg-light-warning-icon\/40:active {
  background-color:rgb(118 85 0 / 0.4);
}
.active\:n-bg-light-warning-icon\/45:active {
  background-color:rgb(118 85 0 / 0.45);
}
.active\:n-bg-light-warning-icon\/5:active {
  background-color:rgb(118 85 0 / 0.05);
}
.active\:n-bg-light-warning-icon\/50:active {
  background-color:rgb(118 85 0 / 0.5);
}
.active\:n-bg-light-warning-icon\/55:active {
  background-color:rgb(118 85 0 / 0.55);
}
.active\:n-bg-light-warning-icon\/60:active {
  background-color:rgb(118 85 0 / 0.6);
}
.active\:n-bg-light-warning-icon\/65:active {
  background-color:rgb(118 85 0 / 0.65);
}
.active\:n-bg-light-warning-icon\/70:active {
  background-color:rgb(118 85 0 / 0.7);
}
.active\:n-bg-light-warning-icon\/75:active {
  background-color:rgb(118 85 0 / 0.75);
}
.active\:n-bg-light-warning-icon\/80:active {
  background-color:rgb(118 85 0 / 0.8);
}
.active\:n-bg-light-warning-icon\/85:active {
  background-color:rgb(118 85 0 / 0.85);
}
.active\:n-bg-light-warning-icon\/90:active {
  background-color:rgb(118 85 0 / 0.9);
}
.active\:n-bg-light-warning-icon\/95:active {
  background-color:rgb(118 85 0 / 0.95);
}
.active\:n-bg-light-warning-text:active {
  --tw-bg-opacity:1;
  background-color:rgb(118 85 0 / var(--tw-bg-opacity));
}
.active\:n-bg-light-warning-text\/0:active {
  background-color:rgb(118 85 0 / 0);
}
.active\:n-bg-light-warning-text\/10:active {
  background-color:rgb(118 85 0 / 0.1);
}
.active\:n-bg-light-warning-text\/100:active {
  background-color:rgb(118 85 0 / 1);
}
.active\:n-bg-light-warning-text\/15:active {
  background-color:rgb(118 85 0 / 0.15);
}
.active\:n-bg-light-warning-text\/20:active {
  background-color:rgb(118 85 0 / 0.2);
}
.active\:n-bg-light-warning-text\/25:active {
  background-color:rgb(118 85 0 / 0.25);
}
.active\:n-bg-light-warning-text\/30:active {
  background-color:rgb(118 85 0 / 0.3);
}
.active\:n-bg-light-warning-text\/35:active {
  background-color:rgb(118 85 0 / 0.35);
}
.active\:n-bg-light-warning-text\/40:active {
  background-color:rgb(118 85 0 / 0.4);
}
.active\:n-bg-light-warning-text\/45:active {
  background-color:rgb(118 85 0 / 0.45);
}
.active\:n-bg-light-warning-text\/5:active {
  background-color:rgb(118 85 0 / 0.05);
}
.active\:n-bg-light-warning-text\/50:active {
  background-color:rgb(118 85 0 / 0.5);
}
.active\:n-bg-light-warning-text\/55:active {
  background-color:rgb(118 85 0 / 0.55);
}
.active\:n-bg-light-warning-text\/60:active {
  background-color:rgb(118 85 0 / 0.6);
}
.active\:n-bg-light-warning-text\/65:active {
  background-color:rgb(118 85 0 / 0.65);
}
.active\:n-bg-light-warning-text\/70:active {
  background-color:rgb(118 85 0 / 0.7);
}
.active\:n-bg-light-warning-text\/75:active {
  background-color:rgb(118 85 0 / 0.75);
}
.active\:n-bg-light-warning-text\/80:active {
  background-color:rgb(118 85 0 / 0.8);
}
.active\:n-bg-light-warning-text\/85:active {
  background-color:rgb(118 85 0 / 0.85);
}
.active\:n-bg-light-warning-text\/90:active {
  background-color:rgb(118 85 0 / 0.9);
}
.active\:n-bg-light-warning-text\/95:active {
  background-color:rgb(118 85 0 / 0.95);
}
.active\:n-bg-neutral-10:active {
  --tw-bg-opacity:1;
  background-color:rgb(255 255 255 / var(--tw-bg-opacity));
}
.active\:n-bg-neutral-10\/0:active {
  background-color:rgb(255 255 255 / 0);
}
.active\:n-bg-neutral-10\/10:active {
  background-color:rgb(255 255 255 / 0.1);
}
.active\:n-bg-neutral-10\/100:active {
  background-color:rgb(255 255 255 / 1);
}
.active\:n-bg-neutral-10\/15:active {
  background-color:rgb(255 255 255 / 0.15);
}
.active\:n-bg-neutral-10\/20:active {
  background-color:rgb(255 255 255 / 0.2);
}
.active\:n-bg-neutral-10\/25:active {
  background-color:rgb(255 255 255 / 0.25);
}
.active\:n-bg-neutral-10\/30:active {
  background-color:rgb(255 255 255 / 0.3);
}
.active\:n-bg-neutral-10\/35:active {
  background-color:rgb(255 255 255 / 0.35);
}
.active\:n-bg-neutral-10\/40:active {
  background-color:rgb(255 255 255 / 0.4);
}
.active\:n-bg-neutral-10\/45:active {
  background-color:rgb(255 255 255 / 0.45);
}
.active\:n-bg-neutral-10\/5:active {
  background-color:rgb(255 255 255 / 0.05);
}
.active\:n-bg-neutral-10\/50:active {
  background-color:rgb(255 255 255 / 0.5);
}
.active\:n-bg-neutral-10\/55:active {
  background-color:rgb(255 255 255 / 0.55);
}
.active\:n-bg-neutral-10\/60:active {
  background-color:rgb(255 255 255 / 0.6);
}
.active\:n-bg-neutral-10\/65:active {
  background-color:rgb(255 255 255 / 0.65);
}
.active\:n-bg-neutral-10\/70:active {
  background-color:rgb(255 255 255 / 0.7);
}
.active\:n-bg-neutral-10\/75:active {
  background-color:rgb(255 255 255 / 0.75);
}
.active\:n-bg-neutral-10\/80:active {
  background-color:rgb(255 255 255 / 0.8);
}
.active\:n-bg-neutral-10\/85:active {
  background-color:rgb(255 255 255 / 0.85);
}
.active\:n-bg-neutral-10\/90:active {
  background-color:rgb(255 255 255 / 0.9);
}
.active\:n-bg-neutral-10\/95:active {
  background-color:rgb(255 255 255 / 0.95);
}
.active\:n-bg-neutral-15:active {
  --tw-bg-opacity:1;
  background-color:rgb(245 246 246 / var(--tw-bg-opacity));
}
.active\:n-bg-neutral-15\/0:active {
  background-color:rgb(245 246 246 / 0);
}
.active\:n-bg-neutral-15\/10:active {
  background-color:rgb(245 246 246 / 0.1);
}
.active\:n-bg-neutral-15\/100:active {
  background-color:rgb(245 246 246 / 1);
}
.active\:n-bg-neutral-15\/15:active {
  background-color:rgb(245 246 246 / 0.15);
}
.active\:n-bg-neutral-15\/20:active {
  background-color:rgb(245 246 246 / 0.2);
}
.active\:n-bg-neutral-15\/25:active {
  background-color:rgb(245 246 246 / 0.25);
}
.active\:n-bg-neutral-15\/30:active {
  background-color:rgb(245 246 246 / 0.3);
}
.active\:n-bg-neutral-15\/35:active {
  background-color:rgb(245 246 246 / 0.35);
}
.active\:n-bg-neutral-15\/40:active {
  background-color:rgb(245 246 246 / 0.4);
}
.active\:n-bg-neutral-15\/45:active {
  background-color:rgb(245 246 246 / 0.45);
}
.active\:n-bg-neutral-15\/5:active {
  background-color:rgb(245 246 246 / 0.05);
}
.active\:n-bg-neutral-15\/50:active {
  background-color:rgb(245 246 246 / 0.5);
}
.active\:n-bg-neutral-15\/55:active {
  background-color:rgb(245 246 246 / 0.55);
}
.active\:n-bg-neutral-15\/60:active {
  background-color:rgb(245 246 246 / 0.6);
}
.active\:n-bg-neutral-15\/65:active {
  background-color:rgb(245 246 246 / 0.65);
}
.active\:n-bg-neutral-15\/70:active {
  background-color:rgb(245 246 246 / 0.7);
}
.active\:n-bg-neutral-15\/75:active {
  background-color:rgb(245 246 246 / 0.75);
}
.active\:n-bg-neutral-15\/80:active {
  background-color:rgb(245 246 246 / 0.8);
}
.active\:n-bg-neutral-15\/85:active {
  background-color:rgb(245 246 246 / 0.85);
}
.active\:n-bg-neutral-15\/90:active {
  background-color:rgb(245 246 246 / 0.9);
}
.active\:n-bg-neutral-15\/95:active {
  background-color:rgb(245 246 246 / 0.95);
}
.active\:n-bg-neutral-20:active {
  --tw-bg-opacity:1;
  background-color:rgb(226 227 229 / var(--tw-bg-opacity));
}
.active\:n-bg-neutral-20\/0:active {
  background-color:rgb(226 227 229 / 0);
}
.active\:n-bg-neutral-20\/10:active {
  background-color:rgb(226 227 229 / 0.1);
}
.active\:n-bg-neutral-20\/100:active {
  background-color:rgb(226 227 229 / 1);
}
.active\:n-bg-neutral-20\/15:active {
  background-color:rgb(226 227 229 / 0.15);
}
.active\:n-bg-neutral-20\/20:active {
  background-color:rgb(226 227 229 / 0.2);
}
.active\:n-bg-neutral-20\/25:active {
  background-color:rgb(226 227 229 / 0.25);
}
.active\:n-bg-neutral-20\/30:active {
  background-color:rgb(226 227 229 / 0.3);
}
.active\:n-bg-neutral-20\/35:active {
  background-color:rgb(226 227 229 / 0.35);
}
.active\:n-bg-neutral-20\/40:active {
  background-color:rgb(226 227 229 / 0.4);
}
.active\:n-bg-neutral-20\/45:active {
  background-color:rgb(226 227 229 / 0.45);
}
.active\:n-bg-neutral-20\/5:active {
  background-color:rgb(226 227 229 / 0.05);
}
.active\:n-bg-neutral-20\/50:active {
  background-color:rgb(226 227 229 / 0.5);
}
.active\:n-bg-neutral-20\/55:active {
  background-color:rgb(226 227 229 / 0.55);
}
.active\:n-bg-neutral-20\/60:active {
  background-color:rgb(226 227 229 / 0.6);
}
.active\:n-bg-neutral-20\/65:active {
  background-color:rgb(226 227 229 / 0.65);
}
.active\:n-bg-neutral-20\/70:active {
  background-color:rgb(226 227 229 / 0.7);
}
.active\:n-bg-neutral-20\/75:active {
  background-color:rgb(226 227 229 / 0.75);
}
.active\:n-bg-neutral-20\/80:active {
  background-color:rgb(226 227 229 / 0.8);
}
.active\:n-bg-neutral-20\/85:active {
  background-color:rgb(226 227 229 / 0.85);
}
.active\:n-bg-neutral-20\/90:active {
  background-color:rgb(226 227 229 / 0.9);
}
.active\:n-bg-neutral-20\/95:active {
  background-color:rgb(226 227 229 / 0.95);
}
.active\:n-bg-neutral-25:active {
  --tw-bg-opacity:1;
  background-color:rgb(207 209 212 / var(--tw-bg-opacity));
}
.active\:n-bg-neutral-25\/0:active {
  background-color:rgb(207 209 212 / 0);
}
.active\:n-bg-neutral-25\/10:active {
  background-color:rgb(207 209 212 / 0.1);
}
.active\:n-bg-neutral-25\/100:active {
  background-color:rgb(207 209 212 / 1);
}
.active\:n-bg-neutral-25\/15:active {
  background-color:rgb(207 209 212 / 0.15);
}
.active\:n-bg-neutral-25\/20:active {
  background-color:rgb(207 209 212 / 0.2);
}
.active\:n-bg-neutral-25\/25:active {
  background-color:rgb(207 209 212 / 0.25);
}
.active\:n-bg-neutral-25\/30:active {
  background-color:rgb(207 209 212 / 0.3);
}
.active\:n-bg-neutral-25\/35:active {
  background-color:rgb(207 209 212 / 0.35);
}
.active\:n-bg-neutral-25\/40:active {
  background-color:rgb(207 209 212 / 0.4);
}
.active\:n-bg-neutral-25\/45:active {
  background-color:rgb(207 209 212 / 0.45);
}
.active\:n-bg-neutral-25\/5:active {
  background-color:rgb(207 209 212 / 0.05);
}
.active\:n-bg-neutral-25\/50:active {
  background-color:rgb(207 209 212 / 0.5);
}
.active\:n-bg-neutral-25\/55:active {
  background-color:rgb(207 209 212 / 0.55);
}
.active\:n-bg-neutral-25\/60:active {
  background-color:rgb(207 209 212 / 0.6);
}
.active\:n-bg-neutral-25\/65:active {
  background-color:rgb(207 209 212 / 0.65);
}
.active\:n-bg-neutral-25\/70:active {
  background-color:rgb(207 209 212 / 0.7);
}
.active\:n-bg-neutral-25\/75:active {
  background-color:rgb(207 209 212 / 0.75);
}
.active\:n-bg-neutral-25\/80:active {
  background-color:rgb(207 209 212 / 0.8);
}
.active\:n-bg-neutral-25\/85:active {
  background-color:rgb(207 209 212 / 0.85);
}
.active\:n-bg-neutral-25\/90:active {
  background-color:rgb(207 209 212 / 0.9);
}
.active\:n-bg-neutral-25\/95:active {
  background-color:rgb(207 209 212 / 0.95);
}
.active\:n-bg-neutral-30:active {
  --tw-bg-opacity:1;
  background-color:rgb(187 190 195 / var(--tw-bg-opacity));
}
.active\:n-bg-neutral-30\/0:active {
  background-color:rgb(187 190 195 / 0);
}
.active\:n-bg-neutral-30\/10:active {
  background-color:rgb(187 190 195 / 0.1);
}
.active\:n-bg-neutral-30\/100:active {
  background-color:rgb(187 190 195 / 1);
}
.active\:n-bg-neutral-30\/15:active {
  background-color:rgb(187 190 195 / 0.15);
}
.active\:n-bg-neutral-30\/20:active {
  background-color:rgb(187 190 195 / 0.2);
}
.active\:n-bg-neutral-30\/25:active {
  background-color:rgb(187 190 195 / 0.25);
}
.active\:n-bg-neutral-30\/30:active {
  background-color:rgb(187 190 195 / 0.3);
}
.active\:n-bg-neutral-30\/35:active {
  background-color:rgb(187 190 195 / 0.35);
}
.active\:n-bg-neutral-30\/40:active {
  background-color:rgb(187 190 195 / 0.4);
}
.active\:n-bg-neutral-30\/45:active {
  background-color:rgb(187 190 195 / 0.45);
}
.active\:n-bg-neutral-30\/5:active {
  background-color:rgb(187 190 195 / 0.05);
}
.active\:n-bg-neutral-30\/50:active {
  background-color:rgb(187 190 195 / 0.5);
}
.active\:n-bg-neutral-30\/55:active {
  background-color:rgb(187 190 195 / 0.55);
}
.active\:n-bg-neutral-30\/60:active {
  background-color:rgb(187 190 195 / 0.6);
}
.active\:n-bg-neutral-30\/65:active {
  background-color:rgb(187 190 195 / 0.65);
}
.active\:n-bg-neutral-30\/70:active {
  background-color:rgb(187 190 195 / 0.7);
}
.active\:n-bg-neutral-30\/75:active {
  background-color:rgb(187 190 195 / 0.75);
}
.active\:n-bg-neutral-30\/80:active {
  background-color:rgb(187 190 195 / 0.8);
}
.active\:n-bg-neutral-30\/85:active {
  background-color:rgb(187 190 195 / 0.85);
}
.active\:n-bg-neutral-30\/90:active {
  background-color:rgb(187 190 195 / 0.9);
}
.active\:n-bg-neutral-30\/95:active {
  background-color:rgb(187 190 195 / 0.95);
}
.active\:n-bg-neutral-35:active {
  --tw-bg-opacity:1;
  background-color:rgb(168 172 178 / var(--tw-bg-opacity));
}
.active\:n-bg-neutral-35\/0:active {
  background-color:rgb(168 172 178 / 0);
}
.active\:n-bg-neutral-35\/10:active {
  background-color:rgb(168 172 178 / 0.1);
}
.active\:n-bg-neutral-35\/100:active {
  background-color:rgb(168 172 178 / 1);
}
.active\:n-bg-neutral-35\/15:active {
  background-color:rgb(168 172 178 / 0.15);
}
.active\:n-bg-neutral-35\/20:active {
  background-color:rgb(168 172 178 / 0.2);
}
.active\:n-bg-neutral-35\/25:active {
  background-color:rgb(168 172 178 / 0.25);
}
.active\:n-bg-neutral-35\/30:active {
  background-color:rgb(168 172 178 / 0.3);
}
.active\:n-bg-neutral-35\/35:active {
  background-color:rgb(168 172 178 / 0.35);
}
.active\:n-bg-neutral-35\/40:active {
  background-color:rgb(168 172 178 / 0.4);
}
.active\:n-bg-neutral-35\/45:active {
  background-color:rgb(168 172 178 / 0.45);
}
.active\:n-bg-neutral-35\/5:active {
  background-color:rgb(168 172 178 / 0.05);
}
.active\:n-bg-neutral-35\/50:active {
  background-color:rgb(168 172 178 / 0.5);
}
.active\:n-bg-neutral-35\/55:active {
  background-color:rgb(168 172 178 / 0.55);
}
.active\:n-bg-neutral-35\/60:active {
  background-color:rgb(168 172 178 / 0.6);
}
.active\:n-bg-neutral-35\/65:active {
  background-color:rgb(168 172 178 / 0.65);
}
.active\:n-bg-neutral-35\/70:active {
  background-color:rgb(168 172 178 / 0.7);
}
.active\:n-bg-neutral-35\/75:active {
  background-color:rgb(168 172 178 / 0.75);
}
.active\:n-bg-neutral-35\/80:active {
  background-color:rgb(168 172 178 / 0.8);
}
.active\:n-bg-neutral-35\/85:active {
  background-color:rgb(168 172 178 / 0.85);
}
.active\:n-bg-neutral-35\/90:active {
  background-color:rgb(168 172 178 / 0.9);
}
.active\:n-bg-neutral-35\/95:active {
  background-color:rgb(168 172 178 / 0.95);
}
.active\:n-bg-neutral-40:active {
  --tw-bg-opacity:1;
  background-color:rgb(149 154 161 / var(--tw-bg-opacity));
}
.active\:n-bg-neutral-40\/0:active {
  background-color:rgb(149 154 161 / 0);
}
.active\:n-bg-neutral-40\/10:active {
  background-color:rgb(149 154 161 / 0.1);
}
.active\:n-bg-neutral-40\/100:active {
  background-color:rgb(149 154 161 / 1);
}
.active\:n-bg-neutral-40\/15:active {
  background-color:rgb(149 154 161 / 0.15);
}
.active\:n-bg-neutral-40\/20:active {
  background-color:rgb(149 154 161 / 0.2);
}
.active\:n-bg-neutral-40\/25:active {
  background-color:rgb(149 154 161 / 0.25);
}
.active\:n-bg-neutral-40\/30:active {
  background-color:rgb(149 154 161 / 0.3);
}
.active\:n-bg-neutral-40\/35:active {
  background-color:rgb(149 154 161 / 0.35);
}
.active\:n-bg-neutral-40\/40:active {
  background-color:rgb(149 154 161 / 0.4);
}
.active\:n-bg-neutral-40\/45:active {
  background-color:rgb(149 154 161 / 0.45);
}
.active\:n-bg-neutral-40\/5:active {
  background-color:rgb(149 154 161 / 0.05);
}
.active\:n-bg-neutral-40\/50:active {
  background-color:rgb(149 154 161 / 0.5);
}
.active\:n-bg-neutral-40\/55:active {
  background-color:rgb(149 154 161 / 0.55);
}
.active\:n-bg-neutral-40\/60:active {
  background-color:rgb(149 154 161 / 0.6);
}
.active\:n-bg-neutral-40\/65:active {
  background-color:rgb(149 154 161 / 0.65);
}
.active\:n-bg-neutral-40\/70:active {
  background-color:rgb(149 154 161 / 0.7);
}
.active\:n-bg-neutral-40\/75:active {
  background-color:rgb(149 154 161 / 0.75);
}
.active\:n-bg-neutral-40\/80:active {
  background-color:rgb(149 154 161 / 0.8);
}
.active\:n-bg-neutral-40\/85:active {
  background-color:rgb(149 154 161 / 0.85);
}
.active\:n-bg-neutral-40\/90:active {
  background-color:rgb(149 154 161 / 0.9);
}
.active\:n-bg-neutral-40\/95:active {
  background-color:rgb(149 154 161 / 0.95);
}
.active\:n-bg-neutral-45:active {
  --tw-bg-opacity:1;
  background-color:rgb(129 135 144 / var(--tw-bg-opacity));
}
.active\:n-bg-neutral-45\/0:active {
  background-color:rgb(129 135 144 / 0);
}
.active\:n-bg-neutral-45\/10:active {
  background-color:rgb(129 135 144 / 0.1);
}
.active\:n-bg-neutral-45\/100:active {
  background-color:rgb(129 135 144 / 1);
}
.active\:n-bg-neutral-45\/15:active {
  background-color:rgb(129 135 144 / 0.15);
}
.active\:n-bg-neutral-45\/20:active {
  background-color:rgb(129 135 144 / 0.2);
}
.active\:n-bg-neutral-45\/25:active {
  background-color:rgb(129 135 144 / 0.25);
}
.active\:n-bg-neutral-45\/30:active {
  background-color:rgb(129 135 144 / 0.3);
}
.active\:n-bg-neutral-45\/35:active {
  background-color:rgb(129 135 144 / 0.35);
}
.active\:n-bg-neutral-45\/40:active {
  background-color:rgb(129 135 144 / 0.4);
}
.active\:n-bg-neutral-45\/45:active {
  background-color:rgb(129 135 144 / 0.45);
}
.active\:n-bg-neutral-45\/5:active {
  background-color:rgb(129 135 144 / 0.05);
}
.active\:n-bg-neutral-45\/50:active {
  background-color:rgb(129 135 144 / 0.5);
}
.active\:n-bg-neutral-45\/55:active {
  background-color:rgb(129 135 144 / 0.55);
}
.active\:n-bg-neutral-45\/60:active {
  background-color:rgb(129 135 144 / 0.6);
}
.active\:n-bg-neutral-45\/65:active {
  background-color:rgb(129 135 144 / 0.65);
}
.active\:n-bg-neutral-45\/70:active {
  background-color:rgb(129 135 144 / 0.7);
}
.active\:n-bg-neutral-45\/75:active {
  background-color:rgb(129 135 144 / 0.75);
}
.active\:n-bg-neutral-45\/80:active {
  background-color:rgb(129 135 144 / 0.8);
}
.active\:n-bg-neutral-45\/85:active {
  background-color:rgb(129 135 144 / 0.85);
}
.active\:n-bg-neutral-45\/90:active {
  background-color:rgb(129 135 144 / 0.9);
}
.active\:n-bg-neutral-45\/95:active {
  background-color:rgb(129 135 144 / 0.95);
}
.active\:n-bg-neutral-50:active {
  --tw-bg-opacity:1;
  background-color:rgb(111 117 126 / var(--tw-bg-opacity));
}
.active\:n-bg-neutral-50\/0:active {
  background-color:rgb(111 117 126 / 0);
}
.active\:n-bg-neutral-50\/10:active {
  background-color:rgb(111 117 126 / 0.1);
}
.active\:n-bg-neutral-50\/100:active {
  background-color:rgb(111 117 126 / 1);
}
.active\:n-bg-neutral-50\/15:active {
  background-color:rgb(111 117 126 / 0.15);
}
.active\:n-bg-neutral-50\/20:active {
  background-color:rgb(111 117 126 / 0.2);
}
.active\:n-bg-neutral-50\/25:active {
  background-color:rgb(111 117 126 / 0.25);
}
.active\:n-bg-neutral-50\/30:active {
  background-color:rgb(111 117 126 / 0.3);
}
.active\:n-bg-neutral-50\/35:active {
  background-color:rgb(111 117 126 / 0.35);
}
.active\:n-bg-neutral-50\/40:active {
  background-color:rgb(111 117 126 / 0.4);
}
.active\:n-bg-neutral-50\/45:active {
  background-color:rgb(111 117 126 / 0.45);
}
.active\:n-bg-neutral-50\/5:active {
  background-color:rgb(111 117 126 / 0.05);
}
.active\:n-bg-neutral-50\/50:active {
  background-color:rgb(111 117 126 / 0.5);
}
.active\:n-bg-neutral-50\/55:active {
  background-color:rgb(111 117 126 / 0.55);
}
.active\:n-bg-neutral-50\/60:active {
  background-color:rgb(111 117 126 / 0.6);
}
.active\:n-bg-neutral-50\/65:active {
  background-color:rgb(111 117 126 / 0.65);
}
.active\:n-bg-neutral-50\/70:active {
  background-color:rgb(111 117 126 / 0.7);
}
.active\:n-bg-neutral-50\/75:active {
  background-color:rgb(111 117 126 / 0.75);
}
.active\:n-bg-neutral-50\/80:active {
  background-color:rgb(111 117 126 / 0.8);
}
.active\:n-bg-neutral-50\/85:active {
  background-color:rgb(111 117 126 / 0.85);
}
.active\:n-bg-neutral-50\/90:active {
  background-color:rgb(111 117 126 / 0.9);
}
.active\:n-bg-neutral-50\/95:active {
  background-color:rgb(111 117 126 / 0.95);
}
.active\:n-bg-neutral-55:active {
  --tw-bg-opacity:1;
  background-color:rgb(94 99 106 / var(--tw-bg-opacity));
}
.active\:n-bg-neutral-55\/0:active {
  background-color:rgb(94 99 106 / 0);
}
.active\:n-bg-neutral-55\/10:active {
  background-color:rgb(94 99 106 / 0.1);
}
.active\:n-bg-neutral-55\/100:active {
  background-color:rgb(94 99 106 / 1);
}
.active\:n-bg-neutral-55\/15:active {
  background-color:rgb(94 99 106 / 0.15);
}
.active\:n-bg-neutral-55\/20:active {
  background-color:rgb(94 99 106 / 0.2);
}
.active\:n-bg-neutral-55\/25:active {
  background-color:rgb(94 99 106 / 0.25);
}
.active\:n-bg-neutral-55\/30:active {
  background-color:rgb(94 99 106 / 0.3);
}
.active\:n-bg-neutral-55\/35:active {
  background-color:rgb(94 99 106 / 0.35);
}
.active\:n-bg-neutral-55\/40:active {
  background-color:rgb(94 99 106 / 0.4);
}
.active\:n-bg-neutral-55\/45:active {
  background-color:rgb(94 99 106 / 0.45);
}
.active\:n-bg-neutral-55\/5:active {
  background-color:rgb(94 99 106 / 0.05);
}
.active\:n-bg-neutral-55\/50:active {
  background-color:rgb(94 99 106 / 0.5);
}
.active\:n-bg-neutral-55\/55:active {
  background-color:rgb(94 99 106 / 0.55);
}
.active\:n-bg-neutral-55\/60:active {
  background-color:rgb(94 99 106 / 0.6);
}
.active\:n-bg-neutral-55\/65:active {
  background-color:rgb(94 99 106 / 0.65);
}
.active\:n-bg-neutral-55\/70:active {
  background-color:rgb(94 99 106 / 0.7);
}
.active\:n-bg-neutral-55\/75:active {
  background-color:rgb(94 99 106 / 0.75);
}
.active\:n-bg-neutral-55\/80:active {
  background-color:rgb(94 99 106 / 0.8);
}
.active\:n-bg-neutral-55\/85:active {
  background-color:rgb(94 99 106 / 0.85);
}
.active\:n-bg-neutral-55\/90:active {
  background-color:rgb(94 99 106 / 0.9);
}
.active\:n-bg-neutral-55\/95:active {
  background-color:rgb(94 99 106 / 0.95);
}
.active\:n-bg-neutral-60:active {
  --tw-bg-opacity:1;
  background-color:rgb(77 81 87 / var(--tw-bg-opacity));
}
.active\:n-bg-neutral-60\/0:active {
  background-color:rgb(77 81 87 / 0);
}
.active\:n-bg-neutral-60\/10:active {
  background-color:rgb(77 81 87 / 0.1);
}
.active\:n-bg-neutral-60\/100:active {
  background-color:rgb(77 81 87 / 1);
}
.active\:n-bg-neutral-60\/15:active {
  background-color:rgb(77 81 87 / 0.15);
}
.active\:n-bg-neutral-60\/20:active {
  background-color:rgb(77 81 87 / 0.2);
}
.active\:n-bg-neutral-60\/25:active {
  background-color:rgb(77 81 87 / 0.25);
}
.active\:n-bg-neutral-60\/30:active {
  background-color:rgb(77 81 87 / 0.3);
}
.active\:n-bg-neutral-60\/35:active {
  background-color:rgb(77 81 87 / 0.35);
}
.active\:n-bg-neutral-60\/40:active {
  background-color:rgb(77 81 87 / 0.4);
}
.active\:n-bg-neutral-60\/45:active {
  background-color:rgb(77 81 87 / 0.45);
}
.active\:n-bg-neutral-60\/5:active {
  background-color:rgb(77 81 87 / 0.05);
}
.active\:n-bg-neutral-60\/50:active {
  background-color:rgb(77 81 87 / 0.5);
}
.active\:n-bg-neutral-60\/55:active {
  background-color:rgb(77 81 87 / 0.55);
}
.active\:n-bg-neutral-60\/60:active {
  background-color:rgb(77 81 87 / 0.6);
}
.active\:n-bg-neutral-60\/65:active {
  background-color:rgb(77 81 87 / 0.65);
}
.active\:n-bg-neutral-60\/70:active {
  background-color:rgb(77 81 87 / 0.7);
}
.active\:n-bg-neutral-60\/75:active {
  background-color:rgb(77 81 87 / 0.75);
}
.active\:n-bg-neutral-60\/80:active {
  background-color:rgb(77 81 87 / 0.8);
}
.active\:n-bg-neutral-60\/85:active {
  background-color:rgb(77 81 87 / 0.85);
}
.active\:n-bg-neutral-60\/90:active {
  background-color:rgb(77 81 87 / 0.9);
}
.active\:n-bg-neutral-60\/95:active {
  background-color:rgb(77 81 87 / 0.95);
}
.active\:n-bg-neutral-65:active {
  --tw-bg-opacity:1;
  background-color:rgb(60 63 68 / var(--tw-bg-opacity));
}
.active\:n-bg-neutral-65\/0:active {
  background-color:rgb(60 63 68 / 0);
}
.active\:n-bg-neutral-65\/10:active {
  background-color:rgb(60 63 68 / 0.1);
}
.active\:n-bg-neutral-65\/100:active {
  background-color:rgb(60 63 68 / 1);
}
.active\:n-bg-neutral-65\/15:active {
  background-color:rgb(60 63 68 / 0.15);
}
.active\:n-bg-neutral-65\/20:active {
  background-color:rgb(60 63 68 / 0.2);
}
.active\:n-bg-neutral-65\/25:active {
  background-color:rgb(60 63 68 / 0.25);
}
.active\:n-bg-neutral-65\/30:active {
  background-color:rgb(60 63 68 / 0.3);
}
.active\:n-bg-neutral-65\/35:active {
  background-color:rgb(60 63 68 / 0.35);
}
.active\:n-bg-neutral-65\/40:active {
  background-color:rgb(60 63 68 / 0.4);
}
.active\:n-bg-neutral-65\/45:active {
  background-color:rgb(60 63 68 / 0.45);
}
.active\:n-bg-neutral-65\/5:active {
  background-color:rgb(60 63 68 / 0.05);
}
.active\:n-bg-neutral-65\/50:active {
  background-color:rgb(60 63 68 / 0.5);
}
.active\:n-bg-neutral-65\/55:active {
  background-color:rgb(60 63 68 / 0.55);
}
.active\:n-bg-neutral-65\/60:active {
  background-color:rgb(60 63 68 / 0.6);
}
.active\:n-bg-neutral-65\/65:active {
  background-color:rgb(60 63 68 / 0.65);
}
.active\:n-bg-neutral-65\/70:active {
  background-color:rgb(60 63 68 / 0.7);
}
.active\:n-bg-neutral-65\/75:active {
  background-color:rgb(60 63 68 / 0.75);
}
.active\:n-bg-neutral-65\/80:active {
  background-color:rgb(60 63 68 / 0.8);
}
.active\:n-bg-neutral-65\/85:active {
  background-color:rgb(60 63 68 / 0.85);
}
.active\:n-bg-neutral-65\/90:active {
  background-color:rgb(60 63 68 / 0.9);
}
.active\:n-bg-neutral-65\/95:active {
  background-color:rgb(60 63 68 / 0.95);
}
.active\:n-bg-neutral-70:active {
  --tw-bg-opacity:1;
  background-color:rgb(33 35 37 / var(--tw-bg-opacity));
}
.active\:n-bg-neutral-70\/0:active {
  background-color:rgb(33 35 37 / 0);
}
.active\:n-bg-neutral-70\/10:active {
  background-color:rgb(33 35 37 / 0.1);
}
.active\:n-bg-neutral-70\/100:active {
  background-color:rgb(33 35 37 / 1);
}
.active\:n-bg-neutral-70\/15:active {
  background-color:rgb(33 35 37 / 0.15);
}
.active\:n-bg-neutral-70\/20:active {
  background-color:rgb(33 35 37 / 0.2);
}
.active\:n-bg-neutral-70\/25:active {
  background-color:rgb(33 35 37 / 0.25);
}
.active\:n-bg-neutral-70\/30:active {
  background-color:rgb(33 35 37 / 0.3);
}
.active\:n-bg-neutral-70\/35:active {
  background-color:rgb(33 35 37 / 0.35);
}
.active\:n-bg-neutral-70\/40:active {
  background-color:rgb(33 35 37 / 0.4);
}
.active\:n-bg-neutral-70\/45:active {
  background-color:rgb(33 35 37 / 0.45);
}
.active\:n-bg-neutral-70\/5:active {
  background-color:rgb(33 35 37 / 0.05);
}
.active\:n-bg-neutral-70\/50:active {
  background-color:rgb(33 35 37 / 0.5);
}
.active\:n-bg-neutral-70\/55:active {
  background-color:rgb(33 35 37 / 0.55);
}
.active\:n-bg-neutral-70\/60:active {
  background-color:rgb(33 35 37 / 0.6);
}
.active\:n-bg-neutral-70\/65:active {
  background-color:rgb(33 35 37 / 0.65);
}
.active\:n-bg-neutral-70\/70:active {
  background-color:rgb(33 35 37 / 0.7);
}
.active\:n-bg-neutral-70\/75:active {
  background-color:rgb(33 35 37 / 0.75);
}
.active\:n-bg-neutral-70\/80:active {
  background-color:rgb(33 35 37 / 0.8);
}
.active\:n-bg-neutral-70\/85:active {
  background-color:rgb(33 35 37 / 0.85);
}
.active\:n-bg-neutral-70\/90:active {
  background-color:rgb(33 35 37 / 0.9);
}
.active\:n-bg-neutral-70\/95:active {
  background-color:rgb(33 35 37 / 0.95);
}
.active\:n-bg-neutral-75:active {
  --tw-bg-opacity:1;
  background-color:rgb(26 27 29 / var(--tw-bg-opacity));
}
.active\:n-bg-neutral-75\/0:active {
  background-color:rgb(26 27 29 / 0);
}
.active\:n-bg-neutral-75\/10:active {
  background-color:rgb(26 27 29 / 0.1);
}
.active\:n-bg-neutral-75\/100:active {
  background-color:rgb(26 27 29 / 1);
}
.active\:n-bg-neutral-75\/15:active {
  background-color:rgb(26 27 29 / 0.15);
}
.active\:n-bg-neutral-75\/20:active {
  background-color:rgb(26 27 29 / 0.2);
}
.active\:n-bg-neutral-75\/25:active {
  background-color:rgb(26 27 29 / 0.25);
}
.active\:n-bg-neutral-75\/30:active {
  background-color:rgb(26 27 29 / 0.3);
}
.active\:n-bg-neutral-75\/35:active {
  background-color:rgb(26 27 29 / 0.35);
}
.active\:n-bg-neutral-75\/40:active {
  background-color:rgb(26 27 29 / 0.4);
}
.active\:n-bg-neutral-75\/45:active {
  background-color:rgb(26 27 29 / 0.45);
}
.active\:n-bg-neutral-75\/5:active {
  background-color:rgb(26 27 29 / 0.05);
}
.active\:n-bg-neutral-75\/50:active {
  background-color:rgb(26 27 29 / 0.5);
}
.active\:n-bg-neutral-75\/55:active {
  background-color:rgb(26 27 29 / 0.55);
}
.active\:n-bg-neutral-75\/60:active {
  background-color:rgb(26 27 29 / 0.6);
}
.active\:n-bg-neutral-75\/65:active {
  background-color:rgb(26 27 29 / 0.65);
}
.active\:n-bg-neutral-75\/70:active {
  background-color:rgb(26 27 29 / 0.7);
}
.active\:n-bg-neutral-75\/75:active {
  background-color:rgb(26 27 29 / 0.75);
}
.active\:n-bg-neutral-75\/80:active {
  background-color:rgb(26 27 29 / 0.8);
}
.active\:n-bg-neutral-75\/85:active {
  background-color:rgb(26 27 29 / 0.85);
}
.active\:n-bg-neutral-75\/90:active {
  background-color:rgb(26 27 29 / 0.9);
}
.active\:n-bg-neutral-75\/95:active {
  background-color:rgb(26 27 29 / 0.95);
}
.active\:n-bg-neutral-80:active {
  --tw-bg-opacity:1;
  background-color:rgb(9 9 10 / var(--tw-bg-opacity));
}
.active\:n-bg-neutral-80\/0:active {
  background-color:rgb(9 9 10 / 0);
}
.active\:n-bg-neutral-80\/10:active {
  background-color:rgb(9 9 10 / 0.1);
}
.active\:n-bg-neutral-80\/100:active {
  background-color:rgb(9 9 10 / 1);
}
.active\:n-bg-neutral-80\/15:active {
  background-color:rgb(9 9 10 / 0.15);
}
.active\:n-bg-neutral-80\/20:active {
  background-color:rgb(9 9 10 / 0.2);
}
.active\:n-bg-neutral-80\/25:active {
  background-color:rgb(9 9 10 / 0.25);
}
.active\:n-bg-neutral-80\/30:active {
  background-color:rgb(9 9 10 / 0.3);
}
.active\:n-bg-neutral-80\/35:active {
  background-color:rgb(9 9 10 / 0.35);
}
.active\:n-bg-neutral-80\/40:active {
  background-color:rgb(9 9 10 / 0.4);
}
.active\:n-bg-neutral-80\/45:active {
  background-color:rgb(9 9 10 / 0.45);
}
.active\:n-bg-neutral-80\/5:active {
  background-color:rgb(9 9 10 / 0.05);
}
.active\:n-bg-neutral-80\/50:active {
  background-color:rgb(9 9 10 / 0.5);
}
.active\:n-bg-neutral-80\/55:active {
  background-color:rgb(9 9 10 / 0.55);
}
.active\:n-bg-neutral-80\/60:active {
  background-color:rgb(9 9 10 / 0.6);
}
.active\:n-bg-neutral-80\/65:active {
  background-color:rgb(9 9 10 / 0.65);
}
.active\:n-bg-neutral-80\/70:active {
  background-color:rgb(9 9 10 / 0.7);
}
.active\:n-bg-neutral-80\/75:active {
  background-color:rgb(9 9 10 / 0.75);
}
.active\:n-bg-neutral-80\/80:active {
  background-color:rgb(9 9 10 / 0.8);
}
.active\:n-bg-neutral-80\/85:active {
  background-color:rgb(9 9 10 / 0.85);
}
.active\:n-bg-neutral-80\/90:active {
  background-color:rgb(9 9 10 / 0.9);
}
.active\:n-bg-neutral-80\/95:active {
  background-color:rgb(9 9 10 / 0.95);
}
.active\:n-bg-palette-danger-bg-status:active {
  background-color:rgb(var(--theme-palette-danger-bg-status));
}
.active\:n-bg-palette-danger-bg-status\/0:active {
  background-color:rgb(var(--theme-palette-danger-bg-status) / 0);
}
.active\:n-bg-palette-danger-bg-status\/10:active {
  background-color:rgb(var(--theme-palette-danger-bg-status) / 0.1);
}
.active\:n-bg-palette-danger-bg-status\/100:active {
  background-color:rgb(var(--theme-palette-danger-bg-status) / 1);
}
.active\:n-bg-palette-danger-bg-status\/15:active {
  background-color:rgb(var(--theme-palette-danger-bg-status) / 0.15);
}
.active\:n-bg-palette-danger-bg-status\/20:active {
  background-color:rgb(var(--theme-palette-danger-bg-status) / 0.2);
}
.active\:n-bg-palette-danger-bg-status\/25:active {
  background-color:rgb(var(--theme-palette-danger-bg-status) / 0.25);
}
.active\:n-bg-palette-danger-bg-status\/30:active {
  background-color:rgb(var(--theme-palette-danger-bg-status) / 0.3);
}
.active\:n-bg-palette-danger-bg-status\/35:active {
  background-color:rgb(var(--theme-palette-danger-bg-status) / 0.35);
}
.active\:n-bg-palette-danger-bg-status\/40:active {
  background-color:rgb(var(--theme-palette-danger-bg-status) / 0.4);
}
.active\:n-bg-palette-danger-bg-status\/45:active {
  background-color:rgb(var(--theme-palette-danger-bg-status) / 0.45);
}
.active\:n-bg-palette-danger-bg-status\/5:active {
  background-color:rgb(var(--theme-palette-danger-bg-status) / 0.05);
}
.active\:n-bg-palette-danger-bg-status\/50:active {
  background-color:rgb(var(--theme-palette-danger-bg-status) / 0.5);
}
.active\:n-bg-palette-danger-bg-status\/55:active {
  background-color:rgb(var(--theme-palette-danger-bg-status) / 0.55);
}
.active\:n-bg-palette-danger-bg-status\/60:active {
  background-color:rgb(var(--theme-palette-danger-bg-status) / 0.6);
}
.active\:n-bg-palette-danger-bg-status\/65:active {
  background-color:rgb(var(--theme-palette-danger-bg-status) / 0.65);
}
.active\:n-bg-palette-danger-bg-status\/70:active {
  background-color:rgb(var(--theme-palette-danger-bg-status) / 0.7);
}
.active\:n-bg-palette-danger-bg-status\/75:active {
  background-color:rgb(var(--theme-palette-danger-bg-status) / 0.75);
}
.active\:n-bg-palette-danger-bg-status\/80:active {
  background-color:rgb(var(--theme-palette-danger-bg-status) / 0.8);
}
.active\:n-bg-palette-danger-bg-status\/85:active {
  background-color:rgb(var(--theme-palette-danger-bg-status) / 0.85);
}
.active\:n-bg-palette-danger-bg-status\/90:active {
  background-color:rgb(var(--theme-palette-danger-bg-status) / 0.9);
}
.active\:n-bg-palette-danger-bg-status\/95:active {
  background-color:rgb(var(--theme-palette-danger-bg-status) / 0.95);
}
.active\:n-bg-palette-danger-bg-strong:active {
  background-color:rgb(var(--theme-palette-danger-bg-strong));
}
.active\:n-bg-palette-danger-bg-strong\/0:active {
  background-color:rgb(var(--theme-palette-danger-bg-strong) / 0);
}
.active\:n-bg-palette-danger-bg-strong\/10:active {
  background-color:rgb(var(--theme-palette-danger-bg-strong) / 0.1);
}
.active\:n-bg-palette-danger-bg-strong\/100:active {
  background-color:rgb(var(--theme-palette-danger-bg-strong) / 1);
}
.active\:n-bg-palette-danger-bg-strong\/15:active {
  background-color:rgb(var(--theme-palette-danger-bg-strong) / 0.15);
}
.active\:n-bg-palette-danger-bg-strong\/20:active {
  background-color:rgb(var(--theme-palette-danger-bg-strong) / 0.2);
}
.active\:n-bg-palette-danger-bg-strong\/25:active {
  background-color:rgb(var(--theme-palette-danger-bg-strong) / 0.25);
}
.active\:n-bg-palette-danger-bg-strong\/30:active {
  background-color:rgb(var(--theme-palette-danger-bg-strong) / 0.3);
}
.active\:n-bg-palette-danger-bg-strong\/35:active {
  background-color:rgb(var(--theme-palette-danger-bg-strong) / 0.35);
}
.active\:n-bg-palette-danger-bg-strong\/40:active {
  background-color:rgb(var(--theme-palette-danger-bg-strong) / 0.4);
}
.active\:n-bg-palette-danger-bg-strong\/45:active {
  background-color:rgb(var(--theme-palette-danger-bg-strong) / 0.45);
}
.active\:n-bg-palette-danger-bg-strong\/5:active {
  background-color:rgb(var(--theme-palette-danger-bg-strong) / 0.05);
}
.active\:n-bg-palette-danger-bg-strong\/50:active {
  background-color:rgb(var(--theme-palette-danger-bg-strong) / 0.5);
}
.active\:n-bg-palette-danger-bg-strong\/55:active {
  background-color:rgb(var(--theme-palette-danger-bg-strong) / 0.55);
}
.active\:n-bg-palette-danger-bg-strong\/60:active {
  background-color:rgb(var(--theme-palette-danger-bg-strong) / 0.6);
}
.active\:n-bg-palette-danger-bg-strong\/65:active {
  background-color:rgb(var(--theme-palette-danger-bg-strong) / 0.65);
}
.active\:n-bg-palette-danger-bg-strong\/70:active {
  background-color:rgb(var(--theme-palette-danger-bg-strong) / 0.7);
}
.active\:n-bg-palette-danger-bg-strong\/75:active {
  background-color:rgb(var(--theme-palette-danger-bg-strong) / 0.75);
}
.active\:n-bg-palette-danger-bg-strong\/80:active {
  background-color:rgb(var(--theme-palette-danger-bg-strong) / 0.8);
}
.active\:n-bg-palette-danger-bg-strong\/85:active {
  background-color:rgb(var(--theme-palette-danger-bg-strong) / 0.85);
}
.active\:n-bg-palette-danger-bg-strong\/90:active {
  background-color:rgb(var(--theme-palette-danger-bg-strong) / 0.9);
}
.active\:n-bg-palette-danger-bg-strong\/95:active {
  background-color:rgb(var(--theme-palette-danger-bg-strong) / 0.95);
}
.active\:n-bg-palette-danger-bg-weak:active {
  background-color:rgb(var(--theme-palette-danger-bg-weak));
}
.active\:n-bg-palette-danger-bg-weak\/0:active {
  background-color:rgb(var(--theme-palette-danger-bg-weak) / 0);
}
.active\:n-bg-palette-danger-bg-weak\/10:active {
  background-color:rgb(var(--theme-palette-danger-bg-weak) / 0.1);
}
.active\:n-bg-palette-danger-bg-weak\/100:active {
  background-color:rgb(var(--theme-palette-danger-bg-weak) / 1);
}
.active\:n-bg-palette-danger-bg-weak\/15:active {
  background-color:rgb(var(--theme-palette-danger-bg-weak) / 0.15);
}
.active\:n-bg-palette-danger-bg-weak\/20:active {
  background-color:rgb(var(--theme-palette-danger-bg-weak) / 0.2);
}
.active\:n-bg-palette-danger-bg-weak\/25:active {
  background-color:rgb(var(--theme-palette-danger-bg-weak) / 0.25);
}
.active\:n-bg-palette-danger-bg-weak\/30:active {
  background-color:rgb(var(--theme-palette-danger-bg-weak) / 0.3);
}
.active\:n-bg-palette-danger-bg-weak\/35:active {
  background-color:rgb(var(--theme-palette-danger-bg-weak) / 0.35);
}
.active\:n-bg-palette-danger-bg-weak\/40:active {
  background-color:rgb(var(--theme-palette-danger-bg-weak) / 0.4);
}
.active\:n-bg-palette-danger-bg-weak\/45:active {
  background-color:rgb(var(--theme-palette-danger-bg-weak) / 0.45);
}
.active\:n-bg-palette-danger-bg-weak\/5:active {
  background-color:rgb(var(--theme-palette-danger-bg-weak) / 0.05);
}
.active\:n-bg-palette-danger-bg-weak\/50:active {
  background-color:rgb(var(--theme-palette-danger-bg-weak) / 0.5);
}
.active\:n-bg-palette-danger-bg-weak\/55:active {
  background-color:rgb(var(--theme-palette-danger-bg-weak) / 0.55);
}
.active\:n-bg-palette-danger-bg-weak\/60:active {
  background-color:rgb(var(--theme-palette-danger-bg-weak) / 0.6);
}
.active\:n-bg-palette-danger-bg-weak\/65:active {
  background-color:rgb(var(--theme-palette-danger-bg-weak) / 0.65);
}
.active\:n-bg-palette-danger-bg-weak\/70:active {
  background-color:rgb(var(--theme-palette-danger-bg-weak) / 0.7);
}
.active\:n-bg-palette-danger-bg-weak\/75:active {
  background-color:rgb(var(--theme-palette-danger-bg-weak) / 0.75);
}
.active\:n-bg-palette-danger-bg-weak\/80:active {
  background-color:rgb(var(--theme-palette-danger-bg-weak) / 0.8);
}
.active\:n-bg-palette-danger-bg-weak\/85:active {
  background-color:rgb(var(--theme-palette-danger-bg-weak) / 0.85);
}
.active\:n-bg-palette-danger-bg-weak\/90:active {
  background-color:rgb(var(--theme-palette-danger-bg-weak) / 0.9);
}
.active\:n-bg-palette-danger-bg-weak\/95:active {
  background-color:rgb(var(--theme-palette-danger-bg-weak) / 0.95);
}
.active\:n-bg-palette-danger-border-strong:active {
  background-color:rgb(var(--theme-palette-danger-border-strong));
}
.active\:n-bg-palette-danger-border-strong\/0:active {
  background-color:rgb(var(--theme-palette-danger-border-strong) / 0);
}
.active\:n-bg-palette-danger-border-strong\/10:active {
  background-color:rgb(var(--theme-palette-danger-border-strong) / 0.1);
}
.active\:n-bg-palette-danger-border-strong\/100:active {
  background-color:rgb(var(--theme-palette-danger-border-strong) / 1);
}
.active\:n-bg-palette-danger-border-strong\/15:active {
  background-color:rgb(var(--theme-palette-danger-border-strong) / 0.15);
}
.active\:n-bg-palette-danger-border-strong\/20:active {
  background-color:rgb(var(--theme-palette-danger-border-strong) / 0.2);
}
.active\:n-bg-palette-danger-border-strong\/25:active {
  background-color:rgb(var(--theme-palette-danger-border-strong) / 0.25);
}
.active\:n-bg-palette-danger-border-strong\/30:active {
  background-color:rgb(var(--theme-palette-danger-border-strong) / 0.3);
}
.active\:n-bg-palette-danger-border-strong\/35:active {
  background-color:rgb(var(--theme-palette-danger-border-strong) / 0.35);
}
.active\:n-bg-palette-danger-border-strong\/40:active {
  background-color:rgb(var(--theme-palette-danger-border-strong) / 0.4);
}
.active\:n-bg-palette-danger-border-strong\/45:active {
  background-color:rgb(var(--theme-palette-danger-border-strong) / 0.45);
}
.active\:n-bg-palette-danger-border-strong\/5:active {
  background-color:rgb(var(--theme-palette-danger-border-strong) / 0.05);
}
.active\:n-bg-palette-danger-border-strong\/50:active {
  background-color:rgb(var(--theme-palette-danger-border-strong) / 0.5);
}
.active\:n-bg-palette-danger-border-strong\/55:active {
  background-color:rgb(var(--theme-palette-danger-border-strong) / 0.55);
}
.active\:n-bg-palette-danger-border-strong\/60:active {
  background-color:rgb(var(--theme-palette-danger-border-strong) / 0.6);
}
.active\:n-bg-palette-danger-border-strong\/65:active {
  background-color:rgb(var(--theme-palette-danger-border-strong) / 0.65);
}
.active\:n-bg-palette-danger-border-strong\/70:active {
  background-color:rgb(var(--theme-palette-danger-border-strong) / 0.7);
}
.active\:n-bg-palette-danger-border-strong\/75:active {
  background-color:rgb(var(--theme-palette-danger-border-strong) / 0.75);
}
.active\:n-bg-palette-danger-border-strong\/80:active {
  background-color:rgb(var(--theme-palette-danger-border-strong) / 0.8);
}
.active\:n-bg-palette-danger-border-strong\/85:active {
  background-color:rgb(var(--theme-palette-danger-border-strong) / 0.85);
}
.active\:n-bg-palette-danger-border-strong\/90:active {
  background-color:rgb(var(--theme-palette-danger-border-strong) / 0.9);
}
.active\:n-bg-palette-danger-border-strong\/95:active {
  background-color:rgb(var(--theme-palette-danger-border-strong) / 0.95);
}
.active\:n-bg-palette-danger-border-weak:active {
  background-color:rgb(var(--theme-palette-danger-border-weak));
}
.active\:n-bg-palette-danger-border-weak\/0:active {
  background-color:rgb(var(--theme-palette-danger-border-weak) / 0);
}
.active\:n-bg-palette-danger-border-weak\/10:active {
  background-color:rgb(var(--theme-palette-danger-border-weak) / 0.1);
}
.active\:n-bg-palette-danger-border-weak\/100:active {
  background-color:rgb(var(--theme-palette-danger-border-weak) / 1);
}
.active\:n-bg-palette-danger-border-weak\/15:active {
  background-color:rgb(var(--theme-palette-danger-border-weak) / 0.15);
}
.active\:n-bg-palette-danger-border-weak\/20:active {
  background-color:rgb(var(--theme-palette-danger-border-weak) / 0.2);
}
.active\:n-bg-palette-danger-border-weak\/25:active {
  background-color:rgb(var(--theme-palette-danger-border-weak) / 0.25);
}
.active\:n-bg-palette-danger-border-weak\/30:active {
  background-color:rgb(var(--theme-palette-danger-border-weak) / 0.3);
}
.active\:n-bg-palette-danger-border-weak\/35:active {
  background-color:rgb(var(--theme-palette-danger-border-weak) / 0.35);
}
.active\:n-bg-palette-danger-border-weak\/40:active {
  background-color:rgb(var(--theme-palette-danger-border-weak) / 0.4);
}
.active\:n-bg-palette-danger-border-weak\/45:active {
  background-color:rgb(var(--theme-palette-danger-border-weak) / 0.45);
}
.active\:n-bg-palette-danger-border-weak\/5:active {
  background-color:rgb(var(--theme-palette-danger-border-weak) / 0.05);
}
.active\:n-bg-palette-danger-border-weak\/50:active {
  background-color:rgb(var(--theme-palette-danger-border-weak) / 0.5);
}
.active\:n-bg-palette-danger-border-weak\/55:active {
  background-color:rgb(var(--theme-palette-danger-border-weak) / 0.55);
}
.active\:n-bg-palette-danger-border-weak\/60:active {
  background-color:rgb(var(--theme-palette-danger-border-weak) / 0.6);
}
.active\:n-bg-palette-danger-border-weak\/65:active {
  background-color:rgb(var(--theme-palette-danger-border-weak) / 0.65);
}
.active\:n-bg-palette-danger-border-weak\/70:active {
  background-color:rgb(var(--theme-palette-danger-border-weak) / 0.7);
}
.active\:n-bg-palette-danger-border-weak\/75:active {
  background-color:rgb(var(--theme-palette-danger-border-weak) / 0.75);
}
.active\:n-bg-palette-danger-border-weak\/80:active {
  background-color:rgb(var(--theme-palette-danger-border-weak) / 0.8);
}
.active\:n-bg-palette-danger-border-weak\/85:active {
  background-color:rgb(var(--theme-palette-danger-border-weak) / 0.85);
}
.active\:n-bg-palette-danger-border-weak\/90:active {
  background-color:rgb(var(--theme-palette-danger-border-weak) / 0.9);
}
.active\:n-bg-palette-danger-border-weak\/95:active {
  background-color:rgb(var(--theme-palette-danger-border-weak) / 0.95);
}
.active\:n-bg-palette-danger-hover-strong:active {
  background-color:rgb(var(--theme-palette-danger-hover-strong));
}
.active\:n-bg-palette-danger-hover-strong\/0:active {
  background-color:rgb(var(--theme-palette-danger-hover-strong) / 0);
}
.active\:n-bg-palette-danger-hover-strong\/10:active {
  background-color:rgb(var(--theme-palette-danger-hover-strong) / 0.1);
}
.active\:n-bg-palette-danger-hover-strong\/100:active {
  background-color:rgb(var(--theme-palette-danger-hover-strong) / 1);
}
.active\:n-bg-palette-danger-hover-strong\/15:active {
  background-color:rgb(var(--theme-palette-danger-hover-strong) / 0.15);
}
.active\:n-bg-palette-danger-hover-strong\/20:active {
  background-color:rgb(var(--theme-palette-danger-hover-strong) / 0.2);
}
.active\:n-bg-palette-danger-hover-strong\/25:active {
  background-color:rgb(var(--theme-palette-danger-hover-strong) / 0.25);
}
.active\:n-bg-palette-danger-hover-strong\/30:active {
  background-color:rgb(var(--theme-palette-danger-hover-strong) / 0.3);
}
.active\:n-bg-palette-danger-hover-strong\/35:active {
  background-color:rgb(var(--theme-palette-danger-hover-strong) / 0.35);
}
.active\:n-bg-palette-danger-hover-strong\/40:active {
  background-color:rgb(var(--theme-palette-danger-hover-strong) / 0.4);
}
.active\:n-bg-palette-danger-hover-strong\/45:active {
  background-color:rgb(var(--theme-palette-danger-hover-strong) / 0.45);
}
.active\:n-bg-palette-danger-hover-strong\/5:active {
  background-color:rgb(var(--theme-palette-danger-hover-strong) / 0.05);
}
.active\:n-bg-palette-danger-hover-strong\/50:active {
  background-color:rgb(var(--theme-palette-danger-hover-strong) / 0.5);
}
.active\:n-bg-palette-danger-hover-strong\/55:active {
  background-color:rgb(var(--theme-palette-danger-hover-strong) / 0.55);
}
.active\:n-bg-palette-danger-hover-strong\/60:active {
  background-color:rgb(var(--theme-palette-danger-hover-strong) / 0.6);
}
.active\:n-bg-palette-danger-hover-strong\/65:active {
  background-color:rgb(var(--theme-palette-danger-hover-strong) / 0.65);
}
.active\:n-bg-palette-danger-hover-strong\/70:active {
  background-color:rgb(var(--theme-palette-danger-hover-strong) / 0.7);
}
.active\:n-bg-palette-danger-hover-strong\/75:active {
  background-color:rgb(var(--theme-palette-danger-hover-strong) / 0.75);
}
.active\:n-bg-palette-danger-hover-strong\/80:active {
  background-color:rgb(var(--theme-palette-danger-hover-strong) / 0.8);
}
.active\:n-bg-palette-danger-hover-strong\/85:active {
  background-color:rgb(var(--theme-palette-danger-hover-strong) / 0.85);
}
.active\:n-bg-palette-danger-hover-strong\/90:active {
  background-color:rgb(var(--theme-palette-danger-hover-strong) / 0.9);
}
.active\:n-bg-palette-danger-hover-strong\/95:active {
  background-color:rgb(var(--theme-palette-danger-hover-strong) / 0.95);
}
.active\:n-bg-palette-danger-hover-weak:active {
  background-color:rgb(var(--theme-palette-danger-hover-weak));
}
.active\:n-bg-palette-danger-hover-weak\/0:active {
  background-color:rgb(var(--theme-palette-danger-hover-weak) / 0);
}
.active\:n-bg-palette-danger-hover-weak\/10:active {
  background-color:rgb(var(--theme-palette-danger-hover-weak) / 0.1);
}
.active\:n-bg-palette-danger-hover-weak\/100:active {
  background-color:rgb(var(--theme-palette-danger-hover-weak) / 1);
}
.active\:n-bg-palette-danger-hover-weak\/15:active {
  background-color:rgb(var(--theme-palette-danger-hover-weak) / 0.15);
}
.active\:n-bg-palette-danger-hover-weak\/20:active {
  background-color:rgb(var(--theme-palette-danger-hover-weak) / 0.2);
}
.active\:n-bg-palette-danger-hover-weak\/25:active {
  background-color:rgb(var(--theme-palette-danger-hover-weak) / 0.25);
}
.active\:n-bg-palette-danger-hover-weak\/30:active {
  background-color:rgb(var(--theme-palette-danger-hover-weak) / 0.3);
}
.active\:n-bg-palette-danger-hover-weak\/35:active {
  background-color:rgb(var(--theme-palette-danger-hover-weak) / 0.35);
}
.active\:n-bg-palette-danger-hover-weak\/40:active {
  background-color:rgb(var(--theme-palette-danger-hover-weak) / 0.4);
}
.active\:n-bg-palette-danger-hover-weak\/45:active {
  background-color:rgb(var(--theme-palette-danger-hover-weak) / 0.45);
}
.active\:n-bg-palette-danger-hover-weak\/5:active {
  background-color:rgb(var(--theme-palette-danger-hover-weak) / 0.05);
}
.active\:n-bg-palette-danger-hover-weak\/50:active {
  background-color:rgb(var(--theme-palette-danger-hover-weak) / 0.5);
}
.active\:n-bg-palette-danger-hover-weak\/55:active {
  background-color:rgb(var(--theme-palette-danger-hover-weak) / 0.55);
}
.active\:n-bg-palette-danger-hover-weak\/60:active {
  background-color:rgb(var(--theme-palette-danger-hover-weak) / 0.6);
}
.active\:n-bg-palette-danger-hover-weak\/65:active {
  background-color:rgb(var(--theme-palette-danger-hover-weak) / 0.65);
}
.active\:n-bg-palette-danger-hover-weak\/70:active {
  background-color:rgb(var(--theme-palette-danger-hover-weak) / 0.7);
}
.active\:n-bg-palette-danger-hover-weak\/75:active {
  background-color:rgb(var(--theme-palette-danger-hover-weak) / 0.75);
}
.active\:n-bg-palette-danger-hover-weak\/80:active {
  background-color:rgb(var(--theme-palette-danger-hover-weak) / 0.8);
}
.active\:n-bg-palette-danger-hover-weak\/85:active {
  background-color:rgb(var(--theme-palette-danger-hover-weak) / 0.85);
}
.active\:n-bg-palette-danger-hover-weak\/90:active {
  background-color:rgb(var(--theme-palette-danger-hover-weak) / 0.9);
}
.active\:n-bg-palette-danger-hover-weak\/95:active {
  background-color:rgb(var(--theme-palette-danger-hover-weak) / 0.95);
}
.active\:n-bg-palette-danger-icon:active {
  background-color:rgb(var(--theme-palette-danger-icon));
}
.active\:n-bg-palette-danger-icon\/0:active {
  background-color:rgb(var(--theme-palette-danger-icon) / 0);
}
.active\:n-bg-palette-danger-icon\/10:active {
  background-color:rgb(var(--theme-palette-danger-icon) / 0.1);
}
.active\:n-bg-palette-danger-icon\/100:active {
  background-color:rgb(var(--theme-palette-danger-icon) / 1);
}
.active\:n-bg-palette-danger-icon\/15:active {
  background-color:rgb(var(--theme-palette-danger-icon) / 0.15);
}
.active\:n-bg-palette-danger-icon\/20:active {
  background-color:rgb(var(--theme-palette-danger-icon) / 0.2);
}
.active\:n-bg-palette-danger-icon\/25:active {
  background-color:rgb(var(--theme-palette-danger-icon) / 0.25);
}
.active\:n-bg-palette-danger-icon\/30:active {
  background-color:rgb(var(--theme-palette-danger-icon) / 0.3);
}
.active\:n-bg-palette-danger-icon\/35:active {
  background-color:rgb(var(--theme-palette-danger-icon) / 0.35);
}
.active\:n-bg-palette-danger-icon\/40:active {
  background-color:rgb(var(--theme-palette-danger-icon) / 0.4);
}
.active\:n-bg-palette-danger-icon\/45:active {
  background-color:rgb(var(--theme-palette-danger-icon) / 0.45);
}
.active\:n-bg-palette-danger-icon\/5:active {
  background-color:rgb(var(--theme-palette-danger-icon) / 0.05);
}
.active\:n-bg-palette-danger-icon\/50:active {
  background-color:rgb(var(--theme-palette-danger-icon) / 0.5);
}
.active\:n-bg-palette-danger-icon\/55:active {
  background-color:rgb(var(--theme-palette-danger-icon) / 0.55);
}
.active\:n-bg-palette-danger-icon\/60:active {
  background-color:rgb(var(--theme-palette-danger-icon) / 0.6);
}
.active\:n-bg-palette-danger-icon\/65:active {
  background-color:rgb(var(--theme-palette-danger-icon) / 0.65);
}
.active\:n-bg-palette-danger-icon\/70:active {
  background-color:rgb(var(--theme-palette-danger-icon) / 0.7);
}
.active\:n-bg-palette-danger-icon\/75:active {
  background-color:rgb(var(--theme-palette-danger-icon) / 0.75);
}
.active\:n-bg-palette-danger-icon\/80:active {
  background-color:rgb(var(--theme-palette-danger-icon) / 0.8);
}
.active\:n-bg-palette-danger-icon\/85:active {
  background-color:rgb(var(--theme-palette-danger-icon) / 0.85);
}
.active\:n-bg-palette-danger-icon\/90:active {
  background-color:rgb(var(--theme-palette-danger-icon) / 0.9);
}
.active\:n-bg-palette-danger-icon\/95:active {
  background-color:rgb(var(--theme-palette-danger-icon) / 0.95);
}
.active\:n-bg-palette-danger-pressed-strong:active {
  background-color:rgb(var(--theme-palette-danger-pressed-strong));
}
.active\:n-bg-palette-danger-pressed-strong\/0:active {
  background-color:rgb(var(--theme-palette-danger-pressed-strong) / 0);
}
.active\:n-bg-palette-danger-pressed-strong\/10:active {
  background-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.1);
}
.active\:n-bg-palette-danger-pressed-strong\/100:active {
  background-color:rgb(var(--theme-palette-danger-pressed-strong) / 1);
}
.active\:n-bg-palette-danger-pressed-strong\/15:active {
  background-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.15);
}
.active\:n-bg-palette-danger-pressed-strong\/20:active {
  background-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.2);
}
.active\:n-bg-palette-danger-pressed-strong\/25:active {
  background-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.25);
}
.active\:n-bg-palette-danger-pressed-strong\/30:active {
  background-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.3);
}
.active\:n-bg-palette-danger-pressed-strong\/35:active {
  background-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.35);
}
.active\:n-bg-palette-danger-pressed-strong\/40:active {
  background-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.4);
}
.active\:n-bg-palette-danger-pressed-strong\/45:active {
  background-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.45);
}
.active\:n-bg-palette-danger-pressed-strong\/5:active {
  background-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.05);
}
.active\:n-bg-palette-danger-pressed-strong\/50:active {
  background-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.5);
}
.active\:n-bg-palette-danger-pressed-strong\/55:active {
  background-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.55);
}
.active\:n-bg-palette-danger-pressed-strong\/60:active {
  background-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.6);
}
.active\:n-bg-palette-danger-pressed-strong\/65:active {
  background-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.65);
}
.active\:n-bg-palette-danger-pressed-strong\/70:active {
  background-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.7);
}
.active\:n-bg-palette-danger-pressed-strong\/75:active {
  background-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.75);
}
.active\:n-bg-palette-danger-pressed-strong\/80:active {
  background-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.8);
}
.active\:n-bg-palette-danger-pressed-strong\/85:active {
  background-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.85);
}
.active\:n-bg-palette-danger-pressed-strong\/90:active {
  background-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.9);
}
.active\:n-bg-palette-danger-pressed-strong\/95:active {
  background-color:rgb(var(--theme-palette-danger-pressed-strong) / 0.95);
}
.active\:n-bg-palette-danger-pressed-weak:active {
  background-color:rgb(var(--theme-palette-danger-pressed-weak));
}
.active\:n-bg-palette-danger-pressed-weak\/0:active {
  background-color:rgb(var(--theme-palette-danger-pressed-weak) / 0);
}
.active\:n-bg-palette-danger-pressed-weak\/10:active {
  background-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.1);
}
.active\:n-bg-palette-danger-pressed-weak\/100:active {
  background-color:rgb(var(--theme-palette-danger-pressed-weak) / 1);
}
.active\:n-bg-palette-danger-pressed-weak\/15:active {
  background-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.15);
}
.active\:n-bg-palette-danger-pressed-weak\/20:active {
  background-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.2);
}
.active\:n-bg-palette-danger-pressed-weak\/25:active {
  background-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.25);
}
.active\:n-bg-palette-danger-pressed-weak\/30:active {
  background-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.3);
}
.active\:n-bg-palette-danger-pressed-weak\/35:active {
  background-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.35);
}
.active\:n-bg-palette-danger-pressed-weak\/40:active {
  background-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.4);
}
.active\:n-bg-palette-danger-pressed-weak\/45:active {
  background-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.45);
}
.active\:n-bg-palette-danger-pressed-weak\/5:active {
  background-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.05);
}
.active\:n-bg-palette-danger-pressed-weak\/50:active {
  background-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.5);
}
.active\:n-bg-palette-danger-pressed-weak\/55:active {
  background-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.55);
}
.active\:n-bg-palette-danger-pressed-weak\/60:active {
  background-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.6);
}
.active\:n-bg-palette-danger-pressed-weak\/65:active {
  background-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.65);
}
.active\:n-bg-palette-danger-pressed-weak\/70:active {
  background-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.7);
}
.active\:n-bg-palette-danger-pressed-weak\/75:active {
  background-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.75);
}
.active\:n-bg-palette-danger-pressed-weak\/80:active {
  background-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.8);
}
.active\:n-bg-palette-danger-pressed-weak\/85:active {
  background-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.85);
}
.active\:n-bg-palette-danger-pressed-weak\/90:active {
  background-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.9);
}
.active\:n-bg-palette-danger-pressed-weak\/95:active {
  background-color:rgb(var(--theme-palette-danger-pressed-weak) / 0.95);
}
.active\:n-bg-palette-danger-text:active {
  background-color:rgb(var(--theme-palette-danger-text));
}
.active\:n-bg-palette-danger-text\/0:active {
  background-color:rgb(var(--theme-palette-danger-text) / 0);
}
.active\:n-bg-palette-danger-text\/10:active {
  background-color:rgb(var(--theme-palette-danger-text) / 0.1);
}
.active\:n-bg-palette-danger-text\/100:active {
  background-color:rgb(var(--theme-palette-danger-text) / 1);
}
.active\:n-bg-palette-danger-text\/15:active {
  background-color:rgb(var(--theme-palette-danger-text) / 0.15);
}
.active\:n-bg-palette-danger-text\/20:active {
  background-color:rgb(var(--theme-palette-danger-text) / 0.2);
}
.active\:n-bg-palette-danger-text\/25:active {
  background-color:rgb(var(--theme-palette-danger-text) / 0.25);
}
.active\:n-bg-palette-danger-text\/30:active {
  background-color:rgb(var(--theme-palette-danger-text) / 0.3);
}
.active\:n-bg-palette-danger-text\/35:active {
  background-color:rgb(var(--theme-palette-danger-text) / 0.35);
}
.active\:n-bg-palette-danger-text\/40:active {
  background-color:rgb(var(--theme-palette-danger-text) / 0.4);
}
.active\:n-bg-palette-danger-text\/45:active {
  background-color:rgb(var(--theme-palette-danger-text) / 0.45);
}
.active\:n-bg-palette-danger-text\/5:active {
  background-color:rgb(var(--theme-palette-danger-text) / 0.05);
}
.active\:n-bg-palette-danger-text\/50:active {
  background-color:rgb(var(--theme-palette-danger-text) / 0.5);
}
.active\:n-bg-palette-danger-text\/55:active {
  background-color:rgb(var(--theme-palette-danger-text) / 0.55);
}
.active\:n-bg-palette-danger-text\/60:active {
  background-color:rgb(var(--theme-palette-danger-text) / 0.6);
}
.active\:n-bg-palette-danger-text\/65:active {
  background-color:rgb(var(--theme-palette-danger-text) / 0.65);
}
.active\:n-bg-palette-danger-text\/70:active {
  background-color:rgb(var(--theme-palette-danger-text) / 0.7);
}
.active\:n-bg-palette-danger-text\/75:active {
  background-color:rgb(var(--theme-palette-danger-text) / 0.75);
}
.active\:n-bg-palette-danger-text\/80:active {
  background-color:rgb(var(--theme-palette-danger-text) / 0.8);
}
.active\:n-bg-palette-danger-text\/85:active {
  background-color:rgb(var(--theme-palette-danger-text) / 0.85);
}
.active\:n-bg-palette-danger-text\/90:active {
  background-color:rgb(var(--theme-palette-danger-text) / 0.9);
}
.active\:n-bg-palette-danger-text\/95:active {
  background-color:rgb(var(--theme-palette-danger-text) / 0.95);
}
.active\:n-bg-palette-discovery-bg-status:active {
  background-color:rgb(var(--theme-palette-discovery-bg-status));
}
.active\:n-bg-palette-discovery-bg-status\/0:active {
  background-color:rgb(var(--theme-palette-discovery-bg-status) / 0);
}
.active\:n-bg-palette-discovery-bg-status\/10:active {
  background-color:rgb(var(--theme-palette-discovery-bg-status) / 0.1);
}
.active\:n-bg-palette-discovery-bg-status\/100:active {
  background-color:rgb(var(--theme-palette-discovery-bg-status) / 1);
}
.active\:n-bg-palette-discovery-bg-status\/15:active {
  background-color:rgb(var(--theme-palette-discovery-bg-status) / 0.15);
}
.active\:n-bg-palette-discovery-bg-status\/20:active {
  background-color:rgb(var(--theme-palette-discovery-bg-status) / 0.2);
}
.active\:n-bg-palette-discovery-bg-status\/25:active {
  background-color:rgb(var(--theme-palette-discovery-bg-status) / 0.25);
}
.active\:n-bg-palette-discovery-bg-status\/30:active {
  background-color:rgb(var(--theme-palette-discovery-bg-status) / 0.3);
}
.active\:n-bg-palette-discovery-bg-status\/35:active {
  background-color:rgb(var(--theme-palette-discovery-bg-status) / 0.35);
}
.active\:n-bg-palette-discovery-bg-status\/40:active {
  background-color:rgb(var(--theme-palette-discovery-bg-status) / 0.4);
}
.active\:n-bg-palette-discovery-bg-status\/45:active {
  background-color:rgb(var(--theme-palette-discovery-bg-status) / 0.45);
}
.active\:n-bg-palette-discovery-bg-status\/5:active {
  background-color:rgb(var(--theme-palette-discovery-bg-status) / 0.05);
}
.active\:n-bg-palette-discovery-bg-status\/50:active {
  background-color:rgb(var(--theme-palette-discovery-bg-status) / 0.5);
}
.active\:n-bg-palette-discovery-bg-status\/55:active {
  background-color:rgb(var(--theme-palette-discovery-bg-status) / 0.55);
}
.active\:n-bg-palette-discovery-bg-status\/60:active {
  background-color:rgb(var(--theme-palette-discovery-bg-status) / 0.6);
}
.active\:n-bg-palette-discovery-bg-status\/65:active {
  background-color:rgb(var(--theme-palette-discovery-bg-status) / 0.65);
}
.active\:n-bg-palette-discovery-bg-status\/70:active {
  background-color:rgb(var(--theme-palette-discovery-bg-status) / 0.7);
}
.active\:n-bg-palette-discovery-bg-status\/75:active {
  background-color:rgb(var(--theme-palette-discovery-bg-status) / 0.75);
}
.active\:n-bg-palette-discovery-bg-status\/80:active {
  background-color:rgb(var(--theme-palette-discovery-bg-status) / 0.8);
}
.active\:n-bg-palette-discovery-bg-status\/85:active {
  background-color:rgb(var(--theme-palette-discovery-bg-status) / 0.85);
}
.active\:n-bg-palette-discovery-bg-status\/90:active {
  background-color:rgb(var(--theme-palette-discovery-bg-status) / 0.9);
}
.active\:n-bg-palette-discovery-bg-status\/95:active {
  background-color:rgb(var(--theme-palette-discovery-bg-status) / 0.95);
}
.active\:n-bg-palette-discovery-bg-strong:active {
  background-color:rgb(var(--theme-palette-discovery-bg-strong));
}
.active\:n-bg-palette-discovery-bg-strong\/0:active {
  background-color:rgb(var(--theme-palette-discovery-bg-strong) / 0);
}
.active\:n-bg-palette-discovery-bg-strong\/10:active {
  background-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.1);
}
.active\:n-bg-palette-discovery-bg-strong\/100:active {
  background-color:rgb(var(--theme-palette-discovery-bg-strong) / 1);
}
.active\:n-bg-palette-discovery-bg-strong\/15:active {
  background-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.15);
}
.active\:n-bg-palette-discovery-bg-strong\/20:active {
  background-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.2);
}
.active\:n-bg-palette-discovery-bg-strong\/25:active {
  background-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.25);
}
.active\:n-bg-palette-discovery-bg-strong\/30:active {
  background-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.3);
}
.active\:n-bg-palette-discovery-bg-strong\/35:active {
  background-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.35);
}
.active\:n-bg-palette-discovery-bg-strong\/40:active {
  background-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.4);
}
.active\:n-bg-palette-discovery-bg-strong\/45:active {
  background-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.45);
}
.active\:n-bg-palette-discovery-bg-strong\/5:active {
  background-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.05);
}
.active\:n-bg-palette-discovery-bg-strong\/50:active {
  background-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.5);
}
.active\:n-bg-palette-discovery-bg-strong\/55:active {
  background-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.55);
}
.active\:n-bg-palette-discovery-bg-strong\/60:active {
  background-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.6);
}
.active\:n-bg-palette-discovery-bg-strong\/65:active {
  background-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.65);
}
.active\:n-bg-palette-discovery-bg-strong\/70:active {
  background-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.7);
}
.active\:n-bg-palette-discovery-bg-strong\/75:active {
  background-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.75);
}
.active\:n-bg-palette-discovery-bg-strong\/80:active {
  background-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.8);
}
.active\:n-bg-palette-discovery-bg-strong\/85:active {
  background-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.85);
}
.active\:n-bg-palette-discovery-bg-strong\/90:active {
  background-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.9);
}
.active\:n-bg-palette-discovery-bg-strong\/95:active {
  background-color:rgb(var(--theme-palette-discovery-bg-strong) / 0.95);
}
.active\:n-bg-palette-discovery-bg-weak:active {
  background-color:rgb(var(--theme-palette-discovery-bg-weak));
}
.active\:n-bg-palette-discovery-bg-weak\/0:active {
  background-color:rgb(var(--theme-palette-discovery-bg-weak) / 0);
}
.active\:n-bg-palette-discovery-bg-weak\/10:active {
  background-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.1);
}
.active\:n-bg-palette-discovery-bg-weak\/100:active {
  background-color:rgb(var(--theme-palette-discovery-bg-weak) / 1);
}
.active\:n-bg-palette-discovery-bg-weak\/15:active {
  background-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.15);
}
.active\:n-bg-palette-discovery-bg-weak\/20:active {
  background-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.2);
}
.active\:n-bg-palette-discovery-bg-weak\/25:active {
  background-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.25);
}
.active\:n-bg-palette-discovery-bg-weak\/30:active {
  background-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.3);
}
.active\:n-bg-palette-discovery-bg-weak\/35:active {
  background-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.35);
}
.active\:n-bg-palette-discovery-bg-weak\/40:active {
  background-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.4);
}
.active\:n-bg-palette-discovery-bg-weak\/45:active {
  background-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.45);
}
.active\:n-bg-palette-discovery-bg-weak\/5:active {
  background-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.05);
}
.active\:n-bg-palette-discovery-bg-weak\/50:active {
  background-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.5);
}
.active\:n-bg-palette-discovery-bg-weak\/55:active {
  background-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.55);
}
.active\:n-bg-palette-discovery-bg-weak\/60:active {
  background-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.6);
}
.active\:n-bg-palette-discovery-bg-weak\/65:active {
  background-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.65);
}
.active\:n-bg-palette-discovery-bg-weak\/70:active {
  background-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.7);
}
.active\:n-bg-palette-discovery-bg-weak\/75:active {
  background-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.75);
}
.active\:n-bg-palette-discovery-bg-weak\/80:active {
  background-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.8);
}
.active\:n-bg-palette-discovery-bg-weak\/85:active {
  background-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.85);
}
.active\:n-bg-palette-discovery-bg-weak\/90:active {
  background-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.9);
}
.active\:n-bg-palette-discovery-bg-weak\/95:active {
  background-color:rgb(var(--theme-palette-discovery-bg-weak) / 0.95);
}
.active\:n-bg-palette-discovery-border-strong:active {
  background-color:rgb(var(--theme-palette-discovery-border-strong));
}
.active\:n-bg-palette-discovery-border-strong\/0:active {
  background-color:rgb(var(--theme-palette-discovery-border-strong) / 0);
}
.active\:n-bg-palette-discovery-border-strong\/10:active {
  background-color:rgb(var(--theme-palette-discovery-border-strong) / 0.1);
}
.active\:n-bg-palette-discovery-border-strong\/100:active {
  background-color:rgb(var(--theme-palette-discovery-border-strong) / 1);
}
.active\:n-bg-palette-discovery-border-strong\/15:active {
  background-color:rgb(var(--theme-palette-discovery-border-strong) / 0.15);
}
.active\:n-bg-palette-discovery-border-strong\/20:active {
  background-color:rgb(var(--theme-palette-discovery-border-strong) / 0.2);
}
.active\:n-bg-palette-discovery-border-strong\/25:active {
  background-color:rgb(var(--theme-palette-discovery-border-strong) / 0.25);
}
.active\:n-bg-palette-discovery-border-strong\/30:active {
  background-color:rgb(var(--theme-palette-discovery-border-strong) / 0.3);
}
.active\:n-bg-palette-discovery-border-strong\/35:active {
  background-color:rgb(var(--theme-palette-discovery-border-strong) / 0.35);
}
.active\:n-bg-palette-discovery-border-strong\/40:active {
  background-color:rgb(var(--theme-palette-discovery-border-strong) / 0.4);
}
.active\:n-bg-palette-discovery-border-strong\/45:active {
  background-color:rgb(var(--theme-palette-discovery-border-strong) / 0.45);
}
.active\:n-bg-palette-discovery-border-strong\/5:active {
  background-color:rgb(var(--theme-palette-discovery-border-strong) / 0.05);
}
.active\:n-bg-palette-discovery-border-strong\/50:active {
  background-color:rgb(var(--theme-palette-discovery-border-strong) / 0.5);
}
.active\:n-bg-palette-discovery-border-strong\/55:active {
  background-color:rgb(var(--theme-palette-discovery-border-strong) / 0.55);
}
.active\:n-bg-palette-discovery-border-strong\/60:active {
  background-color:rgb(var(--theme-palette-discovery-border-strong) / 0.6);
}
.active\:n-bg-palette-discovery-border-strong\/65:active {
  background-color:rgb(var(--theme-palette-discovery-border-strong) / 0.65);
}
.active\:n-bg-palette-discovery-border-strong\/70:active {
  background-color:rgb(var(--theme-palette-discovery-border-strong) / 0.7);
}
.active\:n-bg-palette-discovery-border-strong\/75:active {
  background-color:rgb(var(--theme-palette-discovery-border-strong) / 0.75);
}
.active\:n-bg-palette-discovery-border-strong\/80:active {
  background-color:rgb(var(--theme-palette-discovery-border-strong) / 0.8);
}
.active\:n-bg-palette-discovery-border-strong\/85:active {
  background-color:rgb(var(--theme-palette-discovery-border-strong) / 0.85);
}
.active\:n-bg-palette-discovery-border-strong\/90:active {
  background-color:rgb(var(--theme-palette-discovery-border-strong) / 0.9);
}
.active\:n-bg-palette-discovery-border-strong\/95:active {
  background-color:rgb(var(--theme-palette-discovery-border-strong) / 0.95);
}
.active\:n-bg-palette-discovery-border-weak:active {
  background-color:rgb(var(--theme-palette-discovery-border-weak));
}
.active\:n-bg-palette-discovery-border-weak\/0:active {
  background-color:rgb(var(--theme-palette-discovery-border-weak) / 0);
}
.active\:n-bg-palette-discovery-border-weak\/10:active {
  background-color:rgb(var(--theme-palette-discovery-border-weak) / 0.1);
}
.active\:n-bg-palette-discovery-border-weak\/100:active {
  background-color:rgb(var(--theme-palette-discovery-border-weak) / 1);
}
.active\:n-bg-palette-discovery-border-weak\/15:active {
  background-color:rgb(var(--theme-palette-discovery-border-weak) / 0.15);
}
.active\:n-bg-palette-discovery-border-weak\/20:active {
  background-color:rgb(var(--theme-palette-discovery-border-weak) / 0.2);
}
.active\:n-bg-palette-discovery-border-weak\/25:active {
  background-color:rgb(var(--theme-palette-discovery-border-weak) / 0.25);
}
.active\:n-bg-palette-discovery-border-weak\/30:active {
  background-color:rgb(var(--theme-palette-discovery-border-weak) / 0.3);
}
.active\:n-bg-palette-discovery-border-weak\/35:active {
  background-color:rgb(var(--theme-palette-discovery-border-weak) / 0.35);
}
.active\:n-bg-palette-discovery-border-weak\/40:active {
  background-color:rgb(var(--theme-palette-discovery-border-weak) / 0.4);
}
.active\:n-bg-palette-discovery-border-weak\/45:active {
  background-color:rgb(var(--theme-palette-discovery-border-weak) / 0.45);
}
.active\:n-bg-palette-discovery-border-weak\/5:active {
  background-color:rgb(var(--theme-palette-discovery-border-weak) / 0.05);
}
.active\:n-bg-palette-discovery-border-weak\/50:active {
  background-color:rgb(var(--theme-palette-discovery-border-weak) / 0.5);
}
.active\:n-bg-palette-discovery-border-weak\/55:active {
  background-color:rgb(var(--theme-palette-discovery-border-weak) / 0.55);
}
.active\:n-bg-palette-discovery-border-weak\/60:active {
  background-color:rgb(var(--theme-palette-discovery-border-weak) / 0.6);
}
.active\:n-bg-palette-discovery-border-weak\/65:active {
  background-color:rgb(var(--theme-palette-discovery-border-weak) / 0.65);
}
.active\:n-bg-palette-discovery-border-weak\/70:active {
  background-color:rgb(var(--theme-palette-discovery-border-weak) / 0.7);
}
.active\:n-bg-palette-discovery-border-weak\/75:active {
  background-color:rgb(var(--theme-palette-discovery-border-weak) / 0.75);
}
.active\:n-bg-palette-discovery-border-weak\/80:active {
  background-color:rgb(var(--theme-palette-discovery-border-weak) / 0.8);
}
.active\:n-bg-palette-discovery-border-weak\/85:active {
  background-color:rgb(var(--theme-palette-discovery-border-weak) / 0.85);
}
.active\:n-bg-palette-discovery-border-weak\/90:active {
  background-color:rgb(var(--theme-palette-discovery-border-weak) / 0.9);
}
.active\:n-bg-palette-discovery-border-weak\/95:active {
  background-color:rgb(var(--theme-palette-discovery-border-weak) / 0.95);
}
.active\:n-bg-palette-discovery-icon:active {
  background-color:rgb(var(--theme-palette-discovery-icon));
}
.active\:n-bg-palette-discovery-icon\/0:active {
  background-color:rgb(var(--theme-palette-discovery-icon) / 0);
}
.active\:n-bg-palette-discovery-icon\/10:active {
  background-color:rgb(var(--theme-palette-discovery-icon) / 0.1);
}
.active\:n-bg-palette-discovery-icon\/100:active {
  background-color:rgb(var(--theme-palette-discovery-icon) / 1);
}
.active\:n-bg-palette-discovery-icon\/15:active {
  background-color:rgb(var(--theme-palette-discovery-icon) / 0.15);
}
.active\:n-bg-palette-discovery-icon\/20:active {
  background-color:rgb(var(--theme-palette-discovery-icon) / 0.2);
}
.active\:n-bg-palette-discovery-icon\/25:active {
  background-color:rgb(var(--theme-palette-discovery-icon) / 0.25);
}
.active\:n-bg-palette-discovery-icon\/30:active {
  background-color:rgb(var(--theme-palette-discovery-icon) / 0.3);
}
.active\:n-bg-palette-discovery-icon\/35:active {
  background-color:rgb(var(--theme-palette-discovery-icon) / 0.35);
}
.active\:n-bg-palette-discovery-icon\/40:active {
  background-color:rgb(var(--theme-palette-discovery-icon) / 0.4);
}
.active\:n-bg-palette-discovery-icon\/45:active {
  background-color:rgb(var(--theme-palette-discovery-icon) / 0.45);
}
.active\:n-bg-palette-discovery-icon\/5:active {
  background-color:rgb(var(--theme-palette-discovery-icon) / 0.05);
}
.active\:n-bg-palette-discovery-icon\/50:active {
  background-color:rgb(var(--theme-palette-discovery-icon) / 0.5);
}
.active\:n-bg-palette-discovery-icon\/55:active {
  background-color:rgb(var(--theme-palette-discovery-icon) / 0.55);
}
.active\:n-bg-palette-discovery-icon\/60:active {
  background-color:rgb(var(--theme-palette-discovery-icon) / 0.6);
}
.active\:n-bg-palette-discovery-icon\/65:active {
  background-color:rgb(var(--theme-palette-discovery-icon) / 0.65);
}
.active\:n-bg-palette-discovery-icon\/70:active {
  background-color:rgb(var(--theme-palette-discovery-icon) / 0.7);
}
.active\:n-bg-palette-discovery-icon\/75:active {
  background-color:rgb(var(--theme-palette-discovery-icon) / 0.75);
}
.active\:n-bg-palette-discovery-icon\/80:active {
  background-color:rgb(var(--theme-palette-discovery-icon) / 0.8);
}
.active\:n-bg-palette-discovery-icon\/85:active {
  background-color:rgb(var(--theme-palette-discovery-icon) / 0.85);
}
.active\:n-bg-palette-discovery-icon\/90:active {
  background-color:rgb(var(--theme-palette-discovery-icon) / 0.9);
}
.active\:n-bg-palette-discovery-icon\/95:active {
  background-color:rgb(var(--theme-palette-discovery-icon) / 0.95);
}
.active\:n-bg-palette-discovery-text:active {
  background-color:rgb(var(--theme-palette-discovery-text));
}
.active\:n-bg-palette-discovery-text\/0:active {
  background-color:rgb(var(--theme-palette-discovery-text) / 0);
}
.active\:n-bg-palette-discovery-text\/10:active {
  background-color:rgb(var(--theme-palette-discovery-text) / 0.1);
}
.active\:n-bg-palette-discovery-text\/100:active {
  background-color:rgb(var(--theme-palette-discovery-text) / 1);
}
.active\:n-bg-palette-discovery-text\/15:active {
  background-color:rgb(var(--theme-palette-discovery-text) / 0.15);
}
.active\:n-bg-palette-discovery-text\/20:active {
  background-color:rgb(var(--theme-palette-discovery-text) / 0.2);
}
.active\:n-bg-palette-discovery-text\/25:active {
  background-color:rgb(var(--theme-palette-discovery-text) / 0.25);
}
.active\:n-bg-palette-discovery-text\/30:active {
  background-color:rgb(var(--theme-palette-discovery-text) / 0.3);
}
.active\:n-bg-palette-discovery-text\/35:active {
  background-color:rgb(var(--theme-palette-discovery-text) / 0.35);
}
.active\:n-bg-palette-discovery-text\/40:active {
  background-color:rgb(var(--theme-palette-discovery-text) / 0.4);
}
.active\:n-bg-palette-discovery-text\/45:active {
  background-color:rgb(var(--theme-palette-discovery-text) / 0.45);
}
.active\:n-bg-palette-discovery-text\/5:active {
  background-color:rgb(var(--theme-palette-discovery-text) / 0.05);
}
.active\:n-bg-palette-discovery-text\/50:active {
  background-color:rgb(var(--theme-palette-discovery-text) / 0.5);
}
.active\:n-bg-palette-discovery-text\/55:active {
  background-color:rgb(var(--theme-palette-discovery-text) / 0.55);
}
.active\:n-bg-palette-discovery-text\/60:active {
  background-color:rgb(var(--theme-palette-discovery-text) / 0.6);
}
.active\:n-bg-palette-discovery-text\/65:active {
  background-color:rgb(var(--theme-palette-discovery-text) / 0.65);
}
.active\:n-bg-palette-discovery-text\/70:active {
  background-color:rgb(var(--theme-palette-discovery-text) / 0.7);
}
.active\:n-bg-palette-discovery-text\/75:active {
  background-color:rgb(var(--theme-palette-discovery-text) / 0.75);
}
.active\:n-bg-palette-discovery-text\/80:active {
  background-color:rgb(var(--theme-palette-discovery-text) / 0.8);
}
.active\:n-bg-palette-discovery-text\/85:active {
  background-color:rgb(var(--theme-palette-discovery-text) / 0.85);
}
.active\:n-bg-palette-discovery-text\/90:active {
  background-color:rgb(var(--theme-palette-discovery-text) / 0.9);
}
.active\:n-bg-palette-discovery-text\/95:active {
  background-color:rgb(var(--theme-palette-discovery-text) / 0.95);
}
.active\:n-bg-palette-neutral-bg-default:active {
  background-color:rgb(var(--theme-palette-neutral-bg-default));
}
.active\:n-bg-palette-neutral-bg-default\/0:active {
  background-color:rgb(var(--theme-palette-neutral-bg-default) / 0);
}
.active\:n-bg-palette-neutral-bg-default\/10:active {
  background-color:rgb(var(--theme-palette-neutral-bg-default) / 0.1);
}
.active\:n-bg-palette-neutral-bg-default\/100:active {
  background-color:rgb(var(--theme-palette-neutral-bg-default) / 1);
}
.active\:n-bg-palette-neutral-bg-default\/15:active {
  background-color:rgb(var(--theme-palette-neutral-bg-default) / 0.15);
}
.active\:n-bg-palette-neutral-bg-default\/20:active {
  background-color:rgb(var(--theme-palette-neutral-bg-default) / 0.2);
}
.active\:n-bg-palette-neutral-bg-default\/25:active {
  background-color:rgb(var(--theme-palette-neutral-bg-default) / 0.25);
}
.active\:n-bg-palette-neutral-bg-default\/30:active {
  background-color:rgb(var(--theme-palette-neutral-bg-default) / 0.3);
}
.active\:n-bg-palette-neutral-bg-default\/35:active {
  background-color:rgb(var(--theme-palette-neutral-bg-default) / 0.35);
}
.active\:n-bg-palette-neutral-bg-default\/40:active {
  background-color:rgb(var(--theme-palette-neutral-bg-default) / 0.4);
}
.active\:n-bg-palette-neutral-bg-default\/45:active {
  background-color:rgb(var(--theme-palette-neutral-bg-default) / 0.45);
}
.active\:n-bg-palette-neutral-bg-default\/5:active {
  background-color:rgb(var(--theme-palette-neutral-bg-default) / 0.05);
}
.active\:n-bg-palette-neutral-bg-default\/50:active {
  background-color:rgb(var(--theme-palette-neutral-bg-default) / 0.5);
}
.active\:n-bg-palette-neutral-bg-default\/55:active {
  background-color:rgb(var(--theme-palette-neutral-bg-default) / 0.55);
}
.active\:n-bg-palette-neutral-bg-default\/60:active {
  background-color:rgb(var(--theme-palette-neutral-bg-default) / 0.6);
}
.active\:n-bg-palette-neutral-bg-default\/65:active {
  background-color:rgb(var(--theme-palette-neutral-bg-default) / 0.65);
}
.active\:n-bg-palette-neutral-bg-default\/70:active {
  background-color:rgb(var(--theme-palette-neutral-bg-default) / 0.7);
}
.active\:n-bg-palette-neutral-bg-default\/75:active {
  background-color:rgb(var(--theme-palette-neutral-bg-default) / 0.75);
}
.active\:n-bg-palette-neutral-bg-default\/80:active {
  background-color:rgb(var(--theme-palette-neutral-bg-default) / 0.8);
}
.active\:n-bg-palette-neutral-bg-default\/85:active {
  background-color:rgb(var(--theme-palette-neutral-bg-default) / 0.85);
}
.active\:n-bg-palette-neutral-bg-default\/90:active {
  background-color:rgb(var(--theme-palette-neutral-bg-default) / 0.9);
}
.active\:n-bg-palette-neutral-bg-default\/95:active {
  background-color:rgb(var(--theme-palette-neutral-bg-default) / 0.95);
}
.active\:n-bg-palette-neutral-bg-on-bg-weak:active {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak));
}
.active\:n-bg-palette-neutral-bg-on-bg-weak\/0:active {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0);
}
.active\:n-bg-palette-neutral-bg-on-bg-weak\/10:active {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.1);
}
.active\:n-bg-palette-neutral-bg-on-bg-weak\/100:active {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 1);
}
.active\:n-bg-palette-neutral-bg-on-bg-weak\/15:active {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.15);
}
.active\:n-bg-palette-neutral-bg-on-bg-weak\/20:active {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.2);
}
.active\:n-bg-palette-neutral-bg-on-bg-weak\/25:active {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.25);
}
.active\:n-bg-palette-neutral-bg-on-bg-weak\/30:active {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.3);
}
.active\:n-bg-palette-neutral-bg-on-bg-weak\/35:active {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.35);
}
.active\:n-bg-palette-neutral-bg-on-bg-weak\/40:active {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.4);
}
.active\:n-bg-palette-neutral-bg-on-bg-weak\/45:active {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.45);
}
.active\:n-bg-palette-neutral-bg-on-bg-weak\/5:active {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.05);
}
.active\:n-bg-palette-neutral-bg-on-bg-weak\/50:active {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.5);
}
.active\:n-bg-palette-neutral-bg-on-bg-weak\/55:active {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.55);
}
.active\:n-bg-palette-neutral-bg-on-bg-weak\/60:active {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.6);
}
.active\:n-bg-palette-neutral-bg-on-bg-weak\/65:active {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.65);
}
.active\:n-bg-palette-neutral-bg-on-bg-weak\/70:active {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.7);
}
.active\:n-bg-palette-neutral-bg-on-bg-weak\/75:active {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.75);
}
.active\:n-bg-palette-neutral-bg-on-bg-weak\/80:active {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.8);
}
.active\:n-bg-palette-neutral-bg-on-bg-weak\/85:active {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.85);
}
.active\:n-bg-palette-neutral-bg-on-bg-weak\/90:active {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.9);
}
.active\:n-bg-palette-neutral-bg-on-bg-weak\/95:active {
  background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak) / 0.95);
}
.active\:n-bg-palette-neutral-bg-status:active {
  background-color:rgb(var(--theme-palette-neutral-bg-status));
}
.active\:n-bg-palette-neutral-bg-status\/0:active {
  background-color:rgb(var(--theme-palette-neutral-bg-status) / 0);
}
.active\:n-bg-palette-neutral-bg-status\/10:active {
  background-color:rgb(var(--theme-palette-neutral-bg-status) / 0.1);
}
.active\:n-bg-palette-neutral-bg-status\/100:active {
  background-color:rgb(var(--theme-palette-neutral-bg-status) / 1);
}
.active\:n-bg-palette-neutral-bg-status\/15:active {
  background-color:rgb(var(--theme-palette-neutral-bg-status) / 0.15);
}
.active\:n-bg-palette-neutral-bg-status\/20:active {
  background-color:rgb(var(--theme-palette-neutral-bg-status) / 0.2);
}
.active\:n-bg-palette-neutral-bg-status\/25:active {
  background-color:rgb(var(--theme-palette-neutral-bg-status) / 0.25);
}
.active\:n-bg-palette-neutral-bg-status\/30:active {
  background-color:rgb(var(--theme-palette-neutral-bg-status) / 0.3);
}
.active\:n-bg-palette-neutral-bg-status\/35:active {
  background-color:rgb(var(--theme-palette-neutral-bg-status) / 0.35);
}
.active\:n-bg-palette-neutral-bg-status\/40:active {
  background-color:rgb(var(--theme-palette-neutral-bg-status) / 0.4);
}
.active\:n-bg-palette-neutral-bg-status\/45:active {
  background-color:rgb(var(--theme-palette-neutral-bg-status) / 0.45);
}
.active\:n-bg-palette-neutral-bg-status\/5:active {
  background-color:rgb(var(--theme-palette-neutral-bg-status) / 0.05);
}
.active\:n-bg-palette-neutral-bg-status\/50:active {
  background-color:rgb(var(--theme-palette-neutral-bg-status) / 0.5);
}
.active\:n-bg-palette-neutral-bg-status\/55:active {
  background-color:rgb(var(--theme-palette-neutral-bg-status) / 0.55);
}
.active\:n-bg-palette-neutral-bg-status\/60:active {
  background-color:rgb(var(--theme-palette-neutral-bg-status) / 0.6);
}
.active\:n-bg-palette-neutral-bg-status\/65:active {
  background-color:rgb(var(--theme-palette-neutral-bg-status) / 0.65);
}
.active\:n-bg-palette-neutral-bg-status\/70:active {
  background-color:rgb(var(--theme-palette-neutral-bg-status) / 0.7);
}
.active\:n-bg-palette-neutral-bg-status\/75:active {
  background-color:rgb(var(--theme-palette-neutral-bg-status) / 0.75);
}
.active\:n-bg-palette-neutral-bg-status\/80:active {
  background-color:rgb(var(--theme-palette-neutral-bg-status) / 0.8);
}
.active\:n-bg-palette-neutral-bg-status\/85:active {
  background-color:rgb(var(--theme-palette-neutral-bg-status) / 0.85);
}
.active\:n-bg-palette-neutral-bg-status\/90:active {
  background-color:rgb(var(--theme-palette-neutral-bg-status) / 0.9);
}
.active\:n-bg-palette-neutral-bg-status\/95:active {
  background-color:rgb(var(--theme-palette-neutral-bg-status) / 0.95);
}
.active\:n-bg-palette-neutral-bg-strong:active {
  background-color:rgb(var(--theme-palette-neutral-bg-strong));
}
.active\:n-bg-palette-neutral-bg-strong\/0:active {
  background-color:rgb(var(--theme-palette-neutral-bg-strong) / 0);
}
.active\:n-bg-palette-neutral-bg-strong\/10:active {
  background-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.1);
}
.active\:n-bg-palette-neutral-bg-strong\/100:active {
  background-color:rgb(var(--theme-palette-neutral-bg-strong) / 1);
}
.active\:n-bg-palette-neutral-bg-strong\/15:active {
  background-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.15);
}
.active\:n-bg-palette-neutral-bg-strong\/20:active {
  background-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.2);
}
.active\:n-bg-palette-neutral-bg-strong\/25:active {
  background-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.25);
}
.active\:n-bg-palette-neutral-bg-strong\/30:active {
  background-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.3);
}
.active\:n-bg-palette-neutral-bg-strong\/35:active {
  background-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.35);
}
.active\:n-bg-palette-neutral-bg-strong\/40:active {
  background-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.4);
}
.active\:n-bg-palette-neutral-bg-strong\/45:active {
  background-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.45);
}
.active\:n-bg-palette-neutral-bg-strong\/5:active {
  background-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.05);
}
.active\:n-bg-palette-neutral-bg-strong\/50:active {
  background-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.5);
}
.active\:n-bg-palette-neutral-bg-strong\/55:active {
  background-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.55);
}
.active\:n-bg-palette-neutral-bg-strong\/60:active {
  background-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.6);
}
.active\:n-bg-palette-neutral-bg-strong\/65:active {
  background-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.65);
}
.active\:n-bg-palette-neutral-bg-strong\/70:active {
  background-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.7);
}
.active\:n-bg-palette-neutral-bg-strong\/75:active {
  background-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.75);
}
.active\:n-bg-palette-neutral-bg-strong\/80:active {
  background-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.8);
}
.active\:n-bg-palette-neutral-bg-strong\/85:active {
  background-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.85);
}
.active\:n-bg-palette-neutral-bg-strong\/90:active {
  background-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.9);
}
.active\:n-bg-palette-neutral-bg-strong\/95:active {
  background-color:rgb(var(--theme-palette-neutral-bg-strong) / 0.95);
}
.active\:n-bg-palette-neutral-bg-stronger:active {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger));
}
.active\:n-bg-palette-neutral-bg-stronger\/0:active {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0);
}
.active\:n-bg-palette-neutral-bg-stronger\/10:active {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.1);
}
.active\:n-bg-palette-neutral-bg-stronger\/100:active {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger) / 1);
}
.active\:n-bg-palette-neutral-bg-stronger\/15:active {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.15);
}
.active\:n-bg-palette-neutral-bg-stronger\/20:active {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.2);
}
.active\:n-bg-palette-neutral-bg-stronger\/25:active {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.25);
}
.active\:n-bg-palette-neutral-bg-stronger\/30:active {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.3);
}
.active\:n-bg-palette-neutral-bg-stronger\/35:active {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.35);
}
.active\:n-bg-palette-neutral-bg-stronger\/40:active {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.4);
}
.active\:n-bg-palette-neutral-bg-stronger\/45:active {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.45);
}
.active\:n-bg-palette-neutral-bg-stronger\/5:active {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.05);
}
.active\:n-bg-palette-neutral-bg-stronger\/50:active {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.5);
}
.active\:n-bg-palette-neutral-bg-stronger\/55:active {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.55);
}
.active\:n-bg-palette-neutral-bg-stronger\/60:active {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.6);
}
.active\:n-bg-palette-neutral-bg-stronger\/65:active {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.65);
}
.active\:n-bg-palette-neutral-bg-stronger\/70:active {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.7);
}
.active\:n-bg-palette-neutral-bg-stronger\/75:active {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.75);
}
.active\:n-bg-palette-neutral-bg-stronger\/80:active {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.8);
}
.active\:n-bg-palette-neutral-bg-stronger\/85:active {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.85);
}
.active\:n-bg-palette-neutral-bg-stronger\/90:active {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.9);
}
.active\:n-bg-palette-neutral-bg-stronger\/95:active {
  background-color:rgb(var(--theme-palette-neutral-bg-stronger) / 0.95);
}
.active\:n-bg-palette-neutral-bg-strongest:active {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest));
}
.active\:n-bg-palette-neutral-bg-strongest\/0:active {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0);
}
.active\:n-bg-palette-neutral-bg-strongest\/10:active {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.1);
}
.active\:n-bg-palette-neutral-bg-strongest\/100:active {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest) / 1);
}
.active\:n-bg-palette-neutral-bg-strongest\/15:active {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.15);
}
.active\:n-bg-palette-neutral-bg-strongest\/20:active {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.2);
}
.active\:n-bg-palette-neutral-bg-strongest\/25:active {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.25);
}
.active\:n-bg-palette-neutral-bg-strongest\/30:active {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.3);
}
.active\:n-bg-palette-neutral-bg-strongest\/35:active {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.35);
}
.active\:n-bg-palette-neutral-bg-strongest\/40:active {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.4);
}
.active\:n-bg-palette-neutral-bg-strongest\/45:active {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.45);
}
.active\:n-bg-palette-neutral-bg-strongest\/5:active {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.05);
}
.active\:n-bg-palette-neutral-bg-strongest\/50:active {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.5);
}
.active\:n-bg-palette-neutral-bg-strongest\/55:active {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.55);
}
.active\:n-bg-palette-neutral-bg-strongest\/60:active {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.6);
}
.active\:n-bg-palette-neutral-bg-strongest\/65:active {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.65);
}
.active\:n-bg-palette-neutral-bg-strongest\/70:active {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.7);
}
.active\:n-bg-palette-neutral-bg-strongest\/75:active {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.75);
}
.active\:n-bg-palette-neutral-bg-strongest\/80:active {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.8);
}
.active\:n-bg-palette-neutral-bg-strongest\/85:active {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.85);
}
.active\:n-bg-palette-neutral-bg-strongest\/90:active {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.9);
}
.active\:n-bg-palette-neutral-bg-strongest\/95:active {
  background-color:rgb(var(--theme-palette-neutral-bg-strongest) / 0.95);
}
.active\:n-bg-palette-neutral-bg-weak:active {
  background-color:rgb(var(--theme-palette-neutral-bg-weak));
}
.active\:n-bg-palette-neutral-bg-weak\/0:active {
  background-color:rgb(var(--theme-palette-neutral-bg-weak) / 0);
}
.active\:n-bg-palette-neutral-bg-weak\/10:active {
  background-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.1);
}
.active\:n-bg-palette-neutral-bg-weak\/100:active {
  background-color:rgb(var(--theme-palette-neutral-bg-weak) / 1);
}
.active\:n-bg-palette-neutral-bg-weak\/15:active {
  background-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.15);
}
.active\:n-bg-palette-neutral-bg-weak\/20:active {
  background-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.2);
}
.active\:n-bg-palette-neutral-bg-weak\/25:active {
  background-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.25);
}
.active\:n-bg-palette-neutral-bg-weak\/30:active {
  background-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.3);
}
.active\:n-bg-palette-neutral-bg-weak\/35:active {
  background-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.35);
}
.active\:n-bg-palette-neutral-bg-weak\/40:active {
  background-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.4);
}
.active\:n-bg-palette-neutral-bg-weak\/45:active {
  background-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.45);
}
.active\:n-bg-palette-neutral-bg-weak\/5:active {
  background-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.05);
}
.active\:n-bg-palette-neutral-bg-weak\/50:active {
  background-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.5);
}
.active\:n-bg-palette-neutral-bg-weak\/55:active {
  background-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.55);
}
.active\:n-bg-palette-neutral-bg-weak\/60:active {
  background-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.6);
}
.active\:n-bg-palette-neutral-bg-weak\/65:active {
  background-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.65);
}
.active\:n-bg-palette-neutral-bg-weak\/70:active {
  background-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.7);
}
.active\:n-bg-palette-neutral-bg-weak\/75:active {
  background-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.75);
}
.active\:n-bg-palette-neutral-bg-weak\/80:active {
  background-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.8);
}
.active\:n-bg-palette-neutral-bg-weak\/85:active {
  background-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.85);
}
.active\:n-bg-palette-neutral-bg-weak\/90:active {
  background-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.9);
}
.active\:n-bg-palette-neutral-bg-weak\/95:active {
  background-color:rgb(var(--theme-palette-neutral-bg-weak) / 0.95);
}
.active\:n-bg-palette-neutral-border-strong:active {
  background-color:rgb(var(--theme-palette-neutral-border-strong));
}
.active\:n-bg-palette-neutral-border-strong\/0:active {
  background-color:rgb(var(--theme-palette-neutral-border-strong) / 0);
}
.active\:n-bg-palette-neutral-border-strong\/10:active {
  background-color:rgb(var(--theme-palette-neutral-border-strong) / 0.1);
}
.active\:n-bg-palette-neutral-border-strong\/100:active {
  background-color:rgb(var(--theme-palette-neutral-border-strong) / 1);
}
.active\:n-bg-palette-neutral-border-strong\/15:active {
  background-color:rgb(var(--theme-palette-neutral-border-strong) / 0.15);
}
.active\:n-bg-palette-neutral-border-strong\/20:active {
  background-color:rgb(var(--theme-palette-neutral-border-strong) / 0.2);
}
.active\:n-bg-palette-neutral-border-strong\/25:active {
  background-color:rgb(var(--theme-palette-neutral-border-strong) / 0.25);
}
.active\:n-bg-palette-neutral-border-strong\/30:active {
  background-color:rgb(var(--theme-palette-neutral-border-strong) / 0.3);
}
.active\:n-bg-palette-neutral-border-strong\/35:active {
  background-color:rgb(var(--theme-palette-neutral-border-strong) / 0.35);
}
.active\:n-bg-palette-neutral-border-strong\/40:active {
  background-color:rgb(var(--theme-palette-neutral-border-strong) / 0.4);
}
.active\:n-bg-palette-neutral-border-strong\/45:active {
  background-color:rgb(var(--theme-palette-neutral-border-strong) / 0.45);
}
.active\:n-bg-palette-neutral-border-strong\/5:active {
  background-color:rgb(var(--theme-palette-neutral-border-strong) / 0.05);
}
.active\:n-bg-palette-neutral-border-strong\/50:active {
  background-color:rgb(var(--theme-palette-neutral-border-strong) / 0.5);
}
.active\:n-bg-palette-neutral-border-strong\/55:active {
  background-color:rgb(var(--theme-palette-neutral-border-strong) / 0.55);
}
.active\:n-bg-palette-neutral-border-strong\/60:active {
  background-color:rgb(var(--theme-palette-neutral-border-strong) / 0.6);
}
.active\:n-bg-palette-neutral-border-strong\/65:active {
  background-color:rgb(var(--theme-palette-neutral-border-strong) / 0.65);
}
.active\:n-bg-palette-neutral-border-strong\/70:active {
  background-color:rgb(var(--theme-palette-neutral-border-strong) / 0.7);
}
.active\:n-bg-palette-neutral-border-strong\/75:active {
  background-color:rgb(var(--theme-palette-neutral-border-strong) / 0.75);
}
.active\:n-bg-palette-neutral-border-strong\/80:active {
  background-color:rgb(var(--theme-palette-neutral-border-strong) / 0.8);
}
.active\:n-bg-palette-neutral-border-strong\/85:active {
  background-color:rgb(var(--theme-palette-neutral-border-strong) / 0.85);
}
.active\:n-bg-palette-neutral-border-strong\/90:active {
  background-color:rgb(var(--theme-palette-neutral-border-strong) / 0.9);
}
.active\:n-bg-palette-neutral-border-strong\/95:active {
  background-color:rgb(var(--theme-palette-neutral-border-strong) / 0.95);
}
.active\:n-bg-palette-neutral-border-strongest:active {
  background-color:rgb(var(--theme-palette-neutral-border-strongest));
}
.active\:n-bg-palette-neutral-border-strongest\/0:active {
  background-color:rgb(var(--theme-palette-neutral-border-strongest) / 0);
}
.active\:n-bg-palette-neutral-border-strongest\/10:active {
  background-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.1);
}
.active\:n-bg-palette-neutral-border-strongest\/100:active {
  background-color:rgb(var(--theme-palette-neutral-border-strongest) / 1);
}
.active\:n-bg-palette-neutral-border-strongest\/15:active {
  background-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.15);
}
.active\:n-bg-palette-neutral-border-strongest\/20:active {
  background-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.2);
}
.active\:n-bg-palette-neutral-border-strongest\/25:active {
  background-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.25);
}
.active\:n-bg-palette-neutral-border-strongest\/30:active {
  background-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.3);
}
.active\:n-bg-palette-neutral-border-strongest\/35:active {
  background-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.35);
}
.active\:n-bg-palette-neutral-border-strongest\/40:active {
  background-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.4);
}
.active\:n-bg-palette-neutral-border-strongest\/45:active {
  background-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.45);
}
.active\:n-bg-palette-neutral-border-strongest\/5:active {
  background-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.05);
}
.active\:n-bg-palette-neutral-border-strongest\/50:active {
  background-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.5);
}
.active\:n-bg-palette-neutral-border-strongest\/55:active {
  background-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.55);
}
.active\:n-bg-palette-neutral-border-strongest\/60:active {
  background-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.6);
}
.active\:n-bg-palette-neutral-border-strongest\/65:active {
  background-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.65);
}
.active\:n-bg-palette-neutral-border-strongest\/70:active {
  background-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.7);
}
.active\:n-bg-palette-neutral-border-strongest\/75:active {
  background-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.75);
}
.active\:n-bg-palette-neutral-border-strongest\/80:active {
  background-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.8);
}
.active\:n-bg-palette-neutral-border-strongest\/85:active {
  background-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.85);
}
.active\:n-bg-palette-neutral-border-strongest\/90:active {
  background-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.9);
}
.active\:n-bg-palette-neutral-border-strongest\/95:active {
  background-color:rgb(var(--theme-palette-neutral-border-strongest) / 0.95);
}
.active\:n-bg-palette-neutral-border-weak:active {
  background-color:rgb(var(--theme-palette-neutral-border-weak));
}
.active\:n-bg-palette-neutral-border-weak\/0:active {
  background-color:rgb(var(--theme-palette-neutral-border-weak) / 0);
}
.active\:n-bg-palette-neutral-border-weak\/10:active {
  background-color:rgb(var(--theme-palette-neutral-border-weak) / 0.1);
}
.active\:n-bg-palette-neutral-border-weak\/100:active {
  background-color:rgb(var(--theme-palette-neutral-border-weak) / 1);
}
.active\:n-bg-palette-neutral-border-weak\/15:active {
  background-color:rgb(var(--theme-palette-neutral-border-weak) / 0.15);
}
.active\:n-bg-palette-neutral-border-weak\/20:active {
  background-color:rgb(var(--theme-palette-neutral-border-weak) / 0.2);
}
.active\:n-bg-palette-neutral-border-weak\/25:active {
  background-color:rgb(var(--theme-palette-neutral-border-weak) / 0.25);
}
.active\:n-bg-palette-neutral-border-weak\/30:active {
  background-color:rgb(var(--theme-palette-neutral-border-weak) / 0.3);
}
.active\:n-bg-palette-neutral-border-weak\/35:active {
  background-color:rgb(var(--theme-palette-neutral-border-weak) / 0.35);
}
.active\:n-bg-palette-neutral-border-weak\/40:active {
  background-color:rgb(var(--theme-palette-neutral-border-weak) / 0.4);
}
.active\:n-bg-palette-neutral-border-weak\/45:active {
  background-color:rgb(var(--theme-palette-neutral-border-weak) / 0.45);
}
.active\:n-bg-palette-neutral-border-weak\/5:active {
  background-color:rgb(var(--theme-palette-neutral-border-weak) / 0.05);
}
.active\:n-bg-palette-neutral-border-weak\/50:active {
  background-color:rgb(var(--theme-palette-neutral-border-weak) / 0.5);
}
.active\:n-bg-palette-neutral-border-weak\/55:active {
  background-color:rgb(var(--theme-palette-neutral-border-weak) / 0.55);
}
.active\:n-bg-palette-neutral-border-weak\/60:active {
  background-color:rgb(var(--theme-palette-neutral-border-weak) / 0.6);
}
.active\:n-bg-palette-neutral-border-weak\/65:active {
  background-color:rgb(var(--theme-palette-neutral-border-weak) / 0.65);
}
.active\:n-bg-palette-neutral-border-weak\/70:active {
  background-color:rgb(var(--theme-palette-neutral-border-weak) / 0.7);
}
.active\:n-bg-palette-neutral-border-weak\/75:active {
  background-color:rgb(var(--theme-palette-neutral-border-weak) / 0.75);
}
.active\:n-bg-palette-neutral-border-weak\/80:active {
  background-color:rgb(var(--theme-palette-neutral-border-weak) / 0.8);
}
.active\:n-bg-palette-neutral-border-weak\/85:active {
  background-color:rgb(var(--theme-palette-neutral-border-weak) / 0.85);
}
.active\:n-bg-palette-neutral-border-weak\/90:active {
  background-color:rgb(var(--theme-palette-neutral-border-weak) / 0.9);
}
.active\:n-bg-palette-neutral-border-weak\/95:active {
  background-color:rgb(var(--theme-palette-neutral-border-weak) / 0.95);
}
.active\:n-bg-palette-neutral-hover:active {
  background-color:rgb(var(--theme-palette-neutral-hover));
}
.active\:n-bg-palette-neutral-hover\/0:active {
  background-color:rgb(var(--theme-palette-neutral-hover) / 0);
}
.active\:n-bg-palette-neutral-hover\/10:active {
  background-color:rgb(var(--theme-palette-neutral-hover) / 0.1);
}
.active\:n-bg-palette-neutral-hover\/100:active {
  background-color:rgb(var(--theme-palette-neutral-hover) / 1);
}
.active\:n-bg-palette-neutral-hover\/15:active {
  background-color:rgb(var(--theme-palette-neutral-hover) / 0.15);
}
.active\:n-bg-palette-neutral-hover\/20:active {
  background-color:rgb(var(--theme-palette-neutral-hover) / 0.2);
}
.active\:n-bg-palette-neutral-hover\/25:active {
  background-color:rgb(var(--theme-palette-neutral-hover) / 0.25);
}
.active\:n-bg-palette-neutral-hover\/30:active {
  background-color:rgb(var(--theme-palette-neutral-hover) / 0.3);
}
.active\:n-bg-palette-neutral-hover\/35:active {
  background-color:rgb(var(--theme-palette-neutral-hover) / 0.35);
}
.active\:n-bg-palette-neutral-hover\/40:active {
  background-color:rgb(var(--theme-palette-neutral-hover) / 0.4);
}
.active\:n-bg-palette-neutral-hover\/45:active {
  background-color:rgb(var(--theme-palette-neutral-hover) / 0.45);
}
.active\:n-bg-palette-neutral-hover\/5:active {
  background-color:rgb(var(--theme-palette-neutral-hover) / 0.05);
}
.active\:n-bg-palette-neutral-hover\/50:active {
  background-color:rgb(var(--theme-palette-neutral-hover) / 0.5);
}
.active\:n-bg-palette-neutral-hover\/55:active {
  background-color:rgb(var(--theme-palette-neutral-hover) / 0.55);
}
.active\:n-bg-palette-neutral-hover\/60:active {
  background-color:rgb(var(--theme-palette-neutral-hover) / 0.6);
}
.active\:n-bg-palette-neutral-hover\/65:active {
  background-color:rgb(var(--theme-palette-neutral-hover) / 0.65);
}
.active\:n-bg-palette-neutral-hover\/70:active {
  background-color:rgb(var(--theme-palette-neutral-hover) / 0.7);
}
.active\:n-bg-palette-neutral-hover\/75:active {
  background-color:rgb(var(--theme-palette-neutral-hover) / 0.75);
}
.active\:n-bg-palette-neutral-hover\/80:active {
  background-color:rgb(var(--theme-palette-neutral-hover) / 0.8);
}
.active\:n-bg-palette-neutral-hover\/85:active {
  background-color:rgb(var(--theme-palette-neutral-hover) / 0.85);
}
.active\:n-bg-palette-neutral-hover\/90:active {
  background-color:rgb(var(--theme-palette-neutral-hover) / 0.9);
}
.active\:n-bg-palette-neutral-hover\/95:active {
  background-color:rgb(var(--theme-palette-neutral-hover) / 0.95);
}
.active\:n-bg-palette-neutral-icon:active {
  background-color:rgb(var(--theme-palette-neutral-icon));
}
.active\:n-bg-palette-neutral-icon\/0:active {
  background-color:rgb(var(--theme-palette-neutral-icon) / 0);
}
.active\:n-bg-palette-neutral-icon\/10:active {
  background-color:rgb(var(--theme-palette-neutral-icon) / 0.1);
}
.active\:n-bg-palette-neutral-icon\/100:active {
  background-color:rgb(var(--theme-palette-neutral-icon) / 1);
}
.active\:n-bg-palette-neutral-icon\/15:active {
  background-color:rgb(var(--theme-palette-neutral-icon) / 0.15);
}
.active\:n-bg-palette-neutral-icon\/20:active {
  background-color:rgb(var(--theme-palette-neutral-icon) / 0.2);
}
.active\:n-bg-palette-neutral-icon\/25:active {
  background-color:rgb(var(--theme-palette-neutral-icon) / 0.25);
}
.active\:n-bg-palette-neutral-icon\/30:active {
  background-color:rgb(var(--theme-palette-neutral-icon) / 0.3);
}
.active\:n-bg-palette-neutral-icon\/35:active {
  background-color:rgb(var(--theme-palette-neutral-icon) / 0.35);
}
.active\:n-bg-palette-neutral-icon\/40:active {
  background-color:rgb(var(--theme-palette-neutral-icon) / 0.4);
}
.active\:n-bg-palette-neutral-icon\/45:active {
  background-color:rgb(var(--theme-palette-neutral-icon) / 0.45);
}
.active\:n-bg-palette-neutral-icon\/5:active {
  background-color:rgb(var(--theme-palette-neutral-icon) / 0.05);
}
.active\:n-bg-palette-neutral-icon\/50:active {
  background-color:rgb(var(--theme-palette-neutral-icon) / 0.5);
}
.active\:n-bg-palette-neutral-icon\/55:active {
  background-color:rgb(var(--theme-palette-neutral-icon) / 0.55);
}
.active\:n-bg-palette-neutral-icon\/60:active {
  background-color:rgb(var(--theme-palette-neutral-icon) / 0.6);
}
.active\:n-bg-palette-neutral-icon\/65:active {
  background-color:rgb(var(--theme-palette-neutral-icon) / 0.65);
}
.active\:n-bg-palette-neutral-icon\/70:active {
  background-color:rgb(var(--theme-palette-neutral-icon) / 0.7);
}
.active\:n-bg-palette-neutral-icon\/75:active {
  background-color:rgb(var(--theme-palette-neutral-icon) / 0.75);
}
.active\:n-bg-palette-neutral-icon\/80:active {
  background-color:rgb(var(--theme-palette-neutral-icon) / 0.8);
}
.active\:n-bg-palette-neutral-icon\/85:active {
  background-color:rgb(var(--theme-palette-neutral-icon) / 0.85);
}
.active\:n-bg-palette-neutral-icon\/90:active {
  background-color:rgb(var(--theme-palette-neutral-icon) / 0.9);
}
.active\:n-bg-palette-neutral-icon\/95:active {
  background-color:rgb(var(--theme-palette-neutral-icon) / 0.95);
}
.active\:n-bg-palette-neutral-pressed:active {
  background-color:rgb(var(--theme-palette-neutral-pressed));
}
.active\:n-bg-palette-neutral-pressed\/0:active {
  background-color:rgb(var(--theme-palette-neutral-pressed) / 0);
}
.active\:n-bg-palette-neutral-pressed\/10:active {
  background-color:rgb(var(--theme-palette-neutral-pressed) / 0.1);
}
.active\:n-bg-palette-neutral-pressed\/100:active {
  background-color:rgb(var(--theme-palette-neutral-pressed) / 1);
}
.active\:n-bg-palette-neutral-pressed\/15:active {
  background-color:rgb(var(--theme-palette-neutral-pressed) / 0.15);
}
.active\:n-bg-palette-neutral-pressed\/20:active {
  background-color:rgb(var(--theme-palette-neutral-pressed) / 0.2);
}
.active\:n-bg-palette-neutral-pressed\/25:active {
  background-color:rgb(var(--theme-palette-neutral-pressed) / 0.25);
}
.active\:n-bg-palette-neutral-pressed\/30:active {
  background-color:rgb(var(--theme-palette-neutral-pressed) / 0.3);
}
.active\:n-bg-palette-neutral-pressed\/35:active {
  background-color:rgb(var(--theme-palette-neutral-pressed) / 0.35);
}
.active\:n-bg-palette-neutral-pressed\/40:active {
  background-color:rgb(var(--theme-palette-neutral-pressed) / 0.4);
}
.active\:n-bg-palette-neutral-pressed\/45:active {
  background-color:rgb(var(--theme-palette-neutral-pressed) / 0.45);
}
.active\:n-bg-palette-neutral-pressed\/5:active {
  background-color:rgb(var(--theme-palette-neutral-pressed) / 0.05);
}
.active\:n-bg-palette-neutral-pressed\/50:active {
  background-color:rgb(var(--theme-palette-neutral-pressed) / 0.5);
}
.active\:n-bg-palette-neutral-pressed\/55:active {
  background-color:rgb(var(--theme-palette-neutral-pressed) / 0.55);
}
.active\:n-bg-palette-neutral-pressed\/60:active {
  background-color:rgb(var(--theme-palette-neutral-pressed) / 0.6);
}
.active\:n-bg-palette-neutral-pressed\/65:active {
  background-color:rgb(var(--theme-palette-neutral-pressed) / 0.65);
}
.active\:n-bg-palette-neutral-pressed\/70:active {
  background-color:rgb(var(--theme-palette-neutral-pressed) / 0.7);
}
.active\:n-bg-palette-neutral-pressed\/75:active {
  background-color:rgb(var(--theme-palette-neutral-pressed) / 0.75);
}
.active\:n-bg-palette-neutral-pressed\/80:active {
  background-color:rgb(var(--theme-palette-neutral-pressed) / 0.8);
}
.active\:n-bg-palette-neutral-pressed\/85:active {
  background-color:rgb(var(--theme-palette-neutral-pressed) / 0.85);
}
.active\:n-bg-palette-neutral-pressed\/90:active {
  background-color:rgb(var(--theme-palette-neutral-pressed) / 0.9);
}
.active\:n-bg-palette-neutral-pressed\/95:active {
  background-color:rgb(var(--theme-palette-neutral-pressed) / 0.95);
}
.active\:n-bg-palette-neutral-text-default:active {
  background-color:rgb(var(--theme-palette-neutral-text-default));
}
.active\:n-bg-palette-neutral-text-default\/0:active {
  background-color:rgb(var(--theme-palette-neutral-text-default) / 0);
}
.active\:n-bg-palette-neutral-text-default\/10:active {
  background-color:rgb(var(--theme-palette-neutral-text-default) / 0.1);
}
.active\:n-bg-palette-neutral-text-default\/100:active {
  background-color:rgb(var(--theme-palette-neutral-text-default) / 1);
}
.active\:n-bg-palette-neutral-text-default\/15:active {
  background-color:rgb(var(--theme-palette-neutral-text-default) / 0.15);
}
.active\:n-bg-palette-neutral-text-default\/20:active {
  background-color:rgb(var(--theme-palette-neutral-text-default) / 0.2);
}
.active\:n-bg-palette-neutral-text-default\/25:active {
  background-color:rgb(var(--theme-palette-neutral-text-default) / 0.25);
}
.active\:n-bg-palette-neutral-text-default\/30:active {
  background-color:rgb(var(--theme-palette-neutral-text-default) / 0.3);
}
.active\:n-bg-palette-neutral-text-default\/35:active {
  background-color:rgb(var(--theme-palette-neutral-text-default) / 0.35);
}
.active\:n-bg-palette-neutral-text-default\/40:active {
  background-color:rgb(var(--theme-palette-neutral-text-default) / 0.4);
}
.active\:n-bg-palette-neutral-text-default\/45:active {
  background-color:rgb(var(--theme-palette-neutral-text-default) / 0.45);
}
.active\:n-bg-palette-neutral-text-default\/5:active {
  background-color:rgb(var(--theme-palette-neutral-text-default) / 0.05);
}
.active\:n-bg-palette-neutral-text-default\/50:active {
  background-color:rgb(var(--theme-palette-neutral-text-default) / 0.5);
}
.active\:n-bg-palette-neutral-text-default\/55:active {
  background-color:rgb(var(--theme-palette-neutral-text-default) / 0.55);
}
.active\:n-bg-palette-neutral-text-default\/60:active {
  background-color:rgb(var(--theme-palette-neutral-text-default) / 0.6);
}
.active\:n-bg-palette-neutral-text-default\/65:active {
  background-color:rgb(var(--theme-palette-neutral-text-default) / 0.65);
}
.active\:n-bg-palette-neutral-text-default\/70:active {
  background-color:rgb(var(--theme-palette-neutral-text-default) / 0.7);
}
.active\:n-bg-palette-neutral-text-default\/75:active {
  background-color:rgb(var(--theme-palette-neutral-text-default) / 0.75);
}
.active\:n-bg-palette-neutral-text-default\/80:active {
  background-color:rgb(var(--theme-palette-neutral-text-default) / 0.8);
}
.active\:n-bg-palette-neutral-text-default\/85:active {
  background-color:rgb(var(--theme-palette-neutral-text-default) / 0.85);
}
.active\:n-bg-palette-neutral-text-default\/90:active {
  background-color:rgb(var(--theme-palette-neutral-text-default) / 0.9);
}
.active\:n-bg-palette-neutral-text-default\/95:active {
  background-color:rgb(var(--theme-palette-neutral-text-default) / 0.95);
}
.active\:n-bg-palette-neutral-text-inverse:active {
  background-color:rgb(var(--theme-palette-neutral-text-inverse));
}
.active\:n-bg-palette-neutral-text-inverse\/0:active {
  background-color:rgb(var(--theme-palette-neutral-text-inverse) / 0);
}
.active\:n-bg-palette-neutral-text-inverse\/10:active {
  background-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.1);
}
.active\:n-bg-palette-neutral-text-inverse\/100:active {
  background-color:rgb(var(--theme-palette-neutral-text-inverse) / 1);
}
.active\:n-bg-palette-neutral-text-inverse\/15:active {
  background-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.15);
}
.active\:n-bg-palette-neutral-text-inverse\/20:active {
  background-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.2);
}
.active\:n-bg-palette-neutral-text-inverse\/25:active {
  background-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.25);
}
.active\:n-bg-palette-neutral-text-inverse\/30:active {
  background-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.3);
}
.active\:n-bg-palette-neutral-text-inverse\/35:active {
  background-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.35);
}
.active\:n-bg-palette-neutral-text-inverse\/40:active {
  background-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.4);
}
.active\:n-bg-palette-neutral-text-inverse\/45:active {
  background-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.45);
}
.active\:n-bg-palette-neutral-text-inverse\/5:active {
  background-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.05);
}
.active\:n-bg-palette-neutral-text-inverse\/50:active {
  background-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.5);
}
.active\:n-bg-palette-neutral-text-inverse\/55:active {
  background-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.55);
}
.active\:n-bg-palette-neutral-text-inverse\/60:active {
  background-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.6);
}
.active\:n-bg-palette-neutral-text-inverse\/65:active {
  background-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.65);
}
.active\:n-bg-palette-neutral-text-inverse\/70:active {
  background-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.7);
}
.active\:n-bg-palette-neutral-text-inverse\/75:active {
  background-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.75);
}
.active\:n-bg-palette-neutral-text-inverse\/80:active {
  background-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.8);
}
.active\:n-bg-palette-neutral-text-inverse\/85:active {
  background-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.85);
}
.active\:n-bg-palette-neutral-text-inverse\/90:active {
  background-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.9);
}
.active\:n-bg-palette-neutral-text-inverse\/95:active {
  background-color:rgb(var(--theme-palette-neutral-text-inverse) / 0.95);
}
.active\:n-bg-palette-neutral-text-weak:active {
  background-color:rgb(var(--theme-palette-neutral-text-weak));
}
.active\:n-bg-palette-neutral-text-weak\/0:active {
  background-color:rgb(var(--theme-palette-neutral-text-weak) / 0);
}
.active\:n-bg-palette-neutral-text-weak\/10:active {
  background-color:rgb(var(--theme-palette-neutral-text-weak) / 0.1);
}
.active\:n-bg-palette-neutral-text-weak\/100:active {
  background-color:rgb(var(--theme-palette-neutral-text-weak) / 1);
}
.active\:n-bg-palette-neutral-text-weak\/15:active {
  background-color:rgb(var(--theme-palette-neutral-text-weak) / 0.15);
}
.active\:n-bg-palette-neutral-text-weak\/20:active {
  background-color:rgb(var(--theme-palette-neutral-text-weak) / 0.2);
}
.active\:n-bg-palette-neutral-text-weak\/25:active {
  background-color:rgb(var(--theme-palette-neutral-text-weak) / 0.25);
}
.active\:n-bg-palette-neutral-text-weak\/30:active {
  background-color:rgb(var(--theme-palette-neutral-text-weak) / 0.3);
}
.active\:n-bg-palette-neutral-text-weak\/35:active {
  background-color:rgb(var(--theme-palette-neutral-text-weak) / 0.35);
}
.active\:n-bg-palette-neutral-text-weak\/40:active {
  background-color:rgb(var(--theme-palette-neutral-text-weak) / 0.4);
}
.active\:n-bg-palette-neutral-text-weak\/45:active {
  background-color:rgb(var(--theme-palette-neutral-text-weak) / 0.45);
}
.active\:n-bg-palette-neutral-text-weak\/5:active {
  background-color:rgb(var(--theme-palette-neutral-text-weak) / 0.05);
}
.active\:n-bg-palette-neutral-text-weak\/50:active {
  background-color:rgb(var(--theme-palette-neutral-text-weak) / 0.5);
}
.active\:n-bg-palette-neutral-text-weak\/55:active {
  background-color:rgb(var(--theme-palette-neutral-text-weak) / 0.55);
}
.active\:n-bg-palette-neutral-text-weak\/60:active {
  background-color:rgb(var(--theme-palette-neutral-text-weak) / 0.6);
}
.active\:n-bg-palette-neutral-text-weak\/65:active {
  background-color:rgb(var(--theme-palette-neutral-text-weak) / 0.65);
}
.active\:n-bg-palette-neutral-text-weak\/70:active {
  background-color:rgb(var(--theme-palette-neutral-text-weak) / 0.7);
}
.active\:n-bg-palette-neutral-text-weak\/75:active {
  background-color:rgb(var(--theme-palette-neutral-text-weak) / 0.75);
}
.active\:n-bg-palette-neutral-text-weak\/80:active {
  background-color:rgb(var(--theme-palette-neutral-text-weak) / 0.8);
}
.active\:n-bg-palette-neutral-text-weak\/85:active {
  background-color:rgb(var(--theme-palette-neutral-text-weak) / 0.85);
}
.active\:n-bg-palette-neutral-text-weak\/90:active {
  background-color:rgb(var(--theme-palette-neutral-text-weak) / 0.9);
}
.active\:n-bg-palette-neutral-text-weak\/95:active {
  background-color:rgb(var(--theme-palette-neutral-text-weak) / 0.95);
}
.active\:n-bg-palette-neutral-text-weaker:active {
  background-color:rgb(var(--theme-palette-neutral-text-weaker));
}
.active\:n-bg-palette-neutral-text-weaker\/0:active {
  background-color:rgb(var(--theme-palette-neutral-text-weaker) / 0);
}
.active\:n-bg-palette-neutral-text-weaker\/10:active {
  background-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.1);
}
.active\:n-bg-palette-neutral-text-weaker\/100:active {
  background-color:rgb(var(--theme-palette-neutral-text-weaker) / 1);
}
.active\:n-bg-palette-neutral-text-weaker\/15:active {
  background-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.15);
}
.active\:n-bg-palette-neutral-text-weaker\/20:active {
  background-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.2);
}
.active\:n-bg-palette-neutral-text-weaker\/25:active {
  background-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.25);
}
.active\:n-bg-palette-neutral-text-weaker\/30:active {
  background-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.3);
}
.active\:n-bg-palette-neutral-text-weaker\/35:active {
  background-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.35);
}
.active\:n-bg-palette-neutral-text-weaker\/40:active {
  background-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.4);
}
.active\:n-bg-palette-neutral-text-weaker\/45:active {
  background-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.45);
}
.active\:n-bg-palette-neutral-text-weaker\/5:active {
  background-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.05);
}
.active\:n-bg-palette-neutral-text-weaker\/50:active {
  background-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.5);
}
.active\:n-bg-palette-neutral-text-weaker\/55:active {
  background-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.55);
}
.active\:n-bg-palette-neutral-text-weaker\/60:active {
  background-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.6);
}
.active\:n-bg-palette-neutral-text-weaker\/65:active {
  background-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.65);
}
.active\:n-bg-palette-neutral-text-weaker\/70:active {
  background-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.7);
}
.active\:n-bg-palette-neutral-text-weaker\/75:active {
  background-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.75);
}
.active\:n-bg-palette-neutral-text-weaker\/80:active {
  background-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.8);
}
.active\:n-bg-palette-neutral-text-weaker\/85:active {
  background-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.85);
}
.active\:n-bg-palette-neutral-text-weaker\/90:active {
  background-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.9);
}
.active\:n-bg-palette-neutral-text-weaker\/95:active {
  background-color:rgb(var(--theme-palette-neutral-text-weaker) / 0.95);
}
.active\:n-bg-palette-neutral-text-weakest:active {
  background-color:rgb(var(--theme-palette-neutral-text-weakest));
}
.active\:n-bg-palette-neutral-text-weakest\/0:active {
  background-color:rgb(var(--theme-palette-neutral-text-weakest) / 0);
}
.active\:n-bg-palette-neutral-text-weakest\/10:active {
  background-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.1);
}
.active\:n-bg-palette-neutral-text-weakest\/100:active {
  background-color:rgb(var(--theme-palette-neutral-text-weakest) / 1);
}
.active\:n-bg-palette-neutral-text-weakest\/15:active {
  background-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.15);
}
.active\:n-bg-palette-neutral-text-weakest\/20:active {
  background-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.2);
}
.active\:n-bg-palette-neutral-text-weakest\/25:active {
  background-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.25);
}
.active\:n-bg-palette-neutral-text-weakest\/30:active {
  background-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.3);
}
.active\:n-bg-palette-neutral-text-weakest\/35:active {
  background-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.35);
}
.active\:n-bg-palette-neutral-text-weakest\/40:active {
  background-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.4);
}
.active\:n-bg-palette-neutral-text-weakest\/45:active {
  background-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.45);
}
.active\:n-bg-palette-neutral-text-weakest\/5:active {
  background-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.05);
}
.active\:n-bg-palette-neutral-text-weakest\/50:active {
  background-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.5);
}
.active\:n-bg-palette-neutral-text-weakest\/55:active {
  background-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.55);
}
.active\:n-bg-palette-neutral-text-weakest\/60:active {
  background-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.6);
}
.active\:n-bg-palette-neutral-text-weakest\/65:active {
  background-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.65);
}
.active\:n-bg-palette-neutral-text-weakest\/70:active {
  background-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.7);
}
.active\:n-bg-palette-neutral-text-weakest\/75:active {
  background-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.75);
}
.active\:n-bg-palette-neutral-text-weakest\/80:active {
  background-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.8);
}
.active\:n-bg-palette-neutral-text-weakest\/85:active {
  background-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.85);
}
.active\:n-bg-palette-neutral-text-weakest\/90:active {
  background-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.9);
}
.active\:n-bg-palette-neutral-text-weakest\/95:active {
  background-color:rgb(var(--theme-palette-neutral-text-weakest) / 0.95);
}
.active\:n-bg-palette-primary-bg-selected:active {
  background-color:rgb(var(--theme-palette-primary-bg-selected));
}
.active\:n-bg-palette-primary-bg-selected\/0:active {
  background-color:rgb(var(--theme-palette-primary-bg-selected) / 0);
}
.active\:n-bg-palette-primary-bg-selected\/10:active {
  background-color:rgb(var(--theme-palette-primary-bg-selected) / 0.1);
}
.active\:n-bg-palette-primary-bg-selected\/100:active {
  background-color:rgb(var(--theme-palette-primary-bg-selected) / 1);
}
.active\:n-bg-palette-primary-bg-selected\/15:active {
  background-color:rgb(var(--theme-palette-primary-bg-selected) / 0.15);
}
.active\:n-bg-palette-primary-bg-selected\/20:active {
  background-color:rgb(var(--theme-palette-primary-bg-selected) / 0.2);
}
.active\:n-bg-palette-primary-bg-selected\/25:active {
  background-color:rgb(var(--theme-palette-primary-bg-selected) / 0.25);
}
.active\:n-bg-palette-primary-bg-selected\/30:active {
  background-color:rgb(var(--theme-palette-primary-bg-selected) / 0.3);
}
.active\:n-bg-palette-primary-bg-selected\/35:active {
  background-color:rgb(var(--theme-palette-primary-bg-selected) / 0.35);
}
.active\:n-bg-palette-primary-bg-selected\/40:active {
  background-color:rgb(var(--theme-palette-primary-bg-selected) / 0.4);
}
.active\:n-bg-palette-primary-bg-selected\/45:active {
  background-color:rgb(var(--theme-palette-primary-bg-selected) / 0.45);
}
.active\:n-bg-palette-primary-bg-selected\/5:active {
  background-color:rgb(var(--theme-palette-primary-bg-selected) / 0.05);
}
.active\:n-bg-palette-primary-bg-selected\/50:active {
  background-color:rgb(var(--theme-palette-primary-bg-selected) / 0.5);
}
.active\:n-bg-palette-primary-bg-selected\/55:active {
  background-color:rgb(var(--theme-palette-primary-bg-selected) / 0.55);
}
.active\:n-bg-palette-primary-bg-selected\/60:active {
  background-color:rgb(var(--theme-palette-primary-bg-selected) / 0.6);
}
.active\:n-bg-palette-primary-bg-selected\/65:active {
  background-color:rgb(var(--theme-palette-primary-bg-selected) / 0.65);
}
.active\:n-bg-palette-primary-bg-selected\/70:active {
  background-color:rgb(var(--theme-palette-primary-bg-selected) / 0.7);
}
.active\:n-bg-palette-primary-bg-selected\/75:active {
  background-color:rgb(var(--theme-palette-primary-bg-selected) / 0.75);
}
.active\:n-bg-palette-primary-bg-selected\/80:active {
  background-color:rgb(var(--theme-palette-primary-bg-selected) / 0.8);
}
.active\:n-bg-palette-primary-bg-selected\/85:active {
  background-color:rgb(var(--theme-palette-primary-bg-selected) / 0.85);
}
.active\:n-bg-palette-primary-bg-selected\/90:active {
  background-color:rgb(var(--theme-palette-primary-bg-selected) / 0.9);
}
.active\:n-bg-palette-primary-bg-selected\/95:active {
  background-color:rgb(var(--theme-palette-primary-bg-selected) / 0.95);
}
.active\:n-bg-palette-primary-bg-status:active {
  background-color:rgb(var(--theme-palette-primary-bg-status));
}
.active\:n-bg-palette-primary-bg-status\/0:active {
  background-color:rgb(var(--theme-palette-primary-bg-status) / 0);
}
.active\:n-bg-palette-primary-bg-status\/10:active {
  background-color:rgb(var(--theme-palette-primary-bg-status) / 0.1);
}
.active\:n-bg-palette-primary-bg-status\/100:active {
  background-color:rgb(var(--theme-palette-primary-bg-status) / 1);
}
.active\:n-bg-palette-primary-bg-status\/15:active {
  background-color:rgb(var(--theme-palette-primary-bg-status) / 0.15);
}
.active\:n-bg-palette-primary-bg-status\/20:active {
  background-color:rgb(var(--theme-palette-primary-bg-status) / 0.2);
}
.active\:n-bg-palette-primary-bg-status\/25:active {
  background-color:rgb(var(--theme-palette-primary-bg-status) / 0.25);
}
.active\:n-bg-palette-primary-bg-status\/30:active {
  background-color:rgb(var(--theme-palette-primary-bg-status) / 0.3);
}
.active\:n-bg-palette-primary-bg-status\/35:active {
  background-color:rgb(var(--theme-palette-primary-bg-status) / 0.35);
}
.active\:n-bg-palette-primary-bg-status\/40:active {
  background-color:rgb(var(--theme-palette-primary-bg-status) / 0.4);
}
.active\:n-bg-palette-primary-bg-status\/45:active {
  background-color:rgb(var(--theme-palette-primary-bg-status) / 0.45);
}
.active\:n-bg-palette-primary-bg-status\/5:active {
  background-color:rgb(var(--theme-palette-primary-bg-status) / 0.05);
}
.active\:n-bg-palette-primary-bg-status\/50:active {
  background-color:rgb(var(--theme-palette-primary-bg-status) / 0.5);
}
.active\:n-bg-palette-primary-bg-status\/55:active {
  background-color:rgb(var(--theme-palette-primary-bg-status) / 0.55);
}
.active\:n-bg-palette-primary-bg-status\/60:active {
  background-color:rgb(var(--theme-palette-primary-bg-status) / 0.6);
}
.active\:n-bg-palette-primary-bg-status\/65:active {
  background-color:rgb(var(--theme-palette-primary-bg-status) / 0.65);
}
.active\:n-bg-palette-primary-bg-status\/70:active {
  background-color:rgb(var(--theme-palette-primary-bg-status) / 0.7);
}
.active\:n-bg-palette-primary-bg-status\/75:active {
  background-color:rgb(var(--theme-palette-primary-bg-status) / 0.75);
}
.active\:n-bg-palette-primary-bg-status\/80:active {
  background-color:rgb(var(--theme-palette-primary-bg-status) / 0.8);
}
.active\:n-bg-palette-primary-bg-status\/85:active {
  background-color:rgb(var(--theme-palette-primary-bg-status) / 0.85);
}
.active\:n-bg-palette-primary-bg-status\/90:active {
  background-color:rgb(var(--theme-palette-primary-bg-status) / 0.9);
}
.active\:n-bg-palette-primary-bg-status\/95:active {
  background-color:rgb(var(--theme-palette-primary-bg-status) / 0.95);
}
.active\:n-bg-palette-primary-bg-strong:active {
  background-color:rgb(var(--theme-palette-primary-bg-strong));
}
.active\:n-bg-palette-primary-bg-strong\/0:active {
  background-color:rgb(var(--theme-palette-primary-bg-strong) / 0);
}
.active\:n-bg-palette-primary-bg-strong\/10:active {
  background-color:rgb(var(--theme-palette-primary-bg-strong) / 0.1);
}
.active\:n-bg-palette-primary-bg-strong\/100:active {
  background-color:rgb(var(--theme-palette-primary-bg-strong) / 1);
}
.active\:n-bg-palette-primary-bg-strong\/15:active {
  background-color:rgb(var(--theme-palette-primary-bg-strong) / 0.15);
}
.active\:n-bg-palette-primary-bg-strong\/20:active {
  background-color:rgb(var(--theme-palette-primary-bg-strong) / 0.2);
}
.active\:n-bg-palette-primary-bg-strong\/25:active {
  background-color:rgb(var(--theme-palette-primary-bg-strong) / 0.25);
}
.active\:n-bg-palette-primary-bg-strong\/30:active {
  background-color:rgb(var(--theme-palette-primary-bg-strong) / 0.3);
}
.active\:n-bg-palette-primary-bg-strong\/35:active {
  background-color:rgb(var(--theme-palette-primary-bg-strong) / 0.35);
}
.active\:n-bg-palette-primary-bg-strong\/40:active {
  background-color:rgb(var(--theme-palette-primary-bg-strong) / 0.4);
}
.active\:n-bg-palette-primary-bg-strong\/45:active {
  background-color:rgb(var(--theme-palette-primary-bg-strong) / 0.45);
}
.active\:n-bg-palette-primary-bg-strong\/5:active {
  background-color:rgb(var(--theme-palette-primary-bg-strong) / 0.05);
}
.active\:n-bg-palette-primary-bg-strong\/50:active {
  background-color:rgb(var(--theme-palette-primary-bg-strong) / 0.5);
}
.active\:n-bg-palette-primary-bg-strong\/55:active {
  background-color:rgb(var(--theme-palette-primary-bg-strong) / 0.55);
}
.active\:n-bg-palette-primary-bg-strong\/60:active {
  background-color:rgb(var(--theme-palette-primary-bg-strong) / 0.6);
}
.active\:n-bg-palette-primary-bg-strong\/65:active {
  background-color:rgb(var(--theme-palette-primary-bg-strong) / 0.65);
}
.active\:n-bg-palette-primary-bg-strong\/70:active {
  background-color:rgb(var(--theme-palette-primary-bg-strong) / 0.7);
}
.active\:n-bg-palette-primary-bg-strong\/75:active {
  background-color:rgb(var(--theme-palette-primary-bg-strong) / 0.75);
}
.active\:n-bg-palette-primary-bg-strong\/80:active {
  background-color:rgb(var(--theme-palette-primary-bg-strong) / 0.8);
}
.active\:n-bg-palette-primary-bg-strong\/85:active {
  background-color:rgb(var(--theme-palette-primary-bg-strong) / 0.85);
}
.active\:n-bg-palette-primary-bg-strong\/90:active {
  background-color:rgb(var(--theme-palette-primary-bg-strong) / 0.9);
}
.active\:n-bg-palette-primary-bg-strong\/95:active {
  background-color:rgb(var(--theme-palette-primary-bg-strong) / 0.95);
}
.active\:n-bg-palette-primary-bg-weak:active {
  background-color:rgb(var(--theme-palette-primary-bg-weak));
}
.active\:n-bg-palette-primary-bg-weak\/0:active {
  background-color:rgb(var(--theme-palette-primary-bg-weak) / 0);
}
.active\:n-bg-palette-primary-bg-weak\/10:active {
  background-color:rgb(var(--theme-palette-primary-bg-weak) / 0.1);
}
.active\:n-bg-palette-primary-bg-weak\/100:active {
  background-color:rgb(var(--theme-palette-primary-bg-weak) / 1);
}
.active\:n-bg-palette-primary-bg-weak\/15:active {
  background-color:rgb(var(--theme-palette-primary-bg-weak) / 0.15);
}
.active\:n-bg-palette-primary-bg-weak\/20:active {
  background-color:rgb(var(--theme-palette-primary-bg-weak) / 0.2);
}
.active\:n-bg-palette-primary-bg-weak\/25:active {
  background-color:rgb(var(--theme-palette-primary-bg-weak) / 0.25);
}
.active\:n-bg-palette-primary-bg-weak\/30:active {
  background-color:rgb(var(--theme-palette-primary-bg-weak) / 0.3);
}
.active\:n-bg-palette-primary-bg-weak\/35:active {
  background-color:rgb(var(--theme-palette-primary-bg-weak) / 0.35);
}
.active\:n-bg-palette-primary-bg-weak\/40:active {
  background-color:rgb(var(--theme-palette-primary-bg-weak) / 0.4);
}
.active\:n-bg-palette-primary-bg-weak\/45:active {
  background-color:rgb(var(--theme-palette-primary-bg-weak) / 0.45);
}
.active\:n-bg-palette-primary-bg-weak\/5:active {
  background-color:rgb(var(--theme-palette-primary-bg-weak) / 0.05);
}
.active\:n-bg-palette-primary-bg-weak\/50:active {
  background-color:rgb(var(--theme-palette-primary-bg-weak) / 0.5);
}
.active\:n-bg-palette-primary-bg-weak\/55:active {
  background-color:rgb(var(--theme-palette-primary-bg-weak) / 0.55);
}
.active\:n-bg-palette-primary-bg-weak\/60:active {
  background-color:rgb(var(--theme-palette-primary-bg-weak) / 0.6);
}
.active\:n-bg-palette-primary-bg-weak\/65:active {
  background-color:rgb(var(--theme-palette-primary-bg-weak) / 0.65);
}
.active\:n-bg-palette-primary-bg-weak\/70:active {
  background-color:rgb(var(--theme-palette-primary-bg-weak) / 0.7);
}
.active\:n-bg-palette-primary-bg-weak\/75:active {
  background-color:rgb(var(--theme-palette-primary-bg-weak) / 0.75);
}
.active\:n-bg-palette-primary-bg-weak\/80:active {
  background-color:rgb(var(--theme-palette-primary-bg-weak) / 0.8);
}
.active\:n-bg-palette-primary-bg-weak\/85:active {
  background-color:rgb(var(--theme-palette-primary-bg-weak) / 0.85);
}
.active\:n-bg-palette-primary-bg-weak\/90:active {
  background-color:rgb(var(--theme-palette-primary-bg-weak) / 0.9);
}
.active\:n-bg-palette-primary-bg-weak\/95:active {
  background-color:rgb(var(--theme-palette-primary-bg-weak) / 0.95);
}
.active\:n-bg-palette-primary-border-strong:active {
  background-color:rgb(var(--theme-palette-primary-border-strong));
}
.active\:n-bg-palette-primary-border-strong\/0:active {
  background-color:rgb(var(--theme-palette-primary-border-strong) / 0);
}
.active\:n-bg-palette-primary-border-strong\/10:active {
  background-color:rgb(var(--theme-palette-primary-border-strong) / 0.1);
}
.active\:n-bg-palette-primary-border-strong\/100:active {
  background-color:rgb(var(--theme-palette-primary-border-strong) / 1);
}
.active\:n-bg-palette-primary-border-strong\/15:active {
  background-color:rgb(var(--theme-palette-primary-border-strong) / 0.15);
}
.active\:n-bg-palette-primary-border-strong\/20:active {
  background-color:rgb(var(--theme-palette-primary-border-strong) / 0.2);
}
.active\:n-bg-palette-primary-border-strong\/25:active {
  background-color:rgb(var(--theme-palette-primary-border-strong) / 0.25);
}
.active\:n-bg-palette-primary-border-strong\/30:active {
  background-color:rgb(var(--theme-palette-primary-border-strong) / 0.3);
}
.active\:n-bg-palette-primary-border-strong\/35:active {
  background-color:rgb(var(--theme-palette-primary-border-strong) / 0.35);
}
.active\:n-bg-palette-primary-border-strong\/40:active {
  background-color:rgb(var(--theme-palette-primary-border-strong) / 0.4);
}
.active\:n-bg-palette-primary-border-strong\/45:active {
  background-color:rgb(var(--theme-palette-primary-border-strong) / 0.45);
}
.active\:n-bg-palette-primary-border-strong\/5:active {
  background-color:rgb(var(--theme-palette-primary-border-strong) / 0.05);
}
.active\:n-bg-palette-primary-border-strong\/50:active {
  background-color:rgb(var(--theme-palette-primary-border-strong) / 0.5);
}
.active\:n-bg-palette-primary-border-strong\/55:active {
  background-color:rgb(var(--theme-palette-primary-border-strong) / 0.55);
}
.active\:n-bg-palette-primary-border-strong\/60:active {
  background-color:rgb(var(--theme-palette-primary-border-strong) / 0.6);
}
.active\:n-bg-palette-primary-border-strong\/65:active {
  background-color:rgb(var(--theme-palette-primary-border-strong) / 0.65);
}
.active\:n-bg-palette-primary-border-strong\/70:active {
  background-color:rgb(var(--theme-palette-primary-border-strong) / 0.7);
}
.active\:n-bg-palette-primary-border-strong\/75:active {
  background-color:rgb(var(--theme-palette-primary-border-strong) / 0.75);
}
.active\:n-bg-palette-primary-border-strong\/80:active {
  background-color:rgb(var(--theme-palette-primary-border-strong) / 0.8);
}
.active\:n-bg-palette-primary-border-strong\/85:active {
  background-color:rgb(var(--theme-palette-primary-border-strong) / 0.85);
}
.active\:n-bg-palette-primary-border-strong\/90:active {
  background-color:rgb(var(--theme-palette-primary-border-strong) / 0.9);
}
.active\:n-bg-palette-primary-border-strong\/95:active {
  background-color:rgb(var(--theme-palette-primary-border-strong) / 0.95);
}
.active\:n-bg-palette-primary-border-weak:active {
  background-color:rgb(var(--theme-palette-primary-border-weak));
}
.active\:n-bg-palette-primary-border-weak\/0:active {
  background-color:rgb(var(--theme-palette-primary-border-weak) / 0);
}
.active\:n-bg-palette-primary-border-weak\/10:active {
  background-color:rgb(var(--theme-palette-primary-border-weak) / 0.1);
}
.active\:n-bg-palette-primary-border-weak\/100:active {
  background-color:rgb(var(--theme-palette-primary-border-weak) / 1);
}
.active\:n-bg-palette-primary-border-weak\/15:active {
  background-color:rgb(var(--theme-palette-primary-border-weak) / 0.15);
}
.active\:n-bg-palette-primary-border-weak\/20:active {
  background-color:rgb(var(--theme-palette-primary-border-weak) / 0.2);
}
.active\:n-bg-palette-primary-border-weak\/25:active {
  background-color:rgb(var(--theme-palette-primary-border-weak) / 0.25);
}
.active\:n-bg-palette-primary-border-weak\/30:active {
  background-color:rgb(var(--theme-palette-primary-border-weak) / 0.3);
}
.active\:n-bg-palette-primary-border-weak\/35:active {
  background-color:rgb(var(--theme-palette-primary-border-weak) / 0.35);
}
.active\:n-bg-palette-primary-border-weak\/40:active {
  background-color:rgb(var(--theme-palette-primary-border-weak) / 0.4);
}
.active\:n-bg-palette-primary-border-weak\/45:active {
  background-color:rgb(var(--theme-palette-primary-border-weak) / 0.45);
}
.active\:n-bg-palette-primary-border-weak\/5:active {
  background-color:rgb(var(--theme-palette-primary-border-weak) / 0.05);
}
.active\:n-bg-palette-primary-border-weak\/50:active {
  background-color:rgb(var(--theme-palette-primary-border-weak) / 0.5);
}
.active\:n-bg-palette-primary-border-weak\/55:active {
  background-color:rgb(var(--theme-palette-primary-border-weak) / 0.55);
}
.active\:n-bg-palette-primary-border-weak\/60:active {
  background-color:rgb(var(--theme-palette-primary-border-weak) / 0.6);
}
.active\:n-bg-palette-primary-border-weak\/65:active {
  background-color:rgb(var(--theme-palette-primary-border-weak) / 0.65);
}
.active\:n-bg-palette-primary-border-weak\/70:active {
  background-color:rgb(var(--theme-palette-primary-border-weak) / 0.7);
}
.active\:n-bg-palette-primary-border-weak\/75:active {
  background-color:rgb(var(--theme-palette-primary-border-weak) / 0.75);
}
.active\:n-bg-palette-primary-border-weak\/80:active {
  background-color:rgb(var(--theme-palette-primary-border-weak) / 0.8);
}
.active\:n-bg-palette-primary-border-weak\/85:active {
  background-color:rgb(var(--theme-palette-primary-border-weak) / 0.85);
}
.active\:n-bg-palette-primary-border-weak\/90:active {
  background-color:rgb(var(--theme-palette-primary-border-weak) / 0.9);
}
.active\:n-bg-palette-primary-border-weak\/95:active {
  background-color:rgb(var(--theme-palette-primary-border-weak) / 0.95);
}
.active\:n-bg-palette-primary-focus:active {
  background-color:rgb(var(--theme-palette-primary-focus));
}
.active\:n-bg-palette-primary-focus\/0:active {
  background-color:rgb(var(--theme-palette-primary-focus) / 0);
}
.active\:n-bg-palette-primary-focus\/10:active {
  background-color:rgb(var(--theme-palette-primary-focus) / 0.1);
}
.active\:n-bg-palette-primary-focus\/100:active {
  background-color:rgb(var(--theme-palette-primary-focus) / 1);
}
.active\:n-bg-palette-primary-focus\/15:active {
  background-color:rgb(var(--theme-palette-primary-focus) / 0.15);
}
.active\:n-bg-palette-primary-focus\/20:active {
  background-color:rgb(var(--theme-palette-primary-focus) / 0.2);
}
.active\:n-bg-palette-primary-focus\/25:active {
  background-color:rgb(var(--theme-palette-primary-focus) / 0.25);
}
.active\:n-bg-palette-primary-focus\/30:active {
  background-color:rgb(var(--theme-palette-primary-focus) / 0.3);
}
.active\:n-bg-palette-primary-focus\/35:active {
  background-color:rgb(var(--theme-palette-primary-focus) / 0.35);
}
.active\:n-bg-palette-primary-focus\/40:active {
  background-color:rgb(var(--theme-palette-primary-focus) / 0.4);
}
.active\:n-bg-palette-primary-focus\/45:active {
  background-color:rgb(var(--theme-palette-primary-focus) / 0.45);
}
.active\:n-bg-palette-primary-focus\/5:active {
  background-color:rgb(var(--theme-palette-primary-focus) / 0.05);
}
.active\:n-bg-palette-primary-focus\/50:active {
  background-color:rgb(var(--theme-palette-primary-focus) / 0.5);
}
.active\:n-bg-palette-primary-focus\/55:active {
  background-color:rgb(var(--theme-palette-primary-focus) / 0.55);
}
.active\:n-bg-palette-primary-focus\/60:active {
  background-color:rgb(var(--theme-palette-primary-focus) / 0.6);
}
.active\:n-bg-palette-primary-focus\/65:active {
  background-color:rgb(var(--theme-palette-primary-focus) / 0.65);
}
.active\:n-bg-palette-primary-focus\/70:active {
  background-color:rgb(var(--theme-palette-primary-focus) / 0.7);
}
.active\:n-bg-palette-primary-focus\/75:active {
  background-color:rgb(var(--theme-palette-primary-focus) / 0.75);
}
.active\:n-bg-palette-primary-focus\/80:active {
  background-color:rgb(var(--theme-palette-primary-focus) / 0.8);
}
.active\:n-bg-palette-primary-focus\/85:active {
  background-color:rgb(var(--theme-palette-primary-focus) / 0.85);
}
.active\:n-bg-palette-primary-focus\/90:active {
  background-color:rgb(var(--theme-palette-primary-focus) / 0.9);
}
.active\:n-bg-palette-primary-focus\/95:active {
  background-color:rgb(var(--theme-palette-primary-focus) / 0.95);
}
.active\:n-bg-palette-primary-hover-strong:active {
  background-color:rgb(var(--theme-palette-primary-hover-strong));
}
.active\:n-bg-palette-primary-hover-strong\/0:active {
  background-color:rgb(var(--theme-palette-primary-hover-strong) / 0);
}
.active\:n-bg-palette-primary-hover-strong\/10:active {
  background-color:rgb(var(--theme-palette-primary-hover-strong) / 0.1);
}
.active\:n-bg-palette-primary-hover-strong\/100:active {
  background-color:rgb(var(--theme-palette-primary-hover-strong) / 1);
}
.active\:n-bg-palette-primary-hover-strong\/15:active {
  background-color:rgb(var(--theme-palette-primary-hover-strong) / 0.15);
}
.active\:n-bg-palette-primary-hover-strong\/20:active {
  background-color:rgb(var(--theme-palette-primary-hover-strong) / 0.2);
}
.active\:n-bg-palette-primary-hover-strong\/25:active {
  background-color:rgb(var(--theme-palette-primary-hover-strong) / 0.25);
}
.active\:n-bg-palette-primary-hover-strong\/30:active {
  background-color:rgb(var(--theme-palette-primary-hover-strong) / 0.3);
}
.active\:n-bg-palette-primary-hover-strong\/35:active {
  background-color:rgb(var(--theme-palette-primary-hover-strong) / 0.35);
}
.active\:n-bg-palette-primary-hover-strong\/40:active {
  background-color:rgb(var(--theme-palette-primary-hover-strong) / 0.4);
}
.active\:n-bg-palette-primary-hover-strong\/45:active {
  background-color:rgb(var(--theme-palette-primary-hover-strong) / 0.45);
}
.active\:n-bg-palette-primary-hover-strong\/5:active {
  background-color:rgb(var(--theme-palette-primary-hover-strong) / 0.05);
}
.active\:n-bg-palette-primary-hover-strong\/50:active {
  background-color:rgb(var(--theme-palette-primary-hover-strong) / 0.5);
}
.active\:n-bg-palette-primary-hover-strong\/55:active {
  background-color:rgb(var(--theme-palette-primary-hover-strong) / 0.55);
}
.active\:n-bg-palette-primary-hover-strong\/60:active {
  background-color:rgb(var(--theme-palette-primary-hover-strong) / 0.6);
}
.active\:n-bg-palette-primary-hover-strong\/65:active {
  background-color:rgb(var(--theme-palette-primary-hover-strong) / 0.65);
}
.active\:n-bg-palette-primary-hover-strong\/70:active {
  background-color:rgb(var(--theme-palette-primary-hover-strong) / 0.7);
}
.active\:n-bg-palette-primary-hover-strong\/75:active {
  background-color:rgb(var(--theme-palette-primary-hover-strong) / 0.75);
}
.active\:n-bg-palette-primary-hover-strong\/80:active {
  background-color:rgb(var(--theme-palette-primary-hover-strong) / 0.8);
}
.active\:n-bg-palette-primary-hover-strong\/85:active {
  background-color:rgb(var(--theme-palette-primary-hover-strong) / 0.85);
}
.active\:n-bg-palette-primary-hover-strong\/90:active {
  background-color:rgb(var(--theme-palette-primary-hover-strong) / 0.9);
}
.active\:n-bg-palette-primary-hover-strong\/95:active {
  background-color:rgb(var(--theme-palette-primary-hover-strong) / 0.95);
}
.active\:n-bg-palette-primary-hover-weak:active {
  background-color:rgb(var(--theme-palette-primary-hover-weak));
}
.active\:n-bg-palette-primary-hover-weak\/0:active {
  background-color:rgb(var(--theme-palette-primary-hover-weak) / 0);
}
.active\:n-bg-palette-primary-hover-weak\/10:active {
  background-color:rgb(var(--theme-palette-primary-hover-weak) / 0.1);
}
.active\:n-bg-palette-primary-hover-weak\/100:active {
  background-color:rgb(var(--theme-palette-primary-hover-weak) / 1);
}
.active\:n-bg-palette-primary-hover-weak\/15:active {
  background-color:rgb(var(--theme-palette-primary-hover-weak) / 0.15);
}
.active\:n-bg-palette-primary-hover-weak\/20:active {
  background-color:rgb(var(--theme-palette-primary-hover-weak) / 0.2);
}
.active\:n-bg-palette-primary-hover-weak\/25:active {
  background-color:rgb(var(--theme-palette-primary-hover-weak) / 0.25);
}
.active\:n-bg-palette-primary-hover-weak\/30:active {
  background-color:rgb(var(--theme-palette-primary-hover-weak) / 0.3);
}
.active\:n-bg-palette-primary-hover-weak\/35:active {
  background-color:rgb(var(--theme-palette-primary-hover-weak) / 0.35);
}
.active\:n-bg-palette-primary-hover-weak\/40:active {
  background-color:rgb(var(--theme-palette-primary-hover-weak) / 0.4);
}
.active\:n-bg-palette-primary-hover-weak\/45:active {
  background-color:rgb(var(--theme-palette-primary-hover-weak) / 0.45);
}
.active\:n-bg-palette-primary-hover-weak\/5:active {
  background-color:rgb(var(--theme-palette-primary-hover-weak) / 0.05);
}
.active\:n-bg-palette-primary-hover-weak\/50:active {
  background-color:rgb(var(--theme-palette-primary-hover-weak) / 0.5);
}
.active\:n-bg-palette-primary-hover-weak\/55:active {
  background-color:rgb(var(--theme-palette-primary-hover-weak) / 0.55);
}
.active\:n-bg-palette-primary-hover-weak\/60:active {
  background-color:rgb(var(--theme-palette-primary-hover-weak) / 0.6);
}
.active\:n-bg-palette-primary-hover-weak\/65:active {
  background-color:rgb(var(--theme-palette-primary-hover-weak) / 0.65);
}
.active\:n-bg-palette-primary-hover-weak\/70:active {
  background-color:rgb(var(--theme-palette-primary-hover-weak) / 0.7);
}
.active\:n-bg-palette-primary-hover-weak\/75:active {
  background-color:rgb(var(--theme-palette-primary-hover-weak) / 0.75);
}
.active\:n-bg-palette-primary-hover-weak\/80:active {
  background-color:rgb(var(--theme-palette-primary-hover-weak) / 0.8);
}
.active\:n-bg-palette-primary-hover-weak\/85:active {
  background-color:rgb(var(--theme-palette-primary-hover-weak) / 0.85);
}
.active\:n-bg-palette-primary-hover-weak\/90:active {
  background-color:rgb(var(--theme-palette-primary-hover-weak) / 0.9);
}
.active\:n-bg-palette-primary-hover-weak\/95:active {
  background-color:rgb(var(--theme-palette-primary-hover-weak) / 0.95);
}
.active\:n-bg-palette-primary-icon:active {
  background-color:rgb(var(--theme-palette-primary-icon));
}
.active\:n-bg-palette-primary-icon\/0:active {
  background-color:rgb(var(--theme-palette-primary-icon) / 0);
}
.active\:n-bg-palette-primary-icon\/10:active {
  background-color:rgb(var(--theme-palette-primary-icon) / 0.1);
}
.active\:n-bg-palette-primary-icon\/100:active {
  background-color:rgb(var(--theme-palette-primary-icon) / 1);
}
.active\:n-bg-palette-primary-icon\/15:active {
  background-color:rgb(var(--theme-palette-primary-icon) / 0.15);
}
.active\:n-bg-palette-primary-icon\/20:active {
  background-color:rgb(var(--theme-palette-primary-icon) / 0.2);
}
.active\:n-bg-palette-primary-icon\/25:active {
  background-color:rgb(var(--theme-palette-primary-icon) / 0.25);
}
.active\:n-bg-palette-primary-icon\/30:active {
  background-color:rgb(var(--theme-palette-primary-icon) / 0.3);
}
.active\:n-bg-palette-primary-icon\/35:active {
  background-color:rgb(var(--theme-palette-primary-icon) / 0.35);
}
.active\:n-bg-palette-primary-icon\/40:active {
  background-color:rgb(var(--theme-palette-primary-icon) / 0.4);
}
.active\:n-bg-palette-primary-icon\/45:active {
  background-color:rgb(var(--theme-palette-primary-icon) / 0.45);
}
.active\:n-bg-palette-primary-icon\/5:active {
  background-color:rgb(var(--theme-palette-primary-icon) / 0.05);
}
.active\:n-bg-palette-primary-icon\/50:active {
  background-color:rgb(var(--theme-palette-primary-icon) / 0.5);
}
.active\:n-bg-palette-primary-icon\/55:active {
  background-color:rgb(var(--theme-palette-primary-icon) / 0.55);
}
.active\:n-bg-palette-primary-icon\/60:active {
  background-color:rgb(var(--theme-palette-primary-icon) / 0.6);
}
.active\:n-bg-palette-primary-icon\/65:active {
  background-color:rgb(var(--theme-palette-primary-icon) / 0.65);
}
.active\:n-bg-palette-primary-icon\/70:active {
  background-color:rgb(var(--theme-palette-primary-icon) / 0.7);
}
.active\:n-bg-palette-primary-icon\/75:active {
  background-color:rgb(var(--theme-palette-primary-icon) / 0.75);
}
.active\:n-bg-palette-primary-icon\/80:active {
  background-color:rgb(var(--theme-palette-primary-icon) / 0.8);
}
.active\:n-bg-palette-primary-icon\/85:active {
  background-color:rgb(var(--theme-palette-primary-icon) / 0.85);
}
.active\:n-bg-palette-primary-icon\/90:active {
  background-color:rgb(var(--theme-palette-primary-icon) / 0.9);
}
.active\:n-bg-palette-primary-icon\/95:active {
  background-color:rgb(var(--theme-palette-primary-icon) / 0.95);
}
.active\:n-bg-palette-primary-pressed-strong:active {
  background-color:rgb(var(--theme-palette-primary-pressed-strong));
}
.active\:n-bg-palette-primary-pressed-strong\/0:active {
  background-color:rgb(var(--theme-palette-primary-pressed-strong) / 0);
}
.active\:n-bg-palette-primary-pressed-strong\/10:active {
  background-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.1);
}
.active\:n-bg-palette-primary-pressed-strong\/100:active {
  background-color:rgb(var(--theme-palette-primary-pressed-strong) / 1);
}
.active\:n-bg-palette-primary-pressed-strong\/15:active {
  background-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.15);
}
.active\:n-bg-palette-primary-pressed-strong\/20:active {
  background-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.2);
}
.active\:n-bg-palette-primary-pressed-strong\/25:active {
  background-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.25);
}
.active\:n-bg-palette-primary-pressed-strong\/30:active {
  background-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.3);
}
.active\:n-bg-palette-primary-pressed-strong\/35:active {
  background-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.35);
}
.active\:n-bg-palette-primary-pressed-strong\/40:active {
  background-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.4);
}
.active\:n-bg-palette-primary-pressed-strong\/45:active {
  background-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.45);
}
.active\:n-bg-palette-primary-pressed-strong\/5:active {
  background-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.05);
}
.active\:n-bg-palette-primary-pressed-strong\/50:active {
  background-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.5);
}
.active\:n-bg-palette-primary-pressed-strong\/55:active {
  background-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.55);
}
.active\:n-bg-palette-primary-pressed-strong\/60:active {
  background-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.6);
}
.active\:n-bg-palette-primary-pressed-strong\/65:active {
  background-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.65);
}
.active\:n-bg-palette-primary-pressed-strong\/70:active {
  background-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.7);
}
.active\:n-bg-palette-primary-pressed-strong\/75:active {
  background-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.75);
}
.active\:n-bg-palette-primary-pressed-strong\/80:active {
  background-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.8);
}
.active\:n-bg-palette-primary-pressed-strong\/85:active {
  background-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.85);
}
.active\:n-bg-palette-primary-pressed-strong\/90:active {
  background-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.9);
}
.active\:n-bg-palette-primary-pressed-strong\/95:active {
  background-color:rgb(var(--theme-palette-primary-pressed-strong) / 0.95);
}
.active\:n-bg-palette-primary-pressed-weak:active {
  background-color:rgb(var(--theme-palette-primary-pressed-weak));
}
.active\:n-bg-palette-primary-pressed-weak\/0:active {
  background-color:rgb(var(--theme-palette-primary-pressed-weak) / 0);
}
.active\:n-bg-palette-primary-pressed-weak\/10:active {
  background-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.1);
}
.active\:n-bg-palette-primary-pressed-weak\/100:active {
  background-color:rgb(var(--theme-palette-primary-pressed-weak) / 1);
}
.active\:n-bg-palette-primary-pressed-weak\/15:active {
  background-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.15);
}
.active\:n-bg-palette-primary-pressed-weak\/20:active {
  background-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.2);
}
.active\:n-bg-palette-primary-pressed-weak\/25:active {
  background-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.25);
}
.active\:n-bg-palette-primary-pressed-weak\/30:active {
  background-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.3);
}
.active\:n-bg-palette-primary-pressed-weak\/35:active {
  background-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.35);
}
.active\:n-bg-palette-primary-pressed-weak\/40:active {
  background-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.4);
}
.active\:n-bg-palette-primary-pressed-weak\/45:active {
  background-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.45);
}
.active\:n-bg-palette-primary-pressed-weak\/5:active {
  background-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.05);
}
.active\:n-bg-palette-primary-pressed-weak\/50:active {
  background-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.5);
}
.active\:n-bg-palette-primary-pressed-weak\/55:active {
  background-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.55);
}
.active\:n-bg-palette-primary-pressed-weak\/60:active {
  background-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.6);
}
.active\:n-bg-palette-primary-pressed-weak\/65:active {
  background-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.65);
}
.active\:n-bg-palette-primary-pressed-weak\/70:active {
  background-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.7);
}
.active\:n-bg-palette-primary-pressed-weak\/75:active {
  background-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.75);
}
.active\:n-bg-palette-primary-pressed-weak\/80:active {
  background-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.8);
}
.active\:n-bg-palette-primary-pressed-weak\/85:active {
  background-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.85);
}
.active\:n-bg-palette-primary-pressed-weak\/90:active {
  background-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.9);
}
.active\:n-bg-palette-primary-pressed-weak\/95:active {
  background-color:rgb(var(--theme-palette-primary-pressed-weak) / 0.95);
}
.active\:n-bg-palette-primary-text:active {
  background-color:rgb(var(--theme-palette-primary-text));
}
.active\:n-bg-palette-primary-text\/0:active {
  background-color:rgb(var(--theme-palette-primary-text) / 0);
}
.active\:n-bg-palette-primary-text\/10:active {
  background-color:rgb(var(--theme-palette-primary-text) / 0.1);
}
.active\:n-bg-palette-primary-text\/100:active {
  background-color:rgb(var(--theme-palette-primary-text) / 1);
}
.active\:n-bg-palette-primary-text\/15:active {
  background-color:rgb(var(--theme-palette-primary-text) / 0.15);
}
.active\:n-bg-palette-primary-text\/20:active {
  background-color:rgb(var(--theme-palette-primary-text) / 0.2);
}
.active\:n-bg-palette-primary-text\/25:active {
  background-color:rgb(var(--theme-palette-primary-text) / 0.25);
}
.active\:n-bg-palette-primary-text\/30:active {
  background-color:rgb(var(--theme-palette-primary-text) / 0.3);
}
.active\:n-bg-palette-primary-text\/35:active {
  background-color:rgb(var(--theme-palette-primary-text) / 0.35);
}
.active\:n-bg-palette-primary-text\/40:active {
  background-color:rgb(var(--theme-palette-primary-text) / 0.4);
}
.active\:n-bg-palette-primary-text\/45:active {
  background-color:rgb(var(--theme-palette-primary-text) / 0.45);
}
.active\:n-bg-palette-primary-text\/5:active {
  background-color:rgb(var(--theme-palette-primary-text) / 0.05);
}
.active\:n-bg-palette-primary-text\/50:active {
  background-color:rgb(var(--theme-palette-primary-text) / 0.5);
}
.active\:n-bg-palette-primary-text\/55:active {
  background-color:rgb(var(--theme-palette-primary-text) / 0.55);
}
.active\:n-bg-palette-primary-text\/60:active {
  background-color:rgb(var(--theme-palette-primary-text) / 0.6);
}
.active\:n-bg-palette-primary-text\/65:active {
  background-color:rgb(var(--theme-palette-primary-text) / 0.65);
}
.active\:n-bg-palette-primary-text\/70:active {
  background-color:rgb(var(--theme-palette-primary-text) / 0.7);
}
.active\:n-bg-palette-primary-text\/75:active {
  background-color:rgb(var(--theme-palette-primary-text) / 0.75);
}
.active\:n-bg-palette-primary-text\/80:active {
  background-color:rgb(var(--theme-palette-primary-text) / 0.8);
}
.active\:n-bg-palette-primary-text\/85:active {
  background-color:rgb(var(--theme-palette-primary-text) / 0.85);
}
.active\:n-bg-palette-primary-text\/90:active {
  background-color:rgb(var(--theme-palette-primary-text) / 0.9);
}
.active\:n-bg-palette-primary-text\/95:active {
  background-color:rgb(var(--theme-palette-primary-text) / 0.95);
}
.active\:n-bg-palette-success-bg-status:active {
  background-color:rgb(var(--theme-palette-success-bg-status));
}
.active\:n-bg-palette-success-bg-status\/0:active {
  background-color:rgb(var(--theme-palette-success-bg-status) / 0);
}
.active\:n-bg-palette-success-bg-status\/10:active {
  background-color:rgb(var(--theme-palette-success-bg-status) / 0.1);
}
.active\:n-bg-palette-success-bg-status\/100:active {
  background-color:rgb(var(--theme-palette-success-bg-status) / 1);
}
.active\:n-bg-palette-success-bg-status\/15:active {
  background-color:rgb(var(--theme-palette-success-bg-status) / 0.15);
}
.active\:n-bg-palette-success-bg-status\/20:active {
  background-color:rgb(var(--theme-palette-success-bg-status) / 0.2);
}
.active\:n-bg-palette-success-bg-status\/25:active {
  background-color:rgb(var(--theme-palette-success-bg-status) / 0.25);
}
.active\:n-bg-palette-success-bg-status\/30:active {
  background-color:rgb(var(--theme-palette-success-bg-status) / 0.3);
}
.active\:n-bg-palette-success-bg-status\/35:active {
  background-color:rgb(var(--theme-palette-success-bg-status) / 0.35);
}
.active\:n-bg-palette-success-bg-status\/40:active {
  background-color:rgb(var(--theme-palette-success-bg-status) / 0.4);
}
.active\:n-bg-palette-success-bg-status\/45:active {
  background-color:rgb(var(--theme-palette-success-bg-status) / 0.45);
}
.active\:n-bg-palette-success-bg-status\/5:active {
  background-color:rgb(var(--theme-palette-success-bg-status) / 0.05);
}
.active\:n-bg-palette-success-bg-status\/50:active {
  background-color:rgb(var(--theme-palette-success-bg-status) / 0.5);
}
.active\:n-bg-palette-success-bg-status\/55:active {
  background-color:rgb(var(--theme-palette-success-bg-status) / 0.55);
}
.active\:n-bg-palette-success-bg-status\/60:active {
  background-color:rgb(var(--theme-palette-success-bg-status) / 0.6);
}
.active\:n-bg-palette-success-bg-status\/65:active {
  background-color:rgb(var(--theme-palette-success-bg-status) / 0.65);
}
.active\:n-bg-palette-success-bg-status\/70:active {
  background-color:rgb(var(--theme-palette-success-bg-status) / 0.7);
}
.active\:n-bg-palette-success-bg-status\/75:active {
  background-color:rgb(var(--theme-palette-success-bg-status) / 0.75);
}
.active\:n-bg-palette-success-bg-status\/80:active {
  background-color:rgb(var(--theme-palette-success-bg-status) / 0.8);
}
.active\:n-bg-palette-success-bg-status\/85:active {
  background-color:rgb(var(--theme-palette-success-bg-status) / 0.85);
}
.active\:n-bg-palette-success-bg-status\/90:active {
  background-color:rgb(var(--theme-palette-success-bg-status) / 0.9);
}
.active\:n-bg-palette-success-bg-status\/95:active {
  background-color:rgb(var(--theme-palette-success-bg-status) / 0.95);
}
.active\:n-bg-palette-success-bg-strong:active {
  background-color:rgb(var(--theme-palette-success-bg-strong));
}
.active\:n-bg-palette-success-bg-strong\/0:active {
  background-color:rgb(var(--theme-palette-success-bg-strong) / 0);
}
.active\:n-bg-palette-success-bg-strong\/10:active {
  background-color:rgb(var(--theme-palette-success-bg-strong) / 0.1);
}
.active\:n-bg-palette-success-bg-strong\/100:active {
  background-color:rgb(var(--theme-palette-success-bg-strong) / 1);
}
.active\:n-bg-palette-success-bg-strong\/15:active {
  background-color:rgb(var(--theme-palette-success-bg-strong) / 0.15);
}
.active\:n-bg-palette-success-bg-strong\/20:active {
  background-color:rgb(var(--theme-palette-success-bg-strong) / 0.2);
}
.active\:n-bg-palette-success-bg-strong\/25:active {
  background-color:rgb(var(--theme-palette-success-bg-strong) / 0.25);
}
.active\:n-bg-palette-success-bg-strong\/30:active {
  background-color:rgb(var(--theme-palette-success-bg-strong) / 0.3);
}
.active\:n-bg-palette-success-bg-strong\/35:active {
  background-color:rgb(var(--theme-palette-success-bg-strong) / 0.35);
}
.active\:n-bg-palette-success-bg-strong\/40:active {
  background-color:rgb(var(--theme-palette-success-bg-strong) / 0.4);
}
.active\:n-bg-palette-success-bg-strong\/45:active {
  background-color:rgb(var(--theme-palette-success-bg-strong) / 0.45);
}
.active\:n-bg-palette-success-bg-strong\/5:active {
  background-color:rgb(var(--theme-palette-success-bg-strong) / 0.05);
}
.active\:n-bg-palette-success-bg-strong\/50:active {
  background-color:rgb(var(--theme-palette-success-bg-strong) / 0.5);
}
.active\:n-bg-palette-success-bg-strong\/55:active {
  background-color:rgb(var(--theme-palette-success-bg-strong) / 0.55);
}
.active\:n-bg-palette-success-bg-strong\/60:active {
  background-color:rgb(var(--theme-palette-success-bg-strong) / 0.6);
}
.active\:n-bg-palette-success-bg-strong\/65:active {
  background-color:rgb(var(--theme-palette-success-bg-strong) / 0.65);
}
.active\:n-bg-palette-success-bg-strong\/70:active {
  background-color:rgb(var(--theme-palette-success-bg-strong) / 0.7);
}
.active\:n-bg-palette-success-bg-strong\/75:active {
  background-color:rgb(var(--theme-palette-success-bg-strong) / 0.75);
}
.active\:n-bg-palette-success-bg-strong\/80:active {
  background-color:rgb(var(--theme-palette-success-bg-strong) / 0.8);
}
.active\:n-bg-palette-success-bg-strong\/85:active {
  background-color:rgb(var(--theme-palette-success-bg-strong) / 0.85);
}
.active\:n-bg-palette-success-bg-strong\/90:active {
  background-color:rgb(var(--theme-palette-success-bg-strong) / 0.9);
}
.active\:n-bg-palette-success-bg-strong\/95:active {
  background-color:rgb(var(--theme-palette-success-bg-strong) / 0.95);
}
.active\:n-bg-palette-success-bg-weak:active {
  background-color:rgb(var(--theme-palette-success-bg-weak));
}
.active\:n-bg-palette-success-bg-weak\/0:active {
  background-color:rgb(var(--theme-palette-success-bg-weak) / 0);
}
.active\:n-bg-palette-success-bg-weak\/10:active {
  background-color:rgb(var(--theme-palette-success-bg-weak) / 0.1);
}
.active\:n-bg-palette-success-bg-weak\/100:active {
  background-color:rgb(var(--theme-palette-success-bg-weak) / 1);
}
.active\:n-bg-palette-success-bg-weak\/15:active {
  background-color:rgb(var(--theme-palette-success-bg-weak) / 0.15);
}
.active\:n-bg-palette-success-bg-weak\/20:active {
  background-color:rgb(var(--theme-palette-success-bg-weak) / 0.2);
}
.active\:n-bg-palette-success-bg-weak\/25:active {
  background-color:rgb(var(--theme-palette-success-bg-weak) / 0.25);
}
.active\:n-bg-palette-success-bg-weak\/30:active {
  background-color:rgb(var(--theme-palette-success-bg-weak) / 0.3);
}
.active\:n-bg-palette-success-bg-weak\/35:active {
  background-color:rgb(var(--theme-palette-success-bg-weak) / 0.35);
}
.active\:n-bg-palette-success-bg-weak\/40:active {
  background-color:rgb(var(--theme-palette-success-bg-weak) / 0.4);
}
.active\:n-bg-palette-success-bg-weak\/45:active {
  background-color:rgb(var(--theme-palette-success-bg-weak) / 0.45);
}
.active\:n-bg-palette-success-bg-weak\/5:active {
  background-color:rgb(var(--theme-palette-success-bg-weak) / 0.05);
}
.active\:n-bg-palette-success-bg-weak\/50:active {
  background-color:rgb(var(--theme-palette-success-bg-weak) / 0.5);
}
.active\:n-bg-palette-success-bg-weak\/55:active {
  background-color:rgb(var(--theme-palette-success-bg-weak) / 0.55);
}
.active\:n-bg-palette-success-bg-weak\/60:active {
  background-color:rgb(var(--theme-palette-success-bg-weak) / 0.6);
}
.active\:n-bg-palette-success-bg-weak\/65:active {
  background-color:rgb(var(--theme-palette-success-bg-weak) / 0.65);
}
.active\:n-bg-palette-success-bg-weak\/70:active {
  background-color:rgb(var(--theme-palette-success-bg-weak) / 0.7);
}
.active\:n-bg-palette-success-bg-weak\/75:active {
  background-color:rgb(var(--theme-palette-success-bg-weak) / 0.75);
}
.active\:n-bg-palette-success-bg-weak\/80:active {
  background-color:rgb(var(--theme-palette-success-bg-weak) / 0.8);
}
.active\:n-bg-palette-success-bg-weak\/85:active {
  background-color:rgb(var(--theme-palette-success-bg-weak) / 0.85);
}
.active\:n-bg-palette-success-bg-weak\/90:active {
  background-color:rgb(var(--theme-palette-success-bg-weak) / 0.9);
}
.active\:n-bg-palette-success-bg-weak\/95:active {
  background-color:rgb(var(--theme-palette-success-bg-weak) / 0.95);
}
.active\:n-bg-palette-success-border-strong:active {
  background-color:rgb(var(--theme-palette-success-border-strong));
}
.active\:n-bg-palette-success-border-strong\/0:active {
  background-color:rgb(var(--theme-palette-success-border-strong) / 0);
}
.active\:n-bg-palette-success-border-strong\/10:active {
  background-color:rgb(var(--theme-palette-success-border-strong) / 0.1);
}
.active\:n-bg-palette-success-border-strong\/100:active {
  background-color:rgb(var(--theme-palette-success-border-strong) / 1);
}
.active\:n-bg-palette-success-border-strong\/15:active {
  background-color:rgb(var(--theme-palette-success-border-strong) / 0.15);
}
.active\:n-bg-palette-success-border-strong\/20:active {
  background-color:rgb(var(--theme-palette-success-border-strong) / 0.2);
}
.active\:n-bg-palette-success-border-strong\/25:active {
  background-color:rgb(var(--theme-palette-success-border-strong) / 0.25);
}
.active\:n-bg-palette-success-border-strong\/30:active {
  background-color:rgb(var(--theme-palette-success-border-strong) / 0.3);
}
.active\:n-bg-palette-success-border-strong\/35:active {
  background-color:rgb(var(--theme-palette-success-border-strong) / 0.35);
}
.active\:n-bg-palette-success-border-strong\/40:active {
  background-color:rgb(var(--theme-palette-success-border-strong) / 0.4);
}
.active\:n-bg-palette-success-border-strong\/45:active {
  background-color:rgb(var(--theme-palette-success-border-strong) / 0.45);
}
.active\:n-bg-palette-success-border-strong\/5:active {
  background-color:rgb(var(--theme-palette-success-border-strong) / 0.05);
}
.active\:n-bg-palette-success-border-strong\/50:active {
  background-color:rgb(var(--theme-palette-success-border-strong) / 0.5);
}
.active\:n-bg-palette-success-border-strong\/55:active {
  background-color:rgb(var(--theme-palette-success-border-strong) / 0.55);
}
.active\:n-bg-palette-success-border-strong\/60:active {
  background-color:rgb(var(--theme-palette-success-border-strong) / 0.6);
}
.active\:n-bg-palette-success-border-strong\/65:active {
  background-color:rgb(var(--theme-palette-success-border-strong) / 0.65);
}
.active\:n-bg-palette-success-border-strong\/70:active {
  background-color:rgb(var(--theme-palette-success-border-strong) / 0.7);
}
.active\:n-bg-palette-success-border-strong\/75:active {
  background-color:rgb(var(--theme-palette-success-border-strong) / 0.75);
}
.active\:n-bg-palette-success-border-strong\/80:active {
  background-color:rgb(var(--theme-palette-success-border-strong) / 0.8);
}
.active\:n-bg-palette-success-border-strong\/85:active {
  background-color:rgb(var(--theme-palette-success-border-strong) / 0.85);
}
.active\:n-bg-palette-success-border-strong\/90:active {
  background-color:rgb(var(--theme-palette-success-border-strong) / 0.9);
}
.active\:n-bg-palette-success-border-strong\/95:active {
  background-color:rgb(var(--theme-palette-success-border-strong) / 0.95);
}
.active\:n-bg-palette-success-border-weak:active {
  background-color:rgb(var(--theme-palette-success-border-weak));
}
.active\:n-bg-palette-success-border-weak\/0:active {
  background-color:rgb(var(--theme-palette-success-border-weak) / 0);
}
.active\:n-bg-palette-success-border-weak\/10:active {
  background-color:rgb(var(--theme-palette-success-border-weak) / 0.1);
}
.active\:n-bg-palette-success-border-weak\/100:active {
  background-color:rgb(var(--theme-palette-success-border-weak) / 1);
}
.active\:n-bg-palette-success-border-weak\/15:active {
  background-color:rgb(var(--theme-palette-success-border-weak) / 0.15);
}
.active\:n-bg-palette-success-border-weak\/20:active {
  background-color:rgb(var(--theme-palette-success-border-weak) / 0.2);
}
.active\:n-bg-palette-success-border-weak\/25:active {
  background-color:rgb(var(--theme-palette-success-border-weak) / 0.25);
}
.active\:n-bg-palette-success-border-weak\/30:active {
  background-color:rgb(var(--theme-palette-success-border-weak) / 0.3);
}
.active\:n-bg-palette-success-border-weak\/35:active {
  background-color:rgb(var(--theme-palette-success-border-weak) / 0.35);
}
.active\:n-bg-palette-success-border-weak\/40:active {
  background-color:rgb(var(--theme-palette-success-border-weak) / 0.4);
}
.active\:n-bg-palette-success-border-weak\/45:active {
  background-color:rgb(var(--theme-palette-success-border-weak) / 0.45);
}
.active\:n-bg-palette-success-border-weak\/5:active {
  background-color:rgb(var(--theme-palette-success-border-weak) / 0.05);
}
.active\:n-bg-palette-success-border-weak\/50:active {
  background-color:rgb(var(--theme-palette-success-border-weak) / 0.5);
}
.active\:n-bg-palette-success-border-weak\/55:active {
  background-color:rgb(var(--theme-palette-success-border-weak) / 0.55);
}
.active\:n-bg-palette-success-border-weak\/60:active {
  background-color:rgb(var(--theme-palette-success-border-weak) / 0.6);
}
.active\:n-bg-palette-success-border-weak\/65:active {
  background-color:rgb(var(--theme-palette-success-border-weak) / 0.65);
}
.active\:n-bg-palette-success-border-weak\/70:active {
  background-color:rgb(var(--theme-palette-success-border-weak) / 0.7);
}
.active\:n-bg-palette-success-border-weak\/75:active {
  background-color:rgb(var(--theme-palette-success-border-weak) / 0.75);
}
.active\:n-bg-palette-success-border-weak\/80:active {
  background-color:rgb(var(--theme-palette-success-border-weak) / 0.8);
}
.active\:n-bg-palette-success-border-weak\/85:active {
  background-color:rgb(var(--theme-palette-success-border-weak) / 0.85);
}
.active\:n-bg-palette-success-border-weak\/90:active {
  background-color:rgb(var(--theme-palette-success-border-weak) / 0.9);
}
.active\:n-bg-palette-success-border-weak\/95:active {
  background-color:rgb(var(--theme-palette-success-border-weak) / 0.95);
}
.active\:n-bg-palette-success-icon:active {
  background-color:rgb(var(--theme-palette-success-icon));
}
.active\:n-bg-palette-success-icon\/0:active {
  background-color:rgb(var(--theme-palette-success-icon) / 0);
}
.active\:n-bg-palette-success-icon\/10:active {
  background-color:rgb(var(--theme-palette-success-icon) / 0.1);
}
.active\:n-bg-palette-success-icon\/100:active {
  background-color:rgb(var(--theme-palette-success-icon) / 1);
}
.active\:n-bg-palette-success-icon\/15:active {
  background-color:rgb(var(--theme-palette-success-icon) / 0.15);
}
.active\:n-bg-palette-success-icon\/20:active {
  background-color:rgb(var(--theme-palette-success-icon) / 0.2);
}
.active\:n-bg-palette-success-icon\/25:active {
  background-color:rgb(var(--theme-palette-success-icon) / 0.25);
}
.active\:n-bg-palette-success-icon\/30:active {
  background-color:rgb(var(--theme-palette-success-icon) / 0.3);
}
.active\:n-bg-palette-success-icon\/35:active {
  background-color:rgb(var(--theme-palette-success-icon) / 0.35);
}
.active\:n-bg-palette-success-icon\/40:active {
  background-color:rgb(var(--theme-palette-success-icon) / 0.4);
}
.active\:n-bg-palette-success-icon\/45:active {
  background-color:rgb(var(--theme-palette-success-icon) / 0.45);
}
.active\:n-bg-palette-success-icon\/5:active {
  background-color:rgb(var(--theme-palette-success-icon) / 0.05);
}
.active\:n-bg-palette-success-icon\/50:active {
  background-color:rgb(var(--theme-palette-success-icon) / 0.5);
}
.active\:n-bg-palette-success-icon\/55:active {
  background-color:rgb(var(--theme-palette-success-icon) / 0.55);
}
.active\:n-bg-palette-success-icon\/60:active {
  background-color:rgb(var(--theme-palette-success-icon) / 0.6);
}
.active\:n-bg-palette-success-icon\/65:active {
  background-color:rgb(var(--theme-palette-success-icon) / 0.65);
}
.active\:n-bg-palette-success-icon\/70:active {
  background-color:rgb(var(--theme-palette-success-icon) / 0.7);
}
.active\:n-bg-palette-success-icon\/75:active {
  background-color:rgb(var(--theme-palette-success-icon) / 0.75);
}
.active\:n-bg-palette-success-icon\/80:active {
  background-color:rgb(var(--theme-palette-success-icon) / 0.8);
}
.active\:n-bg-palette-success-icon\/85:active {
  background-color:rgb(var(--theme-palette-success-icon) / 0.85);
}
.active\:n-bg-palette-success-icon\/90:active {
  background-color:rgb(var(--theme-palette-success-icon) / 0.9);
}
.active\:n-bg-palette-success-icon\/95:active {
  background-color:rgb(var(--theme-palette-success-icon) / 0.95);
}
.active\:n-bg-palette-success-text:active {
  background-color:rgb(var(--theme-palette-success-text));
}
.active\:n-bg-palette-success-text\/0:active {
  background-color:rgb(var(--theme-palette-success-text) / 0);
}
.active\:n-bg-palette-success-text\/10:active {
  background-color:rgb(var(--theme-palette-success-text) / 0.1);
}
.active\:n-bg-palette-success-text\/100:active {
  background-color:rgb(var(--theme-palette-success-text) / 1);
}
.active\:n-bg-palette-success-text\/15:active {
  background-color:rgb(var(--theme-palette-success-text) / 0.15);
}
.active\:n-bg-palette-success-text\/20:active {
  background-color:rgb(var(--theme-palette-success-text) / 0.2);
}
.active\:n-bg-palette-success-text\/25:active {
  background-color:rgb(var(--theme-palette-success-text) / 0.25);
}
.active\:n-bg-palette-success-text\/30:active {
  background-color:rgb(var(--theme-palette-success-text) / 0.3);
}
.active\:n-bg-palette-success-text\/35:active {
  background-color:rgb(var(--theme-palette-success-text) / 0.35);
}
.active\:n-bg-palette-success-text\/40:active {
  background-color:rgb(var(--theme-palette-success-text) / 0.4);
}
.active\:n-bg-palette-success-text\/45:active {
  background-color:rgb(var(--theme-palette-success-text) / 0.45);
}
.active\:n-bg-palette-success-text\/5:active {
  background-color:rgb(var(--theme-palette-success-text) / 0.05);
}
.active\:n-bg-palette-success-text\/50:active {
  background-color:rgb(var(--theme-palette-success-text) / 0.5);
}
.active\:n-bg-palette-success-text\/55:active {
  background-color:rgb(var(--theme-palette-success-text) / 0.55);
}
.active\:n-bg-palette-success-text\/60:active {
  background-color:rgb(var(--theme-palette-success-text) / 0.6);
}
.active\:n-bg-palette-success-text\/65:active {
  background-color:rgb(var(--theme-palette-success-text) / 0.65);
}
.active\:n-bg-palette-success-text\/70:active {
  background-color:rgb(var(--theme-palette-success-text) / 0.7);
}
.active\:n-bg-palette-success-text\/75:active {
  background-color:rgb(var(--theme-palette-success-text) / 0.75);
}
.active\:n-bg-palette-success-text\/80:active {
  background-color:rgb(var(--theme-palette-success-text) / 0.8);
}
.active\:n-bg-palette-success-text\/85:active {
  background-color:rgb(var(--theme-palette-success-text) / 0.85);
}
.active\:n-bg-palette-success-text\/90:active {
  background-color:rgb(var(--theme-palette-success-text) / 0.9);
}
.active\:n-bg-palette-success-text\/95:active {
  background-color:rgb(var(--theme-palette-success-text) / 0.95);
}
.active\:n-bg-palette-warning-bg-status:active {
  background-color:rgb(var(--theme-palette-warning-bg-status));
}
.active\:n-bg-palette-warning-bg-status\/0:active {
  background-color:rgb(var(--theme-palette-warning-bg-status) / 0);
}
.active\:n-bg-palette-warning-bg-status\/10:active {
  background-color:rgb(var(--theme-palette-warning-bg-status) / 0.1);
}
.active\:n-bg-palette-warning-bg-status\/100:active {
  background-color:rgb(var(--theme-palette-warning-bg-status) / 1);
}
.active\:n-bg-palette-warning-bg-status\/15:active {
  background-color:rgb(var(--theme-palette-warning-bg-status) / 0.15);
}
.active\:n-bg-palette-warning-bg-status\/20:active {
  background-color:rgb(var(--theme-palette-warning-bg-status) / 0.2);
}
.active\:n-bg-palette-warning-bg-status\/25:active {
  background-color:rgb(var(--theme-palette-warning-bg-status) / 0.25);
}
.active\:n-bg-palette-warning-bg-status\/30:active {
  background-color:rgb(var(--theme-palette-warning-bg-status) / 0.3);
}
.active\:n-bg-palette-warning-bg-status\/35:active {
  background-color:rgb(var(--theme-palette-warning-bg-status) / 0.35);
}
.active\:n-bg-palette-warning-bg-status\/40:active {
  background-color:rgb(var(--theme-palette-warning-bg-status) / 0.4);
}
.active\:n-bg-palette-warning-bg-status\/45:active {
  background-color:rgb(var(--theme-palette-warning-bg-status) / 0.45);
}
.active\:n-bg-palette-warning-bg-status\/5:active {
  background-color:rgb(var(--theme-palette-warning-bg-status) / 0.05);
}
.active\:n-bg-palette-warning-bg-status\/50:active {
  background-color:rgb(var(--theme-palette-warning-bg-status) / 0.5);
}
.active\:n-bg-palette-warning-bg-status\/55:active {
  background-color:rgb(var(--theme-palette-warning-bg-status) / 0.55);
}
.active\:n-bg-palette-warning-bg-status\/60:active {
  background-color:rgb(var(--theme-palette-warning-bg-status) / 0.6);
}
.active\:n-bg-palette-warning-bg-status\/65:active {
  background-color:rgb(var(--theme-palette-warning-bg-status) / 0.65);
}
.active\:n-bg-palette-warning-bg-status\/70:active {
  background-color:rgb(var(--theme-palette-warning-bg-status) / 0.7);
}
.active\:n-bg-palette-warning-bg-status\/75:active {
  background-color:rgb(var(--theme-palette-warning-bg-status) / 0.75);
}
.active\:n-bg-palette-warning-bg-status\/80:active {
  background-color:rgb(var(--theme-palette-warning-bg-status) / 0.8);
}
.active\:n-bg-palette-warning-bg-status\/85:active {
  background-color:rgb(var(--theme-palette-warning-bg-status) / 0.85);
}
.active\:n-bg-palette-warning-bg-status\/90:active {
  background-color:rgb(var(--theme-palette-warning-bg-status) / 0.9);
}
.active\:n-bg-palette-warning-bg-status\/95:active {
  background-color:rgb(var(--theme-palette-warning-bg-status) / 0.95);
}
.active\:n-bg-palette-warning-bg-strong:active {
  background-color:rgb(var(--theme-palette-warning-bg-strong));
}
.active\:n-bg-palette-warning-bg-strong\/0:active {
  background-color:rgb(var(--theme-palette-warning-bg-strong) / 0);
}
.active\:n-bg-palette-warning-bg-strong\/10:active {
  background-color:rgb(var(--theme-palette-warning-bg-strong) / 0.1);
}
.active\:n-bg-palette-warning-bg-strong\/100:active {
  background-color:rgb(var(--theme-palette-warning-bg-strong) / 1);
}
.active\:n-bg-palette-warning-bg-strong\/15:active {
  background-color:rgb(var(--theme-palette-warning-bg-strong) / 0.15);
}
.active\:n-bg-palette-warning-bg-strong\/20:active {
  background-color:rgb(var(--theme-palette-warning-bg-strong) / 0.2);
}
.active\:n-bg-palette-warning-bg-strong\/25:active {
  background-color:rgb(var(--theme-palette-warning-bg-strong) / 0.25);
}
.active\:n-bg-palette-warning-bg-strong\/30:active {
  background-color:rgb(var(--theme-palette-warning-bg-strong) / 0.3);
}
.active\:n-bg-palette-warning-bg-strong\/35:active {
  background-color:rgb(var(--theme-palette-warning-bg-strong) / 0.35);
}
.active\:n-bg-palette-warning-bg-strong\/40:active {
  background-color:rgb(var(--theme-palette-warning-bg-strong) / 0.4);
}
.active\:n-bg-palette-warning-bg-strong\/45:active {
  background-color:rgb(var(--theme-palette-warning-bg-strong) / 0.45);
}
.active\:n-bg-palette-warning-bg-strong\/5:active {
  background-color:rgb(var(--theme-palette-warning-bg-strong) / 0.05);
}
.active\:n-bg-palette-warning-bg-strong\/50:active {
  background-color:rgb(var(--theme-palette-warning-bg-strong) / 0.5);
}
.active\:n-bg-palette-warning-bg-strong\/55:active {
  background-color:rgb(var(--theme-palette-warning-bg-strong) / 0.55);
}
.active\:n-bg-palette-warning-bg-strong\/60:active {
  background-color:rgb(var(--theme-palette-warning-bg-strong) / 0.6);
}
.active\:n-bg-palette-warning-bg-strong\/65:active {
  background-color:rgb(var(--theme-palette-warning-bg-strong) / 0.65);
}
.active\:n-bg-palette-warning-bg-strong\/70:active {
  background-color:rgb(var(--theme-palette-warning-bg-strong) / 0.7);
}
.active\:n-bg-palette-warning-bg-strong\/75:active {
  background-color:rgb(var(--theme-palette-warning-bg-strong) / 0.75);
}
.active\:n-bg-palette-warning-bg-strong\/80:active {
  background-color:rgb(var(--theme-palette-warning-bg-strong) / 0.8);
}
.active\:n-bg-palette-warning-bg-strong\/85:active {
  background-color:rgb(var(--theme-palette-warning-bg-strong) / 0.85);
}
.active\:n-bg-palette-warning-bg-strong\/90:active {
  background-color:rgb(var(--theme-palette-warning-bg-strong) / 0.9);
}
.active\:n-bg-palette-warning-bg-strong\/95:active {
  background-color:rgb(var(--theme-palette-warning-bg-strong) / 0.95);
}
.active\:n-bg-palette-warning-bg-weak:active {
  background-color:rgb(var(--theme-palette-warning-bg-weak));
}
.active\:n-bg-palette-warning-bg-weak\/0:active {
  background-color:rgb(var(--theme-palette-warning-bg-weak) / 0);
}
.active\:n-bg-palette-warning-bg-weak\/10:active {
  background-color:rgb(var(--theme-palette-warning-bg-weak) / 0.1);
}
.active\:n-bg-palette-warning-bg-weak\/100:active {
  background-color:rgb(var(--theme-palette-warning-bg-weak) / 1);
}
.active\:n-bg-palette-warning-bg-weak\/15:active {
  background-color:rgb(var(--theme-palette-warning-bg-weak) / 0.15);
}
.active\:n-bg-palette-warning-bg-weak\/20:active {
  background-color:rgb(var(--theme-palette-warning-bg-weak) / 0.2);
}
.active\:n-bg-palette-warning-bg-weak\/25:active {
  background-color:rgb(var(--theme-palette-warning-bg-weak) / 0.25);
}
.active\:n-bg-palette-warning-bg-weak\/30:active {
  background-color:rgb(var(--theme-palette-warning-bg-weak) / 0.3);
}
.active\:n-bg-palette-warning-bg-weak\/35:active {
  background-color:rgb(var(--theme-palette-warning-bg-weak) / 0.35);
}
.active\:n-bg-palette-warning-bg-weak\/40:active {
  background-color:rgb(var(--theme-palette-warning-bg-weak) / 0.4);
}
.active\:n-bg-palette-warning-bg-weak\/45:active {
  background-color:rgb(var(--theme-palette-warning-bg-weak) / 0.45);
}
.active\:n-bg-palette-warning-bg-weak\/5:active {
  background-color:rgb(var(--theme-palette-warning-bg-weak) / 0.05);
}
.active\:n-bg-palette-warning-bg-weak\/50:active {
  background-color:rgb(var(--theme-palette-warning-bg-weak) / 0.5);
}
.active\:n-bg-palette-warning-bg-weak\/55:active {
  background-color:rgb(var(--theme-palette-warning-bg-weak) / 0.55);
}
.active\:n-bg-palette-warning-bg-weak\/60:active {
  background-color:rgb(var(--theme-palette-warning-bg-weak) / 0.6);
}
.active\:n-bg-palette-warning-bg-weak\/65:active {
  background-color:rgb(var(--theme-palette-warning-bg-weak) / 0.65);
}
.active\:n-bg-palette-warning-bg-weak\/70:active {
  background-color:rgb(var(--theme-palette-warning-bg-weak) / 0.7);
}
.active\:n-bg-palette-warning-bg-weak\/75:active {
  background-color:rgb(var(--theme-palette-warning-bg-weak) / 0.75);
}
.active\:n-bg-palette-warning-bg-weak\/80:active {
  background-color:rgb(var(--theme-palette-warning-bg-weak) / 0.8);
}
.active\:n-bg-palette-warning-bg-weak\/85:active {
  background-color:rgb(var(--theme-palette-warning-bg-weak) / 0.85);
}
.active\:n-bg-palette-warning-bg-weak\/90:active {
  background-color:rgb(var(--theme-palette-warning-bg-weak) / 0.9);
}
.active\:n-bg-palette-warning-bg-weak\/95:active {
  background-color:rgb(var(--theme-palette-warning-bg-weak) / 0.95);
}
.active\:n-bg-palette-warning-border-strong:active {
  background-color:rgb(var(--theme-palette-warning-border-strong));
}
.active\:n-bg-palette-warning-border-strong\/0:active {
  background-color:rgb(var(--theme-palette-warning-border-strong) / 0);
}
.active\:n-bg-palette-warning-border-strong\/10:active {
  background-color:rgb(var(--theme-palette-warning-border-strong) / 0.1);
}
.active\:n-bg-palette-warning-border-strong\/100:active {
  background-color:rgb(var(--theme-palette-warning-border-strong) / 1);
}
.active\:n-bg-palette-warning-border-strong\/15:active {
  background-color:rgb(var(--theme-palette-warning-border-strong) / 0.15);
}
.active\:n-bg-palette-warning-border-strong\/20:active {
  background-color:rgb(var(--theme-palette-warning-border-strong) / 0.2);
}
.active\:n-bg-palette-warning-border-strong\/25:active {
  background-color:rgb(var(--theme-palette-warning-border-strong) / 0.25);
}
.active\:n-bg-palette-warning-border-strong\/30:active {
  background-color:rgb(var(--theme-palette-warning-border-strong) / 0.3);
}
.active\:n-bg-palette-warning-border-strong\/35:active {
  background-color:rgb(var(--theme-palette-warning-border-strong) / 0.35);
}
.active\:n-bg-palette-warning-border-strong\/40:active {
  background-color:rgb(var(--theme-palette-warning-border-strong) / 0.4);
}
.active\:n-bg-palette-warning-border-strong\/45:active {
  background-color:rgb(var(--theme-palette-warning-border-strong) / 0.45);
}
.active\:n-bg-palette-warning-border-strong\/5:active {
  background-color:rgb(var(--theme-palette-warning-border-strong) / 0.05);
}
.active\:n-bg-palette-warning-border-strong\/50:active {
  background-color:rgb(var(--theme-palette-warning-border-strong) / 0.5);
}
.active\:n-bg-palette-warning-border-strong\/55:active {
  background-color:rgb(var(--theme-palette-warning-border-strong) / 0.55);
}
.active\:n-bg-palette-warning-border-strong\/60:active {
  background-color:rgb(var(--theme-palette-warning-border-strong) / 0.6);
}
.active\:n-bg-palette-warning-border-strong\/65:active {
  background-color:rgb(var(--theme-palette-warning-border-strong) / 0.65);
}
.active\:n-bg-palette-warning-border-strong\/70:active {
  background-color:rgb(var(--theme-palette-warning-border-strong) / 0.7);
}
.active\:n-bg-palette-warning-border-strong\/75:active {
  background-color:rgb(var(--theme-palette-warning-border-strong) / 0.75);
}
.active\:n-bg-palette-warning-border-strong\/80:active {
  background-color:rgb(var(--theme-palette-warning-border-strong) / 0.8);
}
.active\:n-bg-palette-warning-border-strong\/85:active {
  background-color:rgb(var(--theme-palette-warning-border-strong) / 0.85);
}
.active\:n-bg-palette-warning-border-strong\/90:active {
  background-color:rgb(var(--theme-palette-warning-border-strong) / 0.9);
}
.active\:n-bg-palette-warning-border-strong\/95:active {
  background-color:rgb(var(--theme-palette-warning-border-strong) / 0.95);
}
.active\:n-bg-palette-warning-border-weak:active {
  background-color:rgb(var(--theme-palette-warning-border-weak));
}
.active\:n-bg-palette-warning-border-weak\/0:active {
  background-color:rgb(var(--theme-palette-warning-border-weak) / 0);
}
.active\:n-bg-palette-warning-border-weak\/10:active {
  background-color:rgb(var(--theme-palette-warning-border-weak) / 0.1);
}
.active\:n-bg-palette-warning-border-weak\/100:active {
  background-color:rgb(var(--theme-palette-warning-border-weak) / 1);
}
.active\:n-bg-palette-warning-border-weak\/15:active {
  background-color:rgb(var(--theme-palette-warning-border-weak) / 0.15);
}
.active\:n-bg-palette-warning-border-weak\/20:active {
  background-color:rgb(var(--theme-palette-warning-border-weak) / 0.2);
}
.active\:n-bg-palette-warning-border-weak\/25:active {
  background-color:rgb(var(--theme-palette-warning-border-weak) / 0.25);
}
.active\:n-bg-palette-warning-border-weak\/30:active {
  background-color:rgb(var(--theme-palette-warning-border-weak) / 0.3);
}
.active\:n-bg-palette-warning-border-weak\/35:active {
  background-color:rgb(var(--theme-palette-warning-border-weak) / 0.35);
}
.active\:n-bg-palette-warning-border-weak\/40:active {
  background-color:rgb(var(--theme-palette-warning-border-weak) / 0.4);
}
.active\:n-bg-palette-warning-border-weak\/45:active {
  background-color:rgb(var(--theme-palette-warning-border-weak) / 0.45);
}
.active\:n-bg-palette-warning-border-weak\/5:active {
  background-color:rgb(var(--theme-palette-warning-border-weak) / 0.05);
}
.active\:n-bg-palette-warning-border-weak\/50:active {
  background-color:rgb(var(--theme-palette-warning-border-weak) / 0.5);
}
.active\:n-bg-palette-warning-border-weak\/55:active {
  background-color:rgb(var(--theme-palette-warning-border-weak) / 0.55);
}
.active\:n-bg-palette-warning-border-weak\/60:active {
  background-color:rgb(var(--theme-palette-warning-border-weak) / 0.6);
}
.active\:n-bg-palette-warning-border-weak\/65:active {
  background-color:rgb(var(--theme-palette-warning-border-weak) / 0.65);
}
.active\:n-bg-palette-warning-border-weak\/70:active {
  background-color:rgb(var(--theme-palette-warning-border-weak) / 0.7);
}
.active\:n-bg-palette-warning-border-weak\/75:active {
  background-color:rgb(var(--theme-palette-warning-border-weak) / 0.75);
}
.active\:n-bg-palette-warning-border-weak\/80:active {
  background-color:rgb(var(--theme-palette-warning-border-weak) / 0.8);
}
.active\:n-bg-palette-warning-border-weak\/85:active {
  background-color:rgb(var(--theme-palette-warning-border-weak) / 0.85);
}
.active\:n-bg-palette-warning-border-weak\/90:active {
  background-color:rgb(var(--theme-palette-warning-border-weak) / 0.9);
}
.active\:n-bg-palette-warning-border-weak\/95:active {
  background-color:rgb(var(--theme-palette-warning-border-weak) / 0.95);
}
.active\:n-bg-palette-warning-icon:active {
  background-color:rgb(var(--theme-palette-warning-icon));
}
.active\:n-bg-palette-warning-icon\/0:active {
  background-color:rgb(var(--theme-palette-warning-icon) / 0);
}
.active\:n-bg-palette-warning-icon\/10:active {
  background-color:rgb(var(--theme-palette-warning-icon) / 0.1);
}
.active\:n-bg-palette-warning-icon\/100:active {
  background-color:rgb(var(--theme-palette-warning-icon) / 1);
}
.active\:n-bg-palette-warning-icon\/15:active {
  background-color:rgb(var(--theme-palette-warning-icon) / 0.15);
}
.active\:n-bg-palette-warning-icon\/20:active {
  background-color:rgb(var(--theme-palette-warning-icon) / 0.2);
}
.active\:n-bg-palette-warning-icon\/25:active {
  background-color:rgb(var(--theme-palette-warning-icon) / 0.25);
}
.active\:n-bg-palette-warning-icon\/30:active {
  background-color:rgb(var(--theme-palette-warning-icon) / 0.3);
}
.active\:n-bg-palette-warning-icon\/35:active {
  background-color:rgb(var(--theme-palette-warning-icon) / 0.35);
}
.active\:n-bg-palette-warning-icon\/40:active {
  background-color:rgb(var(--theme-palette-warning-icon) / 0.4);
}
.active\:n-bg-palette-warning-icon\/45:active {
  background-color:rgb(var(--theme-palette-warning-icon) / 0.45);
}
.active\:n-bg-palette-warning-icon\/5:active {
  background-color:rgb(var(--theme-palette-warning-icon) / 0.05);
}
.active\:n-bg-palette-warning-icon\/50:active {
  background-color:rgb(var(--theme-palette-warning-icon) / 0.5);
}
.active\:n-bg-palette-warning-icon\/55:active {
  background-color:rgb(var(--theme-palette-warning-icon) / 0.55);
}
.active\:n-bg-palette-warning-icon\/60:active {
  background-color:rgb(var(--theme-palette-warning-icon) / 0.6);
}
.active\:n-bg-palette-warning-icon\/65:active {
  background-color:rgb(var(--theme-palette-warning-icon) / 0.65);
}
.active\:n-bg-palette-warning-icon\/70:active {
  background-color:rgb(var(--theme-palette-warning-icon) / 0.7);
}
.active\:n-bg-palette-warning-icon\/75:active {
  background-color:rgb(var(--theme-palette-warning-icon) / 0.75);
}
.active\:n-bg-palette-warning-icon\/80:active {
  background-color:rgb(var(--theme-palette-warning-icon) / 0.8);
}
.active\:n-bg-palette-warning-icon\/85:active {
  background-color:rgb(var(--theme-palette-warning-icon) / 0.85);
}
.active\:n-bg-palette-warning-icon\/90:active {
  background-color:rgb(var(--theme-palette-warning-icon) / 0.9);
}
.active\:n-bg-palette-warning-icon\/95:active {
  background-color:rgb(var(--theme-palette-warning-icon) / 0.95);
}
.active\:n-bg-palette-warning-text:active {
  background-color:rgb(var(--theme-palette-warning-text));
}
.active\:n-bg-palette-warning-text\/0:active {
  background-color:rgb(var(--theme-palette-warning-text) / 0);
}
.active\:n-bg-palette-warning-text\/10:active {
  background-color:rgb(var(--theme-palette-warning-text) / 0.1);
}
.active\:n-bg-palette-warning-text\/100:active {
  background-color:rgb(var(--theme-palette-warning-text) / 1);
}
.active\:n-bg-palette-warning-text\/15:active {
  background-color:rgb(var(--theme-palette-warning-text) / 0.15);
}
.active\:n-bg-palette-warning-text\/20:active {
  background-color:rgb(var(--theme-palette-warning-text) / 0.2);
}
.active\:n-bg-palette-warning-text\/25:active {
  background-color:rgb(var(--theme-palette-warning-text) / 0.25);
}
.active\:n-bg-palette-warning-text\/30:active {
  background-color:rgb(var(--theme-palette-warning-text) / 0.3);
}
.active\:n-bg-palette-warning-text\/35:active {
  background-color:rgb(var(--theme-palette-warning-text) / 0.35);
}
.active\:n-bg-palette-warning-text\/40:active {
  background-color:rgb(var(--theme-palette-warning-text) / 0.4);
}
.active\:n-bg-palette-warning-text\/45:active {
  background-color:rgb(var(--theme-palette-warning-text) / 0.45);
}
.active\:n-bg-palette-warning-text\/5:active {
  background-color:rgb(var(--theme-palette-warning-text) / 0.05);
}
.active\:n-bg-palette-warning-text\/50:active {
  background-color:rgb(var(--theme-palette-warning-text) / 0.5);
}
.active\:n-bg-palette-warning-text\/55:active {
  background-color:rgb(var(--theme-palette-warning-text) / 0.55);
}
.active\:n-bg-palette-warning-text\/60:active {
  background-color:rgb(var(--theme-palette-warning-text) / 0.6);
}
.active\:n-bg-palette-warning-text\/65:active {
  background-color:rgb(var(--theme-palette-warning-text) / 0.65);
}
.active\:n-bg-palette-warning-text\/70:active {
  background-color:rgb(var(--theme-palette-warning-text) / 0.7);
}
.active\:n-bg-palette-warning-text\/75:active {
  background-color:rgb(var(--theme-palette-warning-text) / 0.75);
}
.active\:n-bg-palette-warning-text\/80:active {
  background-color:rgb(var(--theme-palette-warning-text) / 0.8);
}
.active\:n-bg-palette-warning-text\/85:active {
  background-color:rgb(var(--theme-palette-warning-text) / 0.85);
}
.active\:n-bg-palette-warning-text\/90:active {
  background-color:rgb(var(--theme-palette-warning-text) / 0.9);
}
.active\:n-bg-palette-warning-text\/95:active {
  background-color:rgb(var(--theme-palette-warning-text) / 0.95);
}
@media (min-width: 640px) {
  .sm\:n-grid-cols-2 {
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
  .sm\:n-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse:0;
    margin-right:calc(16px * var(--tw-space-x-reverse));
    margin-left:calc(16px * calc(1 - var(--tw-space-x-reverse)));
  }
  .sm\:n-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse:0;
    margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0px * var(--tw-space-y-reverse));
  }
}
@media (min-width: 768px) {
  .md\:n-w-2\/12 {
    width:16.666667%;
  }
  .md\:n-w-2\/4 {
    width:50%;
  }
  .md\:n-grid-cols-5 {
    grid-template-columns:repeat(5, minmax(0, 1fr));
  }
  .md\:n-bg-baltic-50 {
    --tw-bg-opacity:1;
    background-color:rgb(10 97 144 / var(--tw-bg-opacity));
  }
}
:root[data-theme="light"] {
  --color-background: rgb(var(--theme-light-palette-neutral-bg-default));
}

:root[data-theme="dark"] {
  --color-background: rgb(var(--theme-dark-palette-neutral-bg-default));
}

:root[data-theme="os"] {
  --color-background: rgb(var(--theme-dark-palette-neutral-bg-default));
}

* { 
  box-sizing: unset; 

  --color-ts: rgb(var(--colors-hibiscus-30)); 
  --color-ts-class: rgb(var(--colors-baltic-30)); 
  --color-ts-interface: rgb(var(--colors-forest-30)); 
  --color-ts-variable: rgb(var(--colors-lavender-30)); 

  --font-size-h4: 1.2rem;
  --font-size-h5: 1.1rem;
  --font-size-h6: 1rem;
}

a {
  color: rgb(var(--colors-baltic-50));
  text-decoration: underline;
}

svg {
  display: inline;
}

select {
  background-color: var(--color-background);
}
