body:not(:has(.page)),
html:not(:has(.page)) {
    height: 100%;
    overflow: hidden;
}
*,
:after,
:before,
body,
html {
    padding: 0;
    margin: 0;
    image-rendering: "pixelated";
}
.start-button-wrapper,
button {
    border: 0;
    cursor: pointer;
}
a,
input:focus {
    outline: 0;
}
button,
label {
    cursor: pointer;
}
.windows,
body,
input {
    font-size: 12px;
}
.windows-button,
input {
    -webkit-appearance: none;
}
.browser-wrap,
.windows,
.windows-header,
body:not(:has(.page)),
html:not(:has(.page)) {
    overflow: hidden;
}
@font-face {
    font-family: px_sans_nouveaux;
    src: url(fonts/px_sans_nouveaux/px_sans_nouveaux.eot);
    src: url(fonts/px_sans_nouveaux/px_sans_nouveaux.eot?#iefix) format("embedded-opentype"), url(fonts/px_sans_nouveaux/px_sans_nouveaux.woff2) format("woff2"), url(fonts/px_sans_nouveaux/px_sans_nouveaux.woff) format("woff"),
        url(fonts/px_sans_nouveaux/px_sans_nouveaux.ttf) format("truetype");
}
-webkit-scrollbar-thumb {
    background-color: silver;
    border-left: ridge 2px #fff;
    border-top: ridge 2px #fff;
    border-right: ridge 2px gray;
    border-bottom: ridge 2px gray;
}
html {
    box-sizing: border-box;
}
*,
:after,
:before {
    box-sizing: inherit;
    box-sizing: border-box;
}
body {
    line-height: 1.5;
    letter-spacing: -0.025em;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    cursor: default;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    /*transition: background-color 1s ease 0.5s, color 1s ease 0.5s;*/
    font-family: px_sans_nouveaux;
    background-color: teal;
}
.form-content,
.share,
.share a,
.windows-content {
    color: #000;
}

.form-content {
    overflow: scroll;
    max-height: 80vh;
}
.windows,
.windows-button {
    font-family: Arial, sans-serif;
}
.browser-content {
    font-size: initial;
    font-family: 'px_sans_nouveaux';
}
a {
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
input[type="color"] {
    opacity: 0;
    width: 26px;
}
input {
    border-radius: 0;
}
label {
    display: block;
}
.label-container {
    display: none;
}
.input-border {
    border-left: 2px solid #6b6b6b;
    border-top: 2px solid #6b6b6b;
    border-right: 2px solid #dfdfdf;
    border-bottom: 2px solid #dfdfdf;
}
.input {
    width: 100%;
    border-left: 2px solid #404040;
    border-top: 2px solid #404040;
    border-right: 2px solid #f4f4f4;
    border-bottom: 2px solid #f4f4f4;
    padding-left: 0.5em;
}
.formfields {
    position: relative;
    border-left: 1px solid #848484;
    border-top: 1px solid #848484;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.formfields .formfields-inner {
    padding: 1em 1em 0;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    border-right: 1px solid #848484;
    border-bottom: 1px solid #848484;
}
.formfields .formfields-label {
    position: absolute;
    background-color: #c6c6c6;
    padding: 0 0.35em;
    top: -0.75em;
    left: 0.5em;
}
.flavor-name-container {
    margin-top: 1em;
}
.share {
    margin: 2em auto 0;
    width: 80%;
}
.bullets {
    list-style: none;
    padding: 0;
}
.bullets li {
    margin: 1em 0;
}
.windows-container,
.windows-form {
    margin: 0 auto;
    height: 100%;
}
.bullets a {
    position: relative;
    padding: 0 0.2em;
    padding-left: calc(0.5em + 13px);
    border: 1px dotted transparent;
}
.bullets a:after,
.bullets a:before {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 0;
}
.bullets a:before {
    background: url(../images/bullet.gif);
}
.bullets a:after {
    opacity: 0;
    background: url(../images/bullet-checked.gif);
}
.bullets a.clicked:after,
.bullets a:hover:after {
    opacity: 1;
}
.bullets a:active {
    border: 1px dotted #000;
}
.windows-container {
    position: absolute;
    width: 100%;
    z-index: 500;
    overflow: hidden;
}
.windows-content {
    padding: 1.5em;
}
.player {
    max-width: 1000px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 600;
}
.corbeil,
.notepad,
.explorer,
.keygen,
.minesweeper,
.viewer {
    max-width: 600px;
    height: auto;
    max-height: 80vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 600;
}
.explorer {
    max-width: 400px;
}
.keygen {
    max-width: 300px;
}
.keygen .error-window-button-wrapper {
    margin: 0;
    min-width: 85px;
}
.minesweeper {
    max-width: 193px;
}
.minesweeper .error-window-button-wrapper {
    min-width: 20px;
    min-height: 20px;
    margin: 0;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    width: 20px;
    padding-left: 0px;
    display: flex !important;
    flex-wrap: wrap;
    gap: 0;
    flex: 0 0 auto;
}
.minesweeper-counter {
    outline: 1px inset #f0f0f0;
    background: #330000;
    color: red;
    font-weight: 600;
    left: 8px;
}
.viewer {
    max-width: fit-content;
}
.error-window {
    max-width: 600px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 800;
}
.error-window-container {
    vertical-align: middle;
    padding: 15px 80px 40px 80px;
    color: #000;
    font-family: "px_sans_nouveaux";
}
.error-window-container>img {
    position: absolute;
    left: 30px;
    top: 40px;
}
.error-window-button-wrapper {
    margin: 30px 0 0 0;
    min-width: 75px;
    min-height: 35px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 6px 3px;
    background-color: silver;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    box-shadow: inset 1px 1px #dfdfdf, 1px 0 #000, 0 1px #000, 1px 1px #000;
    color: #000;
    font-family: "px_sans_nouveaux";
}
.windows {
    font-weight: 400;
    letter-spacing: 0.025em;
    font-smoothing: never;
    -webkit-font-smoothing: none;
    background-color: #c6c6c6;
    border-top: 2px solid #efefef;
    border-left: 2px solid #efefef;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    height: 100%;
    position: relative;
}
.windows .windows-button {
    color: #000;
    background-color: silver;
    position: relative;
    z-index: 10;
    float: right;
}
.windows .windows-button:active {
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    border-right: 2px solid #efefef;
    border-bottom: 2px solid #efefef;
}
.windows-header {
    height: 25px;
    position: relative;
    text-align: left;
    color: #fff;
    padding: 0.25em 0.75em;
    line-height: 1.4;
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    border-right: 2px solid silver;
    border-bottom: 1px solid silver;
    background: navy;
}
.windows-header img,
.start-bar-window img {
    max-width: 16px;
    max-height: 16px;
    vertical-align: text-bottom;
}
.windows-button {
    display: block;
    -moz-appearance: none;
    appearance: none;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 0.45em 0.75em;
    border-left: 2px solid #ededed;
    border-top: 2px solid #ededed;
    border-right: 2px solid #404040;
    border-bottom: 2px solid #404040;
}
.icon-inner-container .icon-box span,
.ui-icon span {
    text-align: center;
    font-family: px_sans_nouveaux;
    font-size: 8px;
}
.windows-button:active {
    -webkit-transform: translate3d(0, 1px, 0);
    transform: translate3d(0, 1px, 0);
}
.windows-button:focus {
    outline: #000 dotted 1px;
}
.windows-footer {
    padding: 2em 0;
}
.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.hidden {
    display: none;
}
.browser-wrap {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 2px;
    padding: 0;
    height: 100%;
    overflow: scroll;
}
.browser-outer-container {
    height: 100%;
    padding: 0px;
    margin: 0;
}
.browser-inner-container {
    border-left: 2px solid #404040;
    border-top: 2px solid #404040;
    border-right: 2px solid #f4f4f4;
    border-bottom: 2px solid #f4f4f4;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow-y: scroll;
    background-color: #000;
    background-image: url(../images/stars.gif);
}
.browser-inner-container .icon-box {
    display: inline-block;
    position: relative;
    text-align: center;
}
.browser-inner-container .img16 {
    margin-top: -40px;
    margin-left: 25px;
}
.browser-inner-container .img32 {
    margin-top: -50px;
    margin-left: 17px;
}
.browser-inner-container .img48 {
    margin-top: -56px;
    margin-left: 10px;
}
.browser-inner-container .img64 {
    height: 128px;
    width: 128px;
}
.browser-inner-container .icon-box span {
    display: block;
    padding: 4px 0 0;
}
.notepad-inner-container {
    border-left: 2px solid #404040;
    border-top: 2px solid #404040;
    border-right: 2px solid #f4f4f4;
    border-bottom: 2px solid #f4f4f4;
    height: 100%;
    padding: 0px 2px 0px 2px;
    margin: 0;
    overflow-y: scroll;
    background-color: #fff;
    font-size: 14px;
    color: #000;
    font-weight: 600;
}
.explorer-inner-container,
.keygen-inner-container {
    border-left: 2px solid #404040;
    border-top: 2px solid #404040;
    border-right: 2px solid #f4f4f4;
    border-bottom: 2px solid #f4f4f4;
    height: 100%;
    padding: 0px 2px 0px 2px;
    margin: 0;
    overflow-y: scroll;
    background-color: #fff;
    font-size: 14px;
    color: #000;
    font-weight: 600;
}
.icon-item,
.icon-item .helper,
.ui-icon {
    display: inline-block;
}
.icon-item {
    width: 68px;
    height: 68px;
    border: 1px solid #ccc;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    margin: 5px;
    border-left: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
    border-right: 1px solid #7f7f7f;
    border-bottom: 1px solid #7f7f7f;
}
.icon-item .helper {
    height: 100%;
    vertical-align: middle;
}
.icon-item a div {
    vertical-align: middle;
    max-height: 64px;
    max-width: 64px;
    margin-top: -60px;
    margin-left: 10px;
}
.ui-desktop {
    position: absolute;
    left: 0;
    top: 0;
    width: 72px;
    z-index: 2;
}
.ui-icon {
    display: inline;
    text-align: center;
    width: 72px;
    z-index: 0;
    line-height: 12px;
    margin: 0;
    padding: 8px 1px;
}
.ui-folder-icon {
    display: inline-flex;
    text-align: center;
    width: 72px;
    z-index: 0;
    line-height: 12px;
    font-size: 11px;
    font-weight: 100;
    margin: 20px;
    padding: 8px 1px;
}
.ui-icon-container {
    position: relative;
}
.ui_icon div {
    display: block;
    text-align: center;
}
.ui-icon span {
    display: block;
    padding: 4px 0 0;
}
.video-container {
    display: flex;
    justify-content: center;
}
    
.video-container>iframe {
    aspect-ratio: 16 / 9;
    width: 100% !important;
}
.start-bar {
    padding: 2px;
    box-shadow: inset 1px 0 #fff;
    display: block;
    background-color: silver;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #4e4e4e;
    position: fixed;
    z-index: 99999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.start-button {
    background-image: url(../images/start-button.png);
    background-repeat: no-repeat;
    width: 45px;
    height: 14px;
}
.start-button-wrapper {
    float: left;
    margin-left: 2px;
    margin-bottom: 2px;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 6px 3px;
    background-color: silver;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    box-shadow: inset 1px 1px #dfdfdf, 1px 0 #000, 0 1px #000, 1px 1px #000;
    min-width: 59px;
    margin-right: 6px;
    color: #000;
}
.nav-button-wrapper {
    margin: 2px -2px 2px 0;
    min-width: 75px;
    min-height: 75px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 6px 3px;
    background-color: silver;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    box-shadow: inset 1px 1px #dfdfdf, 1px 0 #000, 0 1px #000, 1px 1px #000;
    color: #000;
    font-family: "px_sans_nouveaux";
    font-size: 9px;
}
.nav-button-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.nav-text-wrapper {
    display: inline-block;
    padding: 2px 6px 3px;
    color: #000;
    font-family: "px_sans_nouveaux";
    font-size: 8px;
}
.social-links img {
    vertical-align: text-bottom;
    margin: 0px 4px 0px 4px;
}
.social-links,
.start-bar-window {
    vertical-align: text-bottom;
    height: 22px;
    line-height: 22px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-family: Arial;
    font-weight: 400;
    color: #000;
}
.start-bar-window {
    float: left;
    padding: 0 10px 0 6px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    box-shadow: inset 1px 1px grey;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAG0lEQVQYV2M8cODAf3t7ewbG/////z948CADAFuqCj64BtLKAAAAAElFTkSuQmCC);
}
.start-bar-window-blur {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    box-shadow: inset 1px 1px #dfdfdf, 1px 0 #000, 0 1px #000, 1px 1px #000;
    background: none;
}
.social-links {
    float: right;
    text-align: right;
    padding: 0 10px;
    border-top: 1px solid gray;
    border-left: 1px solid gray;
}
@media (max-width: 768px) {

}
@media (max-width: 630px) {
    .nav-button-wrapper {
        min-width: 60px;
        min-height: 60px;;
    }

    .nav-button-content>img {
        max-width: 24px;
        max-height: 24px;
    }

    .icon-inner-container .icon-box span, .ui-icon span {
        font-size: 7px;
    }

    .social-links {
        padding: 0 1px;
    }

    .social-links img {
        margin: 0px 2px 0px 2px;
    }
}
