@import"https://fonts.googleapis.com/css2?family=Butcherman&display=swap";*{padding:0;margin:0;box-sizing:border-box}.game_selector_container{width:100dvw;height:100dvh;display:flex;justify-content:space-between;align-items:center;flex-direction:column;background-image:url(/wall.png);background-size:cover;background-position:center;background-repeat:no-repeat;overflow-x:hidden}.mask_options_container{width:70%;height:70px;outline:2px solid black}.display_mask_options{width:100%;height:calc(100% - 70px);display:flex;justify-content:space-between;align-items:center}.show_mask_visualitaion{width:70%;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.palet_sections_colors{width:30%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.palet_sections_colors>p{width:fit-content;height:fit-content}.colors_container{width:100%;height:90%;display:grid;grid-template-columns:repeat(3,1fr)}.color_btn_pick{width:55px;height:55px;border:1px solid #0505054a;border-radius:10px;cursor:pointer;display:flex;justify-content:center;align-items:center;margin:auto;background:linear-gradient(90deg,#9b5a01,#cbac44)}.color_btn_pick>span{width:80%;height:80%;border-radius:5px}.mask3d-wrap{position:relative;width:420px;aspect-ratio:241 / 310;perspective:900px;perspective-origin:50% 45%;height:calc(100% - 60px)}.mask3d-front,.mask3d-back{position:absolute;inset:0;width:100%;height:95%;transform-style:preserve-3d}.mask3d-front{transform:rotateX(10deg) rotateY(-14deg) translateZ(24px);filter:drop-shadow(0 18px 20px rgba(0,0,0,.25)) drop-shadow(0 6px 10px rgba(0,0,0,.18));transition:transform .22s ease,filter .22s ease;z-index:2}.mask3d-back{transform:rotateX(10deg) rotateY(-14deg) translateZ(-6px) translateY(8px);opacity:.45;filter:blur(1.2px);z-index:1;pointer-events:none}.mask3d-wrap:hover .mask3d-front{transform:rotateX(-6deg) rotateY(0) translateZ(37px);filter:drop-shadow(0 26px 26px rgba(0,0,0,.3)) drop-shadow(0 8px 14px rgba(0,0,0,.22))}.mask3d-wrap:hover .mask3d-back{transform:rotateX(6deg) rotateY(-8deg) translateZ(-10px) translateY(10px)}.header_legend_about{width:90%;flex-direction:row;display:flex;justify-content:space-between;align-items:center}.message_hash{font-family:Butcherman,system-ui;font-weight:400;font-style:normal;width:fit-content;height:fit-content;letter-spacing:3px;font-size:26px}.hash-char.ok{color:#3cff8f;text-shadow:0 0 6px rgba(60,255,143,.6)}.hash-char.bad{color:#ff3b3b;text-shadow:0 0 6px rgba(255,59,59,.6)}.btn_coin{background-image:url(/oldcoin.svg);background-size:cover;background-position:center;background-repeat:no-repeat;width:50px;height:50px;border-radius:50%;border:none;cursor:pointer;animation:coinSpin 1.6s ease-in-out infinite;animation-delay:.6s;transition:transform .2s ease}@keyframes coinSpin{0%{transform:rotateY(0)}40%{transform:rotateY(180deg)}60%{transform:rotateY(200deg)}to{transform:rotateY(360deg)}}.btn_coin:hover{animation-play-state:paused;transform:scale(1.15)}.modal-overlay{width:30%;height:100%;background:transparent;display:flex;align-items:center;justify-content:center}.modal-proverb{background:linear-gradient(90deg,#9b5a01,#cbac44);width:100%;color:#e6dcdc;text-align:center;box-shadow:inset 0 0 12px #ff00001a;animation:ritualAppear .4s ease-out}.modal-proverb p{font-size:1.4rem;letter-spacing:.05em;line-height:1.6;margin-bottom:24px}.modal-proverb button{background:transparent;color:#fff;padding:8px 18px;cursor:pointer;font-size:22px;transition:all .2s ease}.modal-proverb button:hover{background:#7a0000;color:#fff;box-shadow:0 0 12px #f009}.legend-instruction{font-family:Bungee Inline,cursive;font-size:1.3rem;color:#f8f8f8;text-shadow:0 0 4px rgba(0,0,0,.6);text-align:center;margin-bottom:12px}
