@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;500;600;700;800;900&family=Jost&display=swap";@import"https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap";@import"https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}#root{--buttons-font-size: 1.2rem;min-width:100vw;min-height:100vh;display:flex;justify-content:center;background:linear-gradient(to bottom,#d6f1f9,#ded9f4)}.username-page{display:flex;flex-direction:column;align-items:center;height:100vh;width:100vw;justify-content:space-evenly}.username-page__title{flex:1;position:relative;display:flex;justify-content:center;align-items:center}.username-page__language__container{width:60px;aspect-ratio:2/1}.username-page__language{position:absolute;top:10%;right:0%;height:auto;width:100%;display:flex;justify-content:end}.username-page__input{display:flex;flex-direction:column;align-items:center;gap:20px;width:100%;flex:1}@media (max-width: 768px){.username-page__input:focus-within{flex:1.5}}.button{border-radius:1.75rem;border:.125rem solid #000;box-shadow:.188rem .188rem .063rem .063rem #000;color:#000;text-align:center;font-family:Inter;font-size:var(--buttons-font-size);font-weight:700;background-color:#fff;padding:5px;cursor:pointer}.button:hover{background-color:#cfcbcb}.button:active{box-shadow:none}.button--fixed_size{width:200px}.chordok-title{width:100%;height:100%;padding:0}.chordoku-title__img{width:100%;height:100%;object-fit:contain;max-width:100%;max-height:100%}.tittle__container{aspect-ratio:244/77;--chordoku-MainTitle-height: 40%;height:var(--chordoku-MainTitle-height);max-width:80vw}.input-text{text-align:center;background-color:transparent;color:#000;border:none;border-bottom:.125rem solid #000;font-family:Jost,sans-serif;font-size:1.4rem;font-style:italic;font-weight:700;width:220px;padding:.25rem 0}.input-text::placeholder{color:#666}.input-text:focus{outline:.125rem solid #c7b9ff}.Language-Button{position:relative;display:flex;height:100%;width:100%}.switch{position:relative;display:inline-block;width:100%;height:100%;background-color:#c7b9ff;border-radius:40px;cursor:pointer;outline:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.switch:after{content:"";position:absolute;width:40%;aspect-ratio:1/1;border-radius:50%;background-image:url(/assets/argentina-0egRNvbp.svg);background-size:cover;background-position:center;left:5%;top:10%;transition:all .4s}input[type=checkbox]:checked+.switch:after{transform:translate(120%);background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2060%2030'%20width='1200'%20height='600'%3e%3cclipPath%20id='s'%3e%3cpath%20d='M0,0%20v30%20h60%20v-30%20z'/%3e%3c/clipPath%3e%3cclipPath%20id='t'%3e%3cpath%20d='M30,15%20h30%20v15%20z%20v15%20h-30%20z%20h-30%20v-15%20z%20v-15%20h30%20z'/%3e%3c/clipPath%3e%3cg%20clip-path='url(%23s)'%3e%3cpath%20d='M0,0%20v30%20h60%20v-30%20z'%20fill='%23012169'/%3e%3cpath%20d='M0,0%20L60,30%20M60,0%20L0,30'%20stroke='%23fff'%20stroke-width='6'/%3e%3cpath%20d='M0,0%20L60,30%20M60,0%20L0,30'%20clip-path='url(%23t)'%20stroke='%23C8102E'%20stroke-width='4'/%3e%3cpath%20d='M30,0%20v30%20M0,15%20h60'%20stroke='%23fff'%20stroke-width='10'/%3e%3cpath%20d='M30,0%20v30%20M0,15%20h60'%20stroke='%23C8102E'%20stroke-width='6'/%3e%3c/g%3e%3c/svg%3e");background-size:cover;background-position:center}input[type=checkbox]:checked+.switch{background-color:#ff8577}.offscreen{position:absolute;left:-99999999999vw}.logout__button{width:40px;position:absolute;right:0;top:-2px;cursor:pointer;background-color:#fff;border:2px solid #000;border-radius:50%;padding:5px}.user{border-radius:1.75rem;border:.125rem solid #000;color:#000;text-align:center;font-family:Inter;font-size:1.125rem;font-weight:700;background-color:#fff;padding:5px;width:fit-content}.user--fixed_size{width:150px}.main-menu-page{display:flex;flex-direction:column;align-items:center;height:100vh;width:100vw;justify-content:space-evenly}.main-menu-page__title{flex:1;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center}.main-menu-page__user{position:absolute;top:10%;width:100%;display:flex;justify-content:center}.main-menu-page__input{display:flex;flex-direction:column;align-items:center;gap:20px;width:100%;flex:1}.NotFoundPage{display:flex;flex-direction:column;width:100vw;height:100vh;justify-content:center;gap:20px;align-items:center;text-wrap:pretty}.NotFoundPage p{font-size:5vh;font-family:Jost,sans-serif;font-weight:600;padding:15px;text-align:center}.access-denied{height:100vh;width:100vw;display:flex;flex-direction:column;justify-content:center;gap:50px;align-items:center;font-family:Jost}.access-denied__text{text-align:center;font-size:30px}*{margin:0;box-sizing:border-box;touch-action:none;-webkit-user-select:none;user-select:none}#root{display:flex;justify-content:center;align-items:center}body{background:linear-gradient(to bottom,#d6f1f9,#ded9f4);display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;width:100vw}.game{width:fit-content;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#c7b9ff;border:.125rem solid #000;border-radius:.625rem;box-shadow:.375rem .375rem .063rem .063rem #000}.game .title-area{height:fit-content;width:100%;display:flex;position:relative;justify-content:center;padding:5.5%;border-bottom:.125rem solid #000}.game .title-area .chordoku-main__title{font-size:120%;max-width:90%}.game .title-area a img{position:absolute;left:2%;top:35%;height:2rem}.game .title-area .player{background-color:#fff;border:2px solid;border-radius:30px;padding:4px;color:#000;font-family:Jost;font-weight:700;font-size:20px;font-style:italic;position:absolute;margin:auto;width:fit-content;top:-20%}.game .start{display:flex;justify-content:center;gap:6%;padding:.563rem;border-bottom:.125rem solid #000;width:100%}.game .start button{border-radius:1.75rem;border:.125rem solid #000;box-shadow:.188rem .188rem .063rem .063rem #000;color:#000;text-align:center;font-family:Inter;font-size:1.125rem;font-weight:700;width:100%}.game .start .chordtype{background-color:#fff;border-radius:.313rem;border:.125rem solid #000;box-shadow:.188rem .188rem .063rem .063rem #000;text-align:center;width:100%;color:#000}.game .grid-cells{border-bottom:.125rem solid #000;width:100%;position:relative;display:flex;justify-content:center}.game .keyboard{border-bottom:.125rem solid #000}.game .info{width:100%;display:flex;justify-content:center;padding:.563rem;gap:2%}.game .info button{border-radius:2.188rem;width:fit-content;box-shadow:.188rem .188rem .063rem .063rem #000;border:.125rem solid #000;font-size:1.25rem;font-family:Jost;width:100%}.game .info .result{border-radius:.313rem;border:.125rem solid #000;width:50%;text-align:center;font-size:1.25rem}.game .start .score__container{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .8rem;background-color:#fff;border:.125rem solid #000;border-radius:.5rem;box-shadow:.188rem .188rem .063rem .063rem #000;font-family:Inter;font-weight:700;margin-right:1rem}.game .start .score__label{font-size:.95rem;color:#555}.game .start .score__value{font-size:1.1rem;color:#000;font-weight:700}.game .info .timer__container{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .8rem;background-color:#fff;border:.125rem solid #000;border-radius:.5rem;box-shadow:.188rem .188rem .063rem .063rem #000;font-family:Inter;font-weight:700;width:120px;justify-content:center}.game .info .timer__label{font-size:.95rem}.game .info .timer__value{font-size:1.1rem;min-width:40px;text-align:center}@media only screen and (min-width: 1024px){button:hover{background-color:#cfcbcb;cursor:pointer}button:active:hover{box-shadow:none}button:disabled:hover{box-shadow:.188rem .188rem .063rem .063rem #000;cursor:not-allowed}}@media only screen and (max-width: 1024px){.touch:hover{background-color:#cfcbcb;cursor:pointer}.touch:active:hover{box-shadow:none}.touch:disabled:hover{box-shadow:.188rem .188rem .063rem .063rem #000;cursor:not-allowed}.touch{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}}@media only screen and (max-width: 350px){.game{transform:scale(.75)}}.container{background-color:transparent;display:flex}.container-cell{display:flex;width:2.4em;height:2.4em;background-color:#fff;margin:.4em;font-size:1.56em;text-align:center;font-family:Jost;border-radius:.6em;border:.1em solid #000}.container-cell__default{background-color:#5b745b;color:#fff;border:none}.container-cell__active{outline:.2em solid #816ed4;background-color:#cfcbcb}.container-cell__wrongnote{background-color:#ff8577;animation:justshake .3s forwards}@keyframes justshake{25%{transform:translate(5px)}50%{transform:translate(-5px)}75%{transform:translate(5px)}to{transform:translateX-(5px)}}.container-cell:disabled{background-color:#999d;border:.1em solid #000}.container-cell:disabled.container-cell__correctnote{background-color:#adff77;color:#fff}.board{display:flex;-webkit-user-select:none;user-select:none;flex-direction:column}.board-contain{display:flex;justify-content:center}.board-contain cell{display:flex}.chordtype{background-color:#fff;border-radius:.313rem;border:.125rem solid #000;box-shadow:.188rem .188rem .063rem .063rem #000;text-align:center;width:100%;color:#000;padding:.5rem}.chordtype-text{font-family:Inter;margin-left:.1em;font-size:1.12em;font-weight:700}.chordtype-text__output{font-family:Inter;margin-right:.4em;font-size:1.12em;font-weight:700}.game-board__grid-keyboard{display:grid;grid-template-columns:repeat(7,1fr);grid-template-rows:repeat(5,1fr);background-color:transparent;width:21.25em;padding:.3125em;grid-gap:.3125em}.game-board__grid-keyboard button{border:.0625em solid #000;box-sizing:border-box;height:2.25em;background-color:#fff;border-radius:.3125em;box-shadow:.0625em .0625em .0625em .0625em #000;font-family:jost;font-size:.8125em;font-weight:500;color:#000}@media only screen and (min-width: 1024px){.game-board__grid-keyboard button:hover{background-color:#cfcbcb;cursor:pointer;box-shadow:none}.game-board__grid-keyboard button:active{box-shadow:none}}.result{background-color:#fff;box-sizing:border-box;border:.125em solid #777;box-shadow:.1875em .1875em .0625em .0625em #000;text-align:center}.result h2,.result p{margin:auto;font-family:Jost;font-weight:700}.result-text__win{color:#69f7bb}.result-text__lose{color:#ff8577}@keyframes expandFromCenter{0%{width:0;opacity:0;height:0}to{width:95%;opacity:1;top:0;height:fit-content}}.won-screen{transform:translateY(0);position:absolute;width:0;height:0;opacity:1;top:100%;animation:expandFromCenter .5s ease forwards;z-index:1000}.won-screen__timer{position:absolute;text-align:center;width:100%;bottom:-5%;font-size:60px;color:#fff;text-shadow:-2px -2px 0 #000,2px -2px 0 #000,-2px 2px 0 #000,2px 2px 0 #000}a{height:0;width:auto;text-decoration:none;-webkit-user-select:none;user-select:none;color:red}a:focus,a:active{outline:none;-webkit-tap-highlight-color:transparent}.styleguide-page{min-height:100vh;background:linear-gradient(to bottom,#d6f1f9,#ded9f4);font-family:Jost,sans-serif;color:#000;padding:0;margin:0}body:has(.styleguide-page){height:auto!important;min-height:100vh!important;display:block!important;overflow-y:auto!important}#root:has(.styleguide-page){display:block!important;align-items:unset!important;justify-content:unset!important}.styleguide-header{background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-bottom:1px solid rgba(129,110,212,.2);position:sticky;top:0;z-index:100;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;min-height:140px}.header-content{display:flex;flex-direction:column;align-items:center;gap:1rem}.header-text{text-align:center;display:flex;flex-direction:column;align-items:center;gap:.5rem}.subtitle{font-size:1.1rem;color:#000;margin:0;font-weight:400}.header-actions{display:flex;align-items:center;gap:1rem}.styleguide-header .NavButon{position:absolute;top:50%;left:1rem;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;padding:.5rem;border-radius:50%;background:#fffc;transition:all .3s ease;z-index:10}.styleguide-header .NavButon img{height:40px;width:40px;transition:all .3s ease;filter:invert(.3)}.styleguide-header .NavButon:hover{background:#fff;box-shadow:0 2px 8px #0000001a}.styleguide-header .NavButon:hover img{transform:scale(1.1);filter:invert(.1);transition:all .3s ease}.header-content .NavButon:hover{background:#fff;box-shadow:0 2px 8px #0000001a}.mobile-menu-toggle{display:none;background:#c7b9ff;border:none;padding:.75rem;border-radius:10px;font-size:1.2rem;cursor:pointer;transition:all .3s ease}.mobile-menu-toggle:hover{background:#b8a8ff;transform:scale(1.05)}.styleguide-nav{background:transparent;padding:1rem 2rem 0;display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;width:100%}.nav-button{padding:.75rem 1.5rem;border:.125rem solid #000;background:#fff;color:#000;border-radius:1.75rem;font-family:Inter,sans-serif;font-weight:700;font-size:.9rem;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;box-shadow:.188rem .188rem .063rem .063rem #000;text-align:center}.nav-button:hover{background:#cfcbcb;transform:translateY(-2px)}.nav-button:active{box-shadow:none}.nav-button.active{background:#c7b9ff;color:#000;border-color:#000}.styleguide-content{padding:2rem;max-width:1200px;margin:0 auto}.content-section{background:#ffffffe6;border-radius:20px;padding:2rem;box-shadow:0 8px 32px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.section-title{font-family:Inter;font-size:2.5rem;font-weight:700;color:#000;text-align:center;margin:0 0 2rem;text-shadow:1px 1px 3px rgba(0,0,0,.1)}.principles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.principle-card{background:#fff;padding:1.5rem;border-radius:15px;box-shadow:0 4px 15px #0000001a;border-left:4px solid #ff8577;transition:transform .3s ease}.principle-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.principle-card h3{font-family:Inter,sans-serif;font-size:1.3rem;font-weight:700;color:#000;margin:0 0 .75rem}.principle-card p{font-size:1rem;line-height:1.6;color:#000;margin:0}.colors-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.color-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 4px 15px #0000001a;transition:transform .3s ease}.color-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.color-sample{height:100px;width:100%;border-radius:15px 15px 0 0}.color-info{padding:1rem;text-align:center}.color-info h3{font-family:Inter,sans-serif;font-size:1.1rem;font-weight:600;color:#000;margin:0 0 .5rem}.color-info p{font-family:Jost,monospace;font-size:.9rem;color:#000;margin:0;font-weight:500}.typography-section{display:flex;flex-direction:column;gap:2rem}.font-card{background:#fff;padding:1.5rem;border-radius:15px;box-shadow:0 4px 15px #0000001a;border-left:4px solid #c7b9ff}.font-card h3{font-family:Inter;font-size:1.5rem;font-weight:700;margin:0 0 .5rem;color:#000}.font-card>p{font-size:1rem;color:#000;margin:0 0 1rem}.font-example{background:#f8f9fa;padding:1rem;border-radius:10px;border:1px solid #e9ecef}.font-example p{margin:.5rem 0;font-size:1.1rem;color:#000}.component-card{background:#fff;padding:1.5rem;border-radius:15px;box-shadow:0 4px 15px #0000001a;margin-bottom:2rem;border-left:4px solid #5b745b}.component-card h3{font-family:Inter,sans-serif;font-size:1.4rem;font-weight:600;color:#5b745b;margin:0 0 1rem;height:2rem;display:flex;align-items:center;line-height:1.2}.component-examples{display:flex;flex-wrap:wrap;gap:2rem;align-items:flex-start;margin:1rem 0}.example-item{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:.75rem;min-height:120px}.example-item p{font-size:.9rem;color:#000;margin:0;text-align:center;font-weight:500;font-family:Inter,sans-serif}.game-container-example{width:200px;height:120px;background:linear-gradient(135deg,#c7b9ff,#ded9f4);border-radius:15px;padding:1rem;box-shadow:0 4px 15px #c7b9ff4d}.title-area-example{background:#ffffffe6;padding:.5rem;border-radius:8px;margin-bottom:.5rem}.title-area-example h4{margin:0;font-family:Inter,sans-serif;font-size:.9rem;color:#000;text-align:center}.content-area-example{background:#ffffffb3;padding:.5rem;border-radius:8px;text-align:center}.content-area-example p{margin:0;font-size:.8rem;color:#000}@media (max-width: 768px){.styleguide-header{padding:1.5rem 1rem}.main-title{font-size:2.2rem}.subtitle{font-size:1rem}.mobile-menu-toggle{display:block}.styleguide-nav{position:absolute;top:100%;left:0;right:0;flex-direction:column;padding:1rem;background:#fffffff2;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;border-bottom:2px solid #c7b9ff;z-index:95}.styleguide-nav.nav-open{transform:translateY(0);opacity:1;visibility:visible}.nav-button{width:100%;text-align:center;padding:1rem;font-size:1rem}.styleguide-content{padding:1rem;margin-top:0}.content-section{padding:1.5rem}.section-title{font-size:2rem}.principles-grid{grid-template-columns:1fr}.colors-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.component-examples{flex-direction:column;align-items:center}.example-item{width:100%;max-width:200px}}@media (max-width: 480px){.main-title{font-size:1.8rem}.header-actions{flex-direction:column;gap:.75rem}.back-button{padding:.6rem 1.2rem;font-size:.9rem}.colors-grid{grid-template-columns:1fr}.game-container-example{width:100%;max-width:250px}}
