button.default{padding:5px 10px;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;font-family:Inter;font-size:16px;font-weight:500;line-height:24px;text-align:center;border:none;border-radius:8px;cursor:pointer;transition:all .4s ease}button.default:hover:not(:disabled){scale:1.1;transition:all .4s ease}.button:hover.disabled,button.default:hover:disabled{scale:.9;transition:all .4s ease}.button.disabled,button.default:disabled{filter:grayscale(50%);transition:all .4s ease}label.default:has(input[subtype=checkbox]:disabled){cursor:not-allowed}label.default:has(input[subtype=checkbox]:disabled) span{background-color:#7c7c7c}label.default:has(input[subtype=checkbox]:disabled) input:checked~span{background-color:#7c7c7c}label.default:has(input[subtype=checkbox]){height:30px;width:30px;background-color:#dfdfdf;position:relative;cursor:pointer;display:inline-block;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:10px;box-shadow:0 0 3px 0 #000}label.default:has(input[subtype=checkbox]) span{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);width:20px;height:20px;border-radius:5px;display:none}label.default:has(input[subtype=checkbox]) input:checked~span{display:inline;background-color:#371e94;box-shadow:0 0 1px 1px #000}label.default:has(input[subtype=checkbox]) input{display:none}label.default:has(input[subtype=switch]:disabled){cursor:not-allowed}label.default:has(input[subtype=switch]:disabled) span{background-color:#7c7c7c}label.default:has(input[subtype=switch]:disabled) input:checked~span{background-color:#7c7c7c}label.default:has(input[subtype=switch]){height:30px;width:50px;background-color:#dfdfdf;position:relative;cursor:pointer;display:inline-block;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:10px;border:3px solid #505050;box-shadow:0 0 3px 0 #000}label.default:has(input[subtype=switch]) span{position:absolute;top:50%;left:2px;transform:translateY(-50%);width:20px;height:20px;border-radius:5px;background-color:#371e94;transition:left .3s linear}label.default:has(input[subtype=switch]) input:checked~span{background-color:#371e94;left:22px;box-shadow:0 0 2px 0 #000}label.default:has(input[subtype=switch]) input{display:none}.light-theme{--color-bg:#bdbdbd;--color-bg-secondary:#a0a0a0;--color-text:#111827;--color-text-secondary:#4b5563;--color-accent:#3b82f6;--color-success:#10b981;--color-error:#ef4444;--color-warning:#f59e0b;--color-border:#e5e7eb;color:var(--color-text)}.light-theme button.default{color:#111827;background:linear-gradient(180deg,#acacac,#888888);box-shadow:0 0 5px 1px #727272}.light-theme button.default:hover{color:#ddd;box-shadow:0 0 10px 5px #fff;background:linear-gradient(180deg,#555555,#5355ff)}.dark-theme{--color-bg:#333333;--color-bg-secondary:#1f1f1f;--color-text:#bbbbbb;--color-text-secondary:#94a3b8;--color-accent:#60a5fa;--color-success:#34d399;--color-error:#f87171;--color-warning:#fbbf24;--color-border:#334155;color:var(--color-text)}.dark-theme button.default{color:#000;background:linear-gradient(180deg,#858585,#575757);box-shadow:0 0 5px 1px #575757}.dark-theme button.default:hover{box-shadow:0 0 5px 2px #fff;background:linear-gradient(0deg,#555555,#ff0000)}.tictactoe-zone{width:100px;height:100px;display:grid;grid-template-rows:repeat(3,1fr);grid-template-columns:repeat(3,1fr);background:#fff;border:none;grid-gap:1px;gap:1px;background-color:#000}.tictactoe-x{color:#e94242}.tictactoe-o,.tictactoe-x{width:33px;height:33px;background:#fff;display:flex;justify-content:center;align-items:center;font-size:2rem;font-weight:700;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-align:center;text-transform:uppercase;vertical-align:middle}.tictactoe-o{color:#41ac41}.tictactoe-n{width:33px;height:33px;background:#fff;display:flex;justify-content:center;align-items:center;font-size:2rem;font-weight:700;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-align:center;text-transform:uppercase;vertical-align:middle;color:#fff}.tictactoe-wrapper{max-width:100px}*{box-sizing:border-box;padding:0;margin:0}html{font-family:Inter;font-size:20px}body,html{height:100%}a{color:inherit;text-decoration:none}#__next{display:flex;flex-direction:column;height:100%}#__next>footer,#__next>header{background-color:var(--color-bg-secondary)}#__next>main{flex:1 1;text-align:center;background-color:var(--color-bg)}p div{color:red!important;background-color:red!important}.no-select{-webkit-user-select:none;-moz-user-select:none;user-select:none}.link{-webkit-text-decoration:underline dashed;text-decoration:underline dashed;color:#7a2d00}.link:hover{-webkit-text-decoration:underline double;text-decoration:underline double;color:#c90000}.guest_guard_wrapper___MbRl{-webkit-user-select:none;-moz-user-select:none;user-select:none;height:100vh;width:100vw;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#575757;color:#c9c9c9}