@charset "UTF-8";@font-face{font-family:Inconsolata,monospace;src:url(/assets/Inconsolata-Regular-66b637be.ttf)}@font-face{font-family:Inconsolata-Bold,monospace;src:url(/assets/Inconsolata-Bold-177817a6.ttf)}@font-face{font-family:Lora,serif;src:url(/assets/Lora-Regular-47798dbb.ttf)}@font-face{font-family:Lora-Bold,serif;src:url(/assets/Lora-Bold-a7888c79.ttf)}@font-face{font-family:Inter,sans-serif;src:url(/assets/Inter-Regular-41ab0f70.ttf)}@font-face{font-family:Inter-Bold,sans-serif;src:url(/assets/Inter-Bold-790c108b.ttf)}:root{--dark-background: #050505;--light-background: #FFF}*{box-sizing:border-box}body{background-color:#fff;font-family:Inter}.options{margin-bottom:2.6rem;display:flex;justify-content:space-between;align-items:center}.application-container{min-width:100%;min-height:100vh;overflow-x:hidden;padding:1.5rem;transition:all .2s;display:flex;flex-direction:column;gap:1.25rem}.application-container.light{background-color:var(--light-background);color:#2d2d2d}.application-container.dark{background-color:var(--dark-background);color:#fff}.app-wrapper{max-width:737px;width:100%;margin:0 auto}.switch{position:relative;display:inline-block;width:40px;height:20px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#757575;transition:.4s}.slider:before{position:absolute;content:"";height:14px;width:14px;left:4px;bottom:3px;background-color:#fff;transition:.4s}input:checked+.slider{background-color:#a445ed}input:focus+.slider{box-shadow:0 0 1px #a445ed}input:checked+.slider:before{transform:translate(18px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}.sans-serif{font-family:Inter,sans-serif}.serif{font-family:Lora,serif}.mono{font-family:Inconsolata,monospace}.dark-theme{color:#fff}.light-theme{color:#000}.error-text{color:#ff5252}.options{display:flex;justify-content:space-between;align-items:center}.options__settings__theme-selector{display:flex;gap:.75rem;padding-left:1rem;justify-content:center;align-items:center;border-left:1px solid #979797}.line{height:1px;background-color:#e9e9e9}.dark-text{color:#757575}.purple-text{color:#a445ed}.underline{text-decoration:underline}.dropdown{display:flex;align-items:center;gap:1rem;position:relative}.dropdown p{font-weight:700}.dropdown-menu{z-index:1;position:absolute;border-radius:1rem;bottom:-10.5rem;right:0;background-color:#fff;min-width:11.43rem;min-height:9.5rem;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1.5rem;gap:1rem}.dropdown-menu__button{background-color:transparent;border:none;font-weight:700;font-size:1.125rem;cursor:pointer;line-height:1.5rem;width:100%}.dropdown-menu__button:hover{color:#a445ed}.dropdown-menu__button__light{color:#000}.dropdown-menu__button__dark{color:#fff}.dropdown-menu.light{background-color:#fff;box-shadow:0 5px 30px #0000001a}.dropdown-menu.dark{background-color:#1f1f1f;color:#fff;box-shadow:0 5px 30px #a445ed}.search{display:flex;flex-direction:column;width:100%;position:relative;gap:.5rem}.search p{font-size:1.25rem}.search form{position:relative}.search__button{border:none;background-color:transparent;position:absolute;right:1.5rem;top:50%;transform:translateY(-50%)}.search__input{width:100%;border-radius:16px;border:none;font-size:1.25rem;font-weight:700;padding:1.25rem 1.5rem}.search__input:focus{outline:none;border:1px solid #A445ED}.search__input__dark{background-color:#1f1f1f;color:#fff}.search__input__light{background-color:#f4f4f4;color:#000}.results{flex-direction:column;display:flex}.synonyms{display:flex;gap:2.5rem;margin-bottom:2rem}.synonyms .purple-text{font-weight:700}.results-body{margin-top:2.625rem;display:flex;flex-direction:column;min-width:100%;font-size:1rem}.results-body__meaning-header{overflow:hidden;min-width:100%;margin-top:2.625rem;font-weight:700;font-size:1.5rem;display:flex;align-items:center;gap:2rem}.results-body__meaning-header__right,.results-body__container{min-width:100%}.results-body__container ul{margin-top:2rem;list-style-type:none;list-style-position:outside;text-indent:-1em;padding-left:1em}.results-body__container ul li:before{content:"•";color:#a445ed;margin-right:.8125rem}.results-body__container ul li{margin-bottom:1rem;line-height:1.5rem}.results-header{display:flex;justify-content:space-between;margin-top:2rem}.results-header__right{display:flex;justify-content:center;align-items:center}.results-header__right button{display:flex;justify-content:center;background-color:#4e2170;align-items:center;outline:none;border:none;height:3rem;width:3rem;border-radius:50%}.results-header__left{display:flex;flex-direction:column;gap:.5rem}.results-header__left h1{font-weight:700;font-size:2rem}.results-header__left h2{font-size:1.25rem;color:#a445ed}.error-page{display:flex;flex-direction:column;gap:1.5rem;text-align:center;margin-top:8rem}.error-page h1{margin-bottom:2rem;font-size:4rem}.error-page h2{font-weight:700}.source{display:flex;gap:1rem;margin-top:1rem}.source a{display:flex;gap:1rem;text-decoration:none}
