html { scroll-padding-top: 56px; }

@font-face {
  font-family: 'Inter';
  font-display: block;
  src: url(/img/inter-ext.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Inter';
  font-display: block;
  src: url(/img/inter.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Inter2';
  font-display: block;
  src: url(/img/inter2.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body { font-size: 20px; line-height: 1.625; font-family: 'Inter', sans-serif; margin: 0; padding: 0; background-color: #ffffff; color: #000000; }
br { font-family: sans-serif !important; }
a { color: #a90059; text-decoration: none; }
a:hover { text-decoration: underline; }

@media all and (min-width: 751px) { body { font-size: 20px; } }
@media all and (max-width: 750px) { body { font-size: 18px; } }
@media all and (max-width: 590px) { body { font-size: 16px; } }
@media all and (max-width: 430px) { body { font-size: 14px; } }
@media all and (max-width: 360px) { body { font-size: 14px; } }

h1 { font-size: 1.25em; }
h2 { font-size: 1.25em; }
h3 { font-size: 1em; }
h4 { font-size: 0.9em; }
h5 { font-size: 0.8em; }
h6 { font-size: 0.7em; }

#root { position: relative; top: 56px; left: 0; margin: 0; padding: 0; width: 100%; }

#navigation-bar {
 position: fixed;
 left: 0;
 top: 0;
 margin: 0;
 width: 100%;
 height: 54px;
 background-color: #ffffff;
 color: #000000;
 z-index: 10;
}

#navigation-table {
 display: table;
 height: 54px;
 vertical-align: top;
 width: 100%;
}

#navigation-table > div {
 display: table-row;
 height: 54px;
 vertical-align: top;
 width: 100%;
}

#navigation-line {
 position: fixed;
 left: 0;
 height: 1px;
 width: 100%;
 z-index: 10;
 top: 54px;
 background-color: #ffffff;
}

#navigation-gradient {
 position: fixed;
 left: 0;
 top: 55px;
 height: 15px;
 width: 100%;
 background: linear-gradient(to top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
 z-index: 10;
}

#notice {
 margin-top: 5px;
 text-align: center;
 font-family: 'Inter2';
 font-size: 13px;
 color: #a90059;
 border-bottom: 1px solid #a90059;
}


.oxelon-logo-container {
 display: table-cell;
 vertical-align: top;
}

.oxelon-logo-container img { display: block; }


#product-name-container {
 display: table-cell;
 vertical-align: middle;
 text-align: center;
}

#product-name {
 font-family: 'Inter', sans-serif;
 font-size: 32px;
 font-weight: normal;
 transform: scale(1.2,1);
 letter-spacing: -2px;
 color: #87004c;
 line-height: 0;
 text-shadow: 0 0 2px rgba(240,0,130,0.5);
}


#top-right-buttons {
 display: table-cell;
 vertical-align: middle;
 width: 182px;
 text-align: right;
}

.top-right-button, .top-right-big-button {
 display: inline-block;
 background: linear-gradient(to bottom, rgba(240,0,125,1) 0%, rgba(169,0,89,1) 100%);
 border-radius: 10px;
 width: 50px;
 height: 40px;
 margin-right: 10px;
 vertical-align: middle;
 text-align: center;
 -webkit-transform: scaleX(-1);
 transform: scaleX(-1);
}

.top-right-big-button {
 width: 110px;
}

.top-right-button:hover, .top-right-big-button:hover {
 background: linear-gradient(to bottom, rgba(255,0,140,1) 0%, rgba(185,0,105,1) 100%);
}

.top-right-menu {
 display: inline-block;
 background-color: #ffffff;
 width: 48px;
 height: 40px;
 margin-right: 10px;
 vertical-align: middle;
 text-align: center;
}


.top-right-button > div { display: inline-block; }

.top-right-menu > div { display: inline-block; }
.top-right-menu > div img { display: block; image-rendering: crisp-edges; }

