body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{font-family:cooper-hewitt-bold,sans-serif}nav{display:flex;height:4rem;justify-content:space-between;padding:1rem 3rem}nav img{height:2rem;width:2rem}nav a{align-items:center;color:#000;display:flex;font-size:1.5rem;font-weight:700;gap:1rem;text-decoration:none}nav a:last-child{font-weight:400}header{align-items:center;background-position:bottom;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;gap:2rem;height:15rem;justify-content:center;padding-bottom:3rem;padding-top:3rem}header h1{font-size:3.5rem}main{align-items:center;display:flex;flex-direction:column;justify-content:center}.selected{background-color:#2d2c4c}.searchBar{height:5rem;width:50%}.searchBar,form{align-items:center;display:flex;justify-content:center;position:relative}form{width:100%}form input{border:none;border-radius:15px;box-shadow:0 0 50px rgba(0,0,0,.16);font-size:1.3rem;padding:1rem 0 1rem 1rem;width:100%}form input:focus{border:none;outline:none}form input.suggestionsOn{border-radius:15px 15px 0 0}form .clearButton{opacity:.3;right:4rem}form .clearButton:hover{opacity:.8}form .clearButton.hide{display:none}form button{background-color:initial;border:none;cursor:pointer;height:2rem;outline:none;position:absolute;right:1rem;width:2rem}form button img{max-height:100%;max-width:100%;object-fit:cover;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.suggestions{background-color:#fff;border:none;border-radius:0 0 15px 15px;height:20rem;outline:none;position:absolute;top:3.5rem;width:100%;z-index:5}.suggestions:focus{border:0;box-shadow:none;outline:none}.suggestions li{cursor:pointer;list-style-type:none;padding:.8rem 1rem}.suggestions li:focus,.suggestions li:hover{background-color:#f0f0f0}.suggestions.hidden{display:none}.note{color:rgba(46,45,78,.8);font-style:italic;margin-top:-1rem}.moodNavigation{align-items:center;display:flex;gap:3rem}.moodNavigation button{align-items:center;background:transparent;border:none;display:flex;outline:none}.moodNavigation .rightArrow{cursor:pointer;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.moodNavigation .leftArrow{cursor:pointer;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.moodNavigation img{height:1.5rem;width:1.5rem}.resultPanel,.table{align-items:center;display:flex;flex-direction:column;gap:.5rem;padding:1.5rem 0 0}.table{gap:2rem}.resultPanel{text-align:center}.pronoun{font-size:2.5rem;font-weight:700}.italic{font-style:italic}.bold{font-weight:700}.dotted{border-bottom:1px dotted #000;cursor:pointer;text-decoration:none}.selected{background-color:#f0f0f0;padding:0 .5rem}.colored{color:#203830}.underline,table tr:first-child{border-bottom:1px solid #000}table td,table th{padding:.3rem .5rem}table td:not(:first-child):hover{background-color:#faebd7}table th{padding-bottom:1rem;text-align:left}table td:first-child{font-weight:700;padding-right:3rem}.apiInfo{background-color:#f0f0f0;margin-top:5rem;padding:2rem;width:50%}.apiInfo h1{margin-bottom:1.5rem}.apiInfo p{margin-bottom:.8rem}pre{background-color:#2d2c4c;margin-top:2rem;padding:1.1rem}pre code{color:#f0f0f0}.exampleRequest{color:#6c63ff}@media only screen and (max-width:800px){.searchBar{width:100%}nav{align-items:center;flex-direction:column}nav a{justify-content:center}nav a:last-child{width:-webkit-min-content;width:min-content}header{height:10rem;padding:0 1rem}header h1{display:none;font-size:2rem;text-align:center}.table,header form{width:100%}.table{align-items:flex-start;flex-direction:column;overflow-x:scroll}.table .moodNavigation{justify-content:center;left:50%;margin-top:.5rem;position:absolute;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%}.table table{margin-top:2.5rem}.apiInfo{margin-top:2rem;width:100%}.apiInfo .request{font-size:.6rem}pre{overflow-x:auto}}@media only screen and (max-width:1000px){.searchBar{width:80%}}
/*# sourceMappingURL=main.4be95b5d.css.map*/