:root{
--nc-bg:#eef1fa;
--nc-card:#ffffff;
--nc-soft:#e4e9f8;
--nc-tint:#f6f8fe;
--nc-deep:#1c1f45;
--nc-deep2:#343a75;
--nc-hot:#ff4155;
--nc-hot-d:#dd2b40;
--nc-hot-s:#ffe6e9;
--nc-aqua:#0fae95;
--nc-aqua-s:#d8f4ef;
--nc-text:#282c4e;
--nc-mute:#666b93;
--nc-line:#dbe1f2;
--nc-r:18px;
--nc-rs:10px;
}
@media (prefers-color-scheme:dark){
:root:not([data-theme="light"]){
--nc-bg:#101331;
--nc-card:#1a1e42;
--nc-soft:#242a58;
--nc-tint:#171b3d;
--nc-deep:#e8eafb;
--nc-deep2:#aeb5ec;
--nc-hot:#ff5b6d;
--nc-hot-d:#ff8391;
--nc-hot-s:#3a1d2c;
--nc-aqua:#2ed3b7;
--nc-aqua-s:#12362f;
--nc-text:#e2e5f7;
--nc-mute:#9aa0cb;
--nc-line:#2c3266;
}
}
:root[data-theme="dark"]{
--nc-bg:#101331;
--nc-card:#1a1e42;
--nc-soft:#242a58;
--nc-tint:#171b3d;
--nc-deep:#e8eafb;
--nc-deep2:#aeb5ec;
--nc-hot:#ff5b6d;
--nc-hot-d:#ff8391;
--nc-hot-s:#3a1d2c;
--nc-aqua:#2ed3b7;
--nc-aqua-s:#12362f;
--nc-text:#e2e5f7;
--nc-mute:#9aa0cb;
--nc-line:#2c3266;
}
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{margin:0;background:var(--nc-bg);color:var(--nc-text)}
.nc-sprite{position:absolute;width:0;height:0;overflow:hidden}
.nc-i{width:1em;height:1em;flex:none;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