@media all and (max-width: 900px) {
 #product-name { font-size: 24px; padding-top: 1px; }
 @-moz-document url-prefix() { #product-name { padding-top: 0px; } }
}
@media all and (max-width: 750px) {
 .oxelon-logo-container { display: none; }
 #product-name-container { text-align: left; padding-left: 10px; }
 #product-name { transform-origin: left; padding-top: 0px; }
}
@media all and (max-width: 590px) {
 #top-right-buttons { width: 140px; }
 .top-right-button {
   width: 40px; height: 31px; margin-right: 6px; margin-bottom: 1px; border-radius: 8px; }
 .top-right-button > div input[type="image"] { width: 31px; height: 31px; }
 .top-right-big-button {
   width: 86px; height: 31px; margin-right: 6px; margin-bottom: 1px; border-radius: 8px; }
 .top-right-big-button > div input[type="image"] { width: 76px; height: 31px; }
 .top-right-menu { width: 37px; height: 31px; margin-right: 6px; margin-bottom: 1px; border-radius: 8px; }
 .top-right-menu > div img { width: 31px; height: 31px; }
 #product-name-container { padding-left: 6px; }
 #navigation-bar { height: 44px; }
 #navigation-table { height: 44px; }
 #navigation-table > div { height: 44px; }
 #navigation-line { top: 44px; }
 #navigation-gradient { top: 45px; }
 html { scroll-padding-top: 46px; }
 #root { top: 46px; }
}
@media all and (max-width: 540px) {
 #product-name { font-size: 4.6vw; letter-spacing: 0px; transform: none; } }
@media all and (max-width: 470px) {
 #product-name { font-size: 4.4vw; } }
@media all and (max-width: 430px) {
 #top-right-buttons { width: 115px; }
 .top-right-button {
   width: 35px; height: 24px; margin-right: 4px; margin-bottom: 2px; border-radius: 6px; }
 .top-right-button > div input[type="image"] { width: 24px; height: 24px; }
 .top-right-big-button {
   width: 74px; height: 24px; margin-right: 4px; margin-bottom: 2px; border-radius: 6px; }
 .top-right-big-button > div input[type="image"] { width: 64px; height: 24px; }
 .top-right-menu { width: 31px; height: 24px; margin-right: 4px; margin-bottom: 2px; border-radius: 6px; }
 .top-right-menu > div img { width: 24px; height: 24px; }
 #product-name-container { padding-left: 6px; }
 #navigation-bar { height: 39px; }
 #navigation-table { height: 39px; }
 #navigation-table > div { height: 39px; }
 #navigation-line { top: 39px; }
 #navigation-gradient { top: 40px; }
 html { scroll-padding-top: 41px; }
 #root { top: 41px; }
}
@media all and (max-width: 360px) {
 #product-name { font-size: 4.2vw; } }
@media all and (max-width: 319px) {
 #product-name { display: none; }
 #product-name-container { display: none; }
 #top-right-buttons { padding-left: 10px; }
}

#content {
 left: 0;
 top: 0;
 margin-left: 10px;
 margin-right: 10px;
 background-color: #ffffff;
}

#footer {
 left: 0;
 top: 0;
 width: 100%;
 padding-top: 10px;
 padding-bottom: 10px;
 background-color: #b90069;
 color: #ffffff;
 text-align: center;
 font-size: 16px;
}
#footer a { color: #ffffff; font-size: 16px; text-decoration: underline; }

.content-button {
 display: inline-block;
 background: linear-gradient(to bottom, rgba(240,0,125,1) 0%, rgba(169,0,89,1) 100%);
 border-radius: 10px;
 margin: 10px;
 width: 150px;
 height: 40px;
 vertical-align: middle;
 text-align: center;
 -webkit-transform: scaleX(-1);
 transform: scaleX(-1);
}

.content-button:hover {
 background: linear-gradient(to bottom, rgba(255,0,140,1) 0%, rgba(185,0,105,1) 100%);
}

@media all and (max-width: 590px) {
 .content-button {
   width: 120px; height: 31px; margin-right: 6px; margin-left: 6px; border-radius: 8px; }
 .content-button > div input[type="image"] { width: 97.5px; height: 31px; }
}

@media all and (max-width: 430px) {
 .content-button {
   width: 100px; height: 24px; margin-right: 4px; margin-left: 4px; border-radius: 6px; }
 .content-button > div input[type="image"] { width: 78px; height: 24px; }
}

#toc {
 display: table;
 width: 100%;
}

#toc > div {
 display: table-row;
 width: 100%;
}

