@import"https://fonts.googleapis.com/css2?family=Inconsolata:wdth,wght@50..200,200..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lora:ital,wght@0,400..700;1,400..700&display=swap";body.dark-mode{height:100vh;background-color:#050505}body.dark-mode .searchArea input{background-color:#1f1f1f;color:#fff}body.dark-mode .dropdown-btn{color:#fff}body.dark-mode .dropdown-menu{background-color:#1f1f1f;box-shadow:0 5px 30px #a445ed}body.dark-mode .dropdown-item{color:#fff}body.dark-mode .dropdown-item:hover{color:#a445ed}body.dark-mode .word-pronun-text h3{color:#fff}body.dark-mode .playBtn{background-color:#2d1540}body.dark-mode .word-type h3{color:#fff}body.dark-mode .word-type span{background-color:#3a3a3a}body.dark-mode .word-type-first ul li,body.dark-mode .word-type-second ul li{color:#fff}body.dark-mode .sourceUrl{border-top:1px solid #3A3A3A}body.dark-mode .sourceUrl a,body.dark-mode .notFound h2{color:#fff}body.dark-mode .playBtn:hover{background-color:#462264}*,*:before,*:after{box-sizing:border-box}*{margin:0;transition:all .3s ease-in-out}body{line-height:1.5;-webkit-font-smoothing:antialiased;font-family:Inter}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}#root,#__next{isolation:isolate;height:100%}a{color:inherit}html,body{height:100%}::selection{background-color:#a445ed;color:#fff}.container{max-width:327px;margin-inline:auto;padding-top:24px}.header{display:flex;justify-content:space-between;align-items:center}.headerLeftSide{display:flex;gap:28px}.lightDark{display:flex;gap:12px}.lightDark img{width:20px;height:20px}.switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#757575;height:20px;width:32px;display:inline-flex;margin:0;border-radius:15px;box-sizing:border-box;padding:4px;transition:all .4s;cursor:pointer}.switch:after{content:"";background-color:#fff;width:12px;height:12px;border-radius:50%}.switch:checked{background-color:#a445ed;justify-content:end}.fontChoice{display:flex;justify-content:center}.dropdown{position:relative;width:98px;height:24px}.dropdown-btn{width:98px;height:24px;font-size:14px;font-weight:700;line-height:24px;display:flex;justify-content:space-between;align-items:center;gap:16px;cursor:pointer;transition:all .3s ease-in-out;border:none;border-right:1px solid #E9E9E9;padding-right:25px;background-color:transparent}.dropdown-btn:hover{border-color:#8f19e8}.dropdown-menu{display:none;position:absolute;margin-top:15px;width:100%;background-color:#fff;box-shadow:0 5px 30px #0000001a;border-radius:16px;padding:5px;text-align:left}.dropdown-btn:focus+.dropdown-menu,.dropdown-menu:active{display:block}.dropdown-item{padding:8px 16px;font-size:14px;font-weight:700;cursor:pointer;transition:background-color .2s ease}.dropdown-item:hover{color:#a445ed}.dropdown-item:active{color:#6f14c7}.searchArea input{background-color:#f4f4f4;border-color:transparent;border-radius:16px;background-image:url(/img/icon-search.svg);background-repeat:no-repeat;background-position:95% 50%;padding:14px 24px 15px;width:327px;font-size:16px;font-weight:700;line-height:19.36px}.searchArea input:focus{border-color:#a445ed;outline:none}.searchInput.searchInputError{border:1px solid #FF5252;animation:shake .3s ease}@keyframes shake{0%,to{transform:translate(0)}25%,75%{transform:translate(-5px)}50%{transform:translate(5px)}}.error-text{font-size:20px;font-weight:400;line-height:24.2px;color:#ff5252;margin-top:8px}.searchArea{margin-block:24px}.word-description-section{padding-bottom:85px;opacity:0;transform:translateY(20px);animation:slideIn .5s ease forwards}@keyframes slideIn{to{opacity:1;transform:translateY(0)}}.word-pronunciation{display:flex;justify-content:space-between}.word-pronun-text h3{font-size:32px;font-weight:700;line-height:38.73px;margin-bottom:8px;color:#2d2d2d}.word-pronun-text p{font-size:18px;font-weight:400;line-height:24px;color:#a445ed}.playBtn{background-color:#e7cffa;border:none;border-radius:50%;width:48px;height:48px;cursor:pointer}.playBtn:hover{transform:scale(1.2);background-color:#d6b2f7}.playBtn img{width:11px;margin-inline:auto}.word-type{display:flex;gap:16px;align-items:center;margin-block:32px}.word-type h3{font-size:18px;font-style:italic;font-weight:700;line-height:21.78px;color:#2d2d2d}.word-type span{flex-grow:1;height:1px;background-color:#e9e9e9}.word-type-first h5,.word-type-second h5,.word-type-third h5{font-size:16px;font-weight:400;line-height:19.36px;color:#838383;margin-bottom:17px}.word-type-first ul,.word-type-second ul,.word-type-third ul{display:flex;flex-direction:column;gap:13px}.word-type-first ul li::marker,.word-type-second ul li::marker,.word-type-third ul li::marker{color:#8f19e8}.word-type-first ul li,.word-type-second ul li,.word-type-third ul li{font-size:15px;font-weight:400;line-height:24px;color:#2d2d2d}.synonyms{display:flex;justify-content:flex-start;align-items:baseline;gap:24px;margin-top:24px;margin-bottom:32px}.synonyms button{font-weight:700;color:#a445ed;border:none;background:none;cursor:pointer}.example-text{font-size:15px;font-weight:400;line-height:24px;color:#757575;margin-top:13px}.sourceUrl{border-top:1px solid #E9E9E9;margin-top:32px;padding-top:24px}.sourceUrl h5{font-size:14px;font-weight:400;line-height:16.94px;text-decoration-line:underline;text-decoration-style:solid;color:#757575;margin-bottom:8px}.sourceUrl a{display:flex;gap:9px;font-size:14px;font-weight:400;line-height:16.94px;text-decoration-line:underline;text-decoration-style:solid;color:#2d2d2d}@keyframes fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.notFound{display:flex;flex-direction:column;align-items:center;justify-content:center;animation:fadeIn .5s ease}.notFound h2{font-size:20px;font-weight:700;line-height:24.2px;color:#2d2d2d;margin-top:44px;margin-bottom:24px}.notFound p{font-size:18px;font-weight:400;line-height:24px;text-align:center;color:#757575}@media (width >= 768px){.container{max-width:689px;padding-top:58px}.searchArea input{padding:22px 24px 21px;width:689px;font-size:20px;line-height:20.98px}.word-description-section{padding-bottom:118px}.lightDark{display:flex;gap:20px}.dropdown-btn{font-size:14px;font-weight:700;line-height:24px;gap:18px}.dropdown-btn:hover{border-color:#8f19e8}.dropdown-menu{display:none;width:100%;background-color:#fff;box-shadow:0 5px 30px #0000001a;border-radius:16px;padding:5px;text-align:left;width:183px}.dropdown-btn:focus+.dropdown-menu,.dropdown-menu:active{display:block}.dropdown-item{padding:8px 16px;font-size:14px;font-weight:700;cursor:pointer}.searchArea{margin-block:50px}.word-description-section{padding-bottom:85px}.word-pronun-text h3{font-size:64px;line-height:67.14px;margin-bottom:11px}.word-pronun-text p{font-size:24px;line-height:29.05px}.playBtn{background-color:#e7cffa;border:none;border-radius:50%;width:75px;height:75px}.playBtn img{width:21px}.word-type{gap:20px;margin-block:54px}.word-type h3{font-size:24px;line-height:29.05px}.word-type span{flex-grow:1;height:1px;background-color:#e9e9e9}.word-type-first h5,.word-type-second h5,.word-type-third h5{font-size:20px;line-height:24.2px;margin-bottom:25px}.word-type-first ul li,.word-type-second ul li,.word-type-third ul li{font-size:18px;line-height:24px}.synonyms{gap:22px;margin-block:40px}.synonyms p{font-size:20px;line-height:24.2px}.example-text{font-size:18px}.sourceUrl{display:flex;gap:20px;margin-top:40px;padding-top:19px}.sourceUrl h5{margin-bottom:0}}@media (width >= 1280px){.container{max-width:736px}.searchArea input{padding:20px 24px;width:736px}.word-description-section{padding-bottom:124px}.dropdown-btn{font-size:18px}.searchArea{margin-top:51.5px;margin-bottom:45px}.word-pronun-text h3{line-height:77.45px;margin-bottom:8px}.word-type{margin-block:40px}}
