@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    border: none;
    font-family: "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-decoration: none;
    list-style: none;
    outline: none;
    -webkit-text-size-adjust: none;
    background: none;
    word-wrap: break-word;
}

html, body {
    width: 100%;
    font-size: 14px;
    color: #eaecef;
    background-color: #0b0e11;
    background-image:
        radial-gradient(ellipse 80% 50% at 10% -10%, rgba(252, 213, 53, 0.08), transparent 50%),
        radial-gradient(ellipse 60% 40% at 90% 0%, rgba(14, 203, 129, 0.05), transparent 45%),
        linear-gradient(180deg, #0b0e11 0%, #12161c 100%);
    background-attachment: fixed;
}

img, object, video { max-width: 100%; height: auto; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
a { color: #eaecef; }
.clear { clear: both; }

input, textarea, select {
    user-select: text;
    -webkit-user-select: text;
}

::-webkit-scrollbar { background-color: #1e2329; height: 8px; width: 8px; }
::-webkit-scrollbar-thumb { background-color: #474d57; border-radius: 8px; }
