.light {display: block;background-color: auto;}.dark {display: none;background-color: none;}@font-face {font-family: SiteFont;src: url(/fonts/SiteFont.ttf);}@font-face {font-family: SiteFontBold;src: url(/fonts/SiteFontBold.ttf);font-weight: bold;}@keyframes slide-up {from {transform: translateY(20%);opacity: 0;}to {transform: translateY(0);opacity: 1;}}* {font-family: SiteFont, SiteFontBold, Arial, sans-serif;scroll-behavior: smooth;}body {margin: 0;color: rgb(0, 0, 0);background-color: rgb(249, 249, 249);}.top-bar {position: fixed;top: 0;width: 100%;background-color: rgb(255, 255, 255);color: rgb(0, 0, 0);display: flex;flex-direction: column;z-index: 9998;align-items: center;transition: top 0.3s;}.top-bar.hidden {top: -150px;}.header {padding: 15px;font-size: 24px;}.nav-links {display: flex;justify-content: space-around;width: 100%;z-index: 9999;background-color: rgb(240, 240, 240);}.nav-links a, .header a {padding: 15px;color: rgb(0, 0, 0);text-decoration: none;}.nav-links a:hover {transform: translateY(2px);transition: transform 0.3s ease;}.content {padding: 20px 50px;transition: padding 0.3s;text-align: center;max-width: 60%;margin: 0 auto;animation: slide-up 0.5s ease-out forwards;}.content a {color: rgb(0, 123, 255);text-decoration: none;}.footer {position: fixed;bottom: -100%;width: 100%;background-color: rgb(255, 255, 255);color: rgb(0, 0, 0);text-align: center;padding: 10px;transition: bottom 0.5s;}.footer.visible {bottom: 0;}.preview {color: rgb(0, 0, 0);background-color: rgb(240, 240, 240);border-radius: 10px;display: inline-block;padding: 10px;margin-top: 10px;min-width: 300px;cursor: pointer;}.preview:hover {transform: scale(1.05);transition: transform 0.3s ease;}.preview_title {font-size: 20px;margin: 0;}.image-link-preview {color: rgb(0, 0, 0);background-color: rgb(240, 240, 240);border-radius: 10px;padding: 10px;margin-top: 10px;margin-left: auto;margin-right: auto;min-width: 300px;max-width: 300px;cursor: pointer;}.image-link-preview a {color: rgb(0, 0, 0);}.image-link-preview:hover {transform: scale(1.05);transition: transform 0.3s ease;}.grid {display: flex;flex-direction: row;gap: 10px;padding-top: 10px;justify-content: center;}.grid-item {padding: 10px;}.no-select {user-select: none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;}img {margin-left: auto;margin-right: auto;max-width: 90%;border-radius: 10px;}.spoiler {opacity: 0.5;transition: opacity 0.5s ease;filter: blur(5px);}.spoiler.show {opacity: 1;filter: blur(0);}input, select, textarea, button {font-weight: normal;border: none;border-color: rgb(240, 240, 240);background-color: rgb(240, 240, 240);color: rgb(0, 0, 0);border-radius: 10px;padding: 5px;box-shadow: none;}.hljs {color: rgb(0, 0, 0);background: rgb(240, 240, 240);border-radius: 10px;}.copy-button {margin-top: 1px;padding: 5px 10px;background-color: rgb(255, 255, 255);color: rgb(0, 0, 0);border: none;border-radius: 10px;cursor: pointer;}.copy-button:hover {background-color: rgb(255, 255, 255);}ul, ol {display: block;padding-left: 0;padding-right: 0;text-align: center;list-style-position: inside;}ul li, ol li {width: 100%;max-width: 40vw;padding-left: 20vw;padding-right: 20vw;text-align: left;}.top-notice {width: 100%;text-align: left;padding: 10px;margin-left: auto;margin-right: auto;}.top-notice small {margin-right: 10px;}.top-notice button {margin-right: 20px;}.content, .swedish, .english, .eu {display: none;}@media (max-width: 600px) {.preview, .image-link-preview {min-width: 100%;max-width: 100%;padding: 5px;}.preview_title {font-size: 16px;}.content {padding: 50px 10px 25px;max-width: 90%;}ul li, ol li {padding-left: 10vw;padding-right: 10vw;}.grid {flex-direction: column;align-items: center;}.grid-item {width: 100%;max-width: 100%;}}@media (prefers-color-scheme: dark) {.dark {display: block;background-color: auto;}.light {display: none;background-color: none;}@font-face {font-family: SiteFont;src: url(/fonts/SiteFont.ttf);}@font-face {font-family: SiteFontBold;src: url(/fonts/SiteFontBold.ttf);font-weight: bold;}@keyframes slide-up {from {transform: translateY(20%);opacity: 0;}to {transform: translateY(0);opacity: 1;}}* {font-family: SiteFont, SiteFontBold, Arial, sans-serif;scroll-behavior: smooth;}body {margin: 0;color: rgb(238, 238, 238);background-color: rgb(34, 34, 34);}.top-bar {position: fixed;top: 0;width: 100%;background-color: rgb(51, 51, 51);color: rgb(238, 238, 238);display: flex;flex-direction: column;z-index: 9998;align-items: center;transition: top 0.3s;}.top-bar.hidden {top: -150px;}.header {padding: 15px;font-size: 24px;}.nav-links {display: flex;justify-content: space-around;width: 100%;z-index: 9999;background-color: rgb(68, 68, 68);}.nav-links a, .header a {padding: 15px;color: rgb(238, 238, 238);text-decoration: none;}.nav-links a:hover {transform: translateY(2px);transition: transform 0.3s ease;}.content {padding: 20px 50px;transition: padding 0.3s;text-align: center;max-width: 60%;margin: 0 auto;animation: slide-up 0.5s ease-out forwards;}.content a {color: rgb(0, 123, 255);text-decoration: none;}.footer {position: fixed;bottom: -100%;width: 100%;background-color: rgb(51, 51, 51);color: rgb(238, 238, 238);text-align: center;padding: 10px;transition: bottom 0.5s;}.footer.visible {bottom: 0;}.preview {color: rgb(238, 238, 238);background-color: rgb(51, 51, 51);border-radius: 10px;display: inline-block;padding: 10px;margin-top: 10px;min-width: 300px;cursor: pointer;}.preview:hover {transform: scale(1.05);transition: transform 0.3s ease;}.preview_title {font-size: 20px;margin: 0;}.image-link-preview {color: rgb(238, 238, 238);background-color: rgb(51, 51, 51);border-radius: 10px;padding: 10px;margin-top: 10px;margin-left: auto;margin-right: auto;min-width: 300px;max-width: 300px;cursor: pointer;}.image-link-preview a {color: rgb(238, 238, 238);}.image-link-preview:hover {transform: scale(1.05);transition: transform 0.3s ease;}.grid {display: flex;flex-direction: row;gap: 10px;padding-top: 10px;justify-content: center;}.grid-item {padding: 10px;}.no-select {user-select: none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;}img {margin-left: auto;margin-right: auto;max-width: 90%;border-radius: 10px;}.spoiler {opacity: 0.5;transition: opacity 0.5s ease;filter: blur(5px);}.spoiler.show {opacity: 1;filter: blur(0);}input, select, textarea, button {font-weight: normal;border: none;border-color: rgb(51, 51, 51);background-color: rgb(51, 51, 51);color: rgb(238, 238, 238);border-radius: 10px;padding: 5px;box-shadow: none;}.hljs {color: rgb(238, 238, 238);background: rgb(51, 51, 51);border-radius: 10px;}.copy-button {margin-top: 1px;padding: 5px 10px;background-color: rgb(68, 68, 68);color: rgb(238, 238, 238);border: none;border-radius: 10px;cursor: pointer;}.copy-button:hover {background-color: rgb(68, 68, 68);}ul, ol {display: block;padding-left: 0;padding-right: 0;text-align: center;list-style-position: inside;}ul li, ol li {width: 100%;max-width: 40vw;padding-left: 20vw;padding-right: 20vw;text-align: left;}.top-notice {width: 100%;text-align: left;padding: 10px;margin-left: auto;margin-right: auto;}.top-notice small {margin-right: 10px;}.top-notice button {margin-right: 20px;}.content, .swedish, .english, .eu {display: none;}@media (max-width: 600px) {.preview, .image-link-preview {min-width: 100%;max-width: 100%;padding: 5px;}.preview_title {font-size: 16px;}.content {padding: 50px 10px 25px;max-width: 90%;}ul li, ol li {padding-left: 10vw;padding-right: 10vw;}.grid {flex-direction: column;align-items: center;}.grid-item {width: 100%;max-width: 100%;}}}