.vertical-line-left {
 display: table-cell;
 width: 2px;
}

.vertical-line {
 display: table-cell;
 background-color: #000000;
 width: 7px;
}

.vertical-line-right {
 display: table-cell;
 width: 10px;
}

#table-of-contents {
 display: table-cell;
 text-align: left;
}

.l2 { list-style-type: none; padding: 0; margin: 0 0 0 0; }
.l3 { list-style-type: disc; padding: 0; margin: 0 0 0 35px; }
.l4 { list-style-type: disc; padding: 0; margin: 0 0 0 35px; }
.l5 { list-style-type: disc; padding: 0; margin: 0 0 0 35px; }
.l6 { list-style-type: disc; padding: 0; margin: 0 0 0 35px; }

.linq {
 color: #a90059;
}

.linq:hover {
 text-decoration: underline !important;
}

.screenshot {
 text-align: center;
 padding-top: 10px;
 padding-bottom: 10px;
}

.screenshot img {
 max-width: 100%;
}

.rainbow {
 background: linear-gradient(to right, #ef5350, #f48fb1, #7e57c2, #2196f3, #26c6da, #43a047, #eeff41, #f9a825, #ff5722);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
}

table.tutorials {
 width: 100%;
 margin-top: 30px;
 margin-bottom: 30px;
}
table.tutorials tr:first-child td { border-radius: 10px 10px 0 0; border-collapse: separate; border-spacing: 0; }
table.tutorials tr:last-child td { border-radius: 0 0 10px 10px; border-collapse: separate; border-spacing: 0; }
table.tutorials td { padding: 10px; vertical-align: middle; border-collapse: separate; border-spacing: 0; }
table.tutorials td div { display: table-cell; vertical-align: middle; }
table.tutorials td div:first-child { padding-right: 10px; padding-left: 5px; }
table.tutorials td div:first-child img { display: block; }
table.tutorials td a { display: table-cell; height: 100%; width: 100%; vertical-align: middle; color: #660033; }

table.tutorials tr:nth-child(even) td { background-color: #fff0fa; }
table.tutorials tr:nth-child(odd) td { background-color: #fffaff; }

@media (prefers-color-scheme: dark) {
 body { background-color: #000000; color: #dddddd; }
 h1, h2, h3, h4, h5, h6 { color: #ffffff; }
 a { color: #ffffff; text-decoration: underline; }
 #navigation-bar { background-color: #000000; color: #ffffff; }
 #navigation-line { background-color: #000000; }
 #navigation-gradient { background: linear-gradient(to top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); }
 .top-right-menu { background-color: #000000; filter: brightness(145%); }
 #notice { color: #dddddd; border-bottom: 1px solid #dddddd; }
 #product-name { color: #ffffff; }
 #content { background-color: #000000; }
 #footer { background-color: #b90069; color: #ffffff; }
 #footer a { color: #ffffff; }
 .vertical-line { background-color: #ffffff; }
 #table-of-contents { color: #ffffff; }
 .l2 li a, .l3 li a, .l4 li a, .l5 li a, .l6 li a { color: #dddddd; }
 .linq { color: #ffffff; text-decoration: underline !important; }
 table.tutorials td a { color: #ffffff; text-decoration: none; }
 table.tutorials td a:hover { text-decoration: underline; }
 table.tutorials tr:nth-child(even) td { background-color: #222222; }
 table.tutorials tr:nth-child(odd) td { background-color: #111111; }
 #logo1 { filter: brightness(110%) saturate(110%); }
 #logo2 { filter: brightness(190%) saturate(120%); }
 .screenshot img { box-shadow: 0 0 10px 5px rgba(255,255,255,1) !important; }
}
