@import"https://fonts.googleapis.com/css2?family=Cantarell&family=Montserrat&family=Quicksand&display=swap";html,body,#root{position:fixed;top:0;left:0;width:100%;height:100%;background:ivory;overscroll-behavior:none}.loading-screen{position:fixed;top:0;left:0;bottom:0;right:0;background-color:inherit;display:flex;align-items:center;justify-content:center;transition:opacity 5s;z-index:1000;font-family:Cantarell,sans-serif}.loading-screen_board{padding:4rem;background-color:#e4ccaa;border-radius:24px;text-align:center;transition:opacity .4s}.loading-screen_title{font-size:3.5rem;color:#36555a;margin:0;margin-bottom:1rem}.loading-screen_button{padding:.5rem 3rem;background-color:#b56b3c;color:#fff;border:none;font-weight:700;font-size:3.5rem;border-radius:8px;transition:background-color .4s;font-family:Cantarell,sans-serif}.loading-screen_button:hover{background-color:#c55916;cursor:pointer}.loading-screen_button:disabled{opacity:.3;cursor:not-allowed}.loading-screen--started{opacity:0;pointer-events:none}.loading-screen--started .loading-screen_board{opacity:0}.nipple-zone{position:fixed;left:4vw;bottom:4vh;width:22vw;height:22vw;min-width:140px;min-height:140px;max-width:220px;max-height:220px;z-index:1;touch-action:none;display:flex;align-items:center;justify-content:center;user-select:none;-webkit-user-select:none;background:#0000001f;border:.15rem solid rgba(255,255,255,.2);border-radius:50%}.settings-button{position:fixed;top:4vh;right:4vw;width:3.5rem;height:3.5rem;border:none;border-radius:50%;font-size:2rem;cursor:pointer;z-index:2;background:#36555a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#f7ede3}.gear{display:inline-block;filter:brightness(0) invert(1);font-size:2rem}.settings-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:flex;justify-content:center;align-items:center;background:#0000008c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.settings-panel{display:flex;flex-direction:column;width:min(92vw,700px);width:90vw;height:70vh;padding:2rem;border-radius:1.5rem;font-family:Cantarell,sans-serif;font-weight:600;font-size:1.5rem;background:#e4ccaa;color:#36555a}.settings-header{position:relative;display:flex;justify-content:center;align-items:center;width:100%}.settings-header h2{margin:0;font-size:1rem;font-weight:500;text-align:center;width:100%}.close-button{position:absolute;right:0;top:50%;transform:translateY(-50%);background:#7b7748;border:none;border-radius:50%;color:#f7ede3;font-size:1.1rem;cursor:pointer}.settings-tabs{display:flex;width:90%;margin:1.5rem auto;gap:0}.tab-button{flex:1;background:#c78e41;border:none;color:#f7ede3;cursor:pointer;padding:1rem 0;display:flex;justify-content:center;align-items:center;font-size:1.5rem}.tab-button:first-child{border-radius:8px 0 0 8px}.tab-button:last-child{border-radius:0 8px 8px 0}.tab-button.active{font-weight:600;background:#b56b3c}.settings-content{width:60%;height:70%;margin:2rem auto;padding:3rem;border-radius:10px;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;background:#f7ede3}.setting-row{display:flex;justify-content:space-between;align-items:center;gap:2rem;width:75%}.credits-content{overflow-y:auto;width:100%;height:100%;padding-right:.5rem;scrollbar-width:thin;scrollbar-color:#B56B3C #E4CCAA}@media(max-width:768px){.settings-content{width:85%;margin:1rem auto;padding:1rem}.setting-row{width:85%;gap:1rem}}input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:.5rem;background:transparent;cursor:pointer;outline:none}input[type=range]::-webkit-slider-runnable-track{height:.5rem;border-radius:999px;background:linear-gradient(to right,#B56B3C 0%,#B56B3C var(--progress, 0%),#E4CCAA var(--progress, 0%),#E4CCAA 100%)}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:.6rem;height:2rem;border-radius:1rem;background:#b56b3c;border:3px solid #F7EDE3;margin-top:-.75rem}input[type=range]::-moz-range-track{height:.5rem;border-radius:999px;background:#e4ccaa}input[type=range]::-moz-range-progress{height:.5rem;border-radius:999px;background:#b56b3c}input[type=range]::-moz-range-thumb{width:.25rem;height:1.6rem;border-radius:.4rem;background:#b56b3c;border:3px solid #F7EDE3;cursor:pointer}.toggle-switch{position:relative;display:inline-block;width:3.5rem;height:2rem}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;top:0;right:0;bottom:0;left:0;background:#e4ccaa;border:2px solid #B56B3C;border-radius:999px;cursor:pointer;transition:.25s}.toggle-slider:before{content:"";position:absolute;height:1.4rem;width:1.4rem;left:.2rem;top:50%;transform:translateY(-50%);border-radius:50%;background:#b56b3c;transition:.25s}.toggle-switch input:checked+.toggle-slider{background:#b56b3c}.toggle-switch input:checked+.toggle-slider:before{transform:translate(1.45rem,-50%);background:#f7ede3}.credits-content::-webkit-scrollbar{width:.55rem}.credits-content::-webkit-scrollbar-track{background:#e4ccaa;border-radius:999px}.credits-content::-webkit-scrollbar-thumb{background:#b56b3c;border-radius:1rem;border:3px solid #F7EDE3}.credits-content::-webkit-scrollbar-thumb:hover{background:#c55916}
