:root{--bg: #0f0f0f;--surface: #1a1a1a;--surface-alt: #222;--border: #333;--text: #e5e5e5;--text-muted: #888;--accent: #7BA4D0;--accent-dim: #5a8ac0;--shadow: rgba(0, 0, 0, .4)}:root.theme-light{--bg: #ffffff;--surface: #f5f5f5;--surface-alt: #eaeaea;--border: #ddd;--text: #1a1a1a;--text-muted: #666;--accent: #3d6ea5;--accent-dim: #356090;--shadow: rgba(0, 0, 0, .1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased}body.no-transitions *{transition:none!important}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;background:var(--bg);color:var(--text);min-height:100dvh;line-height:1.5}kbd{display:inline-flex;align-items:center;justify-content:center;min-width:1.5em;padding:.15em .4em;margin:0 .15em;font-family:inherit;font-size:.9em;font-weight:600;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:4px}.icon-inline{width:1.1em;height:1.1em;vertical-align:text-bottom;display:inline-block}.dict-label,.word-group__word .word-container .dict-info span{font-size:.3em;background:var(--border);color:var(--text-muted);padding:2px 4px;border-radius:2px;font-weight:700;line-height:1;white-space:nowrap;text-transform:uppercase;letter-spacing:normal}.dict-label--inline{font-size:.75em;vertical-align:middle;margin:0 2px}.footer{margin-top:auto;padding:2rem 1rem;text-align:center;border-top:1px solid var(--border);background:var(--bg)}.footer__content{max-width:640px;margin:0 auto}.footer__langs{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1rem}.footer__lang{font-size:.875rem;font-weight:600;color:var(--text-muted);text-decoration:none;padding:.25rem .5rem;border-radius:4px;transition:color .25s ease,background .25s ease}.footer__lang:hover{color:var(--text);background:var(--surface)}.footer__lang--active{color:var(--accent);cursor:default;pointer-events:none}.footer__lang--active:hover{background:transparent;color:var(--accent)}.footer__copy{font-size:.75rem;color:var(--text-muted)}.footer__disclaimer{margin-top:1rem;font-size:.7rem;color:var(--text-muted);line-height:1.4}.page{min-height:100dvh;display:flex;flex-direction:column}.header{height:56px;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;background:transparent;transition:transform .25s ease,opacity .25s ease}.header__logo{height:14px;width:auto;opacity:.8}@media (min-width: 600px){.header__logo{height:18px}}.header__theme-toggle{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;background:none;border:none;border-radius:8px;color:var(--text-muted);cursor:pointer;transition:color .25s ease,background .25s ease}.header__theme-toggle:hover{color:var(--text);background:var(--surface)}.header__theme-toggle svg{width:20px;height:20px}.header__theme-toggle .icon-sun{display:none}.header__theme-toggle .icon-moon{display:block}:root.theme-light .header__theme-toggle .icon-sun{display:block}:root.theme-light .header__theme-toggle .icon-moon{display:none}.hero{min-height:33.33dvh;padding:2rem 1rem 1.5rem;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;transition:min-height .25s ease,padding .25s ease,opacity .25s ease}.hero__title{font-size:1.75rem;font-weight:700;margin-bottom:.5rem;color:var(--text)}.hero__desc{font-size:1rem;color:var(--text-muted);margin-bottom:1.5rem}.search{width:100%;max-width:480px;position:relative}.search__input-wrap{position:relative;display:flex;align-items:center}.search__icon{position:absolute;left:1rem;width:28px;height:28px;opacity:.8;cursor:pointer;transition:opacity .25s ease,transform .25s ease}.search__icon:hover{opacity:1;transform:scale(1.1)}.search__icon:active{transform:scale(.95)}.search__input{width:100%;height:56px;padding:0 3.5rem;font-size:1.25rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;text-align:center;background:var(--surface);border:2px solid var(--border);border-radius:12px;color:var(--text);transition:border-color .25s ease,box-shadow .25s ease}.search__input::placeholder{text-transform:none;letter-spacing:normal;font-weight:400;color:var(--text-muted)}.search__input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 20%,transparent)}.search__btn{position:absolute;right:.75rem;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:none;border:none;color:var(--text-muted);cursor:pointer;border-radius:8px;transition:color .25s ease,background .25s ease}.search__btn:hover{color:var(--text);background:var(--surface-alt)}.search__btn--active{color:var(--accent)}.search__btn[hidden]{display:none}.search__btn svg{width:20px;height:20px}.search__clear{right:3rem}.search__hint{margin-top:.75rem;font-size:.8125rem;color:var(--text-muted);text-align:center}.filters{margin-top:1rem;padding:1rem 0}.filters[hidden]{display:none}.filters__inner{max-width:480px;margin:0 auto}.filters__labels{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;margin-bottom:.25rem}.filters__inputs{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.filters__field{position:relative}.filters__label{font-size:.75rem;font-weight:500;color:var(--text-muted);text-align:center}.filters__input{width:100%;min-width:0;height:36px;padding:0 .25rem;font-size:.875rem;text-align:center;text-transform:uppercase;background:var(--bg);border:1px solid var(--border);border-radius:8px;color:var(--text);transition:border-color .25s ease}.filters__input:focus{outline:none;border-color:var(--accent)}.filters__input::placeholder{color:var(--text-muted);opacity:.3;text-transform:none}.filters__input[type=number]{-moz-appearance:textfield}.filters__input[type=number]::-webkit-inner-spin-button,.filters__input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.filters__clear{position:absolute;right:2px;top:50%;transform:translateY(-50%);width:20px;height:20px;display:flex;align-items:center;justify-content:center;background:var(--surface-alt);border:none;border-radius:4px;color:var(--text-muted);font-size:14px;cursor:pointer;transition:color .25s ease,background .25s ease}.filters__clear:hover{color:var(--text);background:var(--border)}.filters__clear[hidden]{display:none}.content{flex:1;padding:2rem 1rem;max-width:640px;margin:0 auto;transition:opacity .25s ease}.content__text{color:var(--text-muted);font-size:.9375rem;line-height:1.7}.content__text h2{font-size:1.5rem;margin-bottom:1rem;font-weight:700;color:var(--text)}.content__text h3{font-size:1.125rem;margin:1.5rem 0 .5rem;font-weight:600;color:var(--text)}.content__text p+p{margin-top:1rem}.content__text ul{margin:1rem 0;padding-left:1.5rem;list-style-type:disc}.content__text ul li{margin-bottom:.5rem}.results,.search-word-result{flex:1;padding:1rem;max-width:640px;margin:0 auto;width:100%;transition:opacity .2s ease}.results.is-loading,.search-word-result.is-loading{opacity:.4;pointer-events:none}.check-result{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem 1rem;padding:1rem;margin:1rem 0;width:100vw;margin-left:calc(-50vw + 50%);background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.check-result__term{display:inline-flex;align-items:center;gap:.5rem;white-space:nowrap}.check-result__word{font-size:1.125rem;font-weight:700;letter-spacing:.05em;color:var(--text)}.check-result__icon{font-size:1.125rem;color:var(--text-muted)}.check-result__separator{color:var(--text-muted);opacity:.5}@media (max-width: 600px){.check-result__separator{display:none}}.check-result__status{display:flex;align-items:center;justify-content:center;text-align:center;gap:.5rem;font-size:1rem;color:var(--text-muted)}.check-result__dictionaries{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem}.check-result__dict{font-size:.85rem;font-weight:600;padding:2px 6px;border-radius:4px;text-transform:uppercase}.check-result__dict--valid{color:var(--accent);background:color-mix(in srgb,var(--accent) 10%,transparent)}.check-result__dict--invalid{color:var(--text-muted);opacity:.6}.check-result--valid .check-result__status,.check-result--valid .check-result__separator,.check-result--valid .check-result__icon{color:var(--accent)}.search-word-result{text-align:center;margin-bottom:2rem}.search-word-result h2{font-size:1.25rem;font-weight:300;margin-bottom:.5rem;color:var(--text)}.search-word-result h1{font-size:2rem;margin:.5rem 0;line-height:1.2}.search-word-result h1 span{font-weight:300;font-size:1.4rem;display:block;margin-bottom:10px;opacity:.8}.search-word-result h1 strong{font-weight:700}.search-word-result .subtitle{font-size:1.125rem;font-weight:300;color:var(--text-muted);margin-bottom:2rem}.search-word-result__truncated{margin-top:3rem;padding:2rem;color:var(--text-muted);font-size:.9375rem;font-style:italic;border-top:1px solid var(--border)}.word-group{margin-bottom:2rem}.word-group__header,.word-group h2.word-group__header{font-size:.8125rem;font-weight:600;color:var(--text-muted);margin-bottom:1rem;padding:.5rem;background:var(--surface);text-align:center;border-radius:8px}.word-group__words{display:flex;flex-wrap:wrap;gap:1.5rem 1.5rem;justify-content:center}.word-group__word{font-size:1.625rem;font-weight:100;text-transform:lowercase;letter-spacing:.05em;display:inline-flex;align-items:baseline;gap:2px;position:relative;line-height:1}.word-group__word .word .pattern{color:var(--accent)}.word-group__word .word .blank{color:var(--accent);font-weight:100}.word-group__word .points:after{content:attr(data-points);font-size:.5em;color:var(--text-muted);margin-left:2px;vertical-align:bottom;position:relative;bottom:-.1em}.word-group__word .word-container{position:relative;display:inline-flex;align-items:baseline}.word-group__word .word-container .dict-info{position:absolute;top:calc(-.3em - 2px);right:0;display:flex;gap:2px;pointer-events:none}.loading,.no-results{text-align:center;padding:2rem;color:var(--text-muted)}body.is-editing .header{position:absolute;transform:translateY(-100%);opacity:0;pointer-events:none}body.is-editing .hero{min-height:auto;padding:1rem 1rem 0}body.is-editing .hero__title,body.is-editing .hero__desc{display:none}body.is-editing .search{max-width:480px}body.is-editing .search__input{text-align:left;border-radius:8px}
