:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:linear-gradient(135deg,#f8f9fa,#f0f2f5);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;color:#2c3e50;min-height:100vh}#root{width:100%;min-height:100vh}.literniak-navbar{background:#3c475a;box-shadow:0 4px 12px #00000026;position:sticky;top:0;z-index:1000}.navbar-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 2rem;height:80px}.navbar-logo-title{display:flex;align-items:center;gap:1rem;min-width:280px}.navbar-logo{width:50px;height:50px;flex-shrink:0}.navbar-logo img{width:100%;height:100%;object-fit:contain}.navbar-brand{color:#fff}.navbar-brand h2{margin:0;font-size:1.5rem;font-weight:700;letter-spacing:1px}.navbar-brand p{margin:.2rem 0 0;font-size:.75rem;opacity:.9}.navbar-menu{display:flex;gap:0;margin-left:auto}.navbar-item{padding:0 1.5rem;height:80px;background:transparent;border:none;color:#fffc;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;letter-spacing:.5px;position:relative}.navbar-item:hover,.navbar-item.active{color:#fff}.navbar-item.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:gold}.literniak-header{background:#3c475a;color:#fff;padding:3rem 2rem;text-align:center;box-shadow:0 4px 12px #0000001a;position:relative;overflow:hidden}.literniak-header:before{content:"";position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:#ffffff08;border-radius:50%}.literniak-header p{font-size:1.1rem;margin:0;font-weight:300}filter: drop-shadow(0 4px 12px rgba(0,0,0,.2)); } @keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1}100%{transform:scale(1)}}.literniak-header h1{font-size:3.5rem;font-weight:800;margin:0 0 .5rem;letter-spacing:-1px;position:relative;z-index:1}.literniak-header p{font-size:1.2rem;opacity:.95;margin:0;font-weight:300;letter-spacing:.3px;position:relative;z-index:1}.literniak-container{max-width:900px;margin:-1.5rem auto 2rem;padding:3rem;background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000001f;position:relative;z-index:10}.input-group-main{margin-bottom:2rem}.input-wrapper{position:relative;width:100%}.input-main{font-size:1.4rem;padding:1.2rem 4rem 1.2rem 1.5rem;border-radius:14px;border:2px solid #e8ecf1;width:100%;transition:all .3s ease;background:#f9fafb;color:#2c3e50}.input-main::placeholder{color:#94a3b8}.input-spinner{position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center}.input-main:focus{border-color:#3d4759;outline:none;box-shadow:0 0 0 4px #3d47591a;background:#fff}.input-hint{font-size:.95rem;color:#64748b;margin-top:.7rem;display:block;font-weight:500}.button-group{display:flex;gap:1rem;margin-bottom:2rem;justify-content:center;flex-wrap:wrap}.btn-large{padding:1.3rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:12px;border:none;cursor:pointer;transition:all .3s ease;flex:1;min-width:150px;letter-spacing:.3px}.btn-large:disabled{opacity:.6;cursor:not-allowed}.btn-primary-main{background:linear-gradient(135deg,#3d4759,#2d3547);color:#fff;box-shadow:0 6px 20px #3d475940}.btn-primary-main:hover:not(:disabled){background:linear-gradient(135deg,#2d3547,#1f2633);box-shadow:0 10px 30px #3d475959;transform:translateY(-2px)}.btn-primary-main:active{transform:translateY(0)}.btn-secondary-main{background:#f0f4f8;color:#3d4759;border:2px solid #3d4759}.btn-secondary-main:hover:not(:disabled){background:#e8ecf1;border-color:#2d3547}.filters-toggle{display:flex;align-items:center;gap:.8rem;padding:1rem 0;cursor:pointer;font-weight:600;color:#3d4759;-webkit-user-select:none;user-select:none;margin-bottom:1rem}.filters-toggle:hover{color:#2d3547}.filters-arrow{display:inline-block;width:20px;height:20px;transition:transform .3s ease;font-size:1.2rem;color:#3d4759}.filters-arrow.rotated{transform:rotate(180deg)}.filters-group{display:flex;gap:.8rem;margin-bottom:2.5rem;flex-wrap:wrap;padding:1.5rem;background:#f9fafb;border-radius:12px;max-height:500px;overflow:hidden;transition:all .4s ease}.filters-group.collapsed{max-height:0;padding:0;margin-bottom:0;opacity:0}.filter-input{flex:1;min-width:140px;padding:.9rem;border:1px solid #e8ecf1;border-radius:10px;font-size:.95rem;transition:all .3s ease;background:#fff}.filter-input{color:#2c3e50}.filter-input::placeholder{color:#94a3b8}.filter-input:focus{border-color:#3d4759;outline:none;box-shadow:0 0 0 3px #3d475914;background:#fff}.description{font-size:1rem;color:#475569;line-height:1.8;margin-bottom:2.5rem;padding:1.8rem;background:linear-gradient(135deg,#f8f9fa,#f0f2f5);border-radius:12px;border-left:4px solid #3d4759}.description.hidden{display:none}.results-section{margin-top:3rem}.results-title{font-size:1.4rem;font-weight:700;color:#3d4759;margin-bottom:2rem;display:flex;align-items:center;gap:.8rem;padding-bottom:1rem;border-bottom:2px solid #3d4759}.results-count{color:#3d4759;font-weight:700}.word-group{margin-bottom:2rem}.word-group-title{font-weight:700;color:#2d3547;font-size:1rem;margin-bottom:1rem;padding-bottom:.8rem;border-bottom:2px solid #e8ecf1;display:flex;align-items:center;gap:.5rem}.words-list{display:flex;flex-wrap:wrap;gap:.8rem}.word-tag{background:linear-gradient(135deg,#f8f9fa,#f0f2f5);color:#3d4759;padding:.8rem 1.2rem;border-radius:10px;font-size:.95rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid #e8ecf1;position:relative;font-weight:500;display:inline-flex;align-items:center;gap:.5rem}.word-tag:hover{background:linear-gradient(135deg,#3d4759,#2d3547);color:#fff;box-shadow:0 8px 24px #3d47594d;transform:translateY(-3px);border-color:transparent}.word-tag .points{opacity:0;transition:opacity .3s ease;margin-left:.6rem;font-weight:700;display:inline-block}.word-tag:hover .points{opacity:1}.word-favorite{cursor:pointer;font-size:.9rem;margin-left:.5rem;opacity:.15;transition:opacity .3s ease;display:inline-block;background:none;border:none;padding:0}.word-favorite:hover{opacity:.6}.word-favorite.active{opacity:.8;font-size:1rem}.check-result{margin-top:2rem;padding:1.5rem;border-radius:12px;font-size:1.1rem;font-weight:600;display:flex;align-items:center;gap:1rem}.check-result.valid{background:linear-gradient(135deg,#d4edda,#c3e6cb);color:#155724;border:2px solid #28a745}.check-result.invalid{background:linear-gradient(135deg,#f8d7da,#f5c6cb);color:#721c24;border:2px solid #dc3545}.check-result-icon{font-size:1.5rem}.check-result-text{flex:1}.check-result-points{font-size:1.3rem;font-weight:700}.no-results{text-align:center;color:#94a3b8;padding:3rem 2rem;font-size:1.1rem;background:#f8f9fa;border-radius:12px}.footer{text-align:center;margin-top:3rem;font-size:.9rem;color:#94a3b8;padding-top:2rem;border-top:1px solid #e8ecf1}.footer a{color:#3d4759;text-decoration:none;font-weight:600;transition:color .2s ease}.footer a:hover{color:#2d3547}.footer-disclaimer{font-size:.75rem;color:#cbd5e1;margin-top:1rem;line-height:1.4}.tabs,.tab-button{display:none}.tab-content{padding:0}.favorites-section{animation:fadeIn .3s ease}.favorites-section h2{margin-top:0;margin-bottom:1rem;font-size:1.2rem;color:#3d4759;opacity:.7}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media(max-width:768px){.navbar-container{height:auto;flex-direction:column;gap:1rem;padding:1rem}.navbar-logo-title,.navbar-menu{width:100%;justify-content:center}.navbar-item{padding:0 1rem;height:auto;padding:.5rem 1rem}.literniak-header h1{font-size:2.5rem}.literniak-container{margin:-2rem 1rem 1rem;padding:1.5rem}.button-group{flex-direction:column}.btn-large{width:100%}.filters-group{flex-direction:column}.filter-input{width:100%}}@media(max-width:480px){.navbar-container{padding:.5rem}.navbar-logo-title{gap:.5rem}.navbar-logo{width:40px;height:40px}.navbar-brand h2{font-size:1.1rem}.navbar-brand p{font-size:.65rem}.navbar-item{padding:.5rem .8rem;font-size:.8rem}.literniak-header{padding:3rem 1rem 2rem}.literniak-header h1{font-size:2rem;margin:0 0 .3rem}.literniak-header p{font-size:.95rem}.logo-container{width:60px;height:60px;margin:0 auto 1rem}.literniak-container{margin:-1.5rem .5rem 1rem;padding:1rem;border-radius:15px}.input-main{font-size:1rem;padding:.8rem 1rem}.input-hint{font-size:.85rem;margin-top:.5rem}.btn-large{padding:.9rem 1.5rem;font-size:.95rem}.tab-button{padding:.75rem 1rem;font-size:.9rem}.filter-input{padding:.7rem;font-size:.9rem;min-width:unset}.filters-toggle{padding:.8rem 0;font-size:.95rem;margin-bottom:.8rem}.description{font-size:.9rem;padding:1.2rem;margin-bottom:1.5rem}.description strong{font-size:1rem}.results-title{font-size:1.1rem;margin-bottom:1rem;padding-bottom:.8rem}.word-group-title{font-size:.9rem;margin-bottom:.8rem;padding-bottom:.6rem}.words-list{gap:.6rem}.word-tag{padding:.6rem .9rem;font-size:.85rem;border-radius:8px}.word-tag .points{font-size:.75rem;margin-left:.4rem}.word-favorite{font-size:.75rem;margin-left:.3rem}.word-favorite.active{font-size:.85rem}.check-result{margin-top:1rem;padding:1rem;font-size:.95rem;flex-wrap:wrap}.check-result-icon{font-size:1.2rem}.check-result-points{font-size:1.1rem;width:100%;margin-top:.5rem}.no-results{padding:2rem 1rem;font-size:1rem}.footer{margin-top:2rem;font-size:.8rem;padding-top:1rem}.favorites-section h2{font-size:1rem}.tabs{flex-direction:row}}@media(max-width:320px){.literniak-header{padding:2rem .5rem 1.5rem}.literniak-header h1{font-size:1.5rem;margin:0 0 .2rem;letter-spacing:0}.literniak-header p{font-size:.8rem;opacity:.9}.logo-container{width:50px;height:50px;margin:0 auto .8rem}.literniak-container{margin:-1rem .3rem .8rem;padding:.8rem;border-radius:12px}.input-main{font-size:.95rem;padding:.7rem .8rem;border-radius:10px}.input-hint{font-size:.75rem;margin-top:.4rem}.input-group-main{margin-bottom:1rem}.button-group{gap:.5rem;margin-bottom:1rem}.btn-large{padding:.8rem 1rem;font-size:.9rem;min-width:80px;border-radius:10px}.tab-button{padding:.6rem .8rem;font-size:.85rem;border-radius:0}.filter-input{padding:.6rem;font-size:.85rem;border-radius:8px;min-width:auto;flex:1 1 calc(50% - .3rem)}.filters-group{gap:.5rem;padding:1rem;margin-bottom:1.5rem;border-radius:10px}.filters-toggle{padding:.6rem 0;font-size:.9rem;margin-bottom:.6rem;gap:.6rem}.filters-arrow{width:16px;height:16px;font-size:1rem}.description{font-size:.8rem;padding:1rem;margin-bottom:1.2rem;border-left-width:3px;line-height:1.5}.description strong{font-size:.9rem}.results-section{margin-top:1.5rem}.results-title{font-size:1rem;margin-bottom:.8rem;padding-bottom:.6rem;gap:.5rem}.results-count{display:inline}.word-group{margin-bottom:1.2rem}.word-group-title{font-size:.8rem;font-weight:600;margin-bottom:.6rem;padding-bottom:.5rem}.words-list{gap:.4rem;flex-wrap:wrap}.word-tag{padding:.5rem .7rem;font-size:.8rem;border-radius:6px;display:inline-flex;align-items:center;gap:.3rem}.word-tag .points{font-size:.7rem;margin-left:.2rem;opacity:0}.word-tag:hover .points{opacity:1}.word-favorite{font-size:.65rem;margin-left:.2rem;opacity:.1}.word-favorite:hover{opacity:.5}.word-favorite.active{opacity:.7;font-size:.75rem}.check-result{margin-top:.8rem;padding:.8rem;font-size:.85rem;border-radius:8px;gap:.5rem}.check-result-icon{font-size:1rem;flex-shrink:0}.check-result-text{font-size:.85rem;line-height:1.3}.check-result-points{font-size:.95rem;width:auto;margin-top:0}.no-results{padding:1.5rem 1rem;font-size:.9rem;border-radius:10px}.no-results p{margin:0;line-height:1.4}.footer{margin-top:1.5rem;font-size:.75rem;padding-top:1rem}.footer a{text-decoration:underline}.favorites-section h2{font-size:.95rem;margin-bottom:.8rem}.favorites-stats{font-size:.85rem;margin-bottom:1rem;text-align:center}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spinner-small{width:24px;height:24px;border:2px solid #e0e0e0;border-top:2px solid #3C475A;border-radius:50%;animation:spin .8s linear infinite}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:9999}.modal-content{background:#fff;border-radius:16px;box-shadow:0 8px 32px #0000002e;padding:2rem 1.5rem;min-width:280px;max-width:90vw;text-align:center}.modal-close-btn{margin-top:1.5rem;padding:.7rem 2rem;border:none;border-radius:8px;background:#3c475a;color:#fff;font-size:1rem;cursor:pointer;transition:background .2s}.modal-close-btn:hover{background:#2c3e50}
