@import"https://fonts.googleapis.com/css2?family=Inconsolata:wght@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";*,*:before,*:after{box-sizing:border-box}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin-block-end:0}ul[role=list],ol[role=list]{list-style:none}body{min-height:100vh;line-height:1}h1,h2,h3,h4{text-wrap:balance}a:not([class]){text-decoration-skip-ink:auto;color:currentColor}img,picture{max-width:100%;display:block}input,button,textarea,select{font-family:inherit;font-size:inherit;color:inherit}textarea:not([rows]){min-height:10em}:target{scroll-margin-block:5ex}.w-0{width:0%}.w-100{width:100%}body{background:#f2f2f2;font-family:Inconsolata}body:has(#app[mode=dark]){background:#000}@media only screen and (min-width: 1200px){body{background:#fff}body:has(#app[mode=dark]){background:#050505}}#app{width:375px;height:1065px;margin:0 auto;padding:24px 24px 64px;background:#fff}#app[font=Mono]{font-family:Inconsolata}#app[font=Serif]{font-family:Lora}#app[font=Sans-Serif]{font-family:Inter}@media only screen and (min-width: 768px){#app{width:768px;height:1197px;padding:58px 40px 118px 39px}}@media only screen and (min-width: 1200px){#app{width:736px;min-height:1080px;padding:58px 0 124px}}#app[mode=dark]{background:#050505}div[ns=top] div svg{cursor:pointer}div[ns=top].top,div[ns=top] .top{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}@media only screen and (min-width: 768px){div[ns=top].top,div[ns=top] .top{margin-bottom:52px}}div[ns=top] .top_icon{width:28px}@media only screen and (min-width: 768px){div[ns=top] .top_icon{width:32px}}div[ns=top] .top_right-grid{display:flex;gap:16px}@media only screen and (min-width: 768px){div[ns=top] .top_right-grid{gap:9px}div[ns=top] .top_right-grid>div:nth-child(2){margin-right:17px}div[ns=top] .top_right-grid>div:nth-child(3){margin-right:17px}div[ns=top] .top_right-grid>div:nth-child(4){margin-right:11px}}div[ns=top] .top_font-select{font-weight:700;font-size:14px;line-height:24px}@media only screen and (min-width: 768px){div[ns=top] .top_font-select{font-size:18px;line-height:24px}}div[ns=top] .top_down-arrow{width:12px}div[ns=top] .top_switch{cursor:pointer;padding:3px;width:40px;height:20px;background:#979797;border-radius:10px}div[ns=top] .top_switch-ball{height:14px;width:14px;border-radius:100%;background:#fff}div[ns=top] .top_switch.--on{background:#a445ed}div[ns=top] .top_switch.--on .top_switch-ball{margin-left:auto}div[ns=top] .top_separator{border-right:1px solid #e9e9e9}div[ns=top][mode=dark] .top_right-grid>div:nth-child(1){color:#fff}div[ns=top][mode=dark] .top_right-grid div:nth-child(5) svg path{stroke:#a445ed}div[ns=top] .top_down-arrow{position:relative}div[ns=top] .top_down-arrow:hover .top_click-assist{display:block}div[ns=top] .top_down-arrow .top_click-assist{display:none;position:absolute;top:0;right:-35px;min-height:162px;padding:35px;z-index:1}div[ns=font-menu].font-menu,div[ns=font-menu] .font-menu{background:#fff;color:#2d2d2d;padding:24px 0 24px 24px;display:flex;flex-direction:column;gap:16px;width:182px;border-radius:16px;box-shadow:0 5px 30px #0000001a;z-index:1}div[ns=font-menu].font-menu>div,div[ns=font-menu] .font-menu>div{cursor:pointer}div[ns=font-menu].font-menu>div:hover,div[ns=font-menu] .font-menu>div:hover{color:#a445ed}div[ns=font-menu].font-menu>div:nth-child(1),div[ns=font-menu] .font-menu>div:nth-child(1){font-family:Inter}div[ns=font-menu].font-menu>div:nth-child(2),div[ns=font-menu] .font-menu>div:nth-child(2){font-family:Lora}div[ns=font-menu].font-menu>div:nth-child(3),div[ns=font-menu] .font-menu>div:nth-child(3){font-family:Inconsolata}@media only screen and (min-width: 768px){div[ns=font-menu].font-menu,div[ns=font-menu] .font-menu{font-size:18px;line-height:24px}}div[ns=font-menu][mode=dark].font-menu,div[ns=font-menu][mode=dark] .font-menu{background:#1f1f1f;box-shadow:0 5px 30px #a445ed1a;color:#fff}div[ns=search].search,div[ns=search] .search{display:flex;justify-content:space-between;background:#f4f4f4;border-radius:16px;margin-bottom:28px;position:relative}@media only screen and (min-width: 768px){div[ns=search].search,div[ns=search] .search{margin-bottom:50px}}@media only screen and (min-width: 1200px){div[ns=search].search,div[ns=search] .search{margin-bottom:51px}}div[ns=search] .search_input{padding:16px 48px 15px 24px;border-radius:16px;border:1px solid transparent;line-height:17px;font-weight:700;color:#2d2d2d;background:transparent;border:none}div[ns=search] .search_input:active,div[ns=search] .search_input :focus-visible{border-color:#a445ed}@media only screen and (min-width: 768px){div[ns=search] .search_input{font-size:20px;padding:22px 63px 21px 24px}}div[ns=search] .search_icon{position:absolute;right:16px;top:50%;transform:translate(-50%,-50%)}div[ns=search] .search_icon svg{width:15px}@media only screen and (min-width: 768px){div[ns=search] .search_icon{right:24px}}div[ns=search][mode=dark].search,div[ns=search][mode=dark] .search{background:#1f1f1f}div[ns=search][mode=dark] .search_input{color:#fff}div[ns=word].word,div[ns=word] .word{color:#2d2d2d;display:flex;justify-content:space-between;align-items:center;margin-bottom:31px}@media only screen and (min-width: 768px){div[ns=word].word,div[ns=word] .word{margin-bottom:42px}}div[ns=word] .word_stack{display:grid;flex-direction:column;gap:9px}div[ns=word] .word_icon-play{cursor:pointer;background:transparent;border:none;padding:0}div[ns=word] .word_icon-play:disabled g{fill:#757575}div[ns=word] .word_icon-play:disabled:hover circle{opacity:.25}div[ns=word] .word_icon-play:disabled:hover path{fill:#4a4a4a}div[ns=word] .word_icon-play svg{width:48px}div[ns=word] .word_icon-play svg g{fill:#a445ed}div[ns=word] .word_icon-play svg circle{opacity:.25}div[ns=word] .word_icon-play svg:hover circle{opacity:1}div[ns=word] .word_icon-play svg:hover path{fill:#fff}@media only screen and (min-width: 768px){div[ns=word] .word_icon-play svg{margin-bottom:6px;width:75px}}div[ns=word] .word_word{font-size:32px;font-weight:700;line-height:1.06}@media only screen and (min-width: 768px){div[ns=word] .word_word{font-size:64px}}div[ns=word] .word_pronounce{font-size:18px;line-height:24px;color:#a445ed}@media only screen and (min-width: 768px){div[ns=word] .word_pronounce{font-size:24px;line-height:29px}}div[ns=word][mode=dark].word,div[ns=word][mode=dark] .word{color:#fff}div[ns=definition].definition,div[ns=definition] .definition{color:#2d2d2d;margin-bottom:35px}@media only screen and (min-width: 768px){div[ns=definition].definition,div[ns=definition] .definition{margin-bottom:43px}}@media only screen and (min-width: 768px){div[ns=definition] .definition_pos{font-size:24px;line-height:25px}}div[ns=definition] .definition_meaning-separator{display:flex;gap:25px;align-items:center;font-size:18px;font-weight:700;line-height:19px;margin-bottom:35px}div[ns=definition] .definition_meaning-separator>:nth-child(1){flex:0 0 auto}div[ns=definition] .definition_meaning-separator>:nth-child(2){flex:1 1 auto;height:1px;width:1px;border-bottom:1px solid #e9e9e9}@media only screen and (min-width: 768px){div[ns=definition] .definition_meaning-separator{gap:32px;margin-bottom:41px}}@media only screen and (min-width: 1200px){div[ns=definition] .definition_meaning-separator{margin-bottom:43px}}div[ns=definition] .definition_sep{color:#75757575;font-size:16px;line-height:17px;margin-bottom:17px}@media only screen and (min-width: 768px){div[ns=definition] .definition_sep{font-size:20px;line-height:21px;margin-bottom:27px}}div[ns=definition] .definition_meaning{margin-bottom:13px}div[ns=definition] .definition_meaning ul{margin:0;padding-left:15px;font-size:15px;line-height:24px}div[ns=definition] .definition_meaning ul li{position:relative;margin-bottom:13px;padding-right:15px}div[ns=definition] .definition_meaning ul li span{position:relative;left:15px}div[ns=definition] .definition_meaning ul li::marker{color:#8f19e8}@media only screen and (min-width: 768px){div[ns=definition] .definition_meaning,div[ns=definition] .definition_meaning ul{font-size:18px;line-height:24px}}div[ns=definition] .definition_synonyms{padding-top:11px;font-size:16px;display:flex;gap:39px}div[ns=definition] .definition_synonyms div:nth-child(1){color:#757575}div[ns=definition] .definition_synonyms div:nth-child(2){color:#a445ed;font-weight:700}@media only screen and (min-width: 768px){div[ns=definition] .definition_synonyms{padding-top:28px;font-size:20px;line-height:21px}}div[ns=definition] .definition_example{padding-left:19px;color:#757575;margin-top:13px;line-height:24px}div[ns=definition] .definition_source{margin-top:32px;padding-top:26px;border-top:#e9e9e9 1px solid;font-size:14px;line-height:15px}div[ns=definition] .definition_source>div:nth-child(1){color:#757575;margin-bottom:10px;text-decoration:underline}div[ns=definition] .definition_source>div:nth-child(2){color:#2d2d2d;word-break:break-all}@media only screen and (min-width: 768px){div[ns=definition] .definition_source{margin-top:39px;padding-top:22px;display:flex;gap:25px}div[ns=definition] .definition_source>div:nth-child(1){margin-bottom:0}}div[ns=definition][mode=dark].definition,div[ns=definition][mode=dark] .definition{color:#fff}div[ns=definition][mode=dark] .definition_meaning-separator div:nth-child(2){border-color:#3a3a3a}div[ns=definition][mode=dark] .definition_sep{color:#757575}div[ns=definition][mode=dark] .definition_source{border-top-color:#3a3a3a}div[ns=definition][mode=dark] .definition_source>div:nth-child(2){color:#fff}div[ns=no-results].no-results,div[ns=no-results] .no-results{margin-top:132px;text-align:center}div[ns=no-results] .no-results_emoji{font-size:64px;margin-bottom:44px}div[ns=no-results] .no-results_title{font-size:20px;margin-bottom:24px;font-weight:700}div[ns=no-results] .no-results_text{font-size:18px;line-height:24px;color:#757575}
