*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc;color:#1a202c;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem 0;text-align:center;box-shadow:0 4px 6px #0000001a}.header h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.header p{font-size:1.1rem;opacity:.9}.search-section{background:#fff;padding:2rem;margin:2rem 0;border-radius:12px;box-shadow:0 4px 6px #0000000d}.search-form{display:flex;gap:1rem;margin-bottom:1rem}.search-input{flex:1;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .2s}.search-input:focus{outline:none;border-color:#667eea}.search-button{padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s}.search-button:hover{transform:translateY(-1px)}.search-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.loading{text-align:center;padding:2rem}.spinner{display:inline-block;width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.results-section{margin:2rem 0}.result-group{background:#fff;margin-bottom:1.5rem;border-radius:12px;box-shadow:0 4px 6px #0000000d;overflow:hidden}.result-group-header{background:#f7fafc;padding:1rem 1.5rem;border-bottom:1px solid #e2e8f0;font-weight:600;color:#2d3748}.result-item{padding:1rem 1.5rem;border-bottom:1px solid #f7fafc;display:flex;justify-content:space-between;align-items:center;transition:background-color .2s}.result-item:hover{background-color:#f7fafc}.result-item:last-child{border-bottom:none}.result-title{flex:1;margin-right:1rem;font-size:.95rem;line-height:1.4}.result-actions{display:flex;gap:.5rem}.action-button{padding:.5rem 1rem;border:1px solid #e2e8f0;background:#fff;border-radius:6px;font-size:.875rem;cursor:pointer;transition:all .2s}.action-button:hover{background:#f7fafc;border-color:#cbd5e0}.action-button.primary{background:#667eea;color:#fff;border-color:#667eea}.action-button.primary:hover{background:#5a67d8}.settings-section{background:#fff;padding:2rem;margin:2rem 0;border-radius:12px;box-shadow:0 4px 6px #0000000d}.settings-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.settings-title{font-size:1.5rem;font-weight:600;color:#2d3748}.channel-list{list-style:none}.channel-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #f7fafc}.channel-item:last-child{border-bottom:none}.channel-info{flex:1}.channel-name{font-weight:500;margin-bottom:.25rem}.channel-id{font-size:.875rem;color:#718096}.channel-status{padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500;margin-right:.5rem}.channel-status.enabled{background:#c6f6d5;color:#22543d}.channel-status.disabled{background:#fed7d7;color:#742a2a}@media (max-width: 768px){.container{padding:0 15px}.header h1{font-size:2rem}.search-form{flex-direction:column}.result-item{flex-direction:column;align-items:flex-start;gap:1rem}.result-actions{width:100%;justify-content:flex-end}.settings-header{flex-direction:column;align-items:flex-start;gap:1rem}}.text-center{text-align:center}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}.hidden{display:none}
