*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);min-height:100vh;color:#333;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:20px}.header{text-align:center;margin-bottom:40px;color:#fff}.title{font-size:3rem;font-weight:700;margin-bottom:10px;display:flex;align-items:center;justify-content:center;gap:15px}.title-icon{font-size:2.5rem}.subtitle{font-size:1.2rem;opacity:.9;font-weight:300}.nav{display:flex;justify-content:center;gap:20px;margin-top:20px}.nav-link{color:#fff;text-decoration:none;padding:10px 20px;border-radius:8px;font-weight:500;transition:all 0.3s ease;opacity:.7}.nav-link:hover{opacity:1;background:rgb(255 255 255 / .1)}.nav-link.active{opacity:1;background:rgb(255 255 255 / .2)}.main{background:#fff;border-radius:20px;padding:40px;box-shadow:0 20px 40px rgb(0 0 0 / .1);backdrop-filter:blur(10px)}.search-section{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:30px}.input-group{display:flex;flex-direction:column}.label{font-weight:600;margin-bottom:8px;color:#374151;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.input{padding:12px 16px;border:2px solid #e5e7eb;border-radius:10px;font-size:1rem;transition:all 0.3s ease;background:#f9fafb}.input:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 3px rgb(102 126 234 / .1)}.filters-section{margin-bottom:30px;padding:25px;background:#f8fafc;border-radius:15px;border:1px solid #e2e8f0}.filters-title{font-size:1.3rem;font-weight:600;margin-bottom:20px;color:#1f2937}.filters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:25px}.filter-group{display:flex;flex-direction:column}.filter-label{font-weight:500;margin-bottom:8px;color:#4b5563;font-size:.9rem}.filter-input,.filter-select{padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:.9rem;background:#fff;transition:border-color 0.3s ease}.filter-input:focus,.filter-select:focus{outline:none;border-color:#667eea}.checkbox-filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px}.checkbox-label{display:flex;align-items:center;cursor:pointer;font-weight:500;color:#4b5563;font-size:.9rem;position:relative;padding-left:35px;transition:all 0.3s ease}.checkbox-label.disabled{color:#9ca3af;cursor:not-allowed;opacity:.6}.checkbox-label.checked{color:#667eea;font-weight:600}.checkbox{position:absolute;opacity:0;cursor:pointer}.checkmark{position:absolute;left:0;top:50%;transform:translateY(-50%);height:20px;width:20px;background-color:#fff;border:2px solid #d1d5db;border-radius:4px;transition:all 0.3s ease}.checkbox:checked~.checkmark{background-color:#667eea;border-color:#667eea}.checkmark:after{content:"";position:absolute;display:none;left:6px;top:2px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.checkbox:checked~.checkmark:after{display:block}.solver-section{margin-bottom:30px}.rules-section{margin:30px 0;padding:25px;background:#f8fafc;border-radius:15px;border:1px solid #e2e8f0}.rules-title{font-size:1.3rem;font-weight:600;margin-bottom:20px;color:#1f2937}.rules-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:25px;margin-bottom:25px}.rule-panel{background:#f8fafc;padding:25px;border-radius:15px;border:1px solid #e2e8f0;transition:all 0.3s ease}.rule-panel:hover{background:#f1f5f9;border-color:#cbd5e1}.rule-panel-title{font-size:1.2rem;font-weight:600;margin-bottom:20px;color:#1f2937;text-align:center;padding-bottom:10px;border-bottom:2px solid #e2e8f0}.rules-help{background:#f1f5f9;padding:20px;border-radius:10px;border-left:4px solid #667eea}.rules-help h4{margin:0 0 15px 0;color:#1f2937;font-size:1.1rem}.rules-categories{display:grid;gap:10px}.rule-category{font-size:.9rem;color:#4b5563}.solver-controls{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.control-group{display:flex;flex-direction:column;gap:5px}.control-label{f
