:root{--bs-body-font-family: "Poppins", sans-serif;--bs-body-font-weight: 300;--alejo-headings-font-family: "Roboto", sans-serif;--alejo-headings-font-weight: 500}h1,h2,h4{font-family:var(--alejo-headings-font-family);font-weight:var(--alejo-headings-font-weight)}.alejo-brand{font-family:Space Mono;font-weight:600}.alejo-brand:before{content:"[" / ""}.alejo-brand:after{content:"]" / ""}b,strong{font-weight:600}a[target=_blank]:after{content:"";display:inline-block;width:1em;height:1em;margin-left:.05em;vertical-align:middle;background-color:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M10.0002 5H8.2002C7.08009 5 6.51962 5 6.0918 5.21799C5.71547 5.40973 5.40973 5.71547 5.21799 6.0918C5 6.51962 5 7.08009 5 8.2002V15.8002C5 16.9203 5 17.4801 5.21799 17.9079C5.40973 18.2842 5.71547 18.5905 6.0918 18.7822C6.5192 19 7.07899 19 8.19691 19H15.8031C16.921 19 17.48 19 17.9074 18.7822C18.2837 18.5905 18.5905 18.2839 18.7822 17.9076C19 17.4802 19 16.921 19 15.8031V14M20 9V4M20 4H15M20 4L13 11' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M10.0002 5H8.2002C7.08009 5 6.51962 5 6.0918 5.21799C5.71547 5.40973 5.40973 5.71547 5.21799 6.0918C5 6.51962 5 7.08009 5 8.2002V15.8002C5 16.9203 5 17.4801 5.21799 17.9079C5.40973 18.2842 5.71547 18.5905 6.0918 18.7822C6.5192 19 7.07899 19 8.19691 19H15.8031C16.921 19 17.48 19 17.9074 18.7822C18.2837 18.5905 18.5905 18.2839 18.7822 17.9076C19 17.4802 19 16.921 19 15.8031V14M20 9V4M20 4H15M20 4L13 11' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}.navbar-brand{--bs-navbar-brand-padding-y: 0}.main-container{display:flex;flex-direction:column;justify-content:space-between}.wordle-row{display:flex;justify-content:center}.wordle-row:not(:last-child){margin-bottom:10px}.wordle-letter{width:50px;height:50px;border:2px solid #8a8a8a;background-color:#eee;border-radius:7px;display:flex;justify-content:center;align-items:center;font-size:24px;font-weight:700;transition:background-color .2s,border-color .2s;text-transform:uppercase}.wordle-letter:not(:last-child){margin-right:4px}.wordle-letter.filled{background-color:#d3d6da;border-color:#d3d6da}.wordle-letter.present{background-color:#c9b458;border-color:#c9b458}.wordle-letter.absent{background-color:#787c7e;border-color:#787c7e}.wordle-letter.correct{background-color:#6aaa64;border-color:#6aaa64}.keyboard{width:100%;max-width:550px;padding:0 4px 4px;margin:0 auto}.keyboard-row{--bs-gutter-x: .2rem}.keyboard-row:not(:last-child){margin-bottom:10px}.keyboard-larger-col{flex-grow:2}.keyboard-letter{cursor:pointer;width:100%;height:40px;border:2px solid #393939;background-color:#252525;border-radius:5px;display:flex;justify-content:center;align-items:center;font-size:20px;font-weight:700;transition:background-color .2s,border-color .2s}.keyboard-letter.present{background-color:#c9b458;border-color:#c9b458}.keyboard-letter.absent{background-color:#787c7e;border-color:#787c7e}.keyboard-letter.correct{background-color:#6aaa64;border-color:#6aaa64}@media screen and (min-width:375px){.keyboard-row{--bs-gutter-x: .4rem}}@media screen and (min-width:400px){.keyboard{padding:0 12px 4px}}@media screen and (min-height:650px){.keyboard{padding-bottom:20px}}@media screen and (max-height:580px){.game-container{padding-bottom:calc(184px - 3rem)}.keyboard-container{position:fixed;bottom:0;left:0;right:0;background-color:#000}.keyboard-container:before{content:"";position:absolute;top:-40px;height:40px;pointer-events:none;left:0;right:0;background-image:linear-gradient(to top,#000,#0000)}}.urinal-container{display:flex;flex-direction:row;align-items:center;padding:20px 10px 10px;background-color:#555;font-size:6px}.urinal{width:6em;height:10em;background-color:#f0f0f0;color:#ccc;border:1em solid currentColor;border-radius:1.5em;margin:1em;position:relative}.urinal:before{content:"";position:absolute;top:-2.6em;left:50%;width:1em;height:2em;background-color:currentColor;border-radius:5px;transform:translate(-50%)}.urinal:after{content:"";position:absolute;bottom:0;left:50%;width:100%;height:1em;background-color:#568fd4a9;border-radius:0 0 .5em .5em;transform:translate(-50%)}.urinal.correct{color:#3dab64}.urinal.incorrect{color:#d9534f}.urinal .person{position:absolute;top:0;left:50%;transform:translate(-50%) scaleY(2);width:6em;height:10em;z-index:1}@media screen and (min-width:400px){.urinal-container{font-size:7px}}@media screen and (min-width:600px){.urinal-container{font-size:8px}}@media screen and (min-width:800px){.urinal-container{font-size:9px}}@media screen and (min-width:1000px){.urinal-container{font-size:10px}}.main{display:inline-block;position:relative;font-family:Arial}.score-wrapper{position:absolute;top:0;left:0;right:0;display:flex;justify-content:space-between;padding:4px 10px;font-weight:700;font-size:1.4rem}.score-wrapper>*{flex-basis:100%}.game-over-wrapper{visibility:hidden;opacity:0;pointer-events:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.game-over-text{font-size:4.8rem;font-weight:700}.game-over-wrapper.show{transition:all 1.4s ease;visibility:visible;opacity:1;pointer-events:auto}.rubiks-page{display:flex;flex-direction:column;align-items:center;gap:24px;padding:20px}.cube-scene{width:180px;height:180px;perspective:600px;margin:40px auto}.cube-wrapper{width:100%;height:100%;position:relative;transform-style:preserve-3d;transition:transform .4s ease}.cube-face{position:absolute;width:180px;height:180px;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);gap:3px;padding:3px;box-sizing:border-box;backface-visibility:visible}.cube-face.front{transform:translateZ(90px)}.cube-face.back{transform:rotateY(180deg) translateZ(90px)}.cube-face.left{transform:rotateY(-90deg) translateZ(90px)}.cube-face.right{transform:rotateY(90deg) translateZ(90px)}.cube-face.top{transform:rotateX(90deg) translateZ(90px)}.cube-face.bottom{transform:rotateX(-90deg) translateZ(90px)}.cube-sticker{border-radius:4px;border:1px solid #333}.sticker-white{background:#fff}.sticker-yellow{background:#ffd500}.sticker-red{background:#b71234}.sticker-orange{background:#ff5800}.sticker-blue{background:#0046ad}.sticker-green{background:#009b48}.slice-anim{position:absolute;left:0;top:0;width:180px;height:180px;transform-style:preserve-3d;transition:transform .4s ease;pointer-events:none}.slice-sticker{position:absolute;width:56px;height:56px;left:calc(50% - 28px);top:calc(50% - 28px)}.controls-section{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:500px}.controls-group{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%}.controls-group h3{margin:0;font-size:14px;text-transform:uppercase;letter-spacing:1px;color:#aaa}.controls-row{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.controls-row button{padding:8px 14px;font-size:13px;border:1px solid #555;background:#2a2a2a;color:#eee;border-radius:6px;cursor:pointer;white-space:nowrap}.controls-row button:hover{background:#444}.controls-row button:active{background:#555}.controls-row button:disabled{opacity:.5;cursor:not-allowed}.reset-btn{padding:8px 20px;font-size:14px;border:1px solid #777;background:#333;color:#fff;border-radius:6px;cursor:pointer}.reset-btn:hover{background:#555}.flat-view{display:flex;flex-direction:column;align-items:center;gap:2px;margin-top:10px}.flat-row{display:flex;gap:2px}.flat-face{display:grid;grid-template-columns:repeat(3,20px);grid-template-rows:repeat(3,20px);gap:1px}.flat-face .cube-sticker{width:20px;height:20px;border-radius:2px;border:1px solid #444}.flat-spacer{width:66px;height:66px}
