.seep-container {background: #fff; padding: 20px; border-radius: 16px; box-shadow: 0 4px 20px rgba(0,0,0,0.1); max-width: 700px; margin: 30px auto; font-family: 'Inter', sans-serif;}
.seep-tabs {display: flex; gap: 10px; margin-bottom: 20px;}
.tab-btn {flex: 1; padding: 10px; border: none; background: #0073aa; color: white; border-radius: 8px; cursor: pointer;}
.tab-btn.active {background: #005a87;}
.tab-content {display: none;}
.tab-content.active {display: block;}
.seep-input {width: 100%; padding: 10px; border: 1px solid #ccc; border-radius: 8px; margin-bottom: 10px;}
.seep-btn {padding: 10px 20px; border: none; background: #28a745; color: white; border-radius: 8px; cursor: pointer;}
.seep-result-card {margin-top: 15px; padding: 15px; background: #f1f1f1; border-radius: 8px; text-align: center;}